ed8069f28534de58320710e0722a5d46eeae04b2
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Olivier Crete <tester at tester dot ca>
4
5         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
6         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
7         Implement getcaps in rtpL16pay. Fixes #556484.
8
9 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
10
11         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
12         (gst_rtp_L16_depay_process):
13         Check if clock-rate and channels are valid.
14         Don't ignore the return value of setcaps.
15         No need to validate the buffer, the base class does that for us.
16         Use the marker bit to set the DISCONT flag on outgoing buffers.
17
18         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
19         Don't ignore the return value of set_outcaps.
20
21         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
22         (gst_rtp_ac3_depay_process):
23         Don't ignore the return value of set_caps.
24         No need to validate the buffer, the base class does that for us.
25
26         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
27         (gst_rtp_amr_depay_process):
28         * gst/rtp/gstrtpamrdepay.h:
29         Don't ignore the return value of setcaps.
30         No need to validate the buffer, the base class does that for us.
31         No need to set output caps on the buffers, the base class does that for
32         us.
33         The subclass will make sure we are negotiated.
34         
35         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
36         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
37         * gst/rtp/gstrtpdvdepay.h:
38         Clean up caps negotiation.
39         The subclass will make sure we are negotiated.
40
41         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
42         (gst_rtp_g726_depay_process):
43         Clean up caps negotiation.
44         Use the marker bit to set the DISCONT flag on outgoing buffers.
45
46         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
47         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
48         * gst/rtp/gstrtpg729depay.h:
49         The subclass will make sure we are negotiated.
50         Use the marker bit to set the DISCONT flag on outgoing buffers.
51
52         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
53         (gst_rtp_gsm_depay_process):
54         Clean up caps negotiation.
55         Use the marker bit to set the DISCONT flag on outgoing buffers.
56
57         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
58         Clean up caps negotiation.
59         Don't ignore the return value of set_outcaps.
60
61         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
62         (gst_rtp_h263_depay_process):
63         Clean up caps negotiation.
64         No need to validate the buffer, the base class does that for us.
65
66         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
67         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
68         * gst/rtp/gstrtph263pay.h:
69         Don't ignore the return value of set_outcaps.
70         Do some more timestamps.
71
72         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
73         (gst_rtp_h263p_depay_process):
74         Clean up caps negotiation.
75         Don't ignore the return value of setcaps.
76         No need to validate the buffer, the base class does that for us.
77
78         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
79         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
80         (gst_rtp_h263p_pay_handle_buffer):
81         * gst/rtp/gstrtph263ppay.h:
82         Don't ignore the return value of set_outcaps.
83         Do some more timestamps.
84
85         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
86         (gst_rtp_h264_depay_process):
87         Clean up caps negotiation.
88         Don't ignore the return value of setcaps.
89         Fix possible caps leak.
90         No need to validate the buffer, the base class does that for us.
91
92         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
93         Add some more debug info.
94
95         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
96         (gst_rtp_ilbc_depay_process):
97         Clean up caps negotiation.
98         Use the marker bit to set the DISCONT flag on outgoing buffers.
99
100         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
101         Clean up caps negotiation.
102
103         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
104         (gst_rtp_mp1s_depay_process):
105         Clean up caps negotiation.
106         Don't ignore the return value of setcaps.
107         No need to validate the buffer, the base class does that for us.
108         No need to set caps on buffers, subclass does that for us.
109
110         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
111         (gst_rtp_mp2t_depay_process):
112         Clean up caps negotiation.
113         Don't ignore the return value of setcaps.
114         No need to validate the buffer, the base class does that for us.
115         No need to set caps on buffers, subclass does that for us.
116
117         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
118         (gst_rtp_mp4a_depay_process):
119         Clean up caps negotiation.
120         Don't ignore the return value of setcaps.
121         No need to validate the buffer, the base class does that for us.
122
123         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
124         (gst_rtp_mp4a_pay_setcaps):
125         Don't ignore the return value of set_outcaps.
126
127         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
128         (gst_rtp_mp4g_depay_process):
129         Clean up caps negotiation.
130         Don't ignore the return value of setcaps.
131         No need to validate the buffer, the base class does that for us.
132         No need to set caps on buffers, subclass does that for us.
133
134         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
135         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
136         Don't ignore the return value of set_outcaps.
137
138         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
139         (gst_rtp_mp4v_depay_process):
140         Clean up caps negotiation.
141         Don't ignore the return value of setcaps.
142         No need to validate the buffer, the base class does that for us.
143         No need to set caps on buffers, subclass does that for us.
144
145         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
146         (gst_rtp_mp4v_pay_setcaps):
147         Don't ignore the return value of set_outcaps.
148
149         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
150         (gst_rtp_mpa_depay_process):
151         Clean up caps negotiation.
152         Don't ignore the return value of setcaps.
153         No need to validate the buffer, the base class does that for us.
154         Use the marker bit to set the DISCONT flag on outgoing buffers.
155
156         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
157         Don't ignore the return value of set_outcaps.
158
159         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
160         (gst_rtp_mpv_depay_process):
161         Clean up caps negotiation.
162         Actually set output caps.
163         No need to validate the buffer, the base class does that for us.
164
165         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
166         Don't ignore the return value of set_outcaps.
167
168         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
169         (gst_rtp_pcma_depay_process):
170         Clean up caps negotiation.
171         Set output buffer duration because we can.
172         Use the marker bit to set the DISCONT flag on outgoing buffers.
173
174         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
175         Don't ignore the return value of set_outcaps.
176
177         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
178         (gst_rtp_pcmu_depay_process):
179         Clean up caps negotiation.
180         Use the marker bit to set the DISCONT flag on outgoing buffers.
181
182         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
183         Don't ignore the return value of set_outcaps.
184
185         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
186         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
187         Clean up caps negotiation.
188         Set output caps on the pad and header buffers.
189         Set duration on output buffers because we can.
190
191         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
192         Don't ignore the return value of set_outcaps.
193
194         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
195         (gst_rtp_sv3v_depay_process):
196         Clean up caps negotiation.
197         No need to validate the buffer, the base class does that for us.
198         No need to set caps out output buffers, subclass does that.
199
200         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
201         (gst_rtp_theora_depay_process):
202         Don't ignore the return value of setcaps.
203         No need to validate the buffer, the base class does that for us.
204
205         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
206         (gst_rtp_theora_pay_flush_packet), (encode_base64),
207         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
208         (gst_rtp_theora_pay_handle_buffer):
209         Don't ignore the return value of set_outcaps.
210
211         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
212         (gst_rtp_vorbis_depay_process):
213         Don't ignore the return value of setcaps.
214         No need to validate the buffer, the base class does that for us.
215
216         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
217         Don't ignore the return value of set_outcaps.
218
219         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
220         Clean up caps negotiation, don't ignore setcaps return.
221
222         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
223         Don't ignore the return value of set_outcaps.
224
225 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
226
227         * gst/matroska/matroska-demux.c:
228         (gst_matroska_demux_handle_src_event):
229         Forward unknown events upstream.
230
231 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
232
233         * tests/check/elements/icydemux.c: (icydemux_found_pad):
234         Add some refcount check
235
236         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
237         Don't ignore the result of write(), fixes a  compiler warning for me.
238
239         * tests/icles/videobox-test.c: (main):
240         Make the output a little more pretty.
241
242 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
243
244         * ext/esd/esdmon.c:
245           Add doc blob.
246
247 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
248
249         * docs/plugins/Makefile.am:
250         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
251         * docs/plugins/gst-plugins-good-plugins-sections.txt:
252         * docs/plugins/gst-plugins-good-plugins.args:
253         * docs/plugins/gst-plugins-good-plugins.hierarchy:
254         * docs/plugins/gst-plugins-good-plugins.interfaces:
255         * docs/plugins/inspect/plugin-autodetect.xml:
256           Add the docs of the new elements.
257
258 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
259
260         * gst/autodetect/gstautoaudiosrc.c:
261         (gst_auto_audio_src_class_init):
262         * gst/autodetect/gstautovideosrc.c:
263         (gst_auto_video_src_class_init):
264         Fix "Since" tags in the documentation.
265
266 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
267
268         Patch by: Sjoerd Simons <sjoerd at luon dot net>
269
270         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
271         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
272         Add support for souphttpsrc to act as a live source. This makes it
273         possible to get timestamped buffers in combination with the
274         "do-timestamp" property. Fixes bug #556019.
275
276 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
277
278         * gst/autodetect/Makefile.am:
279         * gst/autodetect/gstautoaudiosink.c:
280         * gst/autodetect/gstautoaudiosrc.c:
281         * gst/autodetect/gstautoaudiosrc.h:
282         * gst/autodetect/gstautodetect.c:
283         * gst/autodetect/gstautovideosink.c:
284         * gst/autodetect/gstautovideosrc.c:
285         * gst/autodetect/gstautovideosrc.h:
286           Implement src plugins. Little code/string cleanup in the sinks.
287           Fixes #523813.
288
289 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
290
291         Patch by: Peter Kjellerstedt <pkj at axis com>
292
293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
294         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
295         Fix a memory leak when pads are requested but the pipeline never
296         goes into PLAYING.
297
298         Correctly remove request pads, no matter if they have collected
299         data or not.
300
301         Fixes bug #557710.
302
303 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
304
305         Patch by: <lrn1986 at gmail dot com>
306
307         * gst/udp/gstudpnetutils.h:
308         Define the correct WINVER so getaddinfo() can be used when using
309         mingw32. Fixes bug #557294.
310
311 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
312
313         Patch by: <lrn1986 at gmail dot com>
314
315         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
316         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
317         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
318         Fix "argument type mismatch" compiler warnings on Windows.
319         Fixes bug #557293.
320
321 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
322
323         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
324         Don't calculate the filter coefficients for every single buffer
325         but only when it's needed. Fixes bug #557260.
326
327 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
328
329         * configure.ac:
330         Back to development -> 0.10.11.1
331
332 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
333
334         * gst-plugins-good.doap:
335         Fix version number of 0.10.11 release in doap file
336
337 === release 0.10.11 ===
338
339 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
340
341         * configure.ac:
342           releasing 0.10.11, "Secondary Consideration"
343
344 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
345
346         * configure.ac:
347         Commit 0.10.10.4 pre-release
348
349 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
350
351         * gst/avi/gstavimux.c:
352         Fix VPRP chunk setup in avimux.
353         Fixes: #556010
354         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
355
356 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
357
358         * gst/videobox/gstvideobox.c:
359         support dynamically changing properties in videobox
360         Fixed: #557085
361         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
362
363 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
364
365         * configure.ac:
366         0.10.10.3 pre-release
367
368 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
369
370         * tests/check/Makefile.am:
371         Don't run the states test on pulsesrc and pulsesink
372
373 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
374
375         * configure.ac:
376         Commit 0.10.10.2 pre-release bump that actually went
377         out on 2008-10-11
378
379 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
380
381         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
382         Skip entries for streams that don't have a output pad yet, thereby
383         avoiding calling pad functions with a NULL pad.
384         Fixes #556424
385
386 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
387
388         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
389         * tests/check/elements/icydemux.c: (icydemux_found_pad):
390         Remove problematic and useless refcount check.
391         Fixes #556381
392
393 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
394
395         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
396         Remove problematic and useless refcount check.
397         Fixes #556381
398
399 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
400
401         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
402         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
403         Cast some size_t arguments to guint to avoid compiler
404         warnings on 64-bit systems.
405
406 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
407
408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
409         Return TRUE instead of FALSE from the event handler when we swallowed the
410         event.
411
412 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
413
414         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
415         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
416         Reset header state. Fixes #555321.
417
418 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
419
420         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
421         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
422         * gst/avi/gstavidemux.h:
423         For timestamping audio packets we need to take into account the
424         amount of blocks in one entry using the blockalign. Fixes some sync
425         issues with zero-padded audio blocks in the beginning of avi files.
426
427 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
428
429         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
430         (gst_multi_file_src_query):
431         Implement DEFAULT and BUFFER position queries. See #555260.
432
433 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
434
435         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
436         Fix build for systems that don't have XDamage.
437
438 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
439
440         * tests/examples/rtp/client-H263p.sdp:
441         * tests/examples/rtp/client-H263p.sh:
442         * tests/examples/rtp/server-VTS-H263p.sh:
443         Add some more H263p server and client examples.
444
445 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
446
447         * configure.ac::
448           Depend on released versions of core and base.
449
450 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
451
452         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
453         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
454         Return -1 instead of 0 in error cases. Fixes #554771.
455
456 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
457
458         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
459         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
460         Stop leaking the cursor image.
461         Unref the last_ximage and the cached cursor image on shutdown.
462         Fixes #551570.
463
464 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
465
466         * sys/v4l2/gstv4l2object.h:
467         Getting the Class from an instance is not just a matter of casting it to
468         the class struct but it involves calling G_OBJECT_GET_CLASS on the
469         instance. Fixes #549784.
470
471 2008-10-01  Michael Smith <msmith@songbirdnest.com>
472
473         * configure.ac:
474           Fix libs for linking directsound.
475         * sys/directsound/gstdirectsoundsink.c:
476           Fix buffer sizing to prevent racing the ringbuffer at startup.
477           Add volume property.
478
479 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
480
481         * ext/pulse/pulsesink.c:
482         Fix problems with pulsesink randomly erroring with code 'OK' after a
483         format change on the stream by waiting when disconnecting the stream.
484
485 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
486
487         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
488         (gst_rtp_amr_depay_process):
489         Mark DISCONT on output buffers when the marker bit signals a new talk
490         spurt.
491
492         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
493         Set the marker bit for buffers with a DISCONT flag to signal a talk
494         spurt.
495
496 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
497
498         * gst/rtp/Makefile.am:
499         * gst/rtp/gstrtp.c: (plugin_init):
500         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
501         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
502         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
503         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
504         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
505         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
506         * gst/rtp/gstrtpmp4apay.h:
507         Added MP4A-LATM payloader to match the depayloader.
508
509 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
510
511         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
512         (gst_videomixer_sink_event):
513         Handle segments a little better. Fixes #537361.
514
515 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
516
517         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
518         Don't assume the server supports PAUSE by default. Fixes #551048.
519
520 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
521
522         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
523         (gst_udpsrc_set_uri), (gst_udpsrc_start):
524         Switch on the socket family to get the addrlen size right.
525
526 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
527
528         Patch by: Daniel Franke <df at dfranke dot us>
529
530         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
531         OS X's bind() implementation is picky about its addrlen parameter and
532         fails with EINVAL if it is larger than expected for the socket's address
533         family. Set the length to the expected length instead. Fixes #553191.
534
535 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
536
537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
538         Handle the case where we cannot do desribe or when the describe result
539         does not contain a valid SDP message.
540
541 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
542
543         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
544         Fix setting the qos.
545
546 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
547
548         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
549         (gst_qtdemux_chain):
550         Some 'broken' files out there have atom lengths of zero...
551         which basically results in qtdemux consuming that atom again and again
552         until the *end of night* !
553         Detect that and emits an adequate element error message.
554
555 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
556
557         * gst/interleave/Makefile.am:
558         * gst/matroska/Makefile.am:
559         Fix build flags order.
560
561         * tests/check/elements/audioamplify.c: (GST_START_TEST):
562         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
563         * tests/check/elements/audioinvert.c: (GST_START_TEST):
564         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
565         Format fixes.
566
567         * tests/check/elements/multifile.c:
568         Pull in unistd.h
569
570 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
571
572         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
573         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
574         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
575         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
576         (gst_rtp_mp4g_depay_change_state):
577         * gst/rtp/gstrtpmp4gdepay.h:
578         Handle interleaved streams by reordering AU in a queue.
579
580 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
581
582         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
583         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
584         Change some of the ranges in the caps, mostly for the amount of bits we
585         can use.
586         Added a little bitstream parse and use it to parse the AU header fields.
587         Check for malformed and wrongly sized packets better.
588         Implement more header field parsing.
589         Handle the size of fragmented packets correctly.
590
591 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
592
593         Patch by: Jonathan Matthew <notverysmart@gmail.com>
594         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
595         Add mapping for 'tiff' => image/tiff
596         Fixes #552213
597
598 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
599
600
601         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
602         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
603           Pretend to care about the result of write() which works around
604           compiler warnings.
605
606 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
607
608         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
609           Make sure the desired default values are actually set, not only
610           registered as defaults (actual problem is that the stereo-specific
611           values are only updated if channels==2, which is not the case yet
612           when the object is created, so the default values for the
613           mid-side-stereo and loose-mid-side-stereo settings are never
614           set in _update_quality()). Makes flacenc create smaller files by
615           default (for stereo input), and fixes #550791.
616
617 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
618
619         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
620         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
621         (qtdemux_parse_trak), (qtdemux_video_caps):
622         * gst/qtdemux/qtdemux.h:
623         * gst/qtdemux/qtdemux_fourcc.h:
624         * gst/qtdemux/qtdemux_types.c:
625         Add support for video/mj2 mime-type and its additional atoms/boxes.
626         Fixes #550646.
627
628 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
629
630         * gst/debug/gsttaginject.c:
631           Add warning when tags parameter is unparsable and give example for
632           quoting in the docs.
633
634 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
635
636         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
637         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
638         Add some alternative byteswapped mappings that seem to pop up sometimes.
639         Fixes #550288.
640
641 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
642
643         * po/LINGUAS:
644         * po/POTFILES.in:
645         * po/POTFILES.skip:
646           Add 'ca' to LINGUAS; add some more files with translations and some
647           files which should be ignored by translation tools.
648
649 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
650
651         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
652         * ext/speex/gstspeexdec.h:
653         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
654         * ext/speex/gstspeexenc.h:
655         Use integer encoding and decoding functions instead of converting
656         the integer input to float in the element. The libspeex integer
657         functions are doing this for us already or, if libspeex was compiled
658         in integer mode, they're doing everything using integer arithmetics.
659         Also saves some copying around.
660
661 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
662
663         * configure.ac:
664           Fix --disable-external
665
666 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
667
668         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
669         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
670         * ext/wavpack/gstwavpackenc.h:
671         Handle non-zero start timestamps and stream discontinuities
672         correctly. This only has an effect if we're muxing into
673         a container format as the raw WavPack stream must contain
674         continous sample numbers.
675
676 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
677
678         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
679         Correct the timestamp and granulepos calculation by one Speex
680         frame.
681
682 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
683
684         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
685         Correctly take the granulepos from upstream if possible and
686         correctly handle the granulepos in various calculations: the
687         granulepos is the sample number of the _last_ sample in a frame, not
688         the first.
689
690         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
691         (gst_speex_enc_encode), (gst_speex_enc_chain),
692         (gst_speex_enc_change_state):
693         * ext/speex/gstspeexenc.h:
694         Handle non-zero start timestamps in the encoder and detect/handle
695         stream discontinuities. Fixes bug #547075.
696
697 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
698
699         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
700
701         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
702         Fix compiler warnings caused by passing a string as format string
703         instead of "%s" and then the string. This is only exposed by -Wformat=2
704         as used by default on Ubuntu. Fixes bug #550015.
705
706 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
707
708         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
709         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
710         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
711         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
712         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
713           (gst_ebml_read_element_length):
714         * gst/matroska/matroska-demux.c:
715           (gst_matroska_demux_check_subtitle_buffer):
716           Make stuff compile with GST_DISABLE_GST_DEBUG.
717
718 2008-08-28  Michael Smith <msmith@songbirdnest.com>
719
720         * gst/law/alaw.c:
721         * gst/law/mulaw.c:
722           Ref caps before passing to gst_pad_template_new(), since that takes
723           ownership.
724
725 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
726
727         Patch by: Mersad Jelacic <mersad at axis dot com>
728
729         * gst/multipart/multipartdemux.c:
730         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
731         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
732         demuxer. Fixes #549551.
733
734 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
735
736         * sys/osxaudio/gstosxaudiosink.c:
737         (gst_osx_audio_sink_select_device):
738         * sys/osxaudio/gstosxaudiosrc.c:
739         (gst_osx_audio_src_create_ringbuffer),
740         (gst_osx_audio_src_select_device):
741         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
742         Fix the build on macosx.
743
744 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
745
746         * gst/icydemux/gsticydemux.c:
747           Small docs fix: in the example pipeline, we need to pass
748           iradio-mode=true to the source, so the server actually sends
749           an ICY stream.
750
751 2008-08-26  Michael Smith <msmith@songbirdnest.com>
752
753         * sys/osxaudio/gstosxaudio.c:
754           Oops. Revert more completely.
755
756 2008-08-26  Michael Smith <msmith@songbirdnest.com>
757
758         * sys/osxaudio/gstosxaudio.c:
759           Revert accidental element rename from testing.
760
761 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
762
763         * gst-plugins-good.doap:
764         Pull in 0.10.10 doap entry from release branch
765
766 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
767
768         * configure.ac:
769         Update version number to reflect 0.10.10 release from
770         branch.
771
772 2008-08-26  Michael Smith <msmith@songbirdnest.com>
773
774         * sys/osxaudio/Makefile.am:
775         * sys/osxaudio/gstosxaudio.c:
776         * sys/osxaudio/gstosxaudiosink.c:
777         * sys/osxaudio/gstosxaudiosink.h:
778         * sys/osxaudio/gstosxaudiosrc.c:
779         * sys/osxaudio/gstosxaudiosrc.h:
780         * sys/osxaudio/gstosxringbuffer.c:
781         * sys/osxaudio/gstosxringbuffer.h:
782           Rewrite caps setting and ring buffer initialisation.
783           Previously we never told CoreAudio what format we were going to send it,
784           so it only worked due to luck, and not at all on some hardware.
785           Now we explicitly advertise what formats the hardware supports, and then
786           configure the selected one correctly.
787
788 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
789
790         * sys/v4l2/gstv4l2object.c:
791         * sys/v4l2/gstv4l2src.c:
792         * sys/v4l2/gstv4l2src.h:
793         * sys/v4l2/v4l2_calls.c:
794         * sys/v4l2/v4l2src_calls.c:
795           Fix memory leaks. Small code cleanups : No need for empty _init(). No
796           need to memset instance structures. Some more FIXME's and comments.
797
798 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
799
800         * tests/icles/.cvsignore:
801           Ignore more.
802
803 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
804
805         * gst/goom/.cvsignore:
806         * gst/goom2k1/.cvsignore:
807           Ignore files.
808
809 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
810
811         * ext/cairo/gsttextoverlay.c:
812           Fix compiler warning.
813
814 2008-08-25  David Schleef  <ds@schleef.org>
815
816         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
817
818 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
819
820         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
821         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
822         * gst/matroska/matroska-mux.c:
823         (gst_matroska_mux_video_pad_setcaps),
824         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
825         Add Real[Audio|Video] support to Matroska containers.
826         It works fine for:
827         * decoding real audio/video streams contained in mkv
828         * 'transmuxing' real (.rm) files into .mkv files
829         It will not work though for encoding real[audio/video] streams that
830         don't contain the 'mdpr_data' extra data on the caps.
831         The reason why this will not work is because I never intended to
832         duplicate virtually all the 'mdpr' block creation into mkvmux.
833         Fixes #536067
834
835 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
836
837         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
838         * gst/law/mulaw-conversion.c:
839         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
840         (gst_mulawenc_chain):
841         The encoder can't really renegotiate at the time they perform a
842         pad-alloc so make the srcpads use fixed caps.
843         Check the buffer size after a pad-alloc because the returned size might
844         not be right when the downstream element does not know the size of the
845         new buffer (capsfilter). Fixes #549073.
846
847 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
848
849         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
850
851         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
852         v4l2src doesn't have a property named "norm" so don't try to notify
853         about changes to that property. The "norm" property and related
854         code are commented out currently. Fixes bug #549090.
855
856 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
857
858         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
859
860         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
861         Reprobe devices again instead of taking a cached list as new
862         devices could've been plugged in. Fixes bug #549062.
863
864 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
865
866         * gst/autodetect/Makefile.am:
867         Don't link the autodetect plugin with GConf as it doesn't
868         use GConf. Fixes bug #545463.
869
870 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
871
872         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
873         (gst_ebml_read_element_length), (gst_ebml_read_uint),
874         (gst_ebml_read_sint), (gst_ebml_read_float),
875         (gst_ebml_read_header):
876         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
877         possible to ignore errors and not post any ERROR messages on
878         the bus.
879
880         * gst/matroska/matroska-demux.c:
881         (gst_matroska_demux_parse_contents):
882         Ignore any errors and not just EOS when parsing the contents of
883         a SeekHead. Errors here are usually caused by truncated files
884         and playback of the file works fine. Fixes playback of the
885         audio_only_chapter_seekbroken.mka file from the MPlayer samples
886         archive.
887
888 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
889
890         * gst/multipart/multipartdemux.c:
891         * gst/multipart/multipartmux.c:
892         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
893
894 2008-08-21  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
895
896         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
897           gst_directdraw_sink_bufferpool_clear):
898           Fix two more buffer ref leaks.
899
900 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
901
902         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
903
904         * sys/directdraw/gstdirectdrawsink.c:
905           (gst_directdraw_sink_show_frame):
906           Fix buffer ref leak.
907
908 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
909
910         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
911         Revert the last commit. wavenc still supports width!=depth for 32 bit
912         width. Thanks Tim.
913
914 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
915
916         * gst/matroska/matroska-demux.c:
917         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
918         If the duration of a block is unknown only use the timestamp for the
919         first lace and use GST_CLOCK_TIME_NONE as duration for the following
920         laces. Otherwise every lace has the same timestamp which leads to
921         various problems. Really fixes bug #548831.
922
923 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
924
925         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
926         If we're not allowing width!=depth in wavenc we should also disable
927         the code that was added to support width!=depth.
928
929 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
930
931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
932         Don't calculate the default duration of a frame from the audio sampling
933         rate. This only works for raw audio if every frame contains a single
934         sample and results in broken buffer durations for other formats
935         if no specified default duration is given or the blocks have no
936         duration. Fixes bug #548831.
937
938 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
939
940         * gst/matroska/matroska-demux.c:
941         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
942         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
943         are used for text/plain subtitles as a gap-filler in some files.
944
945 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
946
947         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
948         (gst_v4l2_get_caps_info):
949         Add S910 and PWC formats with a low priority.
950
951         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
952         (gst_v4l2src_probe_caps_for_format):
953         Add more debugging.
954
955 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
956
957         * ext/flac/gstflacenc.c:
958           Fix compilation against older libflac versions.
959
960 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
961
962         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
963         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
964         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
965         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
966         (gst_pulsemixer_ctrl_set_volume):
967         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
968         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
969         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
970         (gst_pulsesink_init), (gst_pulsesink_open),
971         (gst_pulsesink_prepare), (gst_pulsesink_write),
972         (gst_pulsesink_delay), (gst_pulsesink_reset):
973         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
974         (gst_pulsesrc_init):
975         Use GST_BOILERPLATE everywhere and fix coding style at some places.
976         Fix a locking issue in pulsesink's prepare function.
977
978         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
979         Check if the created channel layout is valid for GStreamer.
980
981 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
982
983         * gst/rtsp/gstrtspgoogle.c:
984         Things that can happen when your brain is in google mode trying to
985         deal with their google rtsp server extensions and trying to type your
986         google mail account.
987
988 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
989
990         * gst/rtsp/Makefile.am:
991         * gst/rtsp/gstrtsp.c: (plugin_init):
992         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
993         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
994         (_do_init), (gst_rtsp_google_base_init),
995         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
996         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
997         (gst_rtsp_google_extension_init):
998         * gst/rtsp/gstrtspgoogle.h:
999         Add google RTSP extension, it can only handle udp and responds with
1000         unsupported if we do anything else. Fixes #546465.
1001
1002         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1003         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1004         (gst_rtspsrc_create_transports_string),
1005         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1006         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1007         Make transport setup code a bit better using GString.
1008         Add some more debug.
1009         Check for closed connections before doing anything on them.
1010
1011 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1012
1013         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1014         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1015         (gst_pulsesrc_prepare):
1016         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1017         (gst_pulse_channel_map_to_gst):
1018         * ext/pulse/pulseutil.h:
1019         If downstream provides no channel layout and >2 channels should be
1020         used use the default layout that pulseaudio chooses and also
1021         add this layout to the caps. Fixes bug #547258.
1022
1023 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1024
1025         Patch by: Peter Kjellerstedt <pkj at axis com>
1026
1027         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1028         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1029         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1030         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1031         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1032         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1033         (gst_udpsrc_set_property):
1034         Avoid leaking internally allocated file descriptors when setting
1035         custom file descriptors. Fixes #543101.
1036
1037 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1038
1039         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1040         Don't try to configure RTCP back to the server when the server did not
1041         give us a valid port number.
1042
1043 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1044
1045         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1046         Use new basetransform method to renegotiate. Fixes #544956.
1047
1048         * tests/icles/Makefile.am:
1049         * tests/icles/videobox-test.c: (make_pipeline), (main):
1050         Add videobox renegotiation example.
1051
1052 2008-08-19  David Schleef  <ds@schleef.org>
1053
1054         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1055         with sane values.  Fixes #548530.
1056
1057 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1058
1059         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1060         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1061         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1062         are already filled with the correct values by
1063         gst_ring_buffer_parse_caps() so there's no need to set them again
1064         with wrong values.
1065
1066 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1067
1068         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1069         (gst_avi_demux_read_subindexes_push):
1070         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1071         and instead of using the 'ix##' nomenclature, use '##ix'.
1072         They're still valid though, this fixes the duration and indexes for
1073         virtually all the ODML files I have.
1074
1075 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1076
1077         Patch by: Olivier Crete <tester at tester dot ca>
1078
1079         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1080         (gst_rtp_vorbis_depay_process):
1081         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1082         Update the vorbis RTP pay/depay to RFC 5215.
1083         Fixes #547842.
1084
1085 2008-08-14  David Schleef  <ds@schleef.org>
1086
1087         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1088           with 3:2 pulldown, i.e., 24p.
1089
1090 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1091
1092         * tests/check/elements/level.c: (GST_START_TEST):
1093         Fix compilation some more.
1094
1095 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1096
1097         * configure.ac::
1098           Require -base CVS for wavparse acid chunk parsing.
1099
1100 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1101
1102         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1103         (gst_pulsesink_init), (gst_pulsesink_finalize),
1104         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1105         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1106         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1107         * ext/pulse/pulsesink.h:
1108         Add "device-name" property to pulsesink too and currently commented
1109         out and not working support for a "volume" property.
1110
1111 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1112
1113         * configure.ac:
1114         Remove more cdio stuff (moved to ugly)
1115
1116 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1117
1118         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1119
1120         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1121         (gst_pulsesrc_get_property):
1122         Add "device-name" property, which provides a human readable string
1123         for the audio device, to make it more consisten with other audio
1124         sources. Fixes bug #547519.
1125
1126 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1127
1128         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1129         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1130         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1131         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1132         * ext/pulse/pulsemixerctrl.h:
1133         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1134         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1135         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1136         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1137         * ext/pulse/pulseprobe.h:
1138         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1139         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1140         (gst_pulsesrc_change_state):
1141         Improve debugging a bit by including the parent object in pulsemixerctrl
1142         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1143         GST_WARNING.
1144
1145         Use the parent GObject subclass instead of a random struct as GObject
1146         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1147         when probing for another property than "device".
1148
1149 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1150
1151         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1152
1153         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1154         Fix property probing after the device property is set by calling
1155         set_server when the server property changes. Fixes bug #547518.
1156
1157 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1158
1159         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1160
1161         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1162         (gst_pulsesink_implements_interface_init),
1163         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1164         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1165         (gst_pulsesink_get_type):
1166         * ext/pulse/pulsesink.h:
1167         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1168         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1169         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1170         * ext/pulse/pulsesrc.h:
1171         Implement GstPropertyProbe interface on pulsesink for detecting
1172         sink devices and on pulsesrc for detecting source devices.
1173         Fixes bugs #547227 and #547217.
1174
1175 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1176
1177         * gst/spectrum/gstspectrum.c:
1178           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1179
1180 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1181
1182         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1183         Properly set the maximum latency value, in the same way it is done in
1184         v4lsrc.
1185         * sys/v4l2/v4l2src_calls.c:
1186         Simplify fraction equality check, no need to use GValues for this.
1187
1188 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1189
1190         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1191         Add warning messages stating exactly why the latency query failed.
1192         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1193         In some cases, the negotiated framerate might be the default one which
1194         is already set internally. But we still need to mark it down in fps_n
1195         and fps_d so that the latency query can happen properly.
1196
1197 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1198
1199         * docs/plugins/inspect/plugin-1394.xml:
1200         Whoops, forgot one doc file for people who can't/don't build the
1201         raw1394 plugin.
1202
1203 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1204
1205         * docs/plugins/Makefile.am:
1206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1208         * docs/plugins/inspect/plugin-cdio.xml:
1209         * ext/Makefile.am:
1210         * ext/cdio/Makefile.am:
1211         * ext/cdio/gstcdio.c:
1212         * ext/cdio/gstcdio.h:
1213         * ext/cdio/gstcdiocddasrc.c:
1214         * ext/cdio/gstcdiocddasrc.h:
1215
1216         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1217         CDDA source to -ugly.
1218
1219         * po/LINGUAS:
1220         * po/POTFILES.in:
1221         * po/id.po:
1222         Pull in new translation from 0.10.9.2 release branch.
1223
1224 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1225
1226         * docs/plugins/Makefile.am:
1227         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1228         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1229         * docs/plugins/gst-plugins-good-plugins.args:
1230         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1231         * docs/plugins/gst-plugins-good-plugins.interfaces:
1232         Integrate documentation for new hdv1394src element.
1233
1234 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1235
1236         * ext/raw1394/Makefile.am:
1237         * ext/raw1394/gst1394.c: (plugin_init):
1238         * ext/raw1394/gsthdv1394src.c: (_do_init),
1239         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1240         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1241         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1242         (gst_hdv1394src_from_raw1394handle),
1243         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1244         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1245         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1246         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1247         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1248         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1249         (gst_hdv1394src_uri_handler_init):
1250         * ext/raw1394/gsthdv1394src.h:
1251         mpeg2-ts (HDV) variant of firewire capture element.
1252         Fixes #350830
1253
1254 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1255
1256         * gst/level/gstlevel.c: (gst_level_message_new):
1257          Fix compilation (also known as the classic 'fix code that someone
1258          committed without compiling it first').
1259
1260 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1261
1262         * tests/check/elements/level.c:
1263           Add a test for level in stereo mode.
1264
1265 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1266
1267         * tests/examples/spectrum/demo-audiotest.c:
1268         * tests/examples/spectrum/demo-osssrc.c:
1269           Demo how to draw analyzer results synced to the clock.
1270
1271 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1272
1273         * gst/level/gstlevel.c:
1274           Little renaming (l -> level).
1275
1276         * gst/spectrum/gstspectrum.c:
1277         * gst/spectrum/gstspectrum.h:
1278           Also send full timestamp/duration details here.
1279
1280 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1281
1282         * gst/level/gstlevel.c:
1283         * gst/level/gstlevel.h:
1284           Send same timestamp/duration details as videoanalysis. This gives
1285           applications better chance to sync analysis results with playback.
1286
1287 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1288
1289         * gst/matroska/matroska-mux.c:
1290         (gst_matroska_mux_handle_sink_event),
1291         (flac_streamheader_to_codecdata):
1292         We need to drop one additional buffer for FLAC as the fLaC
1293         marker and STREAMINFO block are merged into one buffer in the caps.
1294
1295         Also don't pretend to support NEWSEGMENT events, otherwise we
1296         will most probably write some invalid data.
1297
1298 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1299
1300         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1301         (gst_matroska_mux_audio_pad_setcaps):
1302         Add support for muxing FLAC into Matroska containers.
1303         Fixes bug #311586.
1304
1305 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1306
1307         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1308         Actually provide the variables required for the format string.
1309
1310 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1311
1312         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1313         (gst_matroska_demux_element_send_event),
1314         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1315         * gst/matroska/matroska-demux.h:
1316         Close the current segment if we're doing a non-flushing seek and send
1317         the close-segment and the new segment of the seek from the streaming
1318         thread.
1319
1320 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1321
1322         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1323         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1324         (gst_flac_enc_change_state):
1325         * ext/flac/gstflacenc.h:
1326         Handle non-zero start timestamps correctly, mark header packets as
1327         IN_CAPS and print a warning and suggest using audiorate if stream
1328         discontinuities are detected. When FLAC supports flushing the encoder
1329         somehow this should be done for discontinuities instead.
1330
1331         Remove some unused variables from the instance struct.
1332
1333 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1334
1335         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1336         If seeking failed return the appropiate return value to FLAC.
1337         Otherwise it thinks seeking was successfull and tries to rewrite
1338         parts of the headers which then get appended to the output.
1339
1340 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1341
1342         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1343
1344         * ext/esd/gstesd.c: (plugin_init):
1345         * ext/flac/gstflac.c: (plugin_init):
1346         * ext/shout2/gstshout2.c: (plugin_init):
1347         * ext/wavpack/gstwavpack.c: (plugin_init):
1348         * sys/oss/gstossaudio.c: (plugin_init):
1349         * sys/v4l2/gstv4l2.c: (plugin_init):
1350         Make sure gettext returns translations in UTF-8 encoding rather
1351         than in the current locale encoding (#546822).
1352
1353 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1354
1355         * ext/flac/gstflacdec.c:
1356         Add FIXME for 0.11 to simply output everything with width=32 as given
1357         by FLAC and let audioconvert handle the conversions instead of doing
1358         them in flacdec.
1359
1360 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1361
1362         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1363         When outputting a pad template range for the size, include a framerate
1364         range too, to avoid 'not a real subset of template caps' errors.
1365
1366 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1367
1368         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1369
1370         * ext/flac/Makefile.am:
1371         * ext/flac/gstflac.c: (plugin_init):
1372         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1373         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1374         (gst_flac_tag_dispose), (gst_flac_tag_init),
1375         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1376         (gst_flac_tag_change_state):
1377         * ext/flac/gstflactag.h:
1378         Port flactag to 0.10, add documentation for it and clean it up a bit.
1379         Fixes bug #413841.
1380
1381         * docs/plugins/Makefile.am:
1382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1384         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1385         * docs/plugins/gst-plugins-good-plugins.interfaces:
1386         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1387         * docs/plugins/inspect/plugin-flac.xml:
1388         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1389         * ext/flac/gstflacdec.h:
1390         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1391         * ext/flac/gstflacenc.h:
1392         Add flactag and flacenc to the documentation and mark
1393         the private parts of the flacdec instance structure as private.
1394
1395         Also use gst_element_class_set_details_simple() in flacdec and
1396         flacenc.
1397
1398 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1399
1400         * gst/qtdemux/qtdemux.c:
1401           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1402           for it but ffmpeg does not.
1403
1404 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1405
1406         * gst/wavparse/gstwavparse.c:
1407           Handle the list chunk and use gst_riff_parse_info() to parse the info
1408           sub-chunk.
1409
1410 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1411
1412         * gst/wavparse/gstwavparse.c:
1413           Handle the acid chunk and send tempo as part of tags. Other fields are
1414           interesting too, but need more tag-definitions. Fixes #545433.
1415
1416 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1417
1418         * gst/wavparse/gstwavparse.c:
1419           Refactor wavparse. Call _reset() from dispose() and move old code from
1420           dispose into reset. This way we don't leak taglists when we abort
1421           parsing. Fix some comments. Move code for skipping a chunk into extra
1422           function. Replace chunk sizes with a const to ease readability.         
1423
1424 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1425
1426         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1427
1428         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1429         Improve udp port setup. Fixes #545710.
1430
1431 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1432
1433         * gst/rtp/Makefile.am:
1434         * gst/rtp/gstrtp.c: (plugin_init):
1435         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1436         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1437         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1438         (gst_rtp_mp1s_depay_set_property),
1439         (gst_rtp_mp1s_depay_get_property),
1440         (gst_rtp_mp1s_depay_change_state),
1441         (gst_rtp_mp1s_depay_plugin_init):
1442         * gst/rtp/gstrtpmp1sdepay.h:
1443         Add MP1S depayloader.
1444
1445         * gst/rtsp/URLS:
1446         Some more sample rtsp streams.
1447
1448 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1449
1450         * gst/rtsp/URLS:
1451         Add another URL.
1452
1453         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1454         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1455         Add some more debug info.
1456
1457 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1458
1459         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1460         Provide cbSize field for audio extra_data size, and take care to
1461         pad extra_data.
1462
1463 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * gst/qtdemux/qtdemux.c:
1466           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1467           TRUE.
1468
1469 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1470
1471         * gst/qtdemux/qtdemux.c:
1472         * gst/qtdemux/qtdemux_fourcc.h:
1473           Add keyword tag support. Fixes #520694 for qtdemux.
1474
1475 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1476
1477         * gst/qtdemux/qtdemux.c:
1478           Add support for tmpo tag (BPM).
1479
1480 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1481
1482         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1483         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1484         Set an estimate for the total number of samples that will be encoded
1485         if possible to help decoders if the streaminfo can't be rewritten
1486         later (like when muxing into Ogg containers).
1487
1488         Add a warning if we get header packets after data packets as those
1489         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1490         work.
1491
1492 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1493
1494         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1495         (gst_flac_dec_write):
1496         Support decoding of all depths between 4 and 32 bits and read the
1497         depth from the streaminfo header if needed. Also support all sampling
1498         rates between 1 and 655350 Hz.
1499
1500         * ext/flac/gstflacenc.c:
1501         (gst_flac_enc_caps_append_structure_with_widths),
1502         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1503         (gst_flac_enc_chain):
1504         * ext/flac/gstflacenc.h:
1505         Support encoding in all bit depths supported by the streamable
1506         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1507         between 1 Hz and 655350 Hz.
1508
1509 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1510
1511         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1512         (gst_flac_enc_sink_getcaps):
1513         Support encoding of up to 8 channels.
1514
1515 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1516
1517         * ext/soup/gstsouphttpsrc.c:
1518         * ext/soup/gstsouphttpsrc.h:
1519         Fix seeking race condition in #540300
1520         Patch By: Wouter Cloetens  <wouter at mind be>
1521
1522 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1523
1524         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1525         (gst_matroska_demux_element_send_event),
1526         (gst_matroska_demux_handle_seek_event),
1527         (gst_matroska_demux_handle_src_event):
1528         When receiving a SEEK event on a specific pad first search for a seek
1529         table entry for the stream of the pad and then fall back to an entry
1530         for a different stream.
1531
1532 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1533
1534         * configure.ac:
1535         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1536         * gst/matroska/matroska-ids.h:
1537         Build depend on core CVS for the attachment tag.
1538
1539 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1540
1541         * configure.ac:
1542         * gst/matroska/Makefile.am:
1543         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1544         (copy_backptr), (lzo1x_decode), (main):
1545         * gst/matroska/lzo.h:
1546         * gst/matroska/matroska-demux.c:
1547         (gst_matroska_demux_read_track_encoding),
1548         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1549         (gst_matroska_decode_buffer),
1550         (gst_matroska_decode_content_encodings),
1551         (gst_matroska_demux_read_track_encodings),
1552         (gst_matroska_demux_add_stream),
1553         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1554         * gst/matroska/matroska-ids.h:
1555         Decode the codec private data and following ContentEncoding if
1556         necessary.
1557
1558         Support bzip2, lzo and header stripped compression. For lzo use the
1559         ffmpeg lzo implementation as liblzo is GPL licensed.
1560         
1561         Fix zlib decompression.
1562
1563 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1564
1565         * gst/matroska/matroska-mux.c:
1566         (gst_matroska_mux_audio_pad_setcaps):
1567         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1568         duration of a frame with the new mpegaudioversion caps field.
1569
1570 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1571
1572         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1573         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1574         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1575         (gst_matroska_demux_stream_from_num),
1576         (gst_matroska_demux_tracknumber_unique),
1577         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1578         (gst_matroska_demux_handle_seek_event),
1579         (gst_matroska_demux_sync_streams),
1580         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1581         (gst_matroska_demux_loop):
1582         * gst/matroska/matroska-demux.h:
1583         Allow an infinite number of stream inside Matroska containers and use
1584         a GPtrArray for storing them instead of allowing "only" 127 streams.
1585
1586 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1587
1588         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1589         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1590         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1591         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1592         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1593         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1594         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1595         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1596         (gst_ebml_read_master), (gst_ebml_read_binary),
1597         (gst_ebml_read_header):
1598         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1599         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1600         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1601         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1602         (gst_ebml_replace_uint):
1603         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1604         (gst_matroska_demux_read_track_encoding),
1605         (gst_matroska_demux_read_track_encodings),
1606         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1607         (gst_matroska_demux_send_event),
1608         (gst_matroska_demux_element_send_event),
1609         (gst_matroska_demux_handle_seek_event),
1610         (gst_matroska_demux_handle_src_event),
1611         (gst_matroska_demux_init_stream),
1612         (gst_matroska_demux_parse_tracks),
1613         (gst_matroska_demux_parse_index_cuetrack),
1614         (gst_matroska_demux_parse_index_pointentry),
1615         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1616         (gst_matroska_demux_parse_metadata_id_simple_tag),
1617         (gst_matroska_demux_parse_metadata_id_tag),
1618         (gst_matroska_demux_parse_metadata),
1619         (gst_matroska_demux_parse_attached_file),
1620         (gst_matroska_demux_parse_attachments),
1621         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1622         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1623         (gst_matroska_demux_push_flac_codec_priv_data),
1624         (gst_matroska_demux_push_xiph_codec_priv_data),
1625         (gst_matroska_demux_push_dvd_clut_change_event),
1626         (gst_matroska_demux_add_mpeg_seq_header),
1627         (gst_matroska_demux_add_wvpk_header),
1628         (gst_matroska_demux_check_subtitle_buffer),
1629         (gst_matroska_decode_buffer),
1630         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1631         (gst_matroska_demux_parse_cluster),
1632         (gst_matroska_demux_parse_contents_seekentry),
1633         (gst_matroska_demux_parse_contents),
1634         (gst_matroska_demux_loop_stream_parse_id),
1635         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1636         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1637         (gst_matroska_demux_subtitle_caps),
1638         (gst_matroska_demux_change_state):
1639         * gst/matroska/matroska-ids.c:
1640         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1641         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1642         (gst_matroska_mux_video_pad_setcaps),
1643         (xiph3_streamheader_to_codecdata),
1644         (vorbis_streamheader_to_codecdata),
1645         (theora_streamheader_to_codecdata),
1646         (gst_matroska_mux_audio_pad_setcaps),
1647         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1648         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1649         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1650         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1651         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1652         Fix indention everywhere. A broken indent version has added newlines
1653         after every single declaration some time ago.
1654
1655 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1656
1657         * gst/matroska/matroska-demux.c:
1658         (gst_matroska_demux_loop_stream_parse_id):
1659         If no Tracks are found error out instead of trying it again until the
1660         end of time.
1661
1662 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1663
1664         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1665         Fix demuxing of raw integer audio. The samples are unsigned only for 8
1666         bit and signed otherwise, not the other way around.
1667
1668 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1669
1670         * gst/matroska/matroska-mux.c:
1671         Add more raw YUV formats to the list of supported formats.
1672
1673 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1674
1675         * gst/matroska/matroska-mux.c:
1676         (gst_matroska_mux_audio_pad_setcaps):
1677         Add support for muxing raw float audio now that the spec defines the
1678         endianness and add support for muxing raw integer audio with 24 and
1679         32 bits.
1680
1681         Allow muxing of more than 8 audio channels.
1682
1683 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1684
1685         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1686         (gst_matroska_mux_reset), (gst_matroska_mux_start):
1687         Add locking to the global array of used track UIDs to prevent random
1688         crashes if more than a single matrosmux instance is used.
1689
1690         Use 64 bit values for the track UIDs.
1691
1692         Use the global GRandom of GLib instead of creating our own one
1693         for the few random numbers we need every single time.
1694
1695 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1696
1697         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1698         (gst_flac_dec_setup_stream_decoder),
1699         (gst_flac_dec_update_metadata):
1700         Always post the audio-codec tag, not only if other tags are present.
1701
1702 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1703
1704         * configure.ac:
1705         Back to development -> 0.10.9.1
1706
1707 === release 0.10.9 ===
1708
1709 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
1710
1711         * configure.ac:
1712           releasing 0.10.9, "Steam Train Rolling"
1713
1714 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
1715
1716         * ext/soup/gstsouphttpsrc.c:
1717         Don't throw an error when soup completes a msg with status
1718         'cancelled', as that indicates we cancelled a request while
1719         shutting down or seeking, and it's not an error.
1720         Fixes: #540300 again.
1721
1722 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
1723
1724         * configure.ac:
1725         0.10.8.4 pre-release
1726
1727 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1728
1729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
1730         Fix segment-stop regression.
1731         Add documentation regarding segments in quicktime files by Wim Taymans.
1732         Fixes #544509
1733
1734 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1735
1736         * configure.ac:
1737         0.10.8.3 pre-release
1738
1739         * po/LINGUAS:
1740         * po/pt_BR.po:
1741         Add pt_BR translation
1742
1743 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1744
1745         * gst/goom/convolve_fx.c:
1746         * gst/goom/filters.c:
1747         * gst/goom/goom_config.h:
1748         * gst/goom/goom_core.c:
1749         * gst/goom/goom_tools.h:
1750           Fix build with MSVC: include glib.h to define inline appropriately,
1751           use header guards where needed.
1752         * gst/udp/gstudpnetutils.c:
1753         * gst/udp/gstudpsrc.c:
1754           Fix build with MSVC: use WSA* constants/functions where appropriate, use
1755           g_snprintf rather than snprintf.
1756           Fixes #544433.
1757
1758 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1759
1760         * gst/debug/gsttaginject.c:
1761         * gst/debug/gsttaginject.h:
1762           Sent tags in _transform_ip() instead of _start(). Fixes #543404
1763           partially.
1764
1765 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1766
1767         * configure.ac:
1768         0.10.8.2 pre-release
1769
1770 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1771
1772         * ext/Makefile.am:
1773         Finish hooking up pulseaudio plugin to the build.
1774
1775         * ext/pulse/pulsemixerctrl.c:
1776         Fix compilation error.
1777
1778 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1779
1780         * po/LINGUAS:
1781         * po/lt.po:
1782         Add new lithunian translation, and add french to the LINGUAS
1783         file.
1784
1785 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1786
1787         * ext/soup/gstsouphttpsrc.c:
1788         Fix Soup HTTP source seeking.
1789         Patch By: Wouter Cloetens  <wouter at mind be>
1790         Fixes: #540300
1791
1792         * tests/check/elements/.cvsignore:
1793         Ignore new check programs.
1794
1795 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1796
1797         * configure.ac:
1798         * docs/plugins/Makefile.am:
1799         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1800         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1801         * docs/plugins/gst-plugins-good-plugins.args:
1802         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1803         * docs/plugins/gst-plugins-good-plugins.interfaces:
1804         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1805         * docs/plugins/inspect/plugin-interleave.xml:
1806         * docs/plugins/inspect/plugin-replaygain.xml:
1807         * tests/check/Makefile.am:
1808
1809         Move replaygain and interleave plugins from -bad.
1810         Fixes: #543406
1811         Fixes: #536228
1812
1813 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1814
1815         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1816         (qtdemux_parse_trak):
1817         Revert ISO base media spec based pixel-aspect-ratio calculation.
1818         Fixes #543300.
1819
1820 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1821
1822         * sys/osxvideo/osxvideosink.m:
1823         Fix minor build issues on macosx.
1824         Fixes #543054
1825
1826 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1827
1828         * configure.ac::
1829         * ext/taglib/Makefile.am::
1830           Only use -Wno-attributes (which is there to work around a
1831           bug in the taglib 1.5 headers) if the c++ compiler actually
1832           supports it (#543255).
1833
1834 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
1835
1836         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
1837
1838         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
1839           Avoid compiler warning by initialising variable to NULL (#543259).
1840
1841 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1842
1843         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
1844         Don't pass NULL taglists to gst_tag_list_is_empty().
1845
1846 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
1847
1848         * tests/check/elements/cmmldec.c: (GST_START_TEST):
1849         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
1850         (rtp_pipeline_run):
1851         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
1852         Don't use declarations after statements.
1853
1854 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1855
1856         * ext/jpeg/gstjpegdec.c:
1857         Align documentation with reality.
1858
1859 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1860
1861         * gst/udp/gstudpnetutils.c:
1862         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
1863         old value (1) if it's not defined which should not cause any problems
1864         as we're using it internal only anyway.
1865
1866 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1867
1868         Patch by: Alessandro Decina <alessandro at nnva dot org>
1869
1870         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
1871         Fix build of avidemux on big endian architectures.
1872
1873 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1874
1875         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
1876
1877         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1878         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
1879
1880 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1881
1882         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1883         (qtdemux_parse_trak):
1884         Set pixel-aspect-ratio in caps using display width and height
1885         provided in track.
1886
1887 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1888
1889         * configure.ac:
1890         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1891         flags that are invalid for C++. Fixes bug #516509.
1892
1893 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1894
1895         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
1896         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
1897         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
1898         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
1899         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1900         * tests/examples/equalizer/demo.c: (message_handler):
1901         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
1902         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
1903         Don't use declarations after statements and variable length arrays.
1904
1905 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1906
1907         Patch by: Daniel Drake <dsd at gentoo dot org>
1908
1909         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
1910         (gst_v4l2src_get_nearest_size):
1911         Try progressive video if interlaced fails. Fixes bug #541956
1912         and the usage of v4l2src on OLPC.
1913
1914 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1915
1916         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1917         (gst_rtp_speex_depay_process):
1918         * gst/rtp/gstrtpspeexdepay.h:
1919         Revert last change: Only the jitterbuffer is able to convert RTP to
1920         Gstreamer timestamps and normal (de)payloaders should simply copy it.
1921         Reopens bug #541787.
1922
1923 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1924
1925         * gst/rtp/gstrtpvrawdepay.c:
1926           Include stdlib.h for atoi().
1927
1928         * gst/rtsp/gstrtspsrc.c:
1929           Use floating point math for latencies < 0 sec in log output.
1930
1931 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1932
1933         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
1934
1935         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1936         (gst_rtp_speex_depay_process):
1937         * gst/rtp/gstrtpspeexdepay.h:
1938         Take timestamp from the RTP packet as a first step to fix problems
1939         with transmission over RTP when the network is not reliable.
1940         Fixes bug #541787.
1941
1942 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1943
1944         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1945
1946         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
1947         Fix parsing of udp:// URIs containing IPv6 addresses.
1948         Fixes bug #541650.
1949
1950 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1951
1952         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1953         Do not leak incoming buffers.
1954
1955 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1956
1957         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1958
1959         * configure.ac:
1960         Fix build of the RTP plugin with mingw32 by linking to ws2_32
1961         for htons() and htonl(). Fixes bug #541412.
1962
1963 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1964
1965         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1966         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
1967         (gst_matroska_demux_element_query),
1968         (gst_matroska_demux_handle_src_query),
1969         (gst_matroska_demux_handle_seek_event):
1970         Handle position and duration query in DEFAULT format if the
1971         pad's track has a default frame duration set.
1972
1973         Fix seeking now that the segment's duration doesn't contain the
1974         (possibly wrong or inaccurate) duration of the Matroska file.
1975
1976 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1977
1978         * gst/matroska/ebml-read.c: (_ext2dbl):
1979         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
1980         in math.h except on MSVC where it is defined in xmath.h.
1981         Fixes compilation with MSVC.
1982
1983 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1984
1985         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1986         (gst_matroska_demux_handle_src_query),
1987         (gst_matroska_demux_parse_info),
1988         (gst_matroska_demux_loop_stream_parse_id):
1989         * gst/matroska/matroska-demux.h:
1990         Don't set the segment duration to the duration from the Matroska
1991         header as this value could be wrong and is just informational.
1992
1993 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1994
1995         * gst/matroska/matroska-demux.c:
1996         (gst_matroska_demux_loop_stream_parse_id):
1997         If no Tracks element is found until the first Cluster is found
1998         search it and error out if none is found in the complete file.
1999
2000 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2001
2002         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2003         Resync non-subtitle tracks too if a too large gap compared to other
2004         tracks is detected.
2005
2006 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2007
2008         * gst/rtp/Makefile.am:
2009         * gst/rtp/gstrtp.c: (plugin_init):
2010         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2011         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2012         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2013         (gst_rtp_vraw_depay_change_state),
2014         (gst_rtp_vraw_depay_plugin_init):
2015         * gst/rtp/gstrtpvrawdepay.h:
2016         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2017         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2018         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2019         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2020         (gst_rtp_vraw_pay_plugin_init):
2021         * gst/rtp/gstrtpvrawpay.h:
2022         Add raw video pay and depayloaders, see RFC4175.
2023
2024 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2025
2026         * ext/libpng/gstpngdec.c:
2027         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2028         whatever it returned.
2029
2030 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2031
2032         * gst/avi/avi-ids.h:
2033         Add vprp chunk related structures.
2034         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2035         (gst_avi_demux_parse_stream):
2036         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2037         to caps.  Fixes #539482.
2038         * gst/avi/gstavimux.h:
2039         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2040         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2041         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2042
2043 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2044
2045         * tests/check/elements/avimux.c: (check_avimux_pad):
2046         Adjust avimux unit test according to increased streamheader size.
2047
2048 2008-06-27  David Schleef  <ds@schleef.org>
2049
2050         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2051
2052 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2053
2054         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2055         * gst/avi/gstavimux.h:
2056         Add 8 bytes to current streamheader to make for a complete one
2057         and to make more players happy.  Fixes #519460.
2058
2059 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2060
2061         * sys/v4l2/v4l2_calls.c::
2062           Don't include unused gstv4l2xoverlay.h. Fixes build
2063           in case where X11 headers are not installed.
2064
2065 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2066
2067         * ext/dv/gstdv.c: (plugin_init):
2068         Fix compilation.
2069
2070 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2071
2072         * ext/dv/gstdv.c: (plugin_init):
2073         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2074         DV decoder available.
2075         Fixes #532393
2076
2077 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2078
2079         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2080         Call getsockname() after the call to bind() to get updated values
2081         for the port, etc. This fixes the usage of udpsrc on anonymous
2082         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2083         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2084
2085 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2086
2087         * tests/check/pipelines/wavpack.c: (bus_handler):
2088         Remove workaround for a bug in identity that is fixed in 0.10.20.
2089
2090 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2091
2092         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2093
2094         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2095         Fix HTTP auth support with user/password passed via the URI.
2096         Fixes bug #540067.
2097
2098 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2099
2100         * configure.ac:
2101           Depend on released versions of core and -base.
2102
2103 2008-06-23  Julien Moutte  <julien@fluendo.com>
2104
2105         * gst/matroska/matroska-demux.c:
2106         (gst_matroska_demux_read_track_encoding),
2107         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2108         format strings in macros. (makes it build on OS X again...)
2109
2110 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2111
2112         * gst/rtp/gstrtptheorapay.c:
2113         * gst/udp/gstmultiudpsink.c:
2114           Added debug.
2115
2116 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2117
2118         * configure.ac: switch v4l2src over to the normal build instead of
2119         being 'experimental'. Fixes bug #536831.
2120
2121 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2122
2123         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2124         Remove unused variable so that we can compile again.
2125
2126 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2127
2128         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2129         No need to check for audio/G723 and audio/32KADPCM here as they are
2130         no longer supported.
2131
2132 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2133
2134         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2135         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2136         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2137         known length.
2138
2139 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2140
2141         * gst/matroska/matroska-demux.c:
2142         (gst_matroska_demux_add_wvpk_header),
2143         (gst_matroska_demux_audio_caps):
2144         * gst/matroska/matroska-ids.h:
2145         Fix demuxing of WavPack files. Muxing is still broken.
2146
2147 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2148
2149         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2150         (gst_matroska_demux_add_mpeg_seq_header),
2151         (gst_matroska_demux_add_wvpk_header),
2152         (gst_matroska_demux_check_subtitle_buffer),
2153         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2154         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2155         (gst_matroska_demux_subtitle_caps):
2156         * gst/matroska/matroska-ids.h:
2157         Add a "vfunc" to the track context for postprocessing frames and
2158         convert the wavpack and subtitle postprocessing to this vfunc.
2159         Copy buffer flags in those functions to the new buffers too.
2160
2161         Parse CodecState elements of Blocks.
2162
2163         Add a postprocessing function for MPEG video that adds the sequence
2164         header from the codec private data or codec state to the frames if
2165         it's not already there.
2166
2167 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2168
2169         * gst/matroska/matroska-demux.c:
2170         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2171         If a gap of more than 1/2 second is found in one stream send a
2172         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2173         This also fixes Matroska files where the first buffer doesn't start
2174         at timestamp 0. Fixes bug #429322.
2175
2176         The duration of a block is the default duration multiplied with the
2177         number of laces. Every lace is one frame and the default duration
2178         is the duration of one frame. This fixes playback of files that use
2179         lacing for some tracks.
2180
2181 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2182
2183         * gst/matroska/matroska-demux.c:
2184         (gst_matroska_demux_parse_contents_seekentry):
2185         Update FIXME/TODOs and only ignore EOS at the central, important place
2186         instead of several places.
2187
2188 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2189
2190         * gst/rtp/gstrtpg726pay.c:
2191         Fix caps, See #538891.
2192
2193 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2194
2195         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2196         (gst_matroska_demux_stream_from_num),
2197         (gst_matroska_demux_encoding_cmp),
2198         (gst_matroska_demux_encoding_order_unique),
2199         (gst_matroska_demux_read_track_encoding),
2200         (gst_matroska_demux_read_track_encodings),
2201         (gst_matroska_demux_tracknumber_unique),
2202         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2203         (gst_matroska_demux_parse_tracks),
2204         (gst_matroska_demux_parse_index_cuetrack),
2205         (gst_matroska_demux_parse_index_pointentry),
2206         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2207         (gst_matroska_demux_parse_metadata_id_simple_tag),
2208         (gst_matroska_demux_parse_metadata_id_tag),
2209         (gst_matroska_demux_parse_metadata),
2210         (gst_matroska_demux_parse_attached_file),
2211         (gst_matroska_demux_parse_attachments),
2212         (gst_matroska_demux_parse_chapters),
2213         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2214         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2215         (gst_matroska_demux_parse_cluster),
2216         (gst_matroska_demux_parse_contents_seekentry),
2217         (gst_matroska_demux_parse_contents),
2218         (gst_matroska_demux_loop_stream_parse_id),
2219         (gst_matroska_demux_loop):
2220         Improve debug output everywhere and fix the EOS logic.
2221
2222         Check the values of the ContentEncoding elements more strictly and
2223         don't use tracks for which it's invalid.
2224
2225         Check that the track number is unique for this stream.
2226
2227         Check that seek positions are below G_MAXINT64 as our seeks are
2228         int64-based and overflows will fail badly.
2229
2230         After seeks also don't push SimpleBlocks until the first one
2231         containing a keyframe is found. Before this was done only for normal
2232         Blocks.
2233
2234         Update some FIXME/TODOs.
2235         
2236         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2237         (gst_ebml_read_utf8), (gst_ebml_read_header):
2238         Improve debug output.
2239
2240         * gst/matroska/matroska-ids.c:
2241         (gst_matroska_track_init_video_context):
2242         * gst/matroska/matroska-ids.h:
2243         * gst/matroska/matroska-mux.c:
2244         (gst_matroska_mux_video_pad_setcaps):
2245         Remove eye mode and don't parse it anymore. We can't use that
2246         information in GStreamer yet so it's useless.
2247
2248
2249 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2250
2251         Patch by: Mersad Jelacic <mersad at axis dot com>
2252
2253         * gst/rtp/Makefile.am:
2254         * gst/rtp/gstrtp.c: (plugin_init):
2255         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2256         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2257         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2258         (gst_rtp_g726_depay_plugin_init):
2259         * gst/rtp/gstrtpg726depay.h:
2260         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2261         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2262         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2263         * gst/rtp/gstrtpg726pay.h:
2264         Added G726 pay/depayloaders. Fixes #538891.
2265
2266 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2267
2268         * gst/rtsp/URLS:
2269         Some more urls.
2270
2271         * gst/smpte/barboxwipes.c:
2272         Add a comment
2273
2274         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2275         Fix typo, add audioresample to the pipeline.
2276
2277 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2278
2279         * ext/libmng/Makefile.am:
2280         * ext/libmng/gstmng.c: (plugin_init):
2281         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2282         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2283         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2284         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2285         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2286         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2287         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2288         (gst_mng_dec_change_state):
2289         * ext/libmng/gstmngdec.h:
2290         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2291         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2292         (gst_mng_enc_init), (gst_mng_enc_chain),
2293         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2294         * ext/libmng/gstmngenc.h:
2295         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2296         bits ifdeffed out still.
2297
2298 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2299
2300         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2301         When comparing index elements with the same time compare their
2302         block number.
2303
2304 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2305
2306         * gst/matroska/matroska-demux.c:
2307           (gst_matroska_demux_parse_attached_file)
2308           Init variable to NULL to avoid compiler warning.
2309
2310 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2311
2312         * gst/matroska/Makefile.am:
2313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2314         (gst_matroska_demux_parse_attached_file),
2315         (gst_matroska_demux_parse_attachments),
2316         (gst_matroska_demux_parse_contents_seekentry),
2317         (gst_matroska_demux_loop_stream_parse_id):
2318         * gst/matroska/matroska-demux.h:
2319         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2320         * gst/matroska/matroska-ids.h:
2321         * gst/matroska/matroska.c: (plugin_init):
2322         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2323         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2324         and description of the attachments in the caps. Fixes bug #537622.
2325
2326 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2327
2328         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2329         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2330         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2331         (gst_speex_enc_src_query), (gst_speex_enc_init),
2332         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2333         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2334         (gst_speex_enc_set_property):
2335         Add mode property.
2336         Some cleanups, add more debug info.
2337         Add latency query.
2338
2339 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2340
2341         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2342         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2343         If we get less bytes than requested we can't do anything except doing
2344         our EOS logic.
2345
2346 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2347
2348         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2349         (gst_matroskademux_do_index_seek),
2350         (gst_matroska_demux_parse_index_cuetrack),
2351         (gst_matroska_demux_parse_index_pointentry),
2352         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2353         (gst_matroska_demux_parse_metadata):
2354         * gst/matroska/matroska-demux.h:
2355         * gst/matroska/matroska-ids.h:
2356         Use a GArray for storing the Cue (i.e. seek) information, store
2357         the CueTrackPositions for every track, store the block number
2358         and optimize searching in the array by sorting it after the last
2359         element was added.
2360
2361         Fix a small memory leak when trying to parse a tags element that was
2362         already parsed.
2363
2364 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2365
2366         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2367         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2368         (gst_matroska_mux_write_data):
2369         * gst/matroska/matroska-mux.h:
2370         Don't write another SeekHead which indexes all Clusters to the end of
2371         the file. This isn't useful for anything and just increases filesize.
2372
2373 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2374
2375         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2376         Prevent unaligned memory access when reading floats.
2377
2378 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2379
2380         * gst/matroska/ebml-read.c:
2381         * gst/matroska/ebml-read.h:
2382         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2383         (gst_matroska_demux_parse_metadata):
2384         * gst/matroska/matroska-demux.h:
2385         Make sure that every Tags element is only parsed once and it's
2386         containing tags are only posted once.
2387
2388 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2389
2390         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2391         (gst_ebml_read_header):
2392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2393         (gst_matroska_demux_parse_tracks),
2394         (gst_matroska_demux_parse_index_cuetrack),
2395         (gst_matroska_demux_parse_index_pointentry),
2396         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2397         (gst_matroska_demux_parse_metadata_id_simple_tag),
2398         (gst_matroska_demux_parse_metadata_id_tag),
2399         (gst_matroska_demux_parse_metadata),
2400         (gst_matroska_demux_parse_attachments),
2401         (gst_matroska_demux_parse_chapters),
2402         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2403         (gst_matroska_demux_parse_cluster),
2404         (gst_matroska_demux_parse_contents_seekentry),
2405         (gst_matroska_demux_parse_contents),
2406         (gst_matroska_demux_loop_stream_parse_id):
2407         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2408         already. They're not useful in the matroska parser and only cause
2409         additional code.
2410
2411 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2412
2413         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2414         (gst_ebml_finalize), (gst_ebml_read_change_state),
2415         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2416         * gst/matroska/matroska-demux.c:
2417         (gst_matroska_demux_parse_contents_seekentry):
2418         Reverse the level list as we usually are only interested in the
2419         first element or want to add a new first element. Having the
2420         first element stored at the end and calling g_list_last() and
2421         g_list_append() is more expensive.
2422
2423         Also use GSlice for allocating the GstEbmlLevel structs.
2424
2425 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2426
2427         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2428           (gst_tag_inject_class_init), (gst_tag_inject_init):
2429           Don't unref NULL taglist in finalize. Don't use c++ style
2430           comments.
2431
2432 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2433
2434         * gst/matroska/matroska-demux.c:
2435         (gst_matroska_demux_parse_metadata_id_simple_tag):
2436         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2437         (gst_matroska_mux_write_data):
2438         Use gst_value_serialize() and gst_value_deserialize() for transforming
2439         tags from some GType to a string and the other way around. The default
2440         transformations in GLib don't include transformations from string to
2441         number types.
2442
2443 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2444
2445         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2446         (gst_matroska_demux_parse_tracks),
2447         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2448         (gst_matroska_demux_parse_attachments),
2449         (gst_matroska_demux_parse_chapters),
2450         (gst_matroska_demux_parse_contents_seekentry),
2451         (gst_matroska_demux_loop_stream_parse_id):
2452         * gst/matroska/matroska-demux.h:
2453         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2454         Tags multiple times. The first ones can appear more than once but must
2455         contain the same content as the first for backup purposes so we ignore
2456         all but the first one. Tags can appear multiple times with different
2457         content.
2458
2459         Jump to all elements except Clusters that are available from a
2460         SeekHead to make it more likely to have all required informations
2461         before getting to the first Clusters.
2462
2463         Add dummy functions for parsing Attachments and Chapters.
2464
2465 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2466
2467         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2468         (gst_udpsrc_create), (gst_udpsrc_set_property),
2469         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2470         * gst/udp/gstudpsrc.h:
2471         Add property to control automatic join/leave of multicast groups.
2472         Add G_LIKELY.
2473         Remove setting caps on buffers explicitly, basesrc does that for us now.
2474         Improve debug info.
2475         Convert some non-fatal error into warnings.
2476         Use g_ntohs for better portability.
2477         Leave multicast groups when stopping.
2478         When using external sockets, use getsockname() on them to fill up the
2479         addr structure before calling methods that use the structure.
2480         Should all fix #536903.
2481         API: GstUDPSrc::auto-multicast property
2482
2483 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2484
2485         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2486         Use g_ntohl for better portability.
2487
2488 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2489
2490         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2491         (gst_multiudpsink_remove):
2492         Fix a typo and do some small cleanups.
2493
2494 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2495
2496         Patch by: Olivier Crete <tester at tester dot ca>
2497
2498         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2499         Make the delivery-method mandatory on the caps and only accept inline
2500         for now.
2501         Reverse strcmp checks for delivery-method.
2502
2503         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2504         Make delivery method optional when parsing caps and note this in the
2505         caps.
2506         Reverse strcmp checks for delivery-method.
2507
2508         * gst/rtp/gstrtpvorbispay.c:
2509         Update a comment to note that the delivery-method is optional, 
2510         Fixes #537675.
2511
2512 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2513
2514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2515         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2516         leaving them in READY. Fixes #537832.
2517
2518 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2519
2520         * gst/avi/gstavimux.c:
2521           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2522           for a random constant in tagmuxing code.
2523
2524 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2525
2526         * gst/debug/gsttaginject.c:
2527         * gst/debug/gsttaginject.h:
2528           Now actually adding the new element.
2529
2530 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2531
2532         * docs/plugins/Makefile.am:
2533         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2534         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2535         * docs/plugins/gst-plugins-good-plugins.args:
2536         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2537         * docs/plugins/gst-plugins-good-plugins.interfaces:
2538         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2539         * docs/plugins/inspect/plugin-aasink.xml:
2540         * docs/plugins/inspect/plugin-alaw.xml:
2541         * docs/plugins/inspect/plugin-alpha.xml:
2542         * docs/plugins/inspect/plugin-alphacolor.xml:
2543         * docs/plugins/inspect/plugin-annodex.xml:
2544         * docs/plugins/inspect/plugin-apetag.xml:
2545         * docs/plugins/inspect/plugin-audiofx.xml:
2546         * docs/plugins/inspect/plugin-auparse.xml:
2547         * docs/plugins/inspect/plugin-autodetect.xml:
2548         * docs/plugins/inspect/plugin-avi.xml:
2549         * docs/plugins/inspect/plugin-cacasink.xml:
2550         * docs/plugins/inspect/plugin-cairo.xml:
2551         * docs/plugins/inspect/plugin-cdio.xml:
2552         * docs/plugins/inspect/plugin-cutter.xml:
2553         * docs/plugins/inspect/plugin-debug.xml:
2554         * docs/plugins/inspect/plugin-dv.xml:
2555         * docs/plugins/inspect/plugin-efence.xml:
2556         * docs/plugins/inspect/plugin-effectv.xml:
2557         * docs/plugins/inspect/plugin-equalizer.xml:
2558         * docs/plugins/inspect/plugin-esdsink.xml:
2559         * docs/plugins/inspect/plugin-flac.xml:
2560         * docs/plugins/inspect/plugin-flxdec.xml:
2561         * docs/plugins/inspect/plugin-gamma.xml:
2562         * docs/plugins/inspect/plugin-gconfelements.xml:
2563         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2564         * docs/plugins/inspect/plugin-goom.xml:
2565         * docs/plugins/inspect/plugin-goom2k1.xml:
2566         * docs/plugins/inspect/plugin-halelements.xml:
2567         * docs/plugins/inspect/plugin-icydemux.xml:
2568         * docs/plugins/inspect/plugin-id3demux.xml:
2569         * docs/plugins/inspect/plugin-jpeg.xml:
2570         * docs/plugins/inspect/plugin-level.xml:
2571         * docs/plugins/inspect/plugin-matroska.xml:
2572         * docs/plugins/inspect/plugin-monoscope.xml:
2573         * docs/plugins/inspect/plugin-mulaw.xml:
2574         * docs/plugins/inspect/plugin-multifile.xml:
2575         * docs/plugins/inspect/plugin-multipart.xml:
2576         * docs/plugins/inspect/plugin-navigationtest.xml:
2577         * docs/plugins/inspect/plugin-ossaudio.xml:
2578         * docs/plugins/inspect/plugin-png.xml:
2579         * docs/plugins/inspect/plugin-quicktime.xml:
2580         * docs/plugins/inspect/plugin-rtp.xml:
2581         * docs/plugins/inspect/plugin-rtsp.xml:
2582         * docs/plugins/inspect/plugin-smpte.xml:
2583         * docs/plugins/inspect/plugin-soup.xml:
2584         * docs/plugins/inspect/plugin-spectrum.xml:
2585         * docs/plugins/inspect/plugin-speex.xml:
2586         * docs/plugins/inspect/plugin-taglib.xml:
2587         * docs/plugins/inspect/plugin-udp.xml:
2588         * docs/plugins/inspect/plugin-video4linux2.xml:
2589         * docs/plugins/inspect/plugin-videobalance.xml:
2590         * docs/plugins/inspect/plugin-videobox.xml:
2591         * docs/plugins/inspect/plugin-videocrop.xml:
2592         * docs/plugins/inspect/plugin-videoflip.xml:
2593         * docs/plugins/inspect/plugin-videomixer.xml:
2594         * docs/plugins/inspect/plugin-wavenc.xml:
2595         * docs/plugins/inspect/plugin-wavpack.xml:
2596         * docs/plugins/inspect/plugin-wavparse.xml:
2597         * docs/plugins/inspect/plugin-ximagesrc.xml:
2598         * gst/debug/Makefile.am:
2599         * gst/debug/breakmydata.c:
2600         * gst/debug/efence.c:
2601         * gst/debug/gstdebug.c:
2602         * gst/debug/gstnavseek.c:
2603         * gst/debug/gstpushfilesrc.c:
2604         * gst/debug/gstpushfilesrc.h:
2605         * gst/debug/negotiation.c:
2606         * gst/debug/progressreport.c:
2607         * gst/debug/progressreport.h:
2608         * gst/debug/rndbuffersize.c:
2609         * gst/debug/testplugin.c:
2610           Remove dummy plugin_init. Remove some undefined entries from doc-
2611           section file. Add taginject element and rebuild docs for it.
2612
2613 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2614
2615         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2616         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2617         Update the counter for the number of streams when pads are added or
2618         removed. This will make sure that a seek table is generated for
2619         files with just one audio stream.
2620
2621 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2622
2623         * gst/matroska/matroska-demux.c:
2624         (gst_matroska_demux_parse_metadata_id_simple_tag):
2625         * gst/matroska/matroska-ids.h:
2626         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2627         Add some more tags, improve debugging a bit and make sure that
2628         GValue transformation has succeeded before using the result
2629         as a tag.
2630
2631 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2632
2633         Patch by: Olivier Crete <tester at tester dot ca>
2634
2635         * gst/rtp/gstrtptheorapay.c:
2636         The Theora RTP payloader only supports the "inline" delievery method
2637         so let's declare this on the caps of the static pad template.
2638         Fixes bug #537675.
2639
2640 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2641
2642         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2643         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2644         Remove bogus check.
2645
2646 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2647
2648         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2649         (gst_videomixer_blend_buffers):
2650         Use stream_time to synchronize the object properties.
2651         Use running_time of the master pad to timestamp outgoing buffers.
2652         Fix the initial segment event to extend an unknown amount of time.
2653         Fixes #537361.
2654
2655 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2656
2657         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2658         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2659         (gst_avi_demux_calculate_durations_from_index),
2660         (gst_avi_demux_stream_header_push),
2661         (gst_avi_demux_stream_header_pull):
2662         Try to ignore unparsable/unknown streams and give a warning instead of
2663         erroring out. Fixes #537377.
2664
2665 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2666
2667         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
2668         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
2669
2670         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2671         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2672         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2673         (gst_matroska_demux_read_track_encodings),
2674         (gst_matroska_demux_add_stream),
2675         (gst_matroska_demux_handle_src_query),
2676         (gst_matroska_demux_init_stream),
2677         (gst_matroska_demux_parse_index_cuetrack),
2678         (gst_matroska_demux_parse_index_pointentry),
2679         (gst_matroska_demux_parse_info),
2680         (gst_matroska_demux_parse_metadata_id_simple_tag),
2681         (gst_matroska_demux_parse_metadata),
2682         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2683         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2684         (gst_matroska_demux_parse_cluster),
2685         (gst_matroska_demux_parse_contents_seekentry),
2686         (gst_matroska_demux_loop_stream_parse_id),
2687         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2688         (gst_matroska_demux_audio_caps),
2689         (gst_matroska_demux_subtitle_caps):
2690         * gst/matroska/matroska-demux.h:
2691         * gst/matroska/matroska-ids.c:
2692         (gst_matroska_track_init_subtitle_context):
2693         * gst/matroska/matroska-ids.h:
2694         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2695         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
2696         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
2697         (gst_matroska_mux_video_pad_setcaps),
2698         (gst_matroska_mux_audio_pad_setcaps),
2699         (gst_matroska_mux_subtitle_pad_setcaps),
2700         (gst_matroska_mux_request_new_pad),
2701         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2702         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2703         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
2704         (gst_matroska_mux_set_property):
2705         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
2706         elements, do some checks for valid values in the demuxer, handle
2707         tracktimecodescale in the demuxer, set correct default values for all
2708         settings in the demuxer, review and add all missing matroska
2709         IDs and some more raw YUV formats, and some trivial cleanup.
2710
2711 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2712
2713         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
2714         (gst_pulsemixer_class_init):
2715         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2716         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
2717         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2718         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
2719         (gst_pulsesrc_prepare):
2720         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
2721         gst_element_class_set_details_simple() and fix coding style a bit
2722         more.
2723
2724 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2725
2726         * docs/plugins/Makefile.am:
2727         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2728         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2729         * docs/plugins/gst-plugins-good-plugins.args:
2730         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2731         * docs/plugins/gst-plugins-good-plugins.interfaces:
2732         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2733         * docs/plugins/inspect/plugin-aasink.xml:
2734         * docs/plugins/inspect/plugin-alaw.xml:
2735         * docs/plugins/inspect/plugin-alpha.xml:
2736         * docs/plugins/inspect/plugin-alphacolor.xml:
2737         * docs/plugins/inspect/plugin-annodex.xml:
2738         * docs/plugins/inspect/plugin-apetag.xml:
2739         * docs/plugins/inspect/plugin-audiofx.xml:
2740         * docs/plugins/inspect/plugin-auparse.xml:
2741         * docs/plugins/inspect/plugin-autodetect.xml:
2742         * docs/plugins/inspect/plugin-avi.xml:
2743         * docs/plugins/inspect/plugin-cacasink.xml:
2744         * docs/plugins/inspect/plugin-cairo.xml:
2745         * docs/plugins/inspect/plugin-cdio.xml:
2746         * docs/plugins/inspect/plugin-cutter.xml:
2747         * docs/plugins/inspect/plugin-debug.xml:
2748         * docs/plugins/inspect/plugin-dv.xml:
2749         * docs/plugins/inspect/plugin-efence.xml:
2750         * docs/plugins/inspect/plugin-effectv.xml:
2751         * docs/plugins/inspect/plugin-equalizer.xml:
2752         * docs/plugins/inspect/plugin-esdsink.xml:
2753         * docs/plugins/inspect/plugin-flac.xml:
2754         * docs/plugins/inspect/plugin-flxdec.xml:
2755         * docs/plugins/inspect/plugin-gamma.xml:
2756         * docs/plugins/inspect/plugin-gconfelements.xml:
2757         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2758         * docs/plugins/inspect/plugin-goom.xml:
2759         * docs/plugins/inspect/plugin-goom2k1.xml:
2760         * docs/plugins/inspect/plugin-halelements.xml:
2761         * docs/plugins/inspect/plugin-icydemux.xml:
2762         * docs/plugins/inspect/plugin-id3demux.xml:
2763         * docs/plugins/inspect/plugin-jpeg.xml:
2764         * docs/plugins/inspect/plugin-level.xml:
2765         * docs/plugins/inspect/plugin-matroska.xml:
2766         * docs/plugins/inspect/plugin-monoscope.xml:
2767         * docs/plugins/inspect/plugin-mulaw.xml:
2768         * docs/plugins/inspect/plugin-multifile.xml:
2769         * docs/plugins/inspect/plugin-multipart.xml:
2770         * docs/plugins/inspect/plugin-navigationtest.xml:
2771         * docs/plugins/inspect/plugin-ossaudio.xml:
2772         * docs/plugins/inspect/plugin-png.xml:
2773         * docs/plugins/inspect/plugin-pulseaudio.xml:
2774         * docs/plugins/inspect/plugin-quicktime.xml:
2775         * docs/plugins/inspect/plugin-rtp.xml:
2776         * docs/plugins/inspect/plugin-rtsp.xml:
2777         * docs/plugins/inspect/plugin-smpte.xml:
2778         * docs/plugins/inspect/plugin-soup.xml:
2779         * docs/plugins/inspect/plugin-spectrum.xml:
2780         * docs/plugins/inspect/plugin-speex.xml:
2781         * docs/plugins/inspect/plugin-taglib.xml:
2782         * docs/plugins/inspect/plugin-udp.xml:
2783         * docs/plugins/inspect/plugin-video4linux2.xml:
2784         * docs/plugins/inspect/plugin-videobalance.xml:
2785         * docs/plugins/inspect/plugin-videobox.xml:
2786         * docs/plugins/inspect/plugin-videocrop.xml:
2787         * docs/plugins/inspect/plugin-videoflip.xml:
2788         * docs/plugins/inspect/plugin-videomixer.xml:
2789         * docs/plugins/inspect/plugin-wavenc.xml:
2790         * docs/plugins/inspect/plugin-wavpack.xml:
2791         * docs/plugins/inspect/plugin-wavparse.xml:
2792         * docs/plugins/inspect/plugin-ximagesrc.xml:
2793         * ext/pulse/plugin.c:
2794         * ext/pulse/pulsemixer.c:
2795         * ext/pulse/pulsesink.c:
2796         * ext/pulse/pulsesrc.c:
2797         Add documentation to the pulseaudio plugin and run make update
2798         in docs/plugins.
2799
2800 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2801
2802         Patch by: Brian Cameron <brian.cameron at sun dot com>
2803
2804         * sys/sunaudio/gstsunaudiomixerctrl.c:
2805         (gst_sunaudiomixer_ctrl_get_volume),
2806         (gst_sunaudiomixer_ctrl_set_volume):
2807         Improvements for the SunAudio mixer by handling mute as no gain
2808         for tracks that have a gain property but no mute property.
2809         Fixes bug #536067.
2810
2811 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2812
2813         * configure.ac:
2814         * ext/pulse/Makefile.am:
2815         * ext/pulse/plugin.c: (plugin_init):
2816         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
2817         (gst_pulsemixer_implements_interface_init),
2818         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
2819         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
2820         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
2821         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
2822         * ext/pulse/pulsemixer.h:
2823         * ext/pulse/pulsemixerctrl.c:
2824         (gst_pulsemixer_ctrl_context_state_cb),
2825         (gst_pulsemixer_ctrl_sink_info_cb),
2826         (gst_pulsemixer_ctrl_source_info_cb),
2827         (gst_pulsemixer_ctrl_subscribe_cb),
2828         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
2829         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
2830         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
2831         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
2832         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
2833         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
2834         * ext/pulse/pulsemixerctrl.h:
2835         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
2836         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
2837         * ext/pulse/pulsemixertrack.h:
2838         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
2839         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
2840         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
2841         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
2842         (gst_pulseprobe_new), (gst_pulseprobe_free),
2843         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
2844         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
2845         (gst_pulseprobe_set_server):
2846         * ext/pulse/pulseprobe.h:
2847         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
2848         (gst_pulsesink_class_init), (gst_pulsesink_init),
2849         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
2850         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
2851         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2852         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
2853         (gst_pulsesink_stream_request_cb),
2854         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
2855         (gst_pulsesink_close), (gst_pulsesink_prepare),
2856         (gst_pulsesink_unprepare), (gst_pulsesink_write),
2857         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
2858         (gst_pulsesink_reset), (gst_pulsesink_change_title),
2859         (gst_pulsesink_event), (gst_pulsesink_get_type):
2860         * ext/pulse/pulsesink.h:
2861         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2862         (gst_pulsesrc_implements_interface_init),
2863         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
2864         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
2865         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
2866         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
2867         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
2868         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
2869         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
2870         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
2871         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
2872         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
2873         (gst_pulsesrc_get_type):
2874         * ext/pulse/pulsesrc.h:
2875         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
2876         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
2877         * ext/pulse/pulseutil.h:
2878         Add pulseaudio GStreamer element from gst-pulse. Development will
2879         continue here instead of pulseaudio SVN. Fixes bug #400679.
2880         Only changes over gst-pulse SVN are added copyright to the top of
2881         files and coding style changes.
2882
2883 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
2884
2885         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
2886
2887         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
2888           (gst_cdio_add_cdtext_album_tags):
2889         * ext/cdio/gstcdio.h:
2890         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2891           Also extract album title and album genre from CD-TEXT if
2892           available (#537021).
2893
2894 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2895
2896         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2897
2898         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2899         Improve negotiation a bit more by picking the smallest possible
2900         resolution that is larger than the resolution specified in the
2901         first caps entry of the peer caps. Fixes bug #536994.
2902
2903 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
2904
2905         Patch by: Bastien Nocera <hadess at hadess dot net>
2906
2907         * sys/v4l2/gstv4l2vidorient.c:
2908         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
2909         Fix compilation with newer GIT kernels that deprecated
2910         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
2911
2912 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2913
2914         * configure.ac:
2915         * ext/cdio/gstcdio.c:
2916         * ext/cdio/gstcdio.h:
2917         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
2918           Require libcdio >= 0.76.
2919
2920 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
2921
2922         * gst/avi/gstavidemux.c:
2923         Catch UNEXPECTED when downstream has reached end of
2924         segment in reverse mode.
2925
2926 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2927
2928         * gst/avi/gstavidemux.c:
2929         Fix typo in comment
2930
2931 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2932
2933         * gst/avi/gstavidemux.c:
2934         Because we don't know the frame order we need to push till
2935         the next keyframe
2936
2937 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2938
2939         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2940
2941         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
2942         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
2943         Provide a custom negotiation function to make sure to pick the highest
2944         possible framerate and resolution. Fixes bug #536646.
2945
2946 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2947
2948         * gst/avi/gstavidemux.c:
2949         Set EOS when going out of the segment in reverse playback
2950
2951 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2952
2953         * ext/taglib/Makefile.am::
2954           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
2955           taglib headers (with gcc 4.3.1).
2956
2957 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2958
2959         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2960         Use the new gst_rtsp_connection_get_ip() to access the IP address
2961         of a GstRTSPConnection since it is a private member.
2962
2963 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2964
2965         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
2966         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
2967           Use new utility functions in libgsttag to process coverart (#512333).
2968
2969 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2970
2971         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
2972         We actually support left/side, right/side and mid/side files. The
2973         conversion to normal, interleaved stereo is done by libflac.
2974
2975 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2976
2977         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
2978         (gst_ebml_write_set_cache):
2979         Unref the write cache in finalize if it was set and add add "FIXME"
2980         to a comment that needs it.
2981
2982 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2983
2984         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2985
2986         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
2987         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
2988         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
2989         (gst_avi_demux_process_next_entry):
2990         * gst/avi/gstavidemux.h:
2991         Implement reverse playback. Fixes #535300.
2992         Small cleanups.
2993
2994 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2995
2996         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
2997         (gst_videomixer_query_latency):
2998         When using gst_element_iterate_pads() one has to unref every pad
2999         after usage.
3000
3001 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3002
3003         Patch by: Bastien Nocera <hadess at hadess dot net>
3004         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3005         (qtdemux_parse_udta):
3006         * gst/qtdemux/qtdemux_fourcc.h:
3007         Improve meta-data handling, add 'comment', 'description' and
3008         'copyright' tag handling.
3009         Fixes #535935
3010
3011 2008-05-31  Julien Moutte  <julien@fluendo.com>
3012
3013         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3014         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3015         (gst_qtdemux_seek_to_previous_keyframe),
3016         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3017         we don't clip the segment's stop using the main segment duration as
3018         that could crop quite some video frames. Make reverse playback support
3019         more robust and support edit lists. Support seeking to the last frame,
3020         and fix reverse looping playback. Add some debugging.
3021         * win32/common/config.h: Updated.
3022
3023 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3024
3025         * gst/equalizer/gstiirequalizer.c:
3026         (gst_iir_equalizer_transform_ip):
3027         Don't clip float/double samples, correctly unset passthrough mode
3028         and use better rounding for integer samples.
3029
3030 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3031
3032         * gst/equalizer/gstiirequalizer.c:
3033         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3034         (setup_filter), (set_passthrough), (update_coefficients),
3035         (gst_iir_equalizer_compute_frequencies),
3036         (gst_iir_equalizer_transform_ip):
3037         * gst/equalizer/gstiirequalizer.h:
3038         Update the filter coefficients only when needed in the transform_ip
3039         function and correctly set the element into passthrough mode if the
3040         gain of all bands is 0.
3041
3042 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3043
3044         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3045
3046         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3047         (gst_alpha_set_property), (gst_alpha_get_property),
3048         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3049         Try to skip pixels or areas that are too dark or too bright for us to do
3050         meaningfull color detection.
3051         Added properties to control the sensitivity to light and darkness.
3052         Added some small cleanups. Fixes #512345.
3053
3054 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3055
3056         * docs/plugins/.cvsignore:
3057         * tests/check/elements/.cvsignore:
3058         Ignore some more generated things
3059
3060         * tests/check/Makefile.am:
3061         Ignore OSS elements in the state changes test too.
3062
3063 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3064
3065         * docs/plugins/Makefile.am:
3066         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3067         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3068         Add SMPTE effect elements to docs.
3069
3070 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3071
3072         * docs/plugins/Makefile.am:
3073         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3074         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3075         * ext/raw1394/gstdv1394src.c:
3076           Document whats first shown on the fdo plugin docs page :)
3077
3078 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3079
3080         * docs/plugins/Makefile.am:
3081         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3082         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3083         * docs/plugins/gst-plugins-good-plugins.args:
3084         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3085         * docs/plugins/inspect/plugin-audiofx.xml:
3086         * gst/audiofx/Makefile.am:
3087         * gst/audiofx/audiofx.c:
3088         * gst/audiofx/audiokaraoke.c:
3089         * gst/audiofx/audiokaraoke.h:
3090         * gst/audiofx/audiovoice.c:
3091         * gst/audiofx/audiovoice.h:
3092           Rename audiovoice to audiokaraoke and add it to the docs.
3093
3094 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3095
3096         * REQUIREMENTS:
3097         * docs/plugins/Makefile.am:
3098         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3099         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3100         * docs/plugins/gst-plugins-good-plugins.args:
3101         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3102         * docs/plugins/gst-plugins-good-plugins.interfaces:
3103         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3104         * docs/plugins/inspect/plugin-aasink.xml:
3105         * docs/plugins/inspect/plugin-alaw.xml:
3106         * docs/plugins/inspect/plugin-alpha.xml:
3107         * docs/plugins/inspect/plugin-alphacolor.xml:
3108         * docs/plugins/inspect/plugin-annodex.xml:
3109         * docs/plugins/inspect/plugin-apetag.xml:
3110         * docs/plugins/inspect/plugin-audiofx.xml:
3111         * docs/plugins/inspect/plugin-auparse.xml:
3112         * docs/plugins/inspect/plugin-autodetect.xml:
3113         * docs/plugins/inspect/plugin-avi.xml:
3114         * docs/plugins/inspect/plugin-cacasink.xml:
3115         * docs/plugins/inspect/plugin-cairo.xml:
3116         * docs/plugins/inspect/plugin-cdio.xml:
3117         * docs/plugins/inspect/plugin-cutter.xml:
3118         * docs/plugins/inspect/plugin-debug.xml:
3119         * docs/plugins/inspect/plugin-dv.xml:
3120         * docs/plugins/inspect/plugin-efence.xml:
3121         * docs/plugins/inspect/plugin-effectv.xml:
3122         * docs/plugins/inspect/plugin-equalizer.xml:
3123         * docs/plugins/inspect/plugin-esdsink.xml:
3124         * docs/plugins/inspect/plugin-flac.xml:
3125         * docs/plugins/inspect/plugin-flxdec.xml:
3126         * docs/plugins/inspect/plugin-gamma.xml:
3127         * docs/plugins/inspect/plugin-gconfelements.xml:
3128         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3129         * docs/plugins/inspect/plugin-goom.xml:
3130         * docs/plugins/inspect/plugin-goom2k1.xml:
3131         * docs/plugins/inspect/plugin-halelements.xml:
3132         * docs/plugins/inspect/plugin-icydemux.xml:
3133         * docs/plugins/inspect/plugin-id3demux.xml:
3134         * docs/plugins/inspect/plugin-jpeg.xml:
3135         * docs/plugins/inspect/plugin-level.xml:
3136         * docs/plugins/inspect/plugin-matroska.xml:
3137         * docs/plugins/inspect/plugin-monoscope.xml:
3138         * docs/plugins/inspect/plugin-mulaw.xml:
3139         * docs/plugins/inspect/plugin-multifile.xml:
3140         * docs/plugins/inspect/plugin-multipart.xml:
3141         * docs/plugins/inspect/plugin-navigationtest.xml:
3142         * docs/plugins/inspect/plugin-ossaudio.xml:
3143         * docs/plugins/inspect/plugin-png.xml:
3144         * docs/plugins/inspect/plugin-quicktime.xml:
3145         * docs/plugins/inspect/plugin-rtp.xml:
3146         * docs/plugins/inspect/plugin-rtsp.xml:
3147         * docs/plugins/inspect/plugin-smpte.xml:
3148         * docs/plugins/inspect/plugin-soup.xml:
3149         * docs/plugins/inspect/plugin-spectrum.xml:
3150         * docs/plugins/inspect/plugin-speex.xml:
3151         * docs/plugins/inspect/plugin-taglib.xml:
3152         * docs/plugins/inspect/plugin-udp.xml:
3153         * docs/plugins/inspect/plugin-video4linux2.xml:
3154         * docs/plugins/inspect/plugin-videobalance.xml:
3155         * docs/plugins/inspect/plugin-videobox.xml:
3156         * docs/plugins/inspect/plugin-videocrop.xml:
3157         * docs/plugins/inspect/plugin-videoflip.xml:
3158         * docs/plugins/inspect/plugin-videomixer.xml:
3159         * docs/plugins/inspect/plugin-wavenc.xml:
3160         * docs/plugins/inspect/plugin-wavpack.xml:
3161         * docs/plugins/inspect/plugin-wavparse.xml:
3162         * docs/plugins/inspect/plugin-ximagesrc.xml:
3163         * ext/aalib/gstaasink.c:
3164         * ext/libcaca/gstcacasink.c:
3165           Document aasink and cacasink.
3166
3167 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3168
3169         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3170         (gst_videomixer_init), (gst_videomixer_query_duration),
3171         (gst_videomixer_query_latency), (gst_videomixer_query),
3172         (gst_videomixer_blend_buffers):
3173         * gst/videomixer/videomixer.h:
3174         Implement position (in time), duration and latency queries.
3175
3176 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3177
3178         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3179         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3180         (gst_videomixer_fill_queues), (forward_event_func),
3181         (forward_event), (gst_videomixer_src_event),
3182         (gst_videomixer_sink_event):
3183         * gst/videomixer/videomixer.h:
3184         Implement proper seek/newsegment handling.
3185         Based on adder's implementation.
3186         Fixes #535121
3187
3188 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3189
3190         Patch by: Jan Gerber <j at oil21 dot org>
3191
3192         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3193         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3194
3195 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3196
3197         * gst/audiofx/Makefile.am:
3198         * gst/audiofx/audiofx.c: (plugin_init):
3199         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3200         (gst_audio_voice_class_init), (gst_audio_voice_init),
3201         (update_filter), (gst_audio_voice_set_property),
3202         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3203         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3204         (gst_audio_voice_transform_ip):
3205         * gst/audiofx/audiovoice.h:
3206         Add simple voice removal element. Yay karaoke.
3207
3208 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3209
3210         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3211
3212         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3213         Fix potential caps leak.
3214         If we can't get the framerate with an ioctl, try to get it with the
3215         current norm. Fixes #520092.
3216
3217 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3218
3219         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3220
3221         * sys/v4l2/v4l2src_calls.c:
3222         (gst_v4l2src_probe_caps_for_format_and_size):
3223         If we fail to get the frame intervals, simply don't touch the framerates
3224         on the template caps instead of discarding the format. See #520092.
3225
3226 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3227
3228         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3229
3230         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3231         (gst_v4l2_get_caps_info):
3232         Add NV12, NV21 and bayer support. See #520092.
3233
3234 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3235
3236         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3237         (gst_qtdemux_activate_segment):
3238         Unbreak segment activation again. Fixes #531672.
3239
3240 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3241
3242         * ext/flac/Makefile.am:
3243         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3244         Set the channel layout when decoding FLAC files with more than 2
3245         channels as defined by the FLAC spec. Fixes bug #534570.
3246
3247         Also don't try to decode left/side, right/side and mid/side files
3248         as we don't support this at all.
3249
3250 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3251
3252         * configure.ac:
3253           We need -base CVS (rtsp).
3254
3255 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3256
3257         * gst/udp/Makefile.am:
3258           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3259           when including netdb.h when building against glibc >= 2.8.
3260
3261 2008-05-22  Julien Moutte  <julien@fluendo.com>
3262
3263         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3264         debug statement arguments.
3265         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3266         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3267         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3268         on more platforms.
3269
3270 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3271
3272         * tests/check/elements/avimux.c: (setup_src_pad),
3273         (teardown_src_pad):
3274         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3275         (GST_START_TEST):
3276         * tests/check/elements/matroskamux.c: (setup_src_pad),
3277         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3278         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3279         (GST_START_TEST):
3280         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3281         (setup_wavpackparse), (cleanup_wavpackparse):
3282         Don't use gst_element_get_pad(), it's a bad, bad method.
3283
3284 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3285
3286         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3287         (do_toggle_element):
3288         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3289         (do_toggle_element):
3290         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3291         (do_toggle_element):
3292         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3293         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3294         (do_toggle_element):
3295         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3296         (do_toggle_element):
3297         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3298         (gst_auto_audio_sink_detect):
3299         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3300         (gst_auto_video_sink_detect):
3301         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3302         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3303         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3304         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3305         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3306         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3307         * tests/icles/videocrop-test.c: (test_with_caps),
3308         (video_crop_get_test_caps):
3309         Don't use gst_element_get_pad(), it's a bad method.
3310
3311 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3312
3313         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3314         (gst_multiudpsink_add_internal):
3315         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3316         (gst_udp_join_group):
3317         * gst/udp/gstudpnetutils.h:
3318         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3319         Joining a multicast group and setting the loop/ttl properties are
3320         totally unrelated tasks are must be separated.
3321
3322 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3323
3324         * gst/avi/gstavimux.c:
3325           Also support alaw/mulaw.
3326
3327 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3328
3329         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3330         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3331         * gst/udp/gstmultiudpsink.h:
3332         Add a fixme for the auto-multicast property.
3333         Fix some confusing debug messages.
3334         Disable setting a qos value by default.
3335
3336 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3337
3338         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3339
3340         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3341         Ignore EPERM errors from sendto. Fixes #533619.
3342
3343 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3344
3345         Patch by: Henrik Eriksson <henriken at axis dot com>
3346
3347         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3348         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3349         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3350         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3351         * gst/udp/gstmultiudpsink.h:
3352         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3353
3354 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3355
3356         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3357         Improve debugging of the ident.
3358
3359 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3360
3361         Patch by: Bruno Santos <brunof at ua dot pt>
3362
3363         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3364         (gst_udp_join_group), (gst_udp_leave_group),
3365         (gst_udp_is_multicast):
3366         * gst/udp/gstudpnetutils.h:
3367         Provide a bunch of helper methods to deal with IPv4 and IPv6
3368         transparently.
3369
3370         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3371         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3372         (gst_multiudpsink_get_property), (join_multicast),
3373         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3374         (gst_multiudpsink_remove):
3375         * gst/udp/gstmultiudpsink.h:
3376         Add multicast TTL and loopback properties.
3377         Use the helper methods to implement ip4 and ip6.
3378
3379         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3380         * gst/udp/gstudpsrc.h:
3381         Use the helper methods to implement ip4 and ip6.
3382         Fixes #515962.
3383
3384 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3385
3386         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3387
3388         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3389         (gst_multipart_demux_get_gstname),
3390         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3391         * gst/multipart/multipartdemux.h:
3392         Don't blindly copy the mime-type as the caps name because they not
3393         always map directly. Instead use a hashtable with common mappings.
3394         Fixes #533287.
3395
3396 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3397
3398         * ext/esd/esdsink.c: (gst_esdsink_write):
3399         When we post an error, we must return -1 to let the parent know that we
3400         cannot write the segment else it will loop and continue to call us again
3401         forever. Patch by Michael Meeks.
3402
3403 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3404
3405         * gst/videomixer/videomixer.c:
3406           Add missing incudes.
3407
3408 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3409
3410         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3411         (gst_rtp_h264_pay_handle_buffer):
3412         * gst/rtp/gstrtph264pay.h:
3413         Correct a typo (sinle -> single).
3414
3415 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3416
3417         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3418         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3419         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3420         (gst_rtp_h264_depay_process):
3421         * gst/rtp/gstrtph264depay.h:
3422         Add experimental support for outputting quicktime-like AVC output in
3423         addition to the existing bytestream output.
3424
3425         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3426         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3427         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3428         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3429         (gst_rtp_h264_pay_get_property):
3430         * gst/rtp/gstrtph264pay.h:
3431         Make the parsing mode configurable, for some inputs we don't need to
3432         scan every byte for start codes.
3433         Only set the marker bit on ACCESS units.
3434
3435 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3436
3437         * gst/equalizer/gstiirequalizer.c:
3438         Use a bigger type in integer mode for the intermediate results to
3439         prevent overflows. This fixes the crippled sound when using the
3440         equalizer in integer mode. Fixes bug #510865.
3441
3442 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3443
3444         * gst/videomixer/videomixer.c:
3445         * gst/videomixer/videomixer.h:
3446         Instead of a random number for the request pad id's,
3447         use a counter.
3448
3449         Register the videomixerpad class from the element's class_init
3450         where it's safer, and allows the docs generator to scan it.
3451
3452 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3453
3454         * gst/smpte/Makefile.am:
3455         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3456         * gst/smpte/gstsmpte.h:
3457         * gst/smpte/gstsmptealpha.c:
3458         (gst_smpte_alpha_transition_type_get_type),
3459         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3460         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3461         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3462         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3463         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3464         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3465         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3466         * gst/smpte/gstsmptealpha.h:
3467         * gst/smpte/plugin.c: (plugin_init):
3468         Add new plugin that adds the SMPTE transition in the alpha channel of
3469         I420 and AYUV frames so that they can be blended with videomixer later
3470         on. Uses all niceties such as using base transform for efficient alloc
3471         and negotiation. It currently requires GstController to control the
3472         position in the transition effect.
3473
3474 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3475
3476         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3477         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3478         * docs/plugins/gst-plugins-good-plugins.args:
3479         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3480         * docs/plugins/gst-plugins-good-plugins.interfaces:
3481         * docs/plugins/gst-plugins-good-plugins.types:
3482         * gst/videomixer/videomixer.c:
3483           Try using thaytans new mechanism to get extra classes into plugin
3484           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3485           missing still.
3486
3487 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3488
3489         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3490         Set proper rate in avi stream header for PCM audio, and also do some
3491         more sanity checks on caps in this case.  Fixes #511489.
3492
3493 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3494
3495         * sys/v4l2/gstv4l2src.c:
3496         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3497         isn't implemented at all yet and this requires X headers to be
3498         installed. Fixes bug #533264.
3499
3500 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3501
3502         reviewed by: <delete if not using a buddy>
3503
3504         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3505         (gst_ebml_write_set_cache):
3506         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3507         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3508         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3509         (gst_matroska_demux_read_track_encodings),
3510         (gst_matroska_demux_add_stream),
3511         (gst_matroska_demux_handle_src_query),
3512         (gst_matroska_demux_init_stream),
3513         (gst_matroska_demux_parse_index_cuetrack),
3514         (gst_matroska_demux_parse_index_pointentry),
3515         (gst_matroska_demux_parse_info),
3516         (gst_matroska_demux_parse_metadata_id_simple_tag),
3517         (gst_matroska_demux_parse_metadata),
3518         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3519         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3520         (gst_matroska_demux_parse_cluster),
3521         (gst_matroska_demux_parse_contents_seekentry),
3522         (gst_matroska_demux_loop_stream_parse_id),
3523         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3524         (gst_matroska_demux_audio_caps),
3525         (gst_matroska_demux_subtitle_caps):
3526         * gst/matroska/matroska-demux.h:
3527         * gst/matroska/matroska-ids.c:
3528         (gst_matroska_track_init_subtitle_context):
3529         * gst/matroska/matroska-ids.h:
3530         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3531         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3532         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3533         * sys/v4l2/gstv4l2src.c:
3534         * tests/check/pipelines/wavpack.c: (bus_handler):
3535         * win32/common/config.h:
3536
3537 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3538
3539         * ext/wavpack/gstwavpackstreamreader.c:
3540         * tests/examples/spectrum/demo-audiotest.c:
3541         * tests/examples/spectrum/demo-osssrc.c:
3542         Fix some compiler warnings.
3543
3544 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3545
3546         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3547         Small comment added.
3548
3549         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3550         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3551         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3552         Debug string cleanups (remove trailing \n)
3553         Refactor and clean up the payloader a bit and make sure that we only
3554         put one NAL unit in an RTP packet even if the input buffer contains
3555         multiple NAL units.
3556         Add suport for AVC format input.
3557
3558 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3559
3560         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3561         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3562         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3563         * gst/rtp/gstrtph264pay.h:
3564         Make it possible to specify profile-level-id and sprop-parameter-sets
3565         using properties in case they are not available in-stream.
3566
3567 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3568
3569         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3570         * docs/plugins/gst-plugins-good-plugins.args:
3571         * docs/plugins/inspect/plugin-ladspa.xml:
3572           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3573
3574 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3575
3576         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3577         Send an initial BYTE segment to inform downstream of later seeking,
3578         and to forego sync attempts.
3579
3580 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3581
3582         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3583         Fix wrong caps string.
3584
3585 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3586
3587         Based on patch by: Olivier Crete <tester at tester dot ca>
3588
3589         * gst/rtp/Makefile.am:
3590         * gst/rtp/gstrtp.c: (plugin_init):
3591         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3592         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3593         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3594         (gst_rtp_g729_depay_plugin_init):
3595         * gst/rtp/gstrtpg729depay.h:
3596         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3597         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3598         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3599         * gst/rtp/gstrtpg729pay.h:
3600         Added G729 pay and depayloaders. Fixes #532409.
3601
3602 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3603
3604         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3605         Fix the calculation of the duration of the concealment packets.
3606
3607 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3608
3609         Based on patch by: Olivier Crete <tester at tester dot ca>
3610
3611         * gst/rtp/Makefile.am:
3612         * gst/rtp/gstrtp.c: (plugin_init):
3613         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3614         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3615         (parse_encode), (gst_rtp_dv_depay_setcaps),
3616         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3617         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3618         (gst_rtp_dv_depay_plugin_init):
3619         * gst/rtp/gstrtpdvdepay.h:
3620         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3621         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3622         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3623         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3624         (gst_dv_pay_negotiate), (include_dif),
3625         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3626         * gst/rtp/gstrtpdvpay.h:
3627         Add DV pay and depayloaders. Fixes #532423.
3628
3629 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3630
3631         * gst/matroska/matroska-demux.c:
3632         (gst_matroska_demux_push_dvd_clut_change_event):
3633         Convert subtitle palette info in VobSub private data from VobSub's
3634         (buggy) RGB to YUV.
3635
3636 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3637
3638         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3639         Do not leave fourcc stream header field empty upon reset.
3640         Fixes #519301.
3641
3642 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3643
3644         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3645         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3646         * docs/plugins/inspect/plugin-goom.xml:
3647         * docs/plugins/inspect/plugin-goom2k1.xml:
3648         * gst/goom/gstgoom.c:
3649         * gst/goom2k1/gstgoom.c:
3650         Add goom2k1 into the docs.
3651
3652 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3653
3654         Based on patch by: Wouter Cloetens  <wouter at mind be>
3655
3656         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3657         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3658         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3659         (gst_rtsp_decode_quoted_string),
3660         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3661         (gst_rtspsrc_setup_auth):
3662         Support Digest authentication. Fixes #532065.
3663
3664 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
3665
3666         * gst/level/gstlevel.c:
3667           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
3668           about whats needed for liboil acceleration. Simplify docs a bit.
3669
3670 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3671
3672         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3673
3674         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
3675         Update the track duration if the old one was invalid.
3676         Fixes bug #532117.
3677
3678 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3679
3680         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
3681           Use GST_STR_NULL when trying to print sps and pps strings that could
3682           be NULL, as this might crash on some platforms.
3683
3684 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3685
3686         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3687
3688         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
3689           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
3690           set after creating the clipper.
3691
3692 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3693
3694         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3695
3696         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
3697           Added checking of surface lost case after an unsuccessful
3698           IDirectDrawSurface7_Lock() call.
3699           If surface is lost, return GST_FLOW_OK.
3700
3701 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3702
3703         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3704
3705         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
3706           WndProc, gst_directdraw_sink_window_thread):
3707           Improved Windows message loop and fixed window destruction issue.
3708           When the window which DirectDraw is rendering to is destroyed, the
3709           render/show_frame function will return GST_FLOW_ERROR.
3710           Partially fixes #520885.
3711
3712 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3713
3714         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3715
3716         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
3717           Fixed mid stream resolution change bug, the offscreen surface is now
3718           released when set_caps is called.
3719           Partially fixes #520885.
3720
3721 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3722
3723         * sys/directdraw/gstdirectdrawsink.c
3724           (gst_directdraw_sink_buffer_alloc):
3725           Make it so that gst_directdraw_sink_buffer_alloc uses the right
3726           width/height.
3727
3728           Especially when looking through the pool of buffers, make sure that
3729           the width/height of caps is used instead of the already negotiated
3730           dimensions.
3731           For example if a buffer with different caps is requested, i.e.
3732           higher resolution, the caller would get a buffer with the old
3733           dimensions and thus corrupt the heap.
3734
3735 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3736
3737         * sys/directdraw/gstdirectdrawsink.c
3738           (gst_directdraw_sink_buffer_alloc):
3739           Clear the flags on recycled buffers from buffer_alloc.
3740           Partially fixes #520885.
3741
3742 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
3743
3744         * gst/rtp/gstrtpilbcpay.c:
3745           Added missing stdlib.h include for strtol(), and made include ordering and
3746           style consistent with the corresponding depayloader.
3747
3748 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3749
3750         * configure.ac:
3751           Error out if we don't have the required core/base versions.
3752
3753 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3754
3755         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3756
3757         * sys/osxvideo/cocoawindow.m:
3758         Fix compiler warnings on PPC64. Fixes bug #499318.
3759
3760 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3761
3762         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3763
3764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
3765         Don't leak file descriptors on error. Fixes #531532.
3766
3767 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
3768
3769         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3770         (gst_gconf_audio_src_change_state):
3771         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3772         (gst_gconf_video_sink_change_state):
3773         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3774         (gst_gconf_video_src_change_state):
3775         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
3776         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
3777         When we can't create a fakesink/fakesrc complain instead of unreffing
3778         NULL pointers and crashing later. See bug #530535.
3779
3780 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3781
3782         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3783         Add some more debug info and guard against small payloads.
3784
3785         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3786         Set duration on outgoing buffers because we can.
3787
3788 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3789
3790         Patch by: Olivier Crete <tester at tester dot ca>
3791
3792         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
3793         (gst_speex_enc_init), (gst_speex_enc_chain):
3794         Add negotiation for the speex channels and rate. Fixes #465146.
3795
3796 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3797
3798         Patch by: Olivier Crete <tester at tester dot ca>
3799
3800         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
3801         (gst_rtp_speex_pay_getcaps):
3802         Add negotiation for the speex channels and rate. See #465146.
3803
3804 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3805
3806         Patch by: Olivier Crete <tester at tester dot ca>
3807
3808         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
3809         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
3810         Add negotiation for the ILBC mode. See #465146.
3811
3812 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3813
3814         * ext/soup/gstsouphttpsrc.c:
3815           Include stdlib to fix the build. Use g_free instead of free, libsoup
3816           uses glib.
3817
3818 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3819
3820         Patch by: j^ <j@bootlab.org>
3821
3822         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3823         Add more mpeg2 variants. Fixes #530886.
3824
3825 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3826
3827         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
3828
3829         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3830           Don't error out if we get an ICMP destination-unreachable
3831           message when trying to read packets on win32 (#529454).
3832
3833 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3834
3835         * configure.ac:
3836         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3837           Use new error code for encrypted streams (which requires core CVS).
3838
3839 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3840
3841         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
3842           (gst_qtdemux_audiosrc_template):
3843           Fix swapped pad template names, spotted by Thiago Sousa Santos.
3844
3845 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
3846
3847         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
3848         (speex_dec_chain_parse_data):
3849         Produce concealment data when time progresses in a segment update.
3850
3851 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3852
3853         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
3854         (speex_dec_chain):
3855         Try to preserve input timestamps when we can.
3856         Do beginnings of error concealment.
3857
3858 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3859
3860         * gst/debug/gstnavigationtest.c:
3861           MSVC doesn't provide rint(), define an adequate replacement locally as
3862           elsewhere.
3863
3864 2008-04-28  Julien Moutte  <julien@fluendo.com>
3865
3866         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
3867         format to pacify Mac OSX's gcc.
3868
3869 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3870
3871         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
3872           (DEFAULT_MAX), (src_template), (sink_template),
3873           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
3874           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
3875           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
3876           Bring rndbuffersize element into a state that doesn't require us
3877           to move it to -bad immediately. For one, fix up default min/max
3878           values so that the element actuall works using the default values.
3879           Also, don't ignore flow return values and do some kind of minimal
3880           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
3881           other gratuitious clean-ups.
3882
3883 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3884
3885         * docs/plugins/Makefile.am:
3886         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3887         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3888         * docs/plugins/gst-plugins-good-plugins.args:
3889         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3890         * docs/plugins/gst-plugins-good-plugins.interfaces:
3891         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3892         * docs/plugins/inspect/plugin-1394.xml:
3893         * docs/plugins/inspect/plugin-aasink.xml:
3894         * docs/plugins/inspect/plugin-alaw.xml:
3895         * docs/plugins/inspect/plugin-alpha.xml:
3896         * docs/plugins/inspect/plugin-alphacolor.xml:
3897         * docs/plugins/inspect/plugin-annodex.xml:
3898         * docs/plugins/inspect/plugin-apetag.xml:
3899         * docs/plugins/inspect/plugin-audiofx.xml:
3900         * docs/plugins/inspect/plugin-auparse.xml:
3901         * docs/plugins/inspect/plugin-autodetect.xml:
3902         * docs/plugins/inspect/plugin-avi.xml:
3903         * docs/plugins/inspect/plugin-cacasink.xml:
3904         * docs/plugins/inspect/plugin-cairo.xml:
3905         * docs/plugins/inspect/plugin-cdio.xml:
3906         * docs/plugins/inspect/plugin-cutter.xml:
3907         * docs/plugins/inspect/plugin-debug.xml:
3908         * docs/plugins/inspect/plugin-dv.xml:
3909         * docs/plugins/inspect/plugin-efence.xml:
3910         * docs/plugins/inspect/plugin-effectv.xml:
3911         * docs/plugins/inspect/plugin-equalizer.xml:
3912         * docs/plugins/inspect/plugin-esdsink.xml:
3913         * docs/plugins/inspect/plugin-flac.xml:
3914         * docs/plugins/inspect/plugin-flxdec.xml:
3915         * docs/plugins/inspect/plugin-gamma.xml:
3916         * docs/plugins/inspect/plugin-gconfelements.xml:
3917         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3918         * docs/plugins/inspect/plugin-goom.xml:
3919         * docs/plugins/inspect/plugin-halelements.xml:
3920         * docs/plugins/inspect/plugin-icydemux.xml:
3921         * docs/plugins/inspect/plugin-id3demux.xml:
3922         * docs/plugins/inspect/plugin-jpeg.xml:
3923         * docs/plugins/inspect/plugin-level.xml:
3924         * docs/plugins/inspect/plugin-matroska.xml:
3925         * docs/plugins/inspect/plugin-monoscope.xml:
3926         * docs/plugins/inspect/plugin-mulaw.xml:
3927         * docs/plugins/inspect/plugin-multifile.xml:
3928         * docs/plugins/inspect/plugin-multipart.xml:
3929         * docs/plugins/inspect/plugin-navigationtest.xml:
3930         * docs/plugins/inspect/plugin-ossaudio.xml:
3931         * docs/plugins/inspect/plugin-png.xml:
3932         * docs/plugins/inspect/plugin-quicktime.xml:
3933         * docs/plugins/inspect/plugin-rtp.xml:
3934         * docs/plugins/inspect/plugin-rtsp.xml:
3935         * docs/plugins/inspect/plugin-shout2send.xml:
3936         * docs/plugins/inspect/plugin-smpte.xml:
3937         * docs/plugins/inspect/plugin-spectrum.xml:
3938         * docs/plugins/inspect/plugin-speex.xml:
3939         * docs/plugins/inspect/plugin-taglib.xml:
3940         * docs/plugins/inspect/plugin-udp.xml:
3941         * docs/plugins/inspect/plugin-video4linux2.xml:
3942         * docs/plugins/inspect/plugin-videobalance.xml:
3943         * docs/plugins/inspect/plugin-videobox.xml:
3944         * docs/plugins/inspect/plugin-videocrop.xml:
3945         * docs/plugins/inspect/plugin-videoflip.xml:
3946         * docs/plugins/inspect/plugin-videomixer.xml:
3947         * docs/plugins/inspect/plugin-wavenc.xml:
3948         * docs/plugins/inspect/plugin-wavpack.xml:
3949         * docs/plugins/inspect/plugin-wavparse.xml:
3950         * docs/plugins/inspect/plugin-ximagesrc.xml:
3951           Add docs for gdkpixbufsink; update docs to CVS version.
3952
3953 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3954
3955         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3956         Remove test sync-offset by default.
3957
3958 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3959
3960         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
3961         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
3962         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3963           Use GLib versions of htonl, htons, ntohl and ntohs in order
3964           to avoid problems on win32 (#529707).
3965
3966 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3967
3968         Patch by: Jesús Corrius <jesus at softcatala org>
3969
3970         * gst/goom/filters.c: (zoomVector):
3971         * gst/goom/goom_core.c: (init_buffers):
3972           Fix build with mingw32: use rand() instead of random() and
3973           replace bzero() with memset(). Fixes #529692.
3974
3975 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3976
3977         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
3978         Fix typo in comments.
3979
3980         * tests/examples/rtp/client-H263p-PCMA.sdp:
3981         * tests/examples/rtp/client-H263p-PCMA.sh:
3982         * tests/examples/rtp/client-H264-PCMA.sdp:
3983         * tests/examples/rtp/client-H264-PCMA.sh:
3984         * tests/examples/rtp/client-H264.sdp:
3985         * tests/examples/rtp/client-H264.sh:
3986         * tests/examples/rtp/client-PCMA.sdp:
3987         * tests/examples/rtp/client-PCMA.sh:
3988         * tests/examples/rtp/server-alsasrc-PCMA.sh:
3989         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
3990         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3991         Add some more docs and fix examples.
3992
3993 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3994
3995         * tests/check/elements/multifile.c:
3996         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
3997         declared in the former, some have it declared in the latter.
3998
3999 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4000
4001         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4002         * gst/debug/tests.c: (md5_get_value):
4003         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4004         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4005         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4006         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4007         Stop using deprecated GLib functions.
4008
4009 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4010
4011         * configure.ac:
4012         Back to development -> 0.10.8.1
4013
4014 === release 0.10.8 ===
4015
4016 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4017
4018         * configure.ac:
4019           releasing 0.10.8, "One For The Money"
4020
4021 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4022
4023         * configure.ac:
4024         0.10.7.4 pre-release
4025
4026 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4027
4028         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4029         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4030         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4031         * gst/goom/flying_stars_fx.c: (fs_free):
4032         * gst/goom/goom_config_param.h:
4033         * gst/goom/goom_core.c: (goom_init), (goom_close):
4034         * gst/goom/goom_plugin_info.h:
4035         * gst/goom/gstgoom.c: (gst_goom_finalize):
4036         * gst/goom/lines.c: (goom_lines_free):
4037         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4038         * gst/goom/surf3d.c: (grid3d_free):
4039         * gst/goom/surf3d.h:
4040         * gst/goom/tentacle3d.c: (tentacle_free):
4041         Free a bunch of stuff, and initialise things to fix leaks
4042         and valgrind warnings in the testsuite.
4043
4044         Fixes: #529268
4045
4046 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4047
4048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4049         (gst_rtspsrc_configure_caps):
4050         Ref caps as the return value for the request_pt_map signal.
4051         Remove some caps weirdness when configuring a stream. See #528245.
4052
4053 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4054
4055         * tests/icles/gdkpixbufsink-test.c:
4056           Add cast to placate gcc 4.1.2.
4057
4058 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4059
4060         * configure.ac:
4061         0.10.7.3 pre-release
4062
4063 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4064
4065         * tests/check/Makefile.am:
4066         Disable some more elements in the state test.
4067         Add a define so the soup test can find the test files
4068         it needs at runtime.
4069
4070         * tests/check/elements/souphttpsrc.c: (run_server):
4071
4072         Add a define so the soup test can find the test files
4073         it needs at runtime.
4074
4075 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4076
4077         * gst/goom/convolve_fx.c: (convolve_apply):
4078         Don't ever draw the GOOM logo.
4079         Fixes: #528615
4080
4081 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4082
4083         * ext/cdio/gstcdiocddasrc.c:
4084         * ext/dv/gstdvdemux.c: 
4085         gst_atomic_int_set ==> g_atomic_int_set
4086
4087 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4088
4089         * configure.ac:
4090         * gst/goom/Makefile.am:
4091         * gst/goom/convolve_fx.c:
4092         * gst/goom/default_scripts.h:
4093         * gst/goom/goom.h:
4094         * gst/goom/goom_core.c: (choose_a_goom_line):
4095         * gst/goom/goom_plugin_info.h:
4096         * gst/goom/goomsl.c:
4097         * gst/goom/goomsl.h:
4098         * gst/goom/goomsl_hash.c:
4099         * gst/goom/goomsl_hash.h:
4100         * gst/goom/goomsl_heap.c:
4101         * gst/goom/goomsl_heap.h:
4102         * gst/goom/goomsl_private.h:
4103         * gst/goom/plugin_info.c:
4104           Strip out the config/script parsing stuff, we don't need it.
4105           Fixes #527999.
4106
4107 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4108
4109         * gst/goom/plugin_info.c: (setOptimizedMethods):
4110           Disable altivec optimisations for 32-bit PPC as well to make
4111           things build properly on all PPC systems. Fixes #528143
4112
4113 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4114
4115         * gst-plugins-good.spec.in:
4116           Update for souphttpsrc plugin which has moved to -good.
4117
4118 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4119
4120         * gst/matroska/matroska-demux.c:
4121         (gst_matroska_demux_handle_seek_event):
4122         Fix open-ended seeks in matroskademux
4123         Patch by: Mark Nauwelaerts <manauw skynet be>
4124         Fixes: #526557
4125
4126 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4127
4128         * tests/check/Makefile.am:
4129         Add soup test certificates to the dist.
4130
4131 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4132
4133         * ext/Makefile.am:
4134         Remove LADSPA reference I missed.
4135
4136 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4137
4138         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4139         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4140         over gnome-vfs and everything else. Fixes bug #527848.
4141
4142 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4143
4144         * configure.ac:
4145         * ext/Makefile.am:
4146         Remove LADSPA plugin. Fixes: #515978
4147
4148 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4149
4150         * configure.ac:
4151         * docs/plugins/Makefile.am:
4152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4154         * docs/plugins/gst-plugins-good-plugins.args:
4155         * docs/plugins/inspect/plugin-soup.xml:
4156         * ext/Makefile.am:
4157         * tests/check/Makefile.am:
4158         Move soup plugin from -bad (Fixes: #523124)
4159
4160 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4161
4162         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4163         Fix bounds checking of mode in Speex header, which may
4164         produce negative numbers in speex <= 1.1.12
4165
4166 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4167
4168         * gst/goom/Makefile.am:
4169         * gst/goom/gfontlib.c:
4170         * gst/goom/gfontlib.h:
4171         * gst/goom/gfontrle.c:
4172         * gst/goom/gfontrle.h:
4173         * gst/goom/goom.h:
4174         * gst/goom/goom_core.c: (goom_update):
4175         * gst/goom/goom_plugin_info.h:
4176         * gst/goom/gstgoom.c: (gst_goom_chain):
4177         * gst/goom/plugin_info.c:
4178           Remove a bunch of font/text related code that we don't need.
4179
4180 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4181
4182         * gst/goom/ppc_drawings.s:
4183         * gst/goom/ppc_zoom_ultimate.s:
4184           Change license of these files to LGPL, as permitted by the
4185           author, Guillaume Borios. See #515073.
4186
4187 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4188
4189         * gst/goom/convolve_fx.c:
4190         * gst/goom/motif_goom1.h:
4191         * gst/goom/motif_goom2.h:
4192           As hinted in Bug #518213, revert one change and fix warnings properly.
4193           This fixes both #518213 and #520073 for me.     
4194
4195 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4196
4197         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4198         * gst/matroska/matroska-demux.c:
4199         (gst_matroska_demux_handle_seek_event),
4200         (gst_matroska_demux_parse_contents_seekentry),
4201         (gst_matroska_demux_loop):
4202         Fix the Forte build by making function declaration signatures
4203         match the implementations.
4204
4205 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4206
4207         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4208         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4209         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4210           More logging when probing (see #518474), some comments in _reset().
4211
4212 2008-04-07  Julien Moutte  <julien@fluendo.com>
4213
4214         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4215         because of a bad argument number.
4216
4217 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4218
4219         * tests/icles/.cvsignore:
4220         * tests/icles/Makefile.am:
4221         * tests/icles/gdkpixbufsink-test.c:
4222           Interactive test app for gdkpixbufsink.
4223
4224 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4225
4226         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4227
4228         * configure.ac:
4229         Actually build dlls when cross-compiling with mingw32.
4230         Fixes bug #526247.
4231
4232 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4233
4234         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4235           Don't munge device string to 'default:x' for capture devices.
4236           Fixes #525833.
4237
4238 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4239
4240         * ext/wavpack/gstwavpackparse.c:
4241         (gst_wavpack_parse_index_entry_free):
4242         Always use GSlice as we actually depend on GLib 2.12 already.
4243
4244 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4245
4246         * configure.ac:
4247           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4248           Also bump the GLib requirement to the current de-facto requirement
4249           (ie. 2.12).
4250
4251 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4252
4253         * gst/rtp/gstrtph264pay.c: (encode_base64),
4254         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4255         * gst/rtp/gstrtph264pay.h:
4256         Parse codec_data for future AVC compatibility.
4257         Fail when we encounter AVC data for now.
4258
4259 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4260
4261         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4262           (gst_spectrum_init), (gst_spectrum_set_property),
4263           (gst_spectrum_get_property), (gst_spectrum_message_new):
4264           Rename property enums and default defines for the properties to match
4265           the property names and rephrase property descriptions to make them a
4266           bit clearer (hopefully). See #518188.
4267
4268 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         * tests/check/Makefile.am:
4271         * tests/check/elements/.cvsignore:
4272         * tests/check/elements/gdkpixbufsink.c:
4273           Add unit test for gdkpixbufsink element.
4274
4275 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4276
4277         * ext/gdk_pixbuf/Makefile.am:
4278         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4279         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4280           (gst_gdk_pixbuf_sink_base_init),
4281           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4282           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4283           (gst_gdk_pixbuf_sink_set_caps),
4284           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4285           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4286           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4287           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4288           (gst_gdk_pixbuf_sink_get_property):
4289         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4290           Add gdkpixbufsink element for easy snapshotting (#525946).
4291
4292 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4293
4294         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4295         Bump timeout from 3 to 60 seconds.
4296
4297 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4298
4299         * tests/check/pipelines/.cvignore:
4300         Remove useless file.
4301
4302         * tests/check/pipelines/.cvsignore:
4303         Add new test to .cvsignore.
4304
4305 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4306
4307         * tests/check/Makefile.am:
4308         * tests/check/pipelines/wavpack.c: (bus_handler),
4309         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4310         (wavpack_suite), (main):
4311         Add unit test that encodes and decodes some data, checks that it
4312         is still the same and that all timestamps/offsets are perfect.
4313
4314 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4315
4316         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4317         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4318         * ext/wavpack/gstwavpackparse.c:
4319         (gst_wavpack_parse_index_entry_new),
4320         (gst_wavpack_parse_index_entry_free),
4321         (gst_wavpack_parse_base_init),
4322         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4323         Use GSlice for allocating index entries and use
4324         gst_element_class_set_details_simple().
4325
4326 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         Patch by: Brian Cameron <brian.cameron at sun dot com>
4329
4330         * sys/sunaudio/gstsunaudio.c:
4331         * sys/sunaudio/gstsunaudiomixer.c:
4332         * sys/sunaudio/gstsunaudiomixer.h:
4333         * sys/sunaudio/gstsunaudiomixerctrl.c:
4334         * sys/sunaudio/gstsunaudiomixerctrl.h:
4335         * sys/sunaudio/gstsunaudiomixertrack.c:
4336         * sys/sunaudio/gstsunaudiomixertrack.h:
4337         * sys/sunaudio/gstsunaudiosink.c:
4338         * sys/sunaudio/gstsunaudiosink.h:
4339         * sys/sunaudio/gstsunaudiosrc.c:
4340         * sys/sunaudio/gstsunaudiosrc.h:
4341           Fix up copyrights (#525860).
4342
4343 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4344
4345         * gst/goom/goomsl.c: (gsl_read_file):
4346           Check return value of fread() to avoid compiler warnings.
4347
4348 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4349
4350         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4351
4352         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4353         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4354         * gst/law/alaw-decode.h:
4355         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4356         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4357         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4358         * gst/law/mulaw-decode.h:
4359         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4360         Make negotiation a bit modern.
4361         Use pad_alloc. Fixes #525359.
4362
4363 2008-03-31  David Schleef  <ds@schleef.org>
4364
4365         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4366           compiles consistently.  Fixes #522278.
4367
4368 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4369
4370         Patch by: Brian Cameron <brian.cameron at sun dot com>
4371
4372         * sys/sunaudio/gstsunaudiomixerctrl.c:
4373           (gst_sunaudiomixer_ctrl_get_volume),
4374           (gst_sunaudiomixer_ctrl_set_volume):
4375         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4376           Fix up the mixer tracks to use a volume range of 0-255, which is what
4377           the sun audio API uses. This simplifies the code and avoids rounding
4378           errors. Fixes #524593.
4379
4380 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4381
4382         * sys/v4l2/gstv4l2object.c:
4383         * sys/v4l2/gstv4l2object.h:
4384         Add device-fd property to make it possible to apps to call ioctl's.
4385
4386 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4387
4388         * gst/qtdemux/qtdemux.c: (next_entry_size):
4389         Unbreak streaming mode again.
4390
4391 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4392
4393         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4394           Remove superfluous DEBUG macro.
4395
4396 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4397
4398         Based on patch by: William M. Brack <wbrack at mmm com hk>
4399
4400         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4401           (gst_v4l2src_set_capture):
4402           Check whether the device supports setting the framerate before
4403           trying to set it and then posting a warning or error if it doesn't
4404           work (#516649, #520092). Also compare fractions more correctly.
4405
4406 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4407
4408         * gst/goom/Makefile.am:
4409           Remove ppc assembler optimisations from the build until they
4410           actually build (they also seem to have GPL headers).
4411
4412 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4413
4414         * m4/Makefile.am:
4415           Better not dist files that don't exist any longer (lrint*m4).
4416
4417 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4418
4419         * configure.ac:
4420         * m4/lrint.m4:
4421         * m4/lrintf.m4:
4422         Remove lrint/lrintf checks. We don't use it anywhere.
4423
4424 2008-03-18  Andy Wingo  <wingo@pobox.com>
4425
4426         * sys/osxvideo/osxvideosink.m
4427         (gst_osx_video_sink_osxwindow_destroy)
4428         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4429         task, whoopdee.
4430         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4431         2 ms.
4432
4433 2008-03-18  Andy Wingo  <wingo@pobox.com>
4434
4435         * sys/osxvideo/osxvideosink.m
4436         (gst_osx_video_sink_osxwindow_destroy)
4437         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4438         task, whoopdee.
4439         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4440         2 ms.
4441         
4442 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4443
4444         Patch by: William M. Brack <wbrack at mmm com hk>
4445
4446         * sys/v4l2/v4l2src_calls.c:
4447           (gst_v4l2src_probe_caps_for_format_and_size),
4448           (gst_v4l2src_probe_caps_for_format):
4449           Make sure the probed frame sizes are reversed in the resulting
4450           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4451           highest resolution first); also remove unused variable.
4452           (Partly fixes #520092)
4453
4454 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4455
4456         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
4457
4458         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4459         (gst_rtspsrc_finalize):
4460         Call WSAStartup() and WSACleanup before using the Winsock API.
4461         See #520808.
4462
4463 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4464
4465         * gst/avi/gstavidemux.c:
4466           Erm, the buffer-size is just guint, no need for the special format
4467           specifier.
4468
4469 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4470
4471         * gst/goom/plugin_info.c:
4472         * gst/goom/ppc_zoom_ultimate.h:
4473           Small fixes to build more on PPC: ifdef out code that uses unknown
4474           define; add newline at end of header file to avoid compiler warning.
4475           Assembler code still doesn't build though.
4476
4477 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4478
4479         * gst/avi/gstavidemux.c:
4480           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4481           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4482
4483 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4484
4485         * gst/avi/gstavidemux.c:
4486           Chunksize is uint32. Fix format specifier.
4487
4488 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4489
4490         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4491         mistake. Return file to pure MIT text.
4492
4493 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4494
4495         * gst/audiofx/audiofx.c:
4496         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4497         of hardcoding values.
4498
4499 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4500
4501         Patch by: Mark Nauwelaerts <manauw skynet be>
4502
4503         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4504           (gst_oss_src_close):
4505         * sys/oss/gstosssrc.h:
4506           Cache probed caps, so _get_caps() during recording doesn't cause
4507           ioctl calls which may disrupt the recording (fixes #521875).
4508
4509 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4510
4511         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4512         (gst_qtdemux_activate_segment),
4513         (gst_qtdemux_prepare_current_sample),
4514         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4515         Make sure we always send a DISCONT after a seek by setting the sample
4516         index to an undefined value after a seek.
4517
4518 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4519
4520         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4521           (GST_IS_AVI_SUBTITLE_CLASS):
4522           Fix up IS_FOO macros, which makes gtk-doc much happier.
4523
4524 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4525
4526         * tests/icles/Makefile.am:
4527           Move the -lgstfoo where it belongs.
4528
4529 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4530
4531         * gst/matroska/ebml-ids.h:
4532         Add ID for EBML CRC32 elements.
4533
4534         * gst/matroska/Makefile.am:
4535         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4536         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4537         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4538         (gst_ebml_read_header):
4539         Support reading 80bit floats, add finalize method to clean up
4540         in any case, support reading length/id elements with any length
4541         as long as it's smaller than our supported maximum, don't leak
4542         buffers if reading as much data as we wanted failed and some
4543         smaller cleanup.
4544
4545 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4546
4547         Patch by: Olivier Crete <tester at tester dot ca>
4548
4549         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4550         Check that a buffer is large enough before reading from it.
4551         Fixes bug #521102.
4552         
4553 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4554
4555         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4556         Fix compilation after removing the GstPollMode from the
4557         constructor.
4558
4559 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4560
4561         * configure.ac:
4562         * gst/audiofx/Makefile.am:
4563         * gst/audiofx/audiochebband.c:
4564         * gst/audiofx/audiocheblimit.c:
4565         * gst/audiofx/math_compat.h:
4566         Check for sinh(), cosh() and asinh() and define our own
4567         implementations if they're not available. Fixes bug #520880.
4568
4569 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4570
4571         Patch by: Olivier Crete <tester at tester dot ca>
4572
4573         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4574         Unref the buffers only once when handling not-negotiated errors.
4575         Fixes bug #520764.
4576
4577 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4578
4579         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
4580
4581         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4582         (gst_udpsrc_stop):
4583         Properly balance WSA_Cleanup with WSA_Startup.
4584         Also make the poll controllable on windows. Fixes #520888.
4585
4586 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4587
4588         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4589         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4590         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4591         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4592         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4593         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4594         (gst_ebml_read_date), (gst_ebml_read_master),
4595         (gst_ebml_read_binary), (gst_ebml_read_header):
4596         * gst/matroska/ebml-read.h:
4597         * gst/matroska/matroska-demux.c:
4598         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4599         (gst_matroska_demux_read_track_encodings),
4600         (gst_matroska_demux_add_stream),
4601         (gst_matroska_demux_handle_src_query),
4602         (gst_matroska_demux_handle_seek_event),
4603         (gst_matroska_demux_init_stream),
4604         (gst_matroska_demux_parse_tracks),
4605         (gst_matroska_demux_parse_index_cuetrack),
4606         (gst_matroska_demux_parse_index_pointentry),
4607         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4608         (gst_matroska_demux_parse_metadata_id_simple_tag),
4609         (gst_matroska_demux_parse_metadata_id_tag),
4610         (gst_matroska_demux_parse_metadata),
4611         (gst_matroska_demux_sync_streams),
4612         (gst_matroska_demux_push_hdr_buf),
4613         (gst_matroska_demux_push_flac_codec_priv_data),
4614         (gst_matroska_demux_push_xiph_codec_priv_data),
4615         (gst_matroska_demux_add_wvpk_header),
4616         (gst_matroska_demux_check_subtitle_buffer),
4617         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4618         (gst_matroska_demux_parse_cluster),
4619         (gst_matroska_demux_parse_contents_seekentry),
4620         (gst_matroska_demux_parse_contents),
4621         (gst_matroska_demux_loop_stream_parse_id),
4622         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4623         * gst/matroska/matroska-demux.h:
4624         * gst/matroska/matroska-ids.h:
4625         Handle return values from pull_range in a more granular way to properly
4626         shut down on seeks.
4627         Combine return values from push.
4628         Implement proper error handling.
4629         Prepare for handling seeking correctly.
4630
4631 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4632
4633         * gst/matroska/ebml-read.c:
4634         Use GINT64 formatting constants from GLIB.
4635
4636         * gst/matroska/matroska-demux.c:
4637         Add some guards to avoid a possible division by 0 and crashing
4638         with NULL events on some systems.
4639         Use gst_gdouble_to_guint64 somewhere instead of an implicit
4640         conversion. 
4641
4642         * gst/matroska/matroska-mux.c:
4643         Check for invalid timestamps in a bunch of places to avoid
4644         writing bogus durations into the output file.
4645         Fix some double<->gint64 conversions that weren't using
4646         gst_guint64_to_gdouble
4647
4648 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4649
4650         * configure.ac:
4651         Move the checks for bison, flex and as to the program section and the
4652         check for gcc inline asm to the compiler characteristics section.
4653
4654 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4655
4656         * configure.ac:
4657         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4658         plug-ins are included/excluded. (#498222)
4659
4660 2008-02-29  Michael Smith <msmith@fluendo.com>
4661
4662         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4663           Don't call gst_object_sync_values() unless we have a valid timestamp.
4664
4665 2008-02-28  David Schleef  <ds@schleef.org>
4666
4667         * gst/matroska/matroska-demux.c:
4668         * gst/matroska/matroska-ids.h:
4669         * gst/matroska/matroska-mux.c:
4670           Fix Dirac mapping.  I had previously added a VfW-type
4671           mapping, but it looks like Dirac will get a native Matroska
4672           mapping, and this is the most likely method.
4673
4674 2008-02-28  David Schleef  <ds@schleef.org>
4675
4676         * gst/avi/gstavimux.c: Add Dirac encoding
4677
4678 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4679
4680         Patch by: Peter Kjellerstedt <pkj at axis com>
4681
4682         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4683         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
4684         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
4685         * gst/udp/gstudpsrc.h:
4686         Port to GstPoll. See #505417.
4687
4688 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
4689
4690         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
4691         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
4692         yet on the srcpad. We need rate and channels before we
4693         can do any processing. Fixes bug #519088.
4694
4695 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
4696
4697         * configure.ac:
4698         Detect and indicate if GCC inline assembly syntax is
4699         available.
4700
4701         * gst/goom/Makefile.am:
4702         * gst/goom/convolve_fx.c:
4703         * gst/goom/flying_stars_fx.c:
4704         * gst/goom/goom_config.h:
4705         * gst/goom/goom_core.c:
4706         * gst/goom/goomsl.c:
4707         * gst/goom/ifs.c:
4708         * gst/goom/mmx.c:
4709         * gst/goom/plugin_info.c:
4710         * gst/goom/xmmx.c:
4711         Fix various GCC-isms, and only build the inline assembly
4712         with compilers that support GCC inline assembly.
4713
4714         Fix a couple of other warnings shown with Forte.
4715
4716 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4717
4718         * gst/goom/xmmx.c:
4719           Use 'emms' instead of 'femms' to not crash on cpus that do not
4720           implement this 3dnow specific instruction.
4721
4722 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4723
4724         * gst/goom/plugin_info.c: (setOptimizedMethods):
4725         Use extended MMX for draw_line() too if available, not only
4726         normal MMX.
4727
4728 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4729
4730         * ext/jpeg/gstjpeg.c: (plugin_init):
4731         Remove (commented out) smoke typefinder. This is in base now.
4732
4733 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
4734
4735         * gst/goom2k1/Makefile.am:
4736         * gst/goom2k1/gstgoom.c:
4737
4738         Rename the installed library, and don't register the same 
4739         GType name as the new goom.
4740
4741 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4742
4743         * configure.ac:
4744         * ext/taglib/Makefile.am:
4745           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4746           when building C++ code (#516509).
4747
4748 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4749
4750         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
4751         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
4752           (setOptimizedMethods):
4753           Call oil_init(), otherwise oil_get_cpu_flags() won't return
4754           anything useful. Export goom debug category so we can get
4755           rid of the VERBOSE define and the printfs.
4756
4757 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4758
4759         * gst/goom/goomsl_heap.c: (align_it):
4760         * gst/goom/plugin_info.c: (setOptimizedMethods):
4761           Compile fixes for x86-64.
4762
4763 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4764
4765         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
4766         with warnings, but add other CFLAGS
4767
4768         * gst/goom/goomsl.c (gsl_instr_set_namespace),
4769         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
4770         (calculate_labels), (gsl_read_file):
4771         * gst/goom/goomsl_lex.l:
4772         * gst/goom/goomsl_yacc.y:
4773         * gst/goom/plugin_info.c: Remove a few live printf, and
4774         fprintf, replace exit() calls with g_assert_not_reached()
4775         if it not optimal for a library
4776
4777 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4778
4779         * gst/goom/Makefile.am: Remove the warnings being disabled,
4780         fix linkage on x86, spotted by Sebastian Dröge
4781         <slomo@circular-chaos.org>
4782
4783         * gst/goom/convolve_fx.c (convolve_init),
4784         (create_output_with_brightness), (convolve_apply):
4785         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
4786         * gst/goom/goomsl.c:
4787         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
4788         * gst/goom/plugin_info.c:
4789         * gst/goom/tentacle3d.c (tentacle_fx_create):
4790         Fix warnings, and disable the motifs in the convolve_fx
4791         plugin (they were causing warnings, and they were just
4792         "Goom" in funny letterring)
4793
4794 2008-02-23  Bastien Nocera  <hadess@hadess.net>
4795
4796         * configure.ac: Add checks for Flex/Yacc/Bison and other
4797         furry animals, for the new goom 2k4 based plugin
4798
4799         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
4800         CPU optimisations (not working yet), move the old plugin to...
4801
4802         * gst/goom2k1/*: ... here, in case somebody is sick enough
4803
4804         Fixes #515073
4805
4806 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4807
4808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4809         Post the server response code in an error message instead of a generic
4810         'error' message. Fixes #517237.
4811
4812 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4813
4814         * tests/check/Makefile.am:
4815         Ignore gconfaudiosrc for the states unit test too. It will fallback
4816         to alsasrc if the gconf settings can't be read and not everybody has
4817         alsa.
4818
4819 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4820
4821         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
4822         (gst_wavpack_parse_create_src_pad):
4823         * ext/wavpack/gstwavpackparse.h:
4824         Always report the duration if we know it in push mode and don't
4825         return 0 just to make totem believe we can't seek in push mode.
4826         Newer totem version use the SEEKING query which properly reports
4827         if we can seek or not.
4828
4829 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4830
4831         Patch by: Jens Granseuer <jensgr at gmx dot net>
4832
4833         * tests/examples/equalizer/demo.c: (main):
4834         C89 fix, moving variable declarations to the beginning of
4835         the block. Fixes bug #517933.
4836
4837 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4838
4839         * configure.ac:
4840         Back to development...
4841
4842 === release 0.10.7 ===
4843
4844 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4845
4846         * configure.ac:
4847           releasing 0.10.7, "Red Door Black"
4848
4849 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4850
4851         * gst/alpha/Makefile.am:
4852         Link alpha plugin with libgstbase. Fixes bug #517386.
4853
4854 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4855
4856         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
4857         Init values to -1 instead of the default 0 value.
4858         Fixes #516524.
4859
4860 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
4861
4862         * tests/examples/spectrum/spectrum-example.c:
4863         Add missing include to fix compilation when libxml usage is disabled.
4864         Fixes: #516371
4865
4866 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4867
4868         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
4869         fixes: #514889
4870
4871         * gst/rtp/gstrtph264pay.c:
4872         * gst/rtp/gstrtpmp4gdepay.c:
4873         * gst/rtp/gstrtpmp4gpay.c:
4874         * gst/rtp/gstrtpmp4gpay.h:
4875         * gst/rtp/gstrtptheorapay.c:
4876         * gst/rtp/gstrtpvorbispay.c:
4877
4878         Fix various leaks shown up in valgrind
4879         - free sprops and buffer in error cases in H264 payloader
4880         - fix leak in mp4g depayloader when construction the caps
4881         - don't leak config string in the mp4g payloader
4882         - don't leak buffers and headers in theora and vorbis payloaders
4883
4884         * tests/check/elements/rtp-payloading.c:
4885
4886         Fix the RTP data test
4887         - Actually send valid amr data to the payloader instead of 20
4888         zero-bytes
4889         - The mp4g payloader expects codec_data on the caps
4890
4891 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4892
4893         * win32/MANIFEST:
4894         Add libgstpng.dsp to MANIFEST.
4895         * win32/vs6/libgstaudiofx.dsp:
4896         Add new source files to VS project file.
4897
4898 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4899
4900         * sys/ximage/gstximagesrc.c:
4901         Initialise variables when opening the X display rather
4902         than in _start(), as the display can be opened before that.
4903
4904         Fixes: #515985
4905
4906 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4907
4908         * sys/directdraw/gstdirectdrawsink.c:
4909         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
4910         (gst_directdraw_sink_finalize):
4911         Properly chain up finalize functions. Fixes bug #515980.
4912
4913 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4914
4915         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4916         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
4917         (gst_v4l2_buffer_pool_class_init):
4918         Chain up the finalize functions. Fixes bug #515984.
4919
4920 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4921
4922         * sys/ximage/ximageutil.c:
4923         Chain up in the finalize function for our custom
4924         buffer sub-class.
4925         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
4926         Fixes: #515706
4927
4928 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4929
4930         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
4931         (gst_fenced_buffer_class_init):
4932         Properly chain up finalize method. Fixes bug #515979.
4933
4934 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4935
4936         * sys/ximage/gstximagesrc.c:
4937         Free allocated Damage memory before closing our connection to the
4938         X server. Partially fixes: #515706
4939
4940 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4941
4942         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4943         * tests/check/Makefile.am:
4944         * tests/check/gst-plugins-good.supp:
4945         Add a few libjpeg suppressions and initialize a variable to
4946         make smokeenc valgrind clean. Fixes bug #515701.
4947
4948 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
4949
4950         * gst/avi/gstavidemux.c:
4951         Revert patch which sends timestamps only on keyframes, as it
4952         breaks playback with current gst-ffmpeg.
4953
4954         Fixes: #515562
4955
4956 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4957
4958         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
4959         * tests/check/elements/multifile.c: (GST_START_TEST):
4960         Close some memory leaks spotted by the unit test. Fixes bug #515697.
4961
4962 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4963
4964         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4965         Use and unset the GError when pipeline creation fails instead of
4966         simply leaking it. Fixes bug #515704.
4967
4968 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
4969
4970         * gst/audiofx/audioamplify.c:
4971         * gst/audiofx/audiochebband.c:
4972         * gst/audiofx/audiocheblimit.c:
4973         * gst/audiofx/audiodynamic.c:
4974         * gst/audiofx/audioinvert.c:
4975         * gst/audiofx/audiopanorama.c:
4976         * gst/audiofx/audiowsincband.c:
4977         * gst/audiofx/audiowsinclimit.c:
4978         Fix long description of audiofx elements. Fixes bug #515457.
4979
4980 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
4981
4982         * docs/plugins/Makefile.am:
4983         * gst/spectrum/gstspectrum.c:
4984         * tests/examples/spectrum/.cvsignore:
4985         * tests/examples/spectrum/Makefile.am:
4986         * tests/examples/spectrum/spectrum-example.c:
4987
4988         Add a simple example application for the spectrum element, include it
4989         in the docs, and fix some documentation ambiguities.
4990
4991         Fixes: #348085
4992
4993 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4994
4995         * gst/equalizer/Makefile.am:
4996         * gst/spectrum/Makefile.am:
4997         Fix includes order
4998
4999         * tests/check/Makefile.am:
5000         Exclude v4l2src from the states test - it takes too long to start.
5001
5002         * tests/check/elements/spectrum.c:
5003         Make the test run properly with CK_FORK=no
5004
5005 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5006
5007         * gst/audiofix/Makefile.am: add missing header files 
5008
5009 2008-02-08  Julien Moutte  <julien@fluendo.com>
5010
5011         * gst/matroska/matroska-demux.c:
5012         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5013         keyframe and delta units correctly when dealign with a BlockGroup.
5014         Fixes: #514397
5015
5016 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5017
5018         * tests/check/elements/.cvsignore:
5019         Spell the new tests correctly in .cvsignore
5020
5021 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5022
5023         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5024           Need to use gsize here for the size, fixes compiler warning.
5025
5026         * tests/examples/equalizer/.cvsignore:
5027         * tests/examples/equalizer/Makefile.am:
5028         * tests/examples/spectrum/.cvsignore:
5029         * tests/examples/spectrum/Makefile.am:
5030           Add missing files to fix the build.
5031
5032 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5033
5034         * configure.ac:
5035         * docs/plugins/Makefile.am:
5036         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5037         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5038         * docs/plugins/gst-plugins-good-plugins.args:
5039         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5040         * docs/plugins/inspect/plugin-multifile.xml:
5041         * tests/check/Makefile.am:
5042         * tests/check/elements/.cvsignore:
5043
5044         Move multifile plugin from -bad.
5045         Fixes: #490283
5046
5047 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5048
5049         * configure.ac:
5050         * docs/plugins/Makefile.am:
5051         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5052         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5053         * docs/plugins/gst-plugins-good-plugins.args:
5054         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5055         * docs/plugins/inspect/plugin-spectrum.xml:
5056         * gst/spectrum/Makefile.am:
5057         * tests/check/Makefile.am:
5058         * tests/check/elements/.cvsignore:
5059         * tests/examples/Makefile.am:
5060
5061         Move spectrum plugin from -bad.
5062         Move examples into tests/examples/spectrum.
5063
5064 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5065
5066         * configure.ac:
5067         * docs/plugins/Makefile.am:
5068         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5069         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5070         * docs/plugins/gst-plugins-good-plugins.args:
5071         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5072         * docs/plugins/gst-plugins-good-plugins.interfaces:
5073         * docs/plugins/inspect/plugin-equalizer.xml:
5074         * gst/equalizer/Makefile.am:
5075         * tests/check/Makefile.am:
5076         * tests/examples/Makefile.am:
5077         Move the equalizer plugin across from -bad
5078
5079         * tests/check/elements/.cvsignore:
5080         Add equalizer, audiosincwband and audiosincwlimit
5081
5082         * tests/check/elements/equalizer.c:
5083         Fix compiler warnings
5084
5085         Fixes: #415627
5086
5087 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5088
5089         * configure.ac:
5090         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5091         are treated like releases and build without it.
5092
5093 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5094
5095         * docs/plugins/Makefile.am:
5096         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5097         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5098         * docs/plugins/gst-plugins-good-plugins.args:
5099         * docs/plugins/inspect/plugin-audiofx.xml:
5100         * gst/audiofx/Makefile.am:
5101         * gst/audiofx/audiofx.c:
5102         * gst/audiofx/audiowsincband.c:
5103         * gst/audiofx/audiowsincband.h:
5104         * gst/audiofx/audiowsinclimit.c:
5105         * gst/audiofx/audiowsinclimit.h:
5106         * tests/check/Makefile.am:
5107         * tests/check/elements/audiowsincband.c:
5108         * tests/check/elements/audiowsinclimit.c:
5109
5110         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5111         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5112         respectively.
5113
5114         Fixes: #467666
5115
5116 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5117
5118         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5119         * tests/check/elements/icydemux.c:
5120           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5121           caps, and add a somewhat useful debug message. Plus test.
5122
5123 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5124
5125         * gst/rtsp/gstrtspsrc.c:
5126         Include unistd.h only if HAVE_UNISTD_H is defined
5127         * win32/common/config.h.in:
5128         * win32/common/config.h:
5129         Define socklen_t as it seems it's not defined in default 
5130         Visual Studio headers.
5131         * win32/vs6/libgstalpha.dsp:
5132         * win32/vs6/libgstapetag.dsp:
5133         * win32/vs6/libgstavi.dsp:
5134         * win32/vs6/libgstrtp.dsp:
5135         * win32/vs6/libgstrtsp.dsp:
5136         * win32/vs6/libgstvideomixer.dsp:
5137         Update project file dependencies and add new source files       
5138
5139 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5140
5141         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5142
5143         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5144         Don't leak buffers when we don't push them downstream.
5145         Fixes bug #514965.
5146
5147 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5148
5149         * configure.ac:
5150           Bump requirements to (good) released versions to avoid
5151           confusion and make implicit core requirement explicit.
5152
5153 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5154
5155         * docs/plugins/Makefile.am:
5156         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5157         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5158         * docs/plugins/gst-plugins-good-plugins.args:
5159         * docs/plugins/inspect/plugin-audiofx.xml:
5160         * gst/audiofx/Makefile.am:
5161         * gst/audiofx/audiochebband.c:
5162         * gst/audiofx/audiochebband.h:
5163         * gst/audiofx/audiocheblimit.c:
5164         * gst/audiofx/audiocheblimit.h:
5165         * gst/audiofx/audiochebyshevfreqband.c:
5166         * gst/audiofx/audiochebyshevfreqband.h:
5167         * gst/audiofx/audiochebyshevfreqlimit.c:
5168         * gst/audiofx/audiochebyshevfreqlimit.h:
5169         * gst/audiofx/audiofx.c:
5170         * tests/check/Makefile.am:
5171         * tests/check/elements/.cvsignore:
5172         * tests/check/elements/audiochebband.c:
5173         * tests/check/elements/audiocheblimit.c:
5174         * tests/check/elements/audiochebyshevfreqband.c:
5175         * tests/check/elements/audiochebyshevfreqlimit.c:
5176
5177         Rename audiochebyshevfreqband -> audiochebband and
5178         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5179         surgery.
5180
5181         Closes: #491811
5182
5183 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5184
5185         Patch by: Orjan Friberg <orjanf at axis dot com>
5186
5187         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5188         Fix caps memory leak. Fixes #514573.
5189
5190 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5191
5192         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5193         If there's no entries in the subindex, don't try to do anything stupid,
5194         just return.
5195
5196 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5197
5198         Patch by: John Millikin <jmillikin at gmail dot com>
5199
5200         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5201           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5202           Fix extraction of picture blocks with newer libflac versions again:
5203           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5204
5205 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5206
5207         * tests/check/Makefile.am:
5208           Add rtp-payloading test to VALGRIND_TO_FIX.
5209
5210         * tests/check/elements/rtp-payloading.c:
5211           Add semicolons after GST_TEST_END so gst-indent gets the
5212           formatting right; make test less verbose in general, but
5213           more verbose in the error case (which should probably
5214           make the test fail anyway).
5215
5216 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5217
5218         * docs/plugins/Makefile.am:
5219         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5220         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5221         * gst/avi/gstavisubtitle.c:
5222         Add documentation for avisubtitle and change class to
5223         Codec/Parser/Subtitle
5224
5225 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5226
5227         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5228         Treat ENOTTY (driver does not implement ioctl) the same as
5229         EINVAL since it implies there are no available standards.
5230
5231         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5232         (gst_v4l2src_get_nearest_size):
5233         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5234         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5235         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5236         reason, and if we aren't yet actively capturing.
5237
5238         * sys/v4l2/v4l2src_calls.h:
5239         Remove replaced function declaration.
5240
5241 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5242
5243         * configure.ac:
5244         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5245         API.
5246
5247 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5248
5249         * configure.ac:
5250         Fix typo.
5251
5252 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5253
5254         * gst/alpha/Makefile.am:
5255         * gst/alpha/gstalpha.c:
5256
5257         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5258         some stuff, and making buffer-alloc and resizing work automatically.
5259         No longer crashes on odd frame widths and heights, although there
5260         seems to be a disagreement with ffmpegcolorspace about what size
5261         an AYUV frame with odd height should be.
5262
5263 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5264
5265         Patch by: Alessandro Decina <alessandro at nnva dot org>
5266
5267         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5268         * ext/libpng/gstpngenc.h:
5269         Preallocate the output buffer so that g_memdup() and
5270         gst_buffer_merge() aren't needed anymore. This greatly improves
5271         performances and fixes #512544.
5272
5273 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5274
5275         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5276         (gst_avi_demux_stream_data):
5277         GStreamer timestamps are PTS values while AVI only knows about DTS
5278         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5279         we are dealing with a key frame.
5280
5281 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5282
5283         * tests/check/Makefile.am:
5284         * tests/check/elements/.cvsignore:
5285         * tests/check/elements/rtp-payloading.c:
5286           Add add testsuite for the rtp-payloader that tries simulating
5287           dataflow. Needs more test data.
5288
5289 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5290
5291         * tests/check/elements/alphacolor.c:
5292           Remove two unused variables.
5293
5294 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5295
5296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5297           Use g_ascii_strtoll() instead of atoll, which is only
5298           available in C99.
5299
5300 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5301
5302         * gst/rtp/Makefile.am:
5303         * gst/rtp/gstrtp.c:
5304         * gst/rtp/gstrtpmpvpay.c:
5305         * gst/rtp/gstrtpmpvpay.h:
5306         Add MPEG2 video payloader
5307
5308 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5309
5310         * gst/level/gstlevel.c:
5311         Use #include <math.h> instead of #include "math.h".
5312
5313 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5314
5315         * tests/check/Makefile.am:
5316         Fix up some CFLAGS sets.
5317         Don't include gconfvideosrc in the states test.
5318
5319         * tests/check/elements/autodetect.c: (GST_START_TEST):
5320         Add some error strings to fail_unless arguments to fix some weird
5321         compiler errors on Solaris.
5322
5323 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5324
5325         * configure.ac:
5326         Detect video4linux headers on Solaris too.
5327         * sys/v4l2/gstv4l2colorbalance.h:
5328         * sys/v4l2/gstv4l2object.h:
5329         * sys/v4l2/v4l2_calls.c:
5330         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5331         (gst_v4l2_buffer_new):
5332
5333         Make v4l2 build on Solaris.
5334         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5335         Fixes: #510505
5336
5337 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5338
5339         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5340           Update list from (still local) scanning script.
5341
5342 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5343
5344         Based on a patch by:
5345             Victor STINNER <victor dot stinner at haypocalc dot com>
5346
5347         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5348         Set variable to NULL after freeing it to prevent double frees
5349         or make failures by another use of it afterwards more obvious
5350         and fix use of it after the freeing. Fixes bug #510592.
5351
5352 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5353
5354         * gst/udp/gstmultiudpsink.c:
5355         use GST_WARNING for logging
5356
5357 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5358
5359         * gst/udp/gstmultiudpsink.c:
5360         Don't try to leave a multicast group with an invalid socket
5361
5362 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5363
5364         * ext/flac/gstflacdec.c:
5365           Fix compilation against flac 1.1.2 (as on debian stable), where
5366           the picture metadata defines and structs don't exist yet.
5367           Fixes #509301.
5368
5369 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5370
5371         Patch by: Olivier Crete <tester at tester dot ca>
5372
5373         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5374         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5375         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5376         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5377         * gst/udp/gstmultiudpsink.h:
5378         Add property to automatically join a multicast group or not. This can be
5379         useful when sharing a socket between multiple elements.
5380         Fixes #509531.
5381
5382 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5383
5384         * gst/videomixer/Makefile.am:
5385           Add controller flags.
5386
5387 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5388
5389         * gst/videomixer/videomixer.c:
5390           Also commit the missing gst_object_sync_values().
5391
5392 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5393
5394         * docs/plugins/Makefile.am:
5395           Remove duplicate entry.
5396
5397 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5398
5399         * docs/plugins/Makefile.am:
5400         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5401         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5402         * docs/plugins/inspect/plugin-gamma.xml:
5403         * docs/plugins/inspect/plugin-monoscope.xml:
5404         * docs/plugins/inspect/plugin-video4linux2.xml:
5405           Add 3 more plugins to docs.
5406
5407 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5408
5409         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5410         * sys/osxvideo/osxvideosink.h:
5411           Revert previous change caused by a file that got stuck on an old
5412           revision.
5413
5414 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5415
5416         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5417         * gst/multipart/Makefile.am:
5418         * gst/multipart/multipartdemux.c:
5419         * gst/multipart/multipartdemux.h:
5420         * gst/multipart/multipartmux.c:
5421         * gst/multipart/multipartmux.h:
5422           Re-add multipartdemux to the docs. Last round of section cleanup.
5423
5424 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5425
5426         * docs/plugins/Makefile.am:
5427         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5428         * sys/osxaudio/gstosxaudiosink.h:
5429         * sys/osxvideo/osxvideosink.h:
5430           Managed to resolve most unused declarations. Filed a bug for one left.          
5431
5432 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5433
5434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5435           Cleanup section file.
5436
5437 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5438
5439         * docs/plugins/Makefile.am:
5440         * docs/plugins/gst-plugins-good-plugins.args:
5441         * docs/plugins/gst-plugins-good-plugins.signals:
5442         * docs/plugins/inspect/plugin-alaw.xml:
5443         * docs/plugins/inspect/plugin-alpha.xml:
5444         * docs/plugins/inspect/plugin-alphacolor.xml:
5445         * docs/plugins/inspect/plugin-annodex.xml:
5446         * docs/plugins/inspect/plugin-apetag.xml:
5447         * docs/plugins/inspect/plugin-audiofx.xml:
5448         * docs/plugins/inspect/plugin-auparse.xml:
5449         * docs/plugins/inspect/plugin-autodetect.xml:
5450         * docs/plugins/inspect/plugin-avi.xml:
5451         * docs/plugins/inspect/plugin-cairo.xml:
5452         * docs/plugins/inspect/plugin-cdio.xml:
5453         * docs/plugins/inspect/plugin-cutter.xml:
5454         * docs/plugins/inspect/plugin-debug.xml:
5455         * docs/plugins/inspect/plugin-dv.xml:
5456         * docs/plugins/inspect/plugin-efence.xml:
5457         * docs/plugins/inspect/plugin-effectv.xml:
5458         * docs/plugins/inspect/plugin-flac.xml:
5459         * docs/plugins/inspect/plugin-flxdec.xml:
5460         * docs/plugins/inspect/plugin-gconfelements.xml:
5461         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5462         * docs/plugins/inspect/plugin-goom.xml:
5463         * docs/plugins/inspect/plugin-halelements.xml:
5464         * docs/plugins/inspect/plugin-icydemux.xml:
5465         * docs/plugins/inspect/plugin-id3demux.xml:
5466         * docs/plugins/inspect/plugin-jpeg.xml:
5467         * docs/plugins/inspect/plugin-ladspa.xml:
5468         * docs/plugins/inspect/plugin-level.xml:
5469         * docs/plugins/inspect/plugin-matroska.xml:
5470         * docs/plugins/inspect/plugin-mulaw.xml:
5471         * docs/plugins/inspect/plugin-multipart.xml:
5472         * docs/plugins/inspect/plugin-navigationtest.xml:
5473         * docs/plugins/inspect/plugin-png.xml:
5474         * docs/plugins/inspect/plugin-quicktime.xml:
5475         * docs/plugins/inspect/plugin-rtp.xml:
5476         * docs/plugins/inspect/plugin-rtsp.xml:
5477         * docs/plugins/inspect/plugin-shout2send.xml:
5478         * docs/plugins/inspect/plugin-smpte.xml:
5479         * docs/plugins/inspect/plugin-speex.xml:
5480         * docs/plugins/inspect/plugin-taglib.xml:
5481         * docs/plugins/inspect/plugin-udp.xml:
5482         * docs/plugins/inspect/plugin-videobalance.xml:
5483         * docs/plugins/inspect/plugin-videobox.xml:
5484         * docs/plugins/inspect/plugin-videocrop.xml:
5485         * docs/plugins/inspect/plugin-videoflip.xml:
5486         * docs/plugins/inspect/plugin-videomixer.xml:
5487         * docs/plugins/inspect/plugin-wavenc.xml:
5488         * docs/plugins/inspect/plugin-wavpack.xml:
5489         * docs/plugins/inspect/plugin-wavparse.xml:
5490           Update plugin docs.
5491
5492         * gst/videomixer/Makefile.am:
5493         * gst/videomixer/videomixer.c:
5494         * gst/videomixer/videomixer.h:
5495         * gst/videomixer/videomixerpad.h:
5496           Split out header to fix warnings from the doc-build.
5497
5498 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5499
5500         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5501
5502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5503         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5504
5505 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5506
5507         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5508         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5509           Initialise variables to work around (false) 'foo might be used
5510           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5511
5512 2008-01-11  David Schleef  <ds@schleef.org>
5513
5514         * docs/plugins/.cvsignore:
5515         * tests/check/pipelines/.cvsignore:
5516           Ignore more files for the buildbot.
5517
5518 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5519
5520         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5521         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5522         Generate the image-type values correctly. Leave them out of the caps
5523         when outputting a "preview image" tag, since it only makes sense
5524         to have one of those - the type is irrelevant.
5525
5526         * sys/sunaudio/gstsunaudiomixerctrl.c:
5527         (gst_sunaudiomixer_ctrl_open):
5528         If we can, mark the mixer multiple open when we use it, in case
5529         (for some reason) the process wants to open it again elsewhere.
5530
5531 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5532
5533         Patch by: Olivier Crete <tester at tester dot ca>
5534
5535         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5536         * gst/rtp/gstrtptheorapay.c:
5537         Fix the clock rate to 90000 as required by the RFC.
5538         Fixes #508644.
5539
5540 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5541
5542         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5543           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5544
5545 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5546
5547         * autogen.sh:
5548           Add -Wno-portability to the automake parameters to stop warnings
5549           about GNU make extensions being used. We require GNU make in almost
5550           every Makefile anyway.
5551           
5552         * configure.ac:
5553           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5554           at the same time is required for per target flags.
5555
5556 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5557
5558         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5559         Fix error from my last commit.
5560
5561 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5562
5563         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5564
5565         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5566           Make sure the ISO 639-X language code in ID3v2 COMM frames
5567           is actually valid UTF-8 (or rather: ASCII), so we don't end
5568           up with non-UTF8 strings in tags if there's garbage in the
5569           language field. Also make sure the language code is always
5570           lower case. Fixes: #508291.
5571
5572 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5573
5574         * ChangeLog:
5575           Fix ChangeLog typo.
5576
5577 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5578
5579         * Makefile.am:
5580           Include lcov.mak to allow building coverage reports. Guard
5581           check-torture target like in the other packages.
5582
5583 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5584
5585         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5586
5587         * gst/videomixer/videomixer.c:
5588         (gst_videomixer_set_master_geometry), (_do_init),
5589         (gst_videomixer_child_proxy_get_child_by_index),
5590         (gst_videomixer_child_proxy_get_children_count),
5591         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5592         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5593         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5594         Implement GstChildProxy interface.
5595         Send newsegment at the right moment
5596         Fixes #488879
5597
5598 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5599
5600         * gst/alpha/Makefile.am:
5601         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5602         (gst_alpha_sink_event), (gst_alpha_chain),
5603         (gst_alpha_change_state), (plugin_init):
5604         Make the various properties of 'alpha' controllable. This allows doing
5605         niceties like fade-in/fade-out.
5606
5607 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5608
5609         * gst/rtp/gstasteriskh263.c:
5610         * gst/rtp/gstrtpL16depay.c:
5611         * gst/rtp/gstrtpac3depay.c:
5612         * gst/rtp/gstrtpamrpay.c:
5613         * gst/rtp/gstrtpdepay.c:
5614         * gst/rtp/gstrtpgsmdepay.c:
5615         * gst/rtp/gstrtph263depay.c:
5616         * gst/rtp/gstrtph263pdepay.c:
5617         * gst/rtp/gstrtph263ppay.c:
5618         * gst/rtp/gstrtph264depay.c:
5619         * gst/rtp/gstrtph264pay.c:
5620         * gst/rtp/gstrtpmp2tdepay.c:
5621         * gst/rtp/gstrtpmp4adepay.c:
5622         * gst/rtp/gstrtpmp4gdepay.c:
5623         * gst/rtp/gstrtpmp4gpay.c:
5624         * gst/rtp/gstrtpmp4vdepay.c:
5625         * gst/rtp/gstrtpmpadepay.c:
5626         * gst/rtp/gstrtpmpvdepay.c:
5627         * gst/rtp/gstrtpsv3vdepay.c:
5628         * gst/rtp/gstrtptheoradepay.c:
5629         * gst/rtp/gstrtptheorapay.c:
5630         * gst/rtp/gstrtpvorbisdepay.c:
5631         * gst/rtp/gstrtpvorbispay.c:
5632           Remove copy/paste unused code (property setters and getter) found by
5633           the coverage suite (yay, saves ~20k on disk).
5634
5635 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5636
5637         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5638           (videosink_templ):
5639           Also fix up pad templates to indicate that image/jpeg doesn't
5640           absolutely require the framerate property to be set (#504081).
5641
5642 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5643
5644         Based on patch by: Wouter Cloetens  <wouter at mind be>
5645
5646         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5647           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5648           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5649         * gst/matroska/matroska-mux.h:
5650           Keep track of first and last timestamps for each incoming stream,
5651           so we can calculate the total duration for live sources and other
5652           input where we can't query the duration from the start or where
5653           there's no constant framerate from which we can deduce the
5654           duration; also use calculated/observed duration if it is bigger
5655           than the previously queried duration. Furthermore, use
5656           gst_pad_query_peer_duration() and take into account that it may
5657           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5658           screws up comparisons when using unsigned integers. Fixes #504081.
5659
5660 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
5661
5662         * configure.ac:
5663         * gst/audiofx/audioamplify.c:
5664         (gst_audio_amplify_clipping_method_get_type),
5665         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
5666         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
5667         (gst_audio_dynamic_transform_ip):
5668         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
5669         (gst_audio_invert_transform_ip):
5670         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5671         (gst_audio_panorama_transform):
5672         * gst/level/gstlevel.c: (gst_level_init):
5673         Make elements GST_BUFFER_FLAG_GAP aware and call
5674         gst_base_transform_set_gap_aware for this.
5675         Bump core requirement to CVS.
5676         
5677         * gst/audiofx/audiochebyshevfreqband.c:
5678         (gst_audio_chebyshev_freq_band_transform_ip):
5679         * gst/audiofx/audiochebyshevfreqlimit.c:
5680         (gst_audio_chebyshev_freq_limit_transform_ip):
5681         Also sync GObject properties to the controller if operating
5682         in passthrough mode.
5683
5684 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5685
5686         * sys/directdraw/gstdirectdrawsink.c:
5687           (gst_directdraw_sink_window_thread):
5688           FALSE is not a gpointer.
5689
5690 2008-01-05  Julien Moutte  <julien@fluendo.com>
5691
5692         * sys/directdraw/gstdirectdrawsink.c:
5693         (gst_directdraw_sink_set_window_id),
5694         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
5695         (gst_directdraw_sink_buffer_alloc),
5696         (gst_directdraw_sink_draw_borders),
5697         (gst_directdraw_sink_show_frame),
5698         (gst_directdraw_sink_setup_ddraw),
5699         (gst_directdraw_sink_window_thread),
5700         (gst_directdraw_sink_get_ddrawcaps),
5701         (gst_directdraw_sink_surface_create): Make sure we create our
5702         internal window only when we need it. That will give a chance to
5703         the application to get the prepare-xwindow-id bus message. Draw
5704         black borders when keeping aspect ratio. Handle the case where our
5705         rendering window disappears (closed or errors) like other sinks
5706         do. Various 80 columns fixes, improve state change order. That
5707         element could need some more love.
5708
5709 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
5710
5711         * ext/taglib/gstapev2mux.h:
5712         * ext/taglib/gstid3v2mux.h:
5713         Remove useless typedefs without new type name. Fixes a warning with
5714         gcc 4.3.
5715
5716 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
5717
5718         Patch by: John Millikin <jmillikin at gmail dot com>
5719
5720         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
5721         (gst_flac_dec_setup_stream_decoder),
5722         (gst_flac_normalize_picture_mime_type),
5723         (gst_flac_extract_picture_buffer),
5724         (gst_flac_dec_metadata_callback):
5725         Emit metadata messages when a PICTURE block is encountered.
5726         Fixes #506715.
5727
5728 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
5729
5730         * gst/avi/gstavi.c:
5731         increase rank because no known issues anymore ...
5732         * gst/avi/gstavisubtitle.c:
5733         send subtitle name to the srcpad
5734
5735 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5736
5737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
5738         * gst/rtsp/gstrtspsrc.h:
5739         Implement redirect for the DESCRIBE reply. Fixes #506025.
5740
5741 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5742
5743         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
5744         Fix 'xyz may be used uninitialized' compiler warnings caused
5745         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5746         abort() in any case but properly report the error.
5747
5748 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
5749
5750         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
5751         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
5752         * sys/ximage/gstximagesrc.c: (composite_pixel):
5753           Fix 'xyz may be used uninitialized' compiler warnings caused
5754           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
5755           not really nice to abort in any case). Fixes #505745.
5756
5757 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5758
5759         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
5760           Small unit test fix (has no practical impact at the moment,
5761           since we're only feeding utf8 and hence just create a sub-
5762           buffer for the output).
5763
5764 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
5765
5766         * gst/avi/gstavisubtitle.c:
5767         * tests/check/elements/avisubtitle.c:
5768         Add seeking support for avi subtitle
5769
5770 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5771
5772         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
5773         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
5774         (gst_flac_dec_write):
5775         * ext/flac/gstflacdec.h:
5776         Remove some unused vars.
5777         Do more cleanup of leftover events and tags.
5778         Output tags after the segment event. Fixes #504018.
5779
5780 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5781
5782         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
5783           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
5784           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
5785           Detect other UTF byte order markers and convert to UTF-8 as
5786           appropriate.
5787
5788 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5789
5790         * gst/avi/gstavisubtitle.c: (src_template),
5791           (gst_avi_subtitle_extract_utf8_file),
5792           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
5793           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
5794           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
5795         * gst/avi/gstavisubtitle.h:
5796           Refactor a bit; fix name extraction; don't assume all the data
5797           in the chunk is actually subtitle data, there may be padding at
5798           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
5799           file so it's there to send again after a seek (for future use).
5800
5801 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5802
5803         * gst/avi/Makefile.am:
5804         * gst/avi/gstavi.c:
5805         * gst/avi/gstavisubtitle.c:
5806         * gst/avi/gstavisubtitle.h:
5807         * tests/check/Makefile.am:
5808         * tests/check/elements/avisubtitle.c:
5809         * win32/common/config.h:
5810                 Add avi subtitle element for bug #442034. Need seeking support
5811                 and more support for character conversion.
5812
5813 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
5814
5815         * Makefile.am:
5816           Include common/win32.mak for CRLF check of win32 project
5817           files (see #393626).
5818
5819         * win32/vs6/libgstpng.dsp:
5820           Fix line endings and do cvs admin -kb.
5821
5822 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5823
5824         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
5825         Actually drop the buffers which are outside the currently configured
5826         segment instead of just emitting a WARNING.
5827
5828 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5829
5830         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
5831         (gst_flac_dec_write):
5832         * ext/flac/gstflacdec.h:
5833         Send segments from the streaming thread. Fixes #502187.
5834         Fix segment seeking and a bunch of other seeking cases.
5835
5836 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
5839           Parse WOAF frames and put the result into GST_TAG_CONTACT,
5840           which is where it would end up if the same information was
5841           put in a vorbis comment (don't think it's worth adding a
5842           new URI tag for this). Fixes #488112.
5843
5844 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5845
5846         * configure.ac:
5847           We need core/base 0.10.15 or later.
5848
5849 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5850
5851         Patch by: Mark Nauwelaerts <manauw skynet be>
5852
5853         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
5854         Fix regression in stream numbering. Fixes #502655.
5855
5856 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5857
5858         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
5859
5860         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
5861         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5862         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
5863         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
5864         (gst_rtp_h264_pay_handle_buffer):
5865         * gst/rtp/gstrtph264pay.h:
5866         Use higher performance start-code searching.
5867         Parse NALs and store SPS, PPS and profile in the caps so that they can
5868         be used in the SDP. Fixes #502814.
5869
5870 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5871
5872         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5873         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
5874           Init some structs to zero before we pass them to ioctl, which
5875           avoids valgrind warnings.  Also fix a small memory leak.
5876
5877 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5878
5879         Patch by: Wouter Cloetens <wouter at mind dot be>
5880
5881         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
5882         Copy timestamp from input to output. Not very perfect yet but better
5883         than nothing. Fixes #503023.
5884
5885 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5886
5887         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5888           Also print a useful error message with the old Wavpack API
5889           if possible.
5890
5891 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5892
5893         * ext/wavpack/gstwavpackdec.c:
5894           More build fixes for old libwavpack versions: include config.h so
5895           that WAVPACK_OLD_API is actually defined as detected; only use
5896           WavpackGetErrorMessage if it is available. This fixes the build
5897           on debian stable for me.
5898
5899 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5900
5901         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
5902         * ext/wavpack/gstwavpackparse.c:
5903           (gst_wavpack_parse_create_src_pad):
5904           Workaround the non-existance of WavpackGetChannelMask in Wavpack
5905           versions below 4.40.0.
5906
5907 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5908
5909         * configure.ac:
5910           And now do it right for real...
5911
5912 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5913
5914         * configure.ac:
5915           Correctly reset $LIBS to not contain -lm.
5916
5917 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5918
5919         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
5920
5921         * configure.ac:
5922         * ext/cairo/gsttimeoverlay.c:
5923           (gst_cairo_time_overlay_print_smpte_time):
5924           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
5925           and checking for rint() and implementing it ourself if it doesn't
5926           exist. Fixes #497293.
5927
5928 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5929
5930         * configure.ac:
5931           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5932
5933 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
5934
5935         * sys/oss/gstosshelper.c:
5936         Verify that the format returned after the ioctl is the one
5937         we requested. It is valid for the ioctl to succeed while
5938         substituting an alternate 'supported' sample format.
5939
5940 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
5941
5942         * sys/oss/gstossaudio.c: (plugin_init):
5943         * sys/oss/gstosssink.c: (gst_oss_sink_open):
5944         * sys/oss/gstosssrc.c: (gst_oss_src_open):
5945           Post decent (and translated) error message when we can't
5946           open the audio device for some reason.
5947
5948 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
5949
5950         * sys/oss/gstosssink.c:
5951         * sys/oss/gstosssrc.c:
5952         Allow the AUDIODEV environment variable to redirect us
5953         to a different default OSS device, like sunaudiosink does
5954         on Solaris (makes audio play automatically on SunRays).
5955
5956 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
5957
5958         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
5959         * gst/audiofx/audiochebyshevfreqband.c:
5960         (gst_audio_chebyshev_freq_band_transform_ip):
5961         * gst/audiofx/audiochebyshevfreqlimit.c:
5962         (gst_audio_chebyshev_freq_limit_transform_ip):
5963         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
5964         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
5965         The transform_ip() methods should do nothing if in passthrough mode.
5966         It might get non-writable buffers in that case but the buffer might
5967         as well be writable.
5968
5969         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
5970         The transform() methods won't be called in passthrough mode and
5971         otherwise the buffer is always writable so don't check here.
5972
5973 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
5974
5975         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
5976           Fix seeking in .wav files again (#501775).  Some people seem to think
5977           they don't need to test their changes when they're just 'reflowing'
5978           some code.
5979
5980 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5981
5982         * gst/autodetect/gstautovideosink.c:
5983         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5984         (gst_auto_video_sink_init),
5985         (gst_auto_video_sink_create_element_with_pretty_name),
5986         (gst_auto_video_sink_find_best),
5987         (gst_auto_video_sink_set_property),
5988         (gst_auto_video_sink_get_property):
5989         * gst/autodetect/gstautovideosink.h:
5990         Fix docs.
5991         Use same error reporting code as autoaudiosink.
5992         Add property to filter sinks based on caps. Only select raw video sinks
5993         by default for backwards compat.
5994         API: GstAutoVideoSink::filter-caps
5995
5996 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5997
5998         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5999
6000         * gst/autodetect/gstautoaudiosink.c:
6001         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6002         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6003         (gst_auto_audio_sink_set_property),
6004         (gst_auto_audio_sink_get_property):
6005         * gst/autodetect/gstautoaudiosink.h:
6006         Add property to filter sinks based on caps. Only select raw audio sinks
6007         by default for backwards compat.  Fixes #417420.
6008         API: GstAutoAudioSink::filter-caps
6009
6010 2007-11-29  Michael Smith <msmith@fluendo.com>
6011
6012         Patch by: Arek Korbik <arkadini@gmail.com>
6013
6014         * gst/videobox/gstvideobox.c: (plugin_init):
6015           Initialise liboil in plugin_init()
6016
6017 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6018
6019         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6020         Post error before sending EOS. Fixes #499178.
6021
6022 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6023
6024         * win32/vs6/gst_plugins_good.dsw:
6025         * win32/vs6/libgstpng.dsp:
6026         Add a project file for libgstpng
6027
6028 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6029
6030         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6031         (gst_rtp_h263_depay_process):
6032         Code beautification.
6033         Added debug statements.
6034         Don't bit-shift everything, just do operations on last/first byte
6035         instead.
6036
6037 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6038
6039         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6040
6041         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6042         Fix wrong comparison in overrun check. Fixes #499239 some more.
6043
6044 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6045
6046         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6047         (gst_rtp_h263_depay_process):
6048         * gst/rtp/gstrtph263depay.h:
6049         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6050         stream.
6051
6052 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6053
6054         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6055
6056         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6057         (gst_rtp_mp4a_depay_process):
6058         * gst/rtp/gstrtpmp4adepay.h:
6059         Fix depayloading when multiple frames are inside one RTP packet.
6060         Fixes #499239.
6061
6062 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6063
6064         * gst/level/gstlevel.c:
6065           Add GAP-flag support.
6066
6067 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6068
6069         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6070         Read the I flag for Mode A h263 rtp stream and set the
6071         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6072         Fixes #499383
6073
6074 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6075
6076         * gst/level/gstlevel.c:
6077           Remove some dead code and do cleanups.
6078
6079 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6080
6081         * tests/check/pipelines/simple-launch-lines.c:
6082           Improve the tests by allowing to set a target state.
6083
6084 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6085
6086         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6087         Don't check the caps of the output buffer if they're equal some
6088         other caps. The caps can change in a backward compatible way
6089         and did at this point.
6090
6091 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6092
6093         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6094         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6095         (gst_qtdemux_seek_to_previous_keyframe),
6096         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6097         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6098         reverse playback support.
6099
6100 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6101
6102         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6103         Also set the channel layout on the Wavpack caps if we're having
6104         a mono layout. Of course only do it for "audio/x-wavpack".
6105
6106 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6107
6108         * ext/wavpack/gstwavpackcommon.c:
6109         (gst_wavpack_get_default_channel_mask),
6110         (gst_wavpack_set_channel_layout),
6111         (gst_wavpack_get_default_channel_positions),
6112         (gst_wavpack_get_channel_mask_from_positions),
6113         (gst_wavpack_set_channel_mapping):
6114         * ext/wavpack/gstwavpackcommon.h:
6115         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6116         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6117         * ext/wavpack/gstwavpackdec.h:
6118         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6119         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6120         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6121         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6122         (gst_wavpack_enc_rewrite_first_block),
6123         (gst_wavpack_enc_sink_event):
6124         * ext/wavpack/gstwavpackenc.h:
6125         * ext/wavpack/gstwavpackparse.c:
6126         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6127         (gst_wavpack_parse_scan_to_find_sample),
6128         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6129         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6130         * ext/wavpack/gstwavpackparse.h:
6131         Add support for encoding, parsing and decoding multichannel
6132         files with up to 8 channels. This also improves the robustness
6133         of parsing quite a bit.
6134
6135         * ext/wavpack/gstwavpackstreamreader.c:
6136         (gst_wavpack_stream_reader_read_bytes),
6137         (gst_wavpack_stream_reader_get_pos),
6138         (gst_wavpack_stream_reader_set_pos_abs),
6139         (gst_wavpack_stream_reader_set_pos_rel),
6140         (gst_wavpack_stream_reader_push_back_byte),
6141         (gst_wavpack_stream_reader_get_length),
6142         (gst_wavpack_stream_reader_can_seek),
6143         (gst_wavpack_stream_reader_write_bytes):
6144         Improve debugging.
6145
6146 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6147
6148         * ext/libpng/gstpngdec.c:
6149         * ext/libpng/gstpngdec.h:
6150           Don't release the png-memory from within the callback.
6151
6152 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6153
6154         Patch by: René Stadler <mail at renestadler dot de>
6155
6156         * ext/libpng/gstpngenc.c:
6157           Don't leak buffer data memory. Fixes #498395.
6158
6159 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6160
6161         Patch by: René Stadler <mail at renestadler dot de>
6162
6163         * tests/check/pipelines/simple-launch-lines.c:
6164           Tests for #498395.
6165
6166 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6167
6168         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6169         (gst_tag_lib_mux_adjust_event_offsets):
6170         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6171         * sys/osxaudio/Makefile.am:
6172         * sys/osxvideo/cocoawindow.h:
6173         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6174
6175 2007-11-15  David Schleef  <ds@schleef.org>
6176
6177         * ext/cairo/gsttextoverlay.c:
6178           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6179
6180 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6181
6182         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6183
6184         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6185         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6186         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6187         * gst/rtp/gstrtpmp2tpay.h:
6188         Fill the MTU with as many packets as possible. Fixes #491323.
6189
6190 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6191
6192         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6193
6194         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6195         Fix some more leaks. Fixes #497007.
6196
6197 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6198
6199         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6200
6201         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6202         (gst_rtspsrc_stream_configure_tcp):
6203         Fix 3 pad leaks. Fixes #496983.
6204
6205 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6206
6207         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6208
6209         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6210         Fix small leak. Fixes #497017.
6211
6212 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6213
6214         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6215         (gst_qtdemux_prepare_current_sample),
6216         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6217         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6218         * gst/qtdemux/qtdemux_fourcc.h:
6219         * gst/qtdemux/qtdemux_types.c:
6220         Add suppport for theora in quicktime according to XiphQT.
6221
6222 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6223
6224         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6225         (gst_v4l2src_init), (gst_v4l2src_set_property),
6226         (gst_v4l2src_get_property):
6227         * sys/v4l2/gstv4l2src.h:
6228         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6229           Always copy buffers by default (handle safer with bugged drivers)
6230           and added a property to make it possible to use mmap effectively (no
6231           copy if possible) when application wants to. Fixes: #480557.
6232
6233 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6234
6235         * gst/id3demux/id3tags.c:
6236         * gst/id3demux/id3tags.h:
6237         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6238           We don't want the same string multiple times in a tag list for the
6239           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6240           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6241
6242 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6243
6244         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6245           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6246           into ID3v2 TXXX frames (fixes #347848).
6247
6248 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6249
6250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6251           Don't leak sdp message contents (fixes #496773).
6252
6253         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6254           Don't leak URI string.
6255
6256 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6257
6258         Patch by: Julien Puydt <julien dot puydt at laposte net>
6259
6260         * ext/raw1394/Makefile.am:
6261         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6262           (gst_1394_property_probe_get_properties),
6263           (gst_1394_property_probe_probe_property),
6264           (gst_1394_property_probe_needs_probe),
6265           (gst_1394_property_probe_get_values),
6266           (gst_1394_property_probe_interface_init),
6267           (gst_1394_type_add_property_probe_interface):
6268         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6269         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6270           (gst_dv1394src_init), (gst_dv1394src_dispose),
6271           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6272           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6273           (gst_dv1394src_update_device_name):
6274         * ext/raw1394/gstdv1394src.h:
6275           Implement GstPropertyProbe interface and add "device-name" property,
6276           so applications can use this to probe for available devices in the
6277           same way they can already with v4lsrc and v4l2src (however horrible
6278           this property probe interface may be). Fixes #358841.
6279
6280 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6281
6282         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6283
6284         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6285           (gst_rtspsrc_parse_range):
6286           Don't leak event, don't leak range (fixes #496752).
6287
6288 2007-11-14  Michael Smith <msmith@fluendo.com>
6289
6290         Patch by: Arek Korbik <arkadini@gmail.com>
6291
6292         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6293           Detect RGBA/BGRA correctly on little endian systems.
6294
6295 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6296
6297         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6298           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6299           corresponding ioctl() call fails even though the driver claims to
6300           support this format, just fall back to the pre-2.6.19 kernel
6301           routine that creates caps with suitable height and width ranges
6302           (see #448278).
6303
6304 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6305
6306         Patch by: Mark Nauwelaerts <manauw skynet be>
6307
6308         * gst/matroska/matroska-demux.c:
6309           (gst_matroska_demux_push_dvd_clut_change_event),
6310           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6311           (gst_matroska_demux_subtitle_caps):
6312         * gst/matroska/matroska-ids.h:
6313           Extract palette data for dvd subpicture streams and send it
6314           downstream as custom gstreamer dvd event (fixes #453417).
6315
6316 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6317
6318         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6319           Implement minimal parsing of the passed pango font description
6320           string, so passing a font size works the same as with the
6321           pango textoverlay plugin; fixes #455086.
6322           (Maybe we could just use pangocairo here at some point).
6323
6324 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6325
6326         * gst/avi/gstavidemux.c:
6327         * gst/wavparse/gstwavparse.c:
6328           Return the result in _activate_pull(). Don't ref element there.
6329
6330 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6331
6332         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6333         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6334         (gst_wavparse_srcpad_event):
6335           Ref the element when we should, but not when we its not needed. Reflow
6336           the event_handling to not leak the event.       
6337
6338 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6339
6340         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6341         (qtdemux_parse_samples):
6342         Properly free QTDemuxSamples array.
6343         Protect table write with a sensible check, some files apparently DO contain
6344         stts values starting with 0 :(
6345
6346 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6347
6348         * gst/avi/gstavidemux.c:
6349         * gst/qtdemux/qtdemux.c:
6350           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6351           previous commit messed up.
6352
6353 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6354
6355         * gst/avi/gstavidemux.c:
6356         * gst/qtdemux/qtdemux.c:
6357           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6358           element when we should, but not when we its not needed.
6359
6360 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6361
6362         * gst/wavparse/gstwavparse.c:
6363           Return FALSE if we can't handle a query instead of changing the
6364           format. Ignore fact when dealing with mpeg audio.
6365
6366 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
6369
6370         * configure.ac:
6371         * gst/udp/gstdynudpsink.c:
6372         * gst/udp/gstdynudpsink.h:
6373         * gst/udp/gstmultiudpsink.c:
6374         * gst/udp/gstmultiudpsink.h:
6375         * gst/udp/gstudpsink.c:
6376         * gst/udp/gstudpsink.h:
6377           Fix includes for MSVC and GLib-2.14.0 (#492388).
6378
6379         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6380           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6381
6382 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6383
6384         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6385         (gst_mulawdec_chain):
6386         * gst/law/mulaw-decode.h:
6387         Calculate outgoing buffer duration if incoming buffer didn't have a
6388         valid duration.
6389
6390 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6391
6392         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6393         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6394         Smarter combine_flow code that also deals with downstream elements
6395         returning UNEXPECTED when they receive data out of the segment
6396         boundaries. Fixes #491305.
6397
6398 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6399
6400         * sys/v4l2/v4l2src_calls.c:
6401           Fix 'unused variable' compiler warning when compiling against
6402           older kernel headers.
6403
6404 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6405
6406         * ext/taglib/gstid3v2mux.cc (add_funcs):
6407           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6408
6409 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6410
6411         * tests/check/pipelines/simple-launch-lines.c:
6412            Improve the tests a little more.
6413
6414 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6415
6416         patch by: Yun Zheng Hu
6417
6418         * sys/osxaudio/gstosxaudiosrc.c:
6419         Use default input device instead of default output device and
6420         only memcpy actual available bytes.
6421
6422 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6423
6424         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6425           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6426           early. It is temporary until we find something better.
6427
6428 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6429
6430         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6431
6432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6433         Fix race when pausing a RTSP stream in interleaved.
6434         Fixes #475784.
6435
6436 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6437
6438         Patch by: Peter Kjellerstedt <pkj at axis com>
6439
6440         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6441         Use correct unref function for buffers. #488844.
6442
6443 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6444
6445         * gst/avi/gstavimux.c:
6446         * tests/check/elements/avimux.c:
6447           Add some debug and sync tests with the fix.     
6448
6449 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6450
6451         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6452
6453         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6454         When the socket is used by the app for other purposes, don't generate an
6455         error if there is activaty on the socket that is not data related.
6456         Fixes #487488.
6457
6458 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6459
6460         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6461         (gst_v4l2src_grab_frame):
6462         Add some more debug info. Generate an error when we run out of buffers
6463         for some reason. See #480557.
6464
6465 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6466
6467         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6468
6469         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6470         Set marker bit correctly.
6471
6472 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6473
6474         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6475         Use allowed name for the GstStructure.
6476
6477 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6478
6479         * ext/gconf/gstswitchsink.c:
6480         * gst/autodetect/gstautoaudiosink.c:
6481           Use new gst_bus_pop_filtered().
6482
6483 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6484
6485         * sys/v4l2/gstv4l2src.c:
6486         * sys/v4l2/v4l2src_calls.c:
6487           When probing the formats and sizes a camera supports, make
6488           sure the best ones (highest resolution, prefered format)
6489           end up at the beginning of the probed caps and the less
6490           desirable ones at the end.  This is important because the
6491           order within the caps matters for things like fixation and
6492           negotiation, ie. what format is chosen in the end.
6493           With recent kernels, the current probing code will end up
6494           querying the supported sizes from lowest resolution to
6495           highest resolution, adding them to the probed caps in that
6496           order, resulting to v4l2src fixating to the lowest possible
6497           resolution if downstream does not express a size preference.
6498           Also make up a somewhat random ranking of prefered output
6499           formats for the same reason. Fixes #485828.
6500         
6501 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6502
6503         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6504
6505         * gst/id3demux/id3v2frames.c:
6506           Extract license/copyright URIs from ID3v2 WCOP frames
6507           (Fixes #447000).
6508
6509         * tests/check/elements/id3demux.c:
6510         * tests/files/Makefile.am:
6511         * tests/files/id3-447000-wcop.tag:
6512           Add simple unit test.
6513
6514 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6515
6516         * ext/taglib/gstid3v2mux.cc:
6517           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6518           Prerequisite for #447000.
6519
6520 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6521
6522         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6523         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6524         a GstClockTime.
6525
6526 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6527
6528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6529         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6530         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6531         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6532         (gst_rtspsrc_change_state):
6533         More seeking fixes, mostly passing around the new playback segment in
6534         order to configure it properly.
6535         Also reset base_time of udp sources when setting them back to PLAYING as
6536         a temporary hack until core supports seek in live sources properly.
6537
6538 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6539
6540         * gst/rtp/gstrtpmp4adepay.c:
6541         Fix caps as to not confuse autopluggers.
6542
6543 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6544
6545         * gst/id3demux/gstid3demux.c:
6546         * gst/id3demux/gstid3demux.h:
6547         * gst/id3demux/id3tags.c:
6548         * gst/id3demux/id3tags.h:
6549         * gst/id3demux/id3v2frames.c:
6550           Port ID3 tag demuxer over to the new GstTagDemux in -base
6551           (now would be a good time to test re-importing your music
6552           collection).
6553
6554 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6555
6556         * gst/apetag/Makefile.am:
6557         * gst/apetag/gstapedemux.c:
6558         * gst/apetag/gstapedemux.h:
6559         * gst/apetag/gsttagdemux.c:
6560         * gst/apetag/gsttagdemux.h:
6561           Port APE tag demuxer over to the new GstTagDemux in -base.
6562
6563 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6564
6565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6566         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6567         (gst_rtspsrc_handle_internal_src_query),
6568         (gst_rtspsrc_handle_src_query), (new_session_pad),
6569         (gst_rtspsrc_stream_configure_tcp),
6570         (gst_rtspsrc_stream_configure_transport),
6571         (gst_rtspsrc_loop_send_cmd):
6572         Improve flushing behaviour.
6573         Set state of the udp sources to PAUSE/PLAYING correctly.
6574         Handle events and queries for UDP and TCP transport now.
6575
6576 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6577
6578         * gst/rtp/gstrtpgsmdepay.c:
6579         * gst/rtp/gstrtpgsmpay.c:
6580           Add log category.
6581
6582 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6583
6584         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6585
6586         * tests/check/Makefile.am:
6587         * tests/check/pipelines/simple-launch-lines.c:
6588           Add unit tests for payloaders/depayloaders.
6589
6590 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6591
6592         * gst/avi/gstavimux.c:
6593         * gst/avi/gstavimux.h:
6594           Also save codec data for audio streams. Fixes #482495.
6595
6596 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6597
6598         * gst/avi/gstavimux.c:
6599           Fix "Index entry has invalid stream nr 1".
6600           Add support for muxing aac - work in progress (see #482495).
6601
6602 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6603
6604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6605         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6606         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6607         * gst/rtsp/gstrtspsrc.h:
6608         Parse bandwidth modifiers, they are not yet configured in the session
6609         manager because we don't have an API for that yet.
6610
6611 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6612
6613         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6614         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6615         Use shiny new function in -base to get the default clock-rate.
6616         Update some docs.
6617
6618 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6619
6620         * win32/MANIFEST:
6621         Add files to win32 manifest.
6622         * win32/vs6/libgstaudiofx.dsp:
6623         * win32/vs6/libgstqtdemux.dsp:
6624         * win32/vs6/libgstrtp.dsp:
6625         * win32/vs6/libgstrtsp.dsp:
6626         Update project files.
6627
6628 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6629
6630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6631         (gst_rtspsrc_play):
6632         * gst/rtsp/gstrtspsrc.h:
6633         In TCP mode, only timestamp the first buffer. TCP is not real time and
6634         it does not make sense to try to skew compensate, also some servers send
6635         the first batch of data in a burst.
6636
6637 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6638
6639         * gst/matroska/matroska-demux.c:
6640           Fix setting the discont flag on the first buffer
6641           pushed downstream for formats with private codec
6642           data that needs to be deserialised into buffers
6643           (such as vorbis and FLAC when in a matroska container).
6644
6645 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
6646
6647         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6648
6649         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6650         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6651         (gst_rtp_mp4v_pay_handle_buffer):
6652         * gst/rtp/gstrtpmp4vpay.h:
6653         Free the config string. Fixes #480707.
6654         Clean up the timestamp code a little.
6655
6656 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6657
6658         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6659         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6660         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6661         * gst/rtsp/gstrtspsrc.h:
6662         Set timestamps on RTP buffers in interleaved mode.
6663         Mark first buffers with a DISCONT.
6664         Remove flush hack now that sync for live sources has been figured out.
6665
6666 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6667
6668         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6669         Update documentation.
6670
6671 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6672
6673         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
6674         (gst_rtp_xqt_depay_change_state):
6675         * gst/qtdemux/gstrtpxqtdepay.h:
6676         Fail if we don't know the quicktime format.
6677
6678 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
6679
6680         * ext/flac/gstflacenc.c:
6681         * ext/flac/gstflacenc.h:
6682           Save the flow return from the last gst_pad_push() and
6683           make sure we pass the right flow return value upstream
6684           in the case of failure; minor clean-ups.
6685
6686 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6687
6688         * ext/taglib/gstapev2mux.cc:
6689         * ext/taglib/gstid3v2mux.cc:
6690         * gst/apetag/gstapedemux.c:
6691           Add support for the new GST_TAG_COMPOSER (#459809).
6692
6693 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6694
6695         * gst/law/alaw-decode.c:
6696         * gst/law/alaw-decode.h:
6697         * gst/law/alaw-encode.c:
6698         * gst/law/alaw-encode.h:
6699         * gst/law/alaw.c:
6700         * gst/law/mulaw-conversion.h:
6701           Compulsive clean-ups: use boilerplate macros, add debug
6702           categories, fix up things to conform to symbol nomenklatura,
6703           etc.
6704
6705 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6706
6707         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6708
6709         * gst/law/alaw-decode.c:
6710         * gst/law/alaw-encode.c:
6711           Use static tables for A-Law decoding and encoding; this makes
6712           A-Law decoding and encoding less CPU-intensive, but increases
6713           the binary size a bit. Leaving old code around for now,
6714           selectable by a define in the code. Fixes #435435.
6715
6716 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6717
6718         * configure.ac:
6719         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
6720         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
6721         in configure.ac.
6722
6723 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6724
6725         Patch by: Jan Gerber <j at bootlab dot org>
6726
6727         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6728         Add fourccs for MPEG2 HDV streams. Fixes #479960.
6729
6730 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
6731
6732         * sys/oss/gstosshelper.c:
6733           Use GST_WARNING instead of a g_critical. This situation is not caused
6734           by the application.
6735
6736 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6737
6738         * po/LINGUAS:
6739         * po/nl.po:
6740           Updated translations.
6741
6742 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6743
6744         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
6745
6746         * po/eu.po:
6747           Added Basque translation.
6748
6749 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6750
6751         translated by: Abel Cheung <abelcheung@gmail.com>
6752
6753         * po/zh_HK.po:
6754         * po/zh_TW.po:
6755           Added Chinese (traditional and Hong Kong) translation.
6756
6757 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6758
6759         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6760
6761         * po/pl.po:
6762           Added Polish translation.
6763
6764 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6765
6766         translated by: Ilkka Tuohela <hile@iki.fi>
6767
6768         * po/fi.po:
6769           Added Finnish translation.
6770
6771 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6772
6773         translated by: Jorge González González <aloriel@gmail.com>
6774
6775         * po/es.po:
6776           Added Spanish translation.
6777
6778 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6779
6780         translated by: Mogens Jaeger <mogens@jaeger.tf>
6781
6782         * po/da.po:
6783           Added Danish translation.
6784
6785 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6786
6787         translated by: Funda Wang <fundawang@linux.net.cn>
6788
6789         * po/zh_CN.po:
6790           Added Chinese (simplified) translation.
6791
6792 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6793
6794         translated by: Alexander Shopov <ash@contact.bg>
6795
6796         * po/bg.po:
6797           Added Bulgarian translation.
6798
6799 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6800
6801         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
6802         Set outgoing packet duration because we can. Fixes #478244 some more.
6803
6804 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6805
6806         * ext/cairo/gsttextoverlay.c:
6807           Add info about static leak.
6808         
6809         * tests/check/Makefile.am:
6810         * tests/check/generic/states.c:
6811           Improved state change unit test.
6812
6813 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6814
6815         * docs/plugins/.cvsignore:
6816         * tests/check/.cvsignore:
6817           Ignore registries in any format.
6818
6819 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6820
6821         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
6822         Removed some unused code.
6823
6824         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
6825         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
6826         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
6827         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
6828         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
6829         (gst_rtp_theora_pay_flush_packet):
6830         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
6831         Try to preserve the incomming buffer duration on the outgoing
6832         packets. Fixes #478244.
6833
6834 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6835
6836         * ext/taglib/gstapev2mux.cc:
6837         * ext/taglib/gstid3v2mux.cc:
6838           Work around compiler warnings with g++-4.2 when assigning a
6839           string constant to a gchar * (partially fixes #478092).
6840
6841 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
6842
6843         * configure.ac:
6844           We require core CVS now for gst_base_src_set_do_timestamp().
6845
6846 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6847
6848         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
6849         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6850         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
6851         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
6852         (gst_rtspsrc_handle_message):
6853         Fix compiler warnings shown with Forte.
6854
6855 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6856
6857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
6858         (gst_rtspsrc_dup_printf):
6859         Give meaningfull error when all streams failed to configure for some
6860         reason.
6861
6862 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6863
6864         * gst/rtp/README:
6865         Update README with the design for synchronisation rules of RTP on
6866         sender and receiver.
6867
6868 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
6869
6870         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
6871         (gst_wavparse_chain):
6872         Don't push EOS from the chain function, the element
6873         driving the pipeline is responsible for this. The bug
6874         this was meant to fix seems to be queue not forwarding
6875         EOS in all cases (see #476514).
6876
6877 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6878
6879         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
6880         (gst_level_transform_ip):
6881         * gst/level/gstlevel.h:
6882         Use basetransform segment so that it is correctly managed on flushes and
6883         start/stop.
6884         Report message timestamp as stream time, which is what an application
6885         can understand.
6886
6887 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6888
6889         * ext/taglib/gstapev2mux.cc:
6890         * ext/taglib/gstapev2mux.h:
6891         * ext/taglib/gsttaglibmux.c:
6892         * tests/check/elements/apev2mux.c:
6893         Update my mail address.
6894
6895 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
6896
6897         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
6898         (gst_wavparse_loop), (gst_wavparse_chain):
6899         Add EOS logic for the push-based mode too. Fixes #476514.
6900
6901 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
6902
6903         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
6904         * gst/law/alaw-encode.h:
6905         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
6906         (gst_mulawenc_chain):
6907         * gst/law/mulaw-encode.h:
6908         Fix law encoder timestamps.
6909
6910 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
6911
6912         * ext/gconf/gstgconfaudiosink.c:
6913           Fix warning when building without debug.
6914
6915         * sys/oss/gstossmixertrack.c:
6916           Use const like in alsamixertrack.c (fixes warnings).
6917
6918 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6919
6920         * sys/v4l2/v4l2src_calls.c:
6921         (gst_v4l2src_probe_caps_for_format_and_size):
6922         Fix framerate detection code some more.
6923         Handle the case where there is a weird step in the stepwise framerates.
6924         Don't overwrite the min interval with the framerate, use a temp variable
6925         instead.
6926         Use max in the Continuous framerate intervals instead of step, which is
6927         1 according to the docs. Fixes #475424.
6928
6929 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6930
6931         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
6932         Make udpsrc timestamp outgoing buffers based on when they were received.
6933         Also make it output a segment in time.
6934
6935 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6936
6937         * gst/avi/gstavidemux.c:
6938           Plug a little leak. Little code cleanups.
6939
6940 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
6941
6942         * configure.ac:
6943           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
6944           flac versions, 's good for cross-compilation karma.
6945
6946 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6947
6948         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6949
6950         * gst/rtp/gstrtph263pay.c:
6951           Fix up header structure so that compilers don't add padding
6952           between the structure fields, since that would lead to us
6953           sending RTP packets with broken headers (as is currently the
6954           case when compiling with MSVC). Also see similar fixes in
6955           libgstrtp in gst-plugins-base. (#474616; #471194)
6956
6957 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
6958
6959         * sys/v4l2/v4l2src_calls.c:
6960         (gst_v4l2src_probe_caps_for_format_and_size):
6961         Don't overwrite our GValue with 0 but instead use the previously
6962         computed value. Fixes #471823 some more.
6963
6964 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6965
6966         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6967           No tabs in this file please, or gtk-doc will end up documenting
6968           rather absurd class hierarchies.
6969
6970 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6971
6972         * ext/gconf/gstswitchsink.c:
6973           If the new kid element fails to change state for some reason
6974           (e.g. esdsink not being able to connect to the sound server),
6975           forward the error message it posted on the bus instead of just
6976           posting a generic 'Internal state change error: please file a
6977           bug' error message. Fixes #471364.
6978
6979 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6980
6981         * gst/qtdemux/Makefile.am:
6982         * gst/qtdemux/qtdemux.c:
6983           Don't assume tags are encoded as UTF-8 (#473670).
6984
6985 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6986
6987         * sys/v4l2/gstv4l2src.c:
6988         * sys/v4l2/gstv4l2src.h:
6989         * sys/v4l2/v4l2src_calls.c:
6990           Implement LATENCY queries in the crudest way possible so I don't
6991           have to use sync=false any longer when testing with videosinks.
6992
6993 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6994
6995         * configure.ac:
6996           Fix build.
6997
6998 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6999
7000         * sys/v4l2/v4l2src_calls.c:
7001         (gst_v4l2src_probe_caps_for_format_and_size):
7002         Add some more debugging in the framerate function.
7003         Iterate stepwise framerate up to and _including_ the max and if nothing
7004         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7005         don't end up with an empty list. Fixes #471823
7006
7007 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7008
7009         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7010         (gst_multiudpsink_set_clients_string),
7011         (gst_multiudpsink_get_clients_string),
7012         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7013         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7014         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7015         (gst_multiudpsink_clear):
7016         Add property do configure destination address/port pairs
7017         API:GstMultiUDPSink::clients
7018
7019 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7020
7021         * tests/examples/Makefile.am:
7022         * tests/examples/rtp/Makefile.am:
7023         * tests/examples/rtp/client-H263p-AMR.sh:
7024         * tests/examples/rtp/client-H263p-PCMA.sdp:
7025         * tests/examples/rtp/client-H263p-PCMA.sh:
7026         * tests/examples/rtp/client-H264-PCMA.sdp:
7027         * tests/examples/rtp/client-H264-PCMA.sh:
7028         * tests/examples/rtp/client-PCMA.sh:
7029         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7030         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7031         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7032         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7033         Added some RTP example scripts for sending and receiving RTP streams.
7034
7035 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7036
7037         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7038         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7039         Restructure the setcaps function so that we can also compute the
7040         expected GStreamer output size of the video frames.
7041         Set frame_byte_size correctly so that read-based devices have a chance
7042         of working correctly.
7043         When grabbing a frame, discard frames that are not of the expected size.
7044         Some cameras don't output the right framesize for the first buffer.
7045         Try only a couple of times to get a valid frame, else error out.
7046
7047         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7048         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7049         Add some more debug info when scanning the device.
7050
7051         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7052         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7053         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7054         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7055         Add some more debug info when dequeing a frame.
7056
7057 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7058
7059         * gst/wavparse/gstwavparse.c:
7060           More code cleanups. Add some more comment and improve debugs logs.
7061
7062 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7063
7064         * gst/wavparse/gstwavparse.c:
7065         * gst/wavparse/gstwavparse.h:
7066           Implement seek-query. Refactor duration calculations. Appropriate use
7067           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7068           out of loops.
7069
7070 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7071
7072         * gst/avi/gstavidemux.c:
7073           Implement seek-query.
7074
7075 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7076
7077         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7078         (gst_rtspsrc_dup_printf):
7079         Use new basesink async property to make sparse RTCP packet not wait for
7080         preroll.
7081
7082 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7083
7084         * gst/audiofx/Makefile.am:
7085         Dist the right file.
7086
7087 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7088
7089         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7090         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7091         Make sure we generate and parse floating point values in the POSIX
7092         locale instead of the current locale. 
7093
7094 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7095
7096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7097         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7098         (gst_rtspsrc_play):
7099         * gst/rtsp/gstrtspsrc.h:
7100         Fix method detection again.
7101         Keep track of when we must send a Range header.
7102         Use segment values for Range, Speed and Scale headers.
7103         Parse Speed and Scale headers to update the segment values.
7104
7105 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7106
7107         patch by: Mark Nauwelaerts <manauw@skynet.be>
7108
7109         * sys/v4l2/v4l2src_calls.c:
7110           Handle optional v4l2 ioctls gracefully.
7111
7112 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7113
7114         * gst/rtp/Makefile.am:
7115         * gst/rtp/gstrtp.c: (plugin_init):
7116         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7117         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7118         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7119         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7120         (gst_rtp_h263_depay_get_property),
7121         (gst_rtp_h263_depay_change_state),
7122         (gst_rtp_h263_depay_plugin_init):
7123         * gst/rtp/gstrtph263depay.h:
7124         Added an H263 depayloader. Fixes #369392.
7125
7126         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7127         (gst_rtp_h263p_depay_process):
7128         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7129         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7130         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7131         payloads.
7132         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7133
7134 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7135
7136         * gst/audiofx/audiochebyshevfreqband.c:
7137         * gst/audiofx/audiochebyshevfreqlimit.c:
7138         Add small comparision with the windowed sinc filters in the docs.
7139
7140 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7141
7142         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7143         (audiochebyshevfreqband_suite):
7144         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7145         (audiochebyshevfreqlimit_suite):
7146         Also test 32 bit float mode and the type 2 variants of the filters.
7147
7148 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7149
7150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7151         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7152         (gst_rtspsrc_loop):
7153         Refactor the udp and interleaved loop function a bit.
7154
7155 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7156
7157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7158         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7159         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7160         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7161         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7162         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7163         * gst/rtsp/gstrtspsrc.h:
7164         Protect connection activity with a new lock, avoids deadlocks when going
7165         to PAUSED. Fixes #455808.
7166
7167 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7168
7169         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7170         Fix debug statement.
7171
7172 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7173
7174         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7175         Fix stray %u in debug line as spotted by Saur on IRC.
7176
7177 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7178
7179         * gst/audiofx/audiochebyshevfreqband.c:
7180         (gst_audio_chebyshev_freq_band_class_init):
7181         * gst/audiofx/audiochebyshevfreqlimit.c:
7182         (gst_audio_chebyshev_freq_limit_class_init):
7183         Use generator macros for the process functions for the different
7184         sample types, add lower upper boundaries for the GObject properties
7185         so automatically generated UIs can use sliders and add a note about
7186         the number of poles as a too high number of poles combined with
7187         very low or very high frequencies will produce only noise.
7188         * docs/plugins/gst-plugins-good-plugins.args:
7189         Regenerated for the property changes.
7190
7191 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7192
7193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7194         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7195         (gst_rtspsrc_stream_configure_udp_sink),
7196         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7197         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7198         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7199         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7200         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7201         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7202         * gst/rtsp/gstrtspsrc.h:
7203         Improve timeout handling.
7204         Use the same socket for sending and receiving RTCP packets so that some
7205         servers can track clients better.
7206         Improve connection closed handling. Try to reconnect.
7207         Don't overwrite our content base with NULL.
7208         Improve debugging.
7209         Improve range parsing and handling.
7210         Remove flushing hack now that core does the right thing.
7211
7212 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7213
7214         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7215         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7216         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7217         (gst_multiudpsink_close), (gst_multiudpsink_add):
7218         * gst/udp/gstmultiudpsink.h:
7219         Add support for getting and setting the socket to use.
7220
7221         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7222         (gst_udpsrc_create), (gst_udpsrc_get_property):
7223         Add support for getting the currently used socket.
7224
7225 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7226
7227         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7228
7229         * gst/audiofx/Makefile.am:
7230         * gst/audiofx/audiochebyshevfreqband.c:
7231         (gst_audio_chebyshev_freq_band_mode_get_type),
7232         (gst_audio_chebyshev_freq_band_base_init),
7233         (gst_audio_chebyshev_freq_band_dispose),
7234         (gst_audio_chebyshev_freq_band_class_init),
7235         (gst_audio_chebyshev_freq_band_init),
7236         (generate_biquad_coefficients), (calculate_gain),
7237         (generate_coefficients),
7238         (gst_audio_chebyshev_freq_band_set_property),
7239         (gst_audio_chebyshev_freq_band_get_property),
7240         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7241         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7242         (gst_audio_chebyshev_freq_band_start):
7243         * gst/audiofx/audiochebyshevfreqband.h:
7244         * gst/audiofx/audiochebyshevfreqlimit.c:
7245         (gst_audio_chebyshev_freq_limit_mode_get_type),
7246         (gst_audio_chebyshev_freq_limit_base_init),
7247         (gst_audio_chebyshev_freq_limit_dispose),
7248         (gst_audio_chebyshev_freq_limit_class_init),
7249         (gst_audio_chebyshev_freq_limit_init),
7250         (generate_biquad_coefficients), (calculate_gain),
7251         (generate_coefficients),
7252         (gst_audio_chebyshev_freq_limit_set_property),
7253         (gst_audio_chebyshev_freq_limit_get_property),
7254         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7255         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7256         (gst_audio_chebyshev_freq_limit_start):
7257         * gst/audiofx/audiochebyshevfreqlimit.h:
7258         * gst/audiofx/audiofx.c: (plugin_init):
7259         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7260         Fixes #464800.
7261
7262         * tests/check/Makefile.am:
7263         * tests/check/elements/.cvsignore:
7264         * tests/check/elements/audiochebyshevfreqband.c:
7265         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7266         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7267         * tests/check/elements/audiochebyshevfreqlimit.c:
7268         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7269         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7270         Add unit tests for the chebyshev filters.
7271
7272         * docs/plugins/Makefile.am:
7273         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7274         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7275         * docs/plugins/gst-plugins-good-plugins.args:
7276         * docs/plugins/inspect/plugin-1394.xml:
7277         * docs/plugins/inspect/plugin-audiofx.xml:
7278         * docs/plugins/inspect/plugin-dv.xml:
7279         * docs/plugins/inspect/plugin-flac.xml:
7280         * docs/plugins/inspect/plugin-jpeg.xml:
7281         * docs/plugins/inspect/plugin-png.xml:
7282         * docs/plugins/inspect/plugin-rtp.xml:
7283         * docs/plugins/inspect/plugin-shout2send.xml:
7284         * docs/plugins/inspect/plugin-wavpack.xml:
7285         And add docs for the chebyshev filters. While doing
7286         that also run make update in docs/plugins.
7287
7288 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7289
7290         * ext/annodex/gstcmmltag.c:
7291         * gst/rtp/gstrtpvorbispay.c:
7292           Make ro memory to share.
7293
7294 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7295
7296         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7297         Improve UDP performance by avoiding a select() when we have data
7298         available immediatly.
7299
7300 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7301
7302         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7303         (gst_rtp_dec_class_init):
7304         * gst/rtsp/gstrtpdec.h:
7305         Add (dummy) SSRC management signals.
7306
7307         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7308         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7309         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7310         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7311         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7312         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7313         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7314         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7315         * gst/rtsp/gstrtspsrc.h:
7316         Add connection-speed property.
7317         Add find_stream helper functions.
7318         Handle stream EOS based on BYE messages or SSRC timeout.
7319         Returns SUCCESS from the state change function as we hide our async
7320         elements from the parent.
7321
7322 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7323
7324         * gst/debug/rndbuffersize.c:
7325           Fix da leak.
7326
7327 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7328
7329         * gst/debug/Makefile.am:
7330         * gst/debug/breakmydata.c:
7331         * gst/debug/gstdebug.c:
7332         * gst/debug/negotiation.c:
7333         * gst/debug/progressreport.c:
7334         * gst/debug/rndbuffersize.c:
7335         * gst/debug/testplugin.c:
7336           Add new test element and clean-up the others a little.
7337
7338 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7339
7340         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7341         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7342
7343 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7344
7345         * gst/rtp/gstrtpilbcdepay.c:
7346           Include stdlib.
7347
7348 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7349
7350         * gst/rtp/gstrtpmpvdepay.c:
7351         Set the mpegversion in the caps so that autoplugging does not get
7352         confused.
7353
7354 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7355
7356         * po/hu.po:
7357         * po/uk.po:
7358         * po/vi.po:
7359           Updated translations.
7360
7361 2007-08-08  Michael Smith <msmith@fluendo.com>
7362
7363         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7364           Render right border in the correct location.
7365
7366 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7367
7368         Patch by: Olivier Crete <tester at tester dot ca>
7369
7370         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7371         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7372         Make mode property a string. Fixes #464475.
7373
7374 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7375
7376         * ext/flac/gstflacenc.c:
7377           Widen caps to match decoder a bit and add more FIXMEs.
7378
7379 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7380
7381         patch by: Mark Nauwelaerts <manauw@skynet.be>
7382
7383         * gst/avi/gstavimux.c:
7384           Fix ODML index tag numbering. Fixes #463624.
7385
7386 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7387
7388         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7389         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7390         (gst_rtspsrc_stream_configure_tcp),
7391         (gst_rtspsrc_stream_configure_udp_sink):
7392         Fix default clock-rate for realmedia.
7393         Fix parsing of transport.
7394         Don't try to link NULL pads.
7395
7396 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7397
7398         * po/POTFILES.skip:
7399           Add POTFILES.skip with list of source files that aren't disted at the
7400           moment but contain translatable strings. Should hopefully pacify
7401           broken tools and make it clearer that these files are left out
7402           intentionally (#461600).
7403
7404 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7405
7406         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7407         If the buffer was entirely clipped ... don't try sending it :)
7408
7409 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7410
7411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7412         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7413         (gst_rtspsrc_create_transports_string),
7414         (gst_rtspsrc_prepare_transports):
7415         If we don't hav a session manager, set the caps on outgoing buffers
7416         ourselves.
7417         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7418         Append final bit of the transport string even when it does not contain a
7419         placeholder.
7420
7421 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7422
7423         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7424         (gst_rtsp_ext_list_connect):
7425         * gst/rtsp/gstrtspext.h:
7426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7427         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7428         Clean up the interface list.
7429         Allow connecting to interface signals for the extensions.
7430         Remove old extension code.
7431         Free list on cleanup.
7432         Allow extensions to send additional RTSP messages.
7433
7434 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7435
7436         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7437         Handle a NULL gconf key gracefully by rendering the default element.
7438
7439 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7440
7441         * gst/rtsp/gstrtspext.h:
7442         Fix include path for extension interface.
7443
7444 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7445
7446         * gst/audiofx/audioamplify.h:
7447         Also remove a now unecessary variable here.
7448
7449 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7450
7451         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7452         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7453         * gst/audiofx/audiodynamic.c:
7454         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7455         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7456         * gst/audiofx/audiodynamic.h:
7457         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7458         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7459         * gst/audiofx/audioinvert.h:
7460         Don't save format information ourselves, this is already saved in
7461         GstAudioFilter.
7462
7463 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7464
7465         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7466         (gst_rtsp_ext_list_stream_select):
7467         * gst/rtsp/gstrtspext.h:
7468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7469         Use rank to filter out extensions.
7470         Add url to stream_select interface call.
7471
7472 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7473
7474         * gst/rtsp/Makefile.am:
7475         * gst/rtsp/base64.c:
7476         * gst/rtsp/base64.h:
7477         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7478         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7479         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7480         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7481         (gst_rtsp_ext_list_setup_media),
7482         (gst_rtsp_ext_list_configure_stream),
7483         (gst_rtsp_ext_list_get_transports),
7484         (gst_rtsp_ext_list_stream_select):
7485         * gst/rtsp/gstrtspext.h:
7486         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7487         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7488         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7489         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7490         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7491         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7492         (gst_rtspsrc_stream_configure_tcp),
7493         (gst_rtspsrc_stream_configure_mcast),
7494         (gst_rtspsrc_stream_configure_udp),
7495         (gst_rtspsrc_stream_configure_udp_sink),
7496         (gst_rtspsrc_stream_configure_transport),
7497         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7498         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7499         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7500         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7501         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7502         (gst_rtspsrc_parse_methods),
7503         (gst_rtspsrc_create_transports_string),
7504         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7505         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7506         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7507         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7508         * gst/rtsp/gstrtspsrc.h:
7509         * gst/rtsp/rtsp.h:
7510         * gst/rtsp/rtspconnection.c:
7511         * gst/rtsp/rtspconnection.h:
7512         * gst/rtsp/rtspdefs.c:
7513         * gst/rtsp/rtspdefs.h:
7514         * gst/rtsp/rtspext.h:
7515         * gst/rtsp/rtspextwms.c:
7516         * gst/rtsp/rtspextwms.h:
7517         * gst/rtsp/rtspmessage.c:
7518         * gst/rtsp/rtspmessage.h:
7519         * gst/rtsp/rtsprange.c:
7520         * gst/rtsp/rtsprange.h:
7521         * gst/rtsp/rtsptransport.c:
7522         * gst/rtsp/rtsptransport.h:
7523         * gst/rtsp/rtspurl.c:
7524         * gst/rtsp/rtspurl.h:
7525         * gst/rtsp/sdp.h:
7526         * gst/rtsp/sdpmessage.c:
7527         * gst/rtsp/sdpmessage.h:
7528         * gst/rtsp/test.c:
7529         Use shiny new RTSP and SDP library.
7530         Implement RTSP extensions using the new interface.
7531         Remove a lot of old code.
7532
7533 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7534
7535         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7536         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7537
7538 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7539
7540         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7541         Don't unref the outgoing buffer twice when dropping it because it's
7542         outside of the segment.
7543
7544 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7545
7546         * configure.ac:
7547         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7548         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7549         Use the new buffer clipping function from gstaudio here and
7550         require gst-plugins-base CVS.
7551         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7552         For framed Wavpack buffers we require a valid timestamp.
7553
7554 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7555
7556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7557         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7558         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7559         Clip raw audio and video when we can, keep track of current output
7560         segment.
7561         Don't leak buffers and events when there is no output pad.
7562         Improve debugging here and there.
7563
7564 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7565
7566         * configure.ac:
7567           Sync liboil check with plugins-base.
7568
7569 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7570
7571         * ext/annodex/Makefile.am:
7572           Fix CFLAGS/LIBS.
7573
7574         * ext/cdio/gstcdiocddasrc.c:
7575         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7576           Include stdlib
7577
7578         * ext/cairo/Makefile.am:
7579         * gst/videofilter/Makefile.am:
7580         * tests/examples/level/Makefile.am:
7581           Use $(LIBM) instead of -lm
7582
7583 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7584
7585         * sys/v4l2/gstv4l2src.c:
7586           Add another example pipeline.
7587
7588 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7589
7590         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7591
7592         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7593           Use define here.
7594
7595         * sys/v4l2/gstv4l2tuner.c:
7596         (gst_v4l2_tuner_set_frequency_and_notify):
7597           Don't touch the property - its still disabled.
7598
7599         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7600         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7601         * sys/v4l2/v4l2src_calls.h:
7602           Improve fallback format negotionation. Fixes #451388
7603
7604 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7605
7606         * tests/check/elements/videocrop.c: (GST_START_TEST):
7607           Fix the test.
7608
7609 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7610
7611         * docs/plugins/Makefile.am:
7612         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7613         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7614         * docs/plugins/inspect/plugin-jpeg.xml:
7615         * docs/plugins/inspect/plugin-png.xml:
7616         * ext/jpeg/gstjpegdec.c:
7617         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7618         (gst_pngdec_sink_setcaps):
7619           More docs. More logs in pngdec.
7620
7621 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7622
7623         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7624           Initialize num_buffers with minimum value.
7625
7626         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7627         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7628           Handle frame-size query failure gracefully.
7629
7630 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7631
7632         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7633         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7634         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7635         of qt/aac files.
7636
7637 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
7638
7639         * ext/wavpack/gstwavpackdec.c:
7640         (gst_wavpack_dec_clip_outgoing_buffer):
7641         Fix buffer clipping to correctly clip to the segment stop.
7642
7643 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7644
7645         * configure.ac:
7646         * tests/Makefile.am:
7647         Remove bogus check for libcheck, since we check for
7648         gstreamer-check and it pulls in the required info from there,
7649         and we weren't actually _using_ the information for libcheck
7650         ourselves anyway.
7651
7652 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7653
7654         * configure.ac:
7655           Use pkg-config to locate check.
7656
7657 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7658
7659         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7660         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7661         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
7662         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7663         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
7664         * gst/effectv/gstaging.c: (gst_agingtv_transform):
7665         * gst/effectv/gstdice.c: (gst_dicetv_transform):
7666         * gst/effectv/gstedge.c: (gst_edgetv_transform):
7667         * gst/effectv/gstquark.c: (gst_quarktv_transform):
7668         * gst/effectv/gstrev.c: (gst_revtv_transform):
7669         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
7670         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
7671         * gst/effectv/gstwarp.c: (gst_warptv_transform):
7672         * gst/matroska/matroska-demux.c:
7673         (gst_matroska_demux_add_wvpk_header),
7674         (gst_matroska_demux_check_subtitle_buffer),
7675         (gst_matroska_decode_buffer):
7676         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
7677           Fix build against core CVS.
7678
7679 2007-07-10  Edward Hervey  <bilboed@gmail.com>
7680
7681         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7682         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
7683         don't have enough granularity to convert that boolean into a
7684         GstFlowReturn.
7685
7686 2007-07-06  Michael Smith <msmith@fluendo.com>
7687
7688         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
7689         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
7690         (gst_alawdec_change_state):
7691         * gst/law/alaw-decode.h:
7692         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7693         (gst_mulawdec_class_init), (gst_mulawdec_init),
7694         (gst_mulawdec_chain), (gst_mulawdec_change_state):
7695         * gst/law/mulaw-decode.h:
7696           Fix capsnego bogosity in *law decoders. 
7697
7698 2007-07-06  Michael Smith <msmith@fluendo.com>
7699
7700         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
7701         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
7702         (gst_smokeenc_change_state):
7703         * ext/jpeg/gstsmokeenc.h:
7704           Remove stupidity in get/set caps functions.
7705           Fix some refcounting problems.
7706
7707 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7708
7709         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
7710         Remove endianness-flipping hack that seems to have been required
7711         only because of a bug in ffmpegcolorspace.
7712         Partially Fixes: #451908
7713
7714 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7715
7716         * docs/plugins/Makefile.am:
7717           Simplify --extra-dir as gtkdoc scans recursively.
7718
7719 2007-07-03  Wim Taymans  <wim@fluendo.com>
7720
7721         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7722
7723         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7724         Set the encoding-name in the rtp caps to all uppercase, as required by
7725         the caps spec.
7726         Some small cleanups in the error paths. Fixes #453037.
7727
7728 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7729
7730         * ext/wavpack/gstwavpackparse.c:
7731         (gst_wavpack_parse_index_get_last_entry),
7732         (gst_wavpack_parse_index_get_entry_from_sample),
7733         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7734         (gst_wavpack_parse_scan_to_find_sample):
7735         * ext/wavpack/gstwavpackparse.h:
7736         Use a GSList for the GArray that is used like a list anyway.
7737
7738 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
7739
7740         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
7741         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
7742         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
7743           Add state change function where we set 0/1 as default framerate in
7744           case our setcaps function isn't called, like it might not in a
7745           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
7746           gdkpixbufdec trying to create caps with a 0/0 framerate.
7747           Also post an error message on the bus if gst_pad_push() fails when
7748           called from our sink event handler (+1 for flow returns for event
7749           functions in 0.11) instead of failing silently.
7750
7751 2007-06-27  Wim Taymans  <wim@fluendo.com>
7752
7753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
7754         Cast stack args to the proper types. Fixes #451249.
7755
7756 2007-06-27  Wim Taymans  <wim@fluendo.com>
7757
7758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7759         (new_session_pad), (gst_rtspsrc_setup_streams):
7760         * gst/rtsp/gstrtspsrc.h:
7761         For container formats we only need to activate one of the streams so
7762         that we correctly signal no-more-pads. Fixes #451015.
7763
7764 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7765
7766         * docs/plugins/gst-plugins-good-plugins.args:
7767         * docs/plugins/inspect/plugin-aasink.xml:
7768         * docs/plugins/inspect/plugin-alaw.xml:
7769         * docs/plugins/inspect/plugin-alpha.xml:
7770         * docs/plugins/inspect/plugin-alphacolor.xml:
7771         * docs/plugins/inspect/plugin-annodex.xml:
7772         * docs/plugins/inspect/plugin-apetag.xml:
7773         * docs/plugins/inspect/plugin-audiofx.xml:
7774         * docs/plugins/inspect/plugin-auparse.xml:
7775         * docs/plugins/inspect/plugin-autodetect.xml:
7776         * docs/plugins/inspect/plugin-avi.xml:
7777         * docs/plugins/inspect/plugin-cacasink.xml:
7778         * docs/plugins/inspect/plugin-cairo.xml:
7779         * docs/plugins/inspect/plugin-cdio.xml:
7780         * docs/plugins/inspect/plugin-cutter.xml:
7781         * docs/plugins/inspect/plugin-debug.xml:
7782         * docs/plugins/inspect/plugin-efence.xml:
7783         * docs/plugins/inspect/plugin-effectv.xml:
7784         * docs/plugins/inspect/plugin-esdsink.xml:
7785         * docs/plugins/inspect/plugin-flac.xml:
7786         * docs/plugins/inspect/plugin-flxdec.xml:
7787         * docs/plugins/inspect/plugin-gconfelements.xml:
7788         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7789         * docs/plugins/inspect/plugin-goom.xml:
7790         * docs/plugins/inspect/plugin-halelements.xml:
7791         * docs/plugins/inspect/plugin-icydemux.xml:
7792         * docs/plugins/inspect/plugin-id3demux.xml:
7793         * docs/plugins/inspect/plugin-jpeg.xml:
7794         * docs/plugins/inspect/plugin-ladspa.xml:
7795         * docs/plugins/inspect/plugin-level.xml:
7796         * docs/plugins/inspect/plugin-matroska.xml:
7797         * docs/plugins/inspect/plugin-mulaw.xml:
7798         * docs/plugins/inspect/plugin-multipart.xml:
7799         * docs/plugins/inspect/plugin-navigationtest.xml:
7800         * docs/plugins/inspect/plugin-ossaudio.xml:
7801         * docs/plugins/inspect/plugin-png.xml:
7802         * docs/plugins/inspect/plugin-quicktime.xml:
7803         * docs/plugins/inspect/plugin-rtp.xml:
7804         * docs/plugins/inspect/plugin-rtsp.xml:
7805         * docs/plugins/inspect/plugin-smpte.xml:
7806         * docs/plugins/inspect/plugin-speex.xml:
7807         * docs/plugins/inspect/plugin-taglib.xml:
7808         * docs/plugins/inspect/plugin-udp.xml:
7809         * docs/plugins/inspect/plugin-videobalance.xml:
7810         * docs/plugins/inspect/plugin-videobox.xml:
7811         * docs/plugins/inspect/plugin-videocrop.xml:
7812         * docs/plugins/inspect/plugin-videoflip.xml:
7813         * docs/plugins/inspect/plugin-videomixer.xml:
7814         * docs/plugins/inspect/plugin-wavenc.xml:
7815         * docs/plugins/inspect/plugin-wavparse.xml:
7816         * docs/plugins/inspect/plugin-ximagesrc.xml:
7817           Update docs with caps info.
7818
7819 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7820
7821         * po/POTFILES.in:
7822           Add more files with translatable strings (#450878).
7823
7824 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7825
7826         * MAINTAINERS:
7827         Updating all the maintainers files
7828
7829 2007-06-22  Edward Hervey  <edward@fluendo.com>
7830
7831         * ext/flac/gstflactag.c: (gst_flac_tag_init):
7832         * gst/interleave/deinterleave.c: (deinterleave_init),
7833         (deinterleave_sink_link):
7834         * gst/interleave/interleave.c: (interleave_init):
7835         * gst/median/gstmedian.c: (gst_median_init):
7836         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
7837         Fix memory leaks.
7838         * tests/check/elements/id3demux.c: (pad_added_cb):
7839         Remove unused variable.
7840
7841 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
7842
7843         * ext/gconf/gconf.h:
7844         Make the prototype of gst_gconf_get_key_for_sink_profile
7845         match the implementation.
7846         Patch by: Damien Carbery <damien dot carbery at sun dot com>
7847         Fixes: #449747
7848
7849 2007-06-20  Michael Smith <msmith@fluendo.com>
7850
7851         * gst/rtp/gstrtpdepay.c:
7852           Fix description - rtpdepay is not a payloader.
7853
7854 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
7855
7856         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
7857         (qtdemux_video_caps):
7858         * gst/qtdemux/qtdemux_fourcc.h:
7859           Add MJPG to the variants of motion jpeg.
7860
7861 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
7862
7863         * tests/check/Makefile.am:
7864         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7865         * tests/check/elements/videocrop.c: (GST_START_TEST):
7866         * tests/check/elements/videofilter.c:
7867         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7868         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
7869           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
7870           error flags are included and it errors out on compiler warnings
7871           for CVS builds; remove unused variables in various unit tests.
7872
7873 2007-06-19  Wim Taymans  <wim@fluendo.com>
7874
7875         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7876         (rtsp_connection_close), (rtsp_connection_free):
7877         Use threadsafe inet_ntop to convert an ip number to a string. 
7878         Fixes #447961.
7879         Don't leak fd (and ip) when freeing a connection without first closing
7880         it.
7881
7882 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
7883
7884         * configure.ac:
7885         Back to CVS
7886
7887         * gst-plugins-good.doap:
7888         Add 0.10.6 to the doap file.
7889
7890 === release 0.10.6 ===
7891
7892 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
7893
7894         * configure.ac:
7895           releasing 0.10.6, "Wobble Board"
7896
7897 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7898
7899         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7900         (rtsp_connection_free):
7901           Revert previous commit again, since we are frozen (sorry).
7902
7903 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7904
7905         Patch by: Peter Kjellerstedt <pkj at axis com>
7906
7907         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7908         (rtsp_connection_free):
7909           inet_ntoa() uses a static buffer internally, so we need to copy the
7910           returned string if we want to store it for later (#447961).
7911
7912 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7913
7914         * win32/vs6/autogen.dsp:
7915         * win32/vs6/gst_plugins_good.dsw:
7916         * win32/vs6/libgstalaw.dsp:
7917         * win32/vs6/libgstalpha.dsp:
7918         * win32/vs6/libgstalphacolor.dsp:
7919         * win32/vs6/libgstapetag.dsp:
7920         * win32/vs6/libgstaudiofx.dsp:
7921         * win32/vs6/libgstauparse.dsp:
7922         * win32/vs6/libgstautodetect.dsp:
7923         * win32/vs6/libgstavi.dsp:
7924         * win32/vs6/libgstcutter.dsp:
7925         * win32/vs6/libgstdirectdraw.dsp:
7926         * win32/vs6/libgstdirectsound.dsp:
7927         * win32/vs6/libgsteffectv.dsp:
7928         * win32/vs6/libgstflx.dsp:
7929         * win32/vs6/libgstgoom.dsp:
7930         * win32/vs6/libgsticydemux.dsp:
7931         * win32/vs6/libgstid3demux.dsp:
7932         * win32/vs6/libgstinterleave.dsp:
7933         * win32/vs6/libgstjpeg.dsp:
7934         * win32/vs6/libgstlevel.dsp:
7935         * win32/vs6/libgstmatroska.dsp:
7936         * win32/vs6/libgstmedian.dsp:
7937         * win32/vs6/libgstmonoscope.dsp:
7938         * win32/vs6/libgstmulaw.dsp:
7939         * win32/vs6/libgstmultipart.dsp:
7940         * win32/vs6/libgstqtdemux.dsp:
7941         * win32/vs6/libgstrtp.dsp:
7942         * win32/vs6/libgstrtsp.dsp:
7943         * win32/vs6/libgstsmpte.dsp:
7944         * win32/vs6/libgstspeex.dsp:
7945         * win32/vs6/libgstudp.dsp:
7946         * win32/vs6/libgstvideobalance.dsp:
7947         * win32/vs6/libgstvideobox.dsp:
7948         * win32/vs6/libgstvideocrop.dsp:
7949         * win32/vs6/libgstvideoflip.dsp:
7950         * win32/vs6/libgstvideomixer.dsp:
7951         * win32/vs6/libgstwaveform.dsp:
7952         * win32/vs6/libgstwavenc.dsp:
7953         * win32/vs6/libgstwavparse.dsp:
7954         Mark *.dsp & *.dsw as binary files and convert to DOS line
7955         endings, as they don't load into VS6 correctly otherwise.
7956
7957 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
7958
7959         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7960         (rtsp_connection_connect):
7961         Fix the MingW build. 
7962         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
7963         Fixes: #446981
7964
7965 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7966
7967         * tests/check/elements/.cvsignore:
7968         * tests/icles/.cvsignore:
7969         Hush the buildbots up
7970
7971 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
7972
7973         * configure.ac:
7974         * sys/Makefile.am:
7975         * sys/directdraw/Makefile.am:
7976         * sys/directsound/Makefile.am:
7977         * sys/waveform/Makefile.am:
7978         Make sure to dist everything needed for win32 builds.
7979
7980 2007-06-14  Edward Hervey  <edward@fluendo.com>
7981
7982         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7983         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
7984         caps.
7985         Fixes #447458
7986
7987 2007-06-13  Wim Taymans  <wim@fluendo.com>
7988
7989         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7990         Make sure we allocate enough memory for the codec_data.
7991         Fixes #447210.
7992
7993 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
7994
7995         * win32/MANIFEST:
7996         Add videocrop project file to the win32 manifest.
7997         * win32/vs6/gst_plugins_good.dsw:
7998         Add qtdemux,videocrop and waveform projects to the workspace.
7999         * win32/vs6/libgstqtdemux.dsp:
8000         Add zlib to the link list of qtdemux.
8001         * win32/vs6/libgstvideocrop.dsp:
8002         Add a project file for videocrop.
8003
8004 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8005
8006         * po/POTFILES.in:
8007         Add qtdemux for translation
8008
8009 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8010
8011         * configure.ac:
8012         * docs/plugins/Makefile.am:
8013         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8014         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8015         * docs/plugins/inspect/plugin-videocrop.xml:
8016         * gst-plugins-good.spec.in:
8017         * sys/Makefile.am:
8018         * tests/check/Makefile.am:
8019         * tests/icles/Makefile.am:
8020         * tests/icles/videocrop-test.c:
8021         Move videocrop and osxvideo from -bad.
8022
8023 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8024
8025         * configure.ac:
8026         * docs/plugins/Makefile.am:
8027         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8028         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8029         * docs/plugins/gst-plugins-good-plugins.args:
8030         * docs/plugins/inspect/plugin-qtdemux.xml:
8031         * docs/plugins/inspect/plugin-quicktime.xml:
8032         * win32/MANIFEST:
8033         Move qtdemux from -bad.
8034
8035         * gst-plugins-good.spec.in:
8036         Update spec file to reflect moving of qtdemux and wavpack
8037
8038 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8039         
8040         * win32/MANIFEST:
8041         * docs/plugins/Makefile.am:
8042         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8043         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8044         * docs/plugins/inspect/plugin-directdraw.xml:
8045         * docs/plugins/inspect/plugin-directsound.xml:
8046         * docs/plugins/inspect/plugin-waveform.xml:
8047         Move the waveform plugin from -bad too. Update the inspect xml
8048         files to mention Plugins Good instead of Plugins Bad.
8049
8050 2007-06-12  Andy Wingo  <wingo@pobox.com>
8051
8052         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8053         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8054         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8055         finalization and resuscitation. No longer public.
8056         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8057         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8058         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8059         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8060         miniobject semantics, and be threadsafe.
8061         (gst_v4l2src_queue_frame): Remove this function, as we just call
8062         the ioctls directly in the two places where we queue buffers.
8063         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8064         directly.
8065         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8066         to allocate the pool, which also preallocates the GstBuffers.
8067         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8068         queueing the frames directly.
8069         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8070         mmap buffers have been dequeued.
8071
8072         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8073         real MiniObject instead of rolling our own refcounting and
8074         finalizing. Give it a lock.
8075         (struct _GstV4l2Buffer): Remove one intermediary object, having
8076         the buffers hold the struct v4l2_buffer directly.
8077
8078         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8079         capture_init so that it can set them on the buffers that it will
8080         create.
8081         (gst_v4l2src_get_read): For better or for worse, include the
8082         timestamping and offsetting code here; really we should be using
8083         bufferalloc though.
8084         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8085         preallocated, mmap'd buffers.
8086
8087 2007-06-11  Wim Taymans  <wim@fluendo.com>
8088
8089         Patch by: daniel fischer <dan at f3c dot com>
8090
8091         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8092         (gst_ximage_src_get_caps):
8093         Actually use the display_name property so that we can dump any
8094         available X display. Fixes #445905.
8095
8096 2007-06-11  Wim Taymans  <wim@fluendo.com>
8097
8098         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8099
8100         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8101         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8102         Add missing rate fields to caps. Fixes #441118.
8103
8104 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8105
8106         * win32/vs6/gst_plugins_good.dsw:
8107         * win32/vs8/gst-plugins-good.sln:
8108         Add DirectSound and DirectDraw sinks project files to
8109         workspace and solution files.
8110
8111 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8112
8113         Patch by: Josh Coalson <xflac at yahoo dot com>,
8114         updated by Alexis Ballier <aballier at gentoo dot org>:
8115
8116         * configure.ac:
8117         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8118         (gst_flac_dec_setup_seekable_decoder),
8119         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8120         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8121         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8122         * ext/flac/gstflacdec.h:
8123         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8124         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8125         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8126         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8127         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8128         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8129         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8130         * ext/flac/gstflacenc.h:
8131         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8132         
8133 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8134
8135         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8136         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8137         not necessary anymore as we need at least that core version. 
8138
8139 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8140
8141         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8142         (gst_wavpack_dec_chain):
8143         * ext/wavpack/gstwavpackdec.h:
8144         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8145         (gst_wavpack_parse_push_buffer):
8146         * ext/wavpack/gstwavpackparse.h:
8147         Improve discont handling by checking if the next Wavpack block has
8148         the expected, following block index.
8149
8150 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8151
8152         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8153           Fix element description.
8154
8155 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8156
8157         * configure.ac:
8158         * docs/plugins/Makefile.am:
8159         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8160         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8161         * docs/plugins/gst-plugins-good-plugins.args:
8162         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8163         * docs/plugins/gst-plugins-good-plugins.signals:
8164         * docs/plugins/inspect/plugin-autodetect.xml:
8165         * docs/plugins/inspect/plugin-gconfelements.xml:
8166         * docs/plugins/inspect/plugin-ladspa.xml:
8167         * docs/plugins/inspect/plugin-rtp.xml:
8168         * docs/plugins/inspect/plugin-wavpack.xml:
8169         * ext/Makefile.am:
8170         * tests/check/Makefile.am:
8171           move wavpack plugin.  See #352605.
8172
8173 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8174
8175         * configure.ac:
8176         * docs/plugins/Makefile.am:
8177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8178         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8179         * docs/plugins/gst-plugins-good-plugins.args:
8180         * sys/Makefile.am:
8181         * win32/MANIFEST:
8182         Add DirectDraw & DirectSound plugins to the build and docs.
8183
8184 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8185
8186         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8187         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8188           When operating in pull mode, error out correct on not-linked.
8189
8190 2007-06-06  Andy Wingo  <wingo@pobox.com>
8191
8192         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8193         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8194         format and size if the ioctls are defined; should fix compilation
8195         on Linux < 2.16.19.
8196
8197 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8198
8199         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8200           Printf fixes in debug statements; use LOG level for debug statements
8201           that are printed for each and every frame; convert c++ comments to
8202           C-style comments; not much point using g_try_malloc() if we then not
8203           even check the return value.
8204
8205 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8206
8207         * configure.ac:
8208           Bump requirements to released versions (core and base 0.10.13).
8209
8210         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8211           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8212           own implementation.
8213
8214 2007-06-05  Andy Wingo  <wingo@pobox.com>
8215
8216         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8217         some useless comments.
8218
8219         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8220         frames before calling STREAMON, that might leave them in a state
8221         where they can't be dequeued if we go back to NULL without calling
8222         STREAMON, according to the docs.
8223         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8224         before we call STREAMON.
8225         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8226         failures. (For me this code hung.) The pool refcounting is still
8227         crack; added a note to that effect.
8228
8229 2007-06-05  Wim Taymans  <wim@fluendo.com>
8230
8231         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8232         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8233         Add support for mapping gst structure names to the MIME type equivalent.
8234         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8235
8236 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8237
8238         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8239         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8240         (gst_wavenc_chain), (gst_wavenc_change_state):
8241         * gst/wavenc/gstwavenc.h:
8242         Properly write wav files with width!=depth by having the depth most
8243         significant bytes set and all others zero. Fixes #442535.
8244
8245 2007-06-01  Wim Taymans  <wim@fluendo.com>
8246
8247         * gst/rtsp/rtspconnection.c:
8248         Add include to make buildbot happy.
8249
8250 2007-06-01  Wim Taymans  <wim@fluendo.com>
8251
8252         Patch by: Peter Kjellerstedt  <pkj at axis com>
8253
8254         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8255         (rtsp_connection_connect), (add_date_header),
8256         (rtsp_connection_send), (parse_response_status),
8257         (parse_request_line), (parse_line), (rtsp_connection_receive):
8258         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8259         * gst/rtsp/rtspdefs.h:
8260         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8261         (rtsp_message_init_request), (rtsp_message_init_response),
8262         (rtsp_message_remove_header), (rtsp_message_append_headers),
8263         (rtsp_message_dump):
8264         * gst/rtsp/rtspmessage.h:
8265         Improves version checking, allowing an RTSP server to reply with "505
8266         RTSP Version not supported.
8267         Adds a Date header to all messages.
8268         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8269         want to be able to send a response even if something in the request was
8270         invalid. EINVAL is only used when passing wrong arguments to functions.
8271         Do not handle an invalid method in parse_request_line(). Defer this to
8272         the caller so it can respond with "405 Method Not Allowed".
8273         Improves parsing of the timeout parameter to the Session header,
8274         allowing whitespace after the semicolon. 
8275         Avoids a compiler warning due to variables shadowing a function argument.
8276
8277 2007-06-01  Wim Taymans  <wim@fluendo.com>
8278
8279         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8280
8281         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8282         (gst_rtp_amr_depay_process):
8283         * gst/rtp/gstrtpamrdepay.h:
8284         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8285         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8286         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8287         * gst/rtp/gstrtpamrpay.h:
8288         Add support for AMR-WB.
8289         Small cleanups such as using BOILERPLATE.
8290
8291 2007-05-31  Wim Taymans  <wim@fluendo.com>
8292
8293         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8294         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8295
8296 2007-05-30  Andy Wingo  <wingo@pobox.com>
8297
8298         * sys/v4l2/gstv4l2object.h: 
8299         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8300         unintended changes.
8301
8302         * sys/v4l2/v4l2src_calls.h: 
8303         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8304         the format list in the order that the driver gives it to us.
8305         (gst_v4l2src_probe_caps_for_format_and_size)
8306         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8307         based on the capabilities of the device.
8308         (gst_v4l2src_grab_frame): Update for object variable renaming.
8309         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8310         as in the set_caps below.
8311         (gst_v4l2src_capture_init): Update for object variable renaming,
8312         and reflow.
8313         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8314         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8315         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8316         (gst_v4l2src_get_fps): Remove; these functions don't have much
8317         meaning outside of an atomic set_caps method.
8318         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8319         known.
8320
8321         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8322         call to update_fps; not sure about this change.
8323         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8324         moment we don't have an update_fps_func.
8325
8326         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8327         structures in the object, just store what we need. Do store the
8328         probed caps of the device. Don't store the current frame rate.
8329
8330         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8331         update_fps_function, for now. Update for new object variable
8332         naming.
8333         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8334         new object variable naming.
8335         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8336         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8337         (gst_v4l2src_get_caps): Rework to probe the device for supported
8338         frame sizes and frame rates.
8339         (gst_v4l2src_set_caps): Rework to be strict in the given
8340         parameters: if someone asks us to have a certain size and rate,
8341         that is what we configure.
8342         (gst_v4l2src_get_read): Update for object variable naming. Don't
8343         leak buffers on short reads.
8344         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8345         comments.
8346         (gst_v4l2src_create): Update for object variable naming.
8347
8348 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8349
8350         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8351         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8352         * gst/avi/gstavidemux.h:
8353           Parse subtitle text streams instead of erroring out (#442034). Still
8354           needs a parser for the subtitles to actually show up.
8355
8356 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8357
8358         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8359         (gst_avi_demux_loop):
8360           Make _push_event() return TRUE if the event could be pushed on at
8361           least one pad and not only if it could be pushed on all pads,
8362           otherwise we'll end up posting an error message on EOS if one or
8363           more source pads are not connected.
8364
8365 2007-05-28  Wim Taymans  <wim@fluendo.com>
8366
8367         * gst/rtsp/rtsptransport.c:
8368         Use renamed RTP bin.
8369
8370 2007-05-28  Wim Taymans  <wim@fluendo.com>
8371
8372         Based on patch by: Dejan SakelÅ¡ak <sakdean at gmail dot com>
8373
8374         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8375         (gst_video_box_set_property), (gst_video_box_transform_caps),
8376         (video_box_recalc_transform), (gst_video_box_set_caps),
8377         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8378         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8379         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8380         (gst_video_box_i420_i420), (gst_video_box_transform),
8381         (plugin_init):
8382         Add AYUV->AYUV and AYUV->I420 formats. 
8383         Fix negotiation and I420->AYUV conversion.
8384         Fixes #429329.
8385
8386 2007-05-26  Wim Taymans  <wim@fluendo.com>
8387
8388         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8389         Use different variables for nested for loops so that the outer loop
8390         functions properly and speex files with multiple frames per buffer work
8391         properly.
8392         Fixes #441408.
8393
8394 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8395
8396         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8397           Don't leak newsegment events.
8398
8399 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8400
8401         * gst/wavparse/Makefile.am:
8402           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8403           drags it in.
8404
8405 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8406
8407         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8408         (notgst_value_array_append_buffer),
8409         (gst_flac_enc_process_stream_headers),
8410         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8411         (gst_flac_enc_change_state):
8412         * ext/flac/gstflacenc.h:
8413           Collect headers, add "streamheader" field to output caps and set
8414           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8415           produces output according to the official FLAC-to-Ogg mapping
8416           instead of completely broken files. Fixes #426044.
8417
8418 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8419
8420         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8421         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8422         (gst_id3demux_sink_event):
8423         * gst/id3demux/gstid3demux.h:
8424         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8425         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8426         (gst_tag_demux_send_new_segment):
8427         Handle and adjust new-segment events so that downstream really
8428         sees a stream with the tag pieces stripped off the front and back.
8429         Fixes strangeness in seeking when mp3 decoders use the new-segment
8430         byte position to estimate their current playback position timestamp
8431         and then the arriving buffers don't match up.
8432
8433 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8434
8435         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8436           Don't unnecessarily perform a READY->NULL->READY transition on the
8437           detected audio sink when starting up. Fixes: #440127
8438
8439 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8440
8441         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8442         (gst_flac_enc_chain):
8443           Don't crash in chain function if setcaps hasn't been called.
8444
8445 2007-05-24  Wim Taymans  <wim@fluendo.com>
8446
8447         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8448         Init value to avoid infinte loops.
8449
8450 2007-05-24  Wim Taymans  <wim@fluendo.com>
8451
8452         Patch by: Peter Kjellerstedt  <pkj at axis com>
8453
8454         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8455         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8456         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8457         (gst_rtspsrc_play):
8458         (rtsp_connection_send), (rtsp_connection_receive):
8459         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8460         Fix for new API.
8461
8462         * gst/rtsp/rtspconnection.c: (add_auth_header),
8463         Only add authorisation and session headers when sending messages.
8464
8465         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8466         (rtsp_message_init_request), (rtsp_message_init_response),
8467         (rtsp_message_unset), (rtsp_message_add_header),
8468         (rtsp_message_remove_header), (rtsp_message_get_header),
8469         (rtsp_message_append_headers), (dump_key_value),
8470         (rtsp_message_dump):
8471         * gst/rtsp/rtspmessage.h:
8472         Add support for multiple headers of the same type by storing the parsed
8473         headers in a GArray instaed of a hashtable.
8474
8475 2007-05-21  Wim Taymans  <wim@fluendo.com>
8476
8477         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8478         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8479         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8480         safer shutdown.
8481
8482 2007-05-21  Wim Taymans  <wim@fluendo.com>
8483
8484         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8485         * gst/rtsp/gstrtpdec.h:
8486         Added signal for backwards compat.
8487
8488 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8489         
8490         Patch by: René Stadler <mail at renestadler dot de>
8491
8492         * configure.ac:
8493         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8494         (gst_au_parse_parse_header), (gst_au_parse_chain):
8495         * gst/auparse/gstauparse.h:
8496         Use audioconvert for converting from non-native endianness floats
8497         in auparse instead of doing it ourself. Fixes #424527.
8498         This needs the audioconvert from plugins-base CVS.
8499         
8500 2007-05-21  Wim Taymans  <wim@fluendo.com>
8501
8502         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8503         (gst_rtp_h263p_pay_flush):
8504         Fix enum registration.
8505
8506 2007-05-21  Wim Taymans  <wim@fluendo.com>
8507
8508         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8509
8510         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8511         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8512         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8513         (gst_rtp_h263p_pay_flush):
8514         * gst/rtp/gstrtph263ppay.h:
8515         Add new fragmentation mode base on GOB headers. Fixes #438940.
8516
8517 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8518
8519         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8520           Printf format fix.
8521
8522 2007-05-18  Wim Taymans  <wim@fluendo.com>
8523
8524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8525         Don't crash when an unsupported transport error was returned by the
8526         server, just try to configure the next stream. Fixes #439255.
8527
8528 2007-05-18  Wim Taymans  <wim@fluendo.com>
8529
8530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8531         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8532         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8533         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8534         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8535         * gst/rtsp/gstrtspsrc.h:
8536         Add TCP timeout property and use it for all TCP connection.
8537
8538         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8539         (rtsp_connection_write), (rtsp_connection_next_timeout),
8540         (rtsp_connection_reset_timeout):
8541         Make connect and writes cancelable and make them use the timeout.
8542
8543 2007-05-18  Wim Taymans  <wim@fluendo.com>
8544
8545         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8546         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8547         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8548         (gst_rtspsrc_setup_streams):
8549         Refactor timeout handling.
8550         Also send keep-alive when dealing with TCP transport.
8551
8552         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8553         (rtsp_connection_free), (rtsp_connection_next_timeout),
8554         (rtsp_connection_reset_timeout):
8555         * gst/rtsp/rtspconnection.h:
8556         Use a timer to handle the session timeouts, add some methods to deal
8557         with timeouts.
8558
8559 2007-05-17  Wim Taymans  <wim@fluendo.com>
8560
8561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8562         (gst_rtspsrc_setup_streams):
8563         Ignore streams that fail the setup command, we will retry with a
8564         different transport later on.
8565
8566         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8567         (rtsp_ext_wms_configure_stream):
8568         Fix encoding name case.
8569
8570 2007-05-16  Edward Hervey  <edward@fluendo.com>
8571
8572         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8573         Fix build on macosx.
8574
8575 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8576
8577         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8578         Replace direct comparison of a string with the string literal "" with
8579         a comparison of the first character with '\0'. Fixes #438926.
8580
8581 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8582
8583         * gst/debug/breakmydata.c (gst_break_my_data_init):
8584           One more try. This should be the proper fix now.
8585
8586 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8587
8588         * gst/debug/breakmydata.c:
8589           Ooops, no // comments please.
8590
8591 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8592
8593         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8594         (gst_break_my_data_init):
8595           Fix gst_buffer_is_writable() assertion.
8596
8597 2007-05-14  David Schleef  <ds@schleef.org>
8598
8599         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8600           video/x-raw-bayer.  Fixes #314160.
8601
8602 2007-05-14  Wim Taymans  <wim@fluendo.com>
8603
8604         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8605         (gst_rtp_theora_depay_parse_configuration):
8606         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8607         (gst_rtp_theora_pay_finish_headers),
8608         (gst_rtp_theora_pay_handle_buffer):
8609         Update theora pay/depayloader in a similar to vorbis.
8610
8611         * gst/rtp/gstrtpvorbisdepay.c:
8612         (gst_rtp_vorbis_depay_parse_configuration):
8613         Update docs.
8614
8615 2007-05-14  Wim Taymans  <wim@fluendo.com>
8616
8617         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8618         When we try to execute a method that is not supported by the server,
8619         don't error out but remove the method from the accepted methods so that
8620         we never try to perform this method again.
8621
8622 2007-05-14  Wim Taymans  <wim@fluendo.com>
8623
8624         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8625         Remove annoying _dump_mem.
8626
8627 2007-05-14  Wim Taymans  <wim@fluendo.com>
8628
8629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8630         Parse range correctly.
8631
8632         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8633         The baseurl now always has a '/' at the start.
8634
8635 2007-05-14  Wim Taymans  <wim@fluendo.com>
8636
8637         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8638         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8639         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8640         Factor out caps configuration and configure more stuff such as the time
8641         ranges and speed/scale values.
8642
8643         * gst/rtsp/rtsptransport.c:
8644         Add Copyright after non-trival fixes.
8645
8646 2007-05-12  Wim Taymans  <wim@fluendo.com>
8647
8648         Patch by: Peter Kjellerstedt  <pkj at axis com>
8649
8650         * gst/rtsp/gstrtspsrc.h:
8651         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8652         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8653         (rtsp_message_get_header):
8654         * gst/rtsp/rtspmessage.h:
8655         Make channel guint8 where possible.
8656         Make rtsp_message_init_data() take the channel as a guint8.
8657
8658         * gst/rtsp/rtspdefs.c:
8659         Fixed a typo: Timout -> Timeout
8660
8661         * gst/rtsp/rtspdefs.h:
8662         Make RTSP_CHECK() behave as a statement.
8663
8664         * gst/rtsp/sdpmessage.c:
8665         Avoid a compiler warning in INIT_ARRAY().
8666         Fixes #437692.
8667
8668 2007-05-12  Wim Taymans  <wim@fluendo.com>
8669
8670         Patch by: Peter Kjellerstedt  <pkj at axis com>
8671
8672         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
8673         (rtsp_url_get_request_uri):
8674         * gst/rtsp/rtspurl.h:
8675         Add support for query parameters to RTSP URLs.
8676
8677 2007-05-12  Wim Taymans  <wim@fluendo.com>
8678
8679         Patch by: Peter Kjellerstedt  <pkj at axis com>
8680
8681         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8682         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
8683         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8684         (rtsp_transport_parse), (rtsp_transport_as_text):
8685         * gst/rtsp/rtsptransport.h:
8686         Add validation to rtsp_transport_parse().
8687         Add rtsp_transport_as_text() to generate an RTSP header from an
8688         RTSPTransport.
8689         Change ssrc to guint (was a string) since that is what it is, even
8690         though it is sent as a hex string.
8691         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
8692         incorrect, which can be seen when looking at the examples in the RFC).
8693         Fixes #437670.
8694
8695 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8696
8697         Patch by: Eric Anholt
8698
8699         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
8700           gst_ximage_src_ximage_get):
8701         Use union of all damage between frames to make it faster.
8702         Fixes bug #342463.
8703         Also fix crasher when cursor is at bottom right of window.
8704
8705 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8708           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
8709           streaming mode regression for file from #343837 with 'bext' chunk
8710           before the 'fmt' chunk.
8711
8712 2007-05-11  Wim Taymans  <wim@fluendo.com>
8713
8714         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
8715         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
8716         (gst_rtspsrc_handle_src_event),
8717         (gst_rtspsrc_stream_configure_manager),
8718         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
8719         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
8720         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8721         * gst/rtsp/gstrtspsrc.h:
8722         * gst/rtsp/rtspdefs.h:
8723         Preliminary seek support.
8724         Activate internal pads so that we can receive events on them.
8725         Don't try to parse a range string when it's NULL.
8726
8727 2007-05-11  Wim Taymans  <wim@fluendo.com>
8728
8729         * gst/rtp/README:
8730         Update README with new RTP variables that will be used for
8731         synchronisation.
8732
8733         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
8734         (gst_rtp_vorbis_depay_parse_configuration),
8735         (gst_rtp_vorbis_depay_process):
8736         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
8737         (gst_rtp_vorbis_pay_finish_headers),
8738         (gst_rtp_vorbis_pay_handle_buffer):
8739         Update vorbis pay and depayloader to draft-04.
8740
8741 2007-05-11  Wim Taymans  <wim@fluendo.com>
8742
8743         * gst/rtsp/rtsptransport.c:
8744         UDP MCAST is actually the default for RTP/AVP.
8745 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
8746
8747         * gst/level/gstlevel.c: (gst_level_transform_ip):
8748         Use guint8 * instead of gpointer then vs6 can build 
8749         in_data += (filter->width / 8).
8750
8751 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8752
8753         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
8754           gst_ximage_src_ximage_get):
8755         * sys/ximage/gstximagesrc.h (last_ximage):
8756         When using Damage actually keep the last frame, and not assume
8757         that the buffer we get already has the last frame on it.
8758         Copy the cursor over if we specify a non-zero start x and
8759         start y.
8760
8761 2007-05-11  Wim Taymans  <wim@fluendo.com>
8762
8763         * gst/rtsp/rtsptransport.c:
8764         Make UDP the default transport when not specified.
8765
8766 2007-05-09  David Schleef  <ds@schleef.org>
8767
8768         * gst/level/gstlevel.c:
8769           Revert last change.
8770
8771 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8772
8773         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
8774         (gst_level_transform_ip):
8775         Use guint8 * instead of gpointer then vs6 know the size of data
8776         pointed when moving the pointer.
8777         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
8778         Move instructions after variables declaration.
8779         * win32/vs6/autogen.dsp:
8780         * win32/vs6/libgstrtp.dsp:
8781         * win32/vs6/libgstrtsp.dsp:
8782         Update vs6 project files.
8783
8784 2007-05-09  Wim Taymans  <wim@fluendo.com>
8785
8786         * gst/rtsp/Makefile.am:
8787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
8788         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
8789         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
8790         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
8791         (rtsp_range_free):
8792         * gst/rtsp/rtsprange.h:
8793         Add code to parse time ranges.
8794         Report DURATION on the stream when possible.
8795
8796 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
8797
8798         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8799         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8800         (gst_videomixer_collected):
8801           Fix strides calculation for AYUV (it's just width*4) (#436910).
8802
8803 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
8804
8805         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
8806         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
8807         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
8808         Sync the GObject properties before each processing step to properly
8809         work with the controller.
8810
8811 2007-05-04  Wim Taymans  <wim@fluendo.com>
8812
8813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8814         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8815         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8816         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8817         (gst_rtspsrc_change_state):
8818         Let more error state trickle down so that we can catch more error
8819         cases.
8820         Handle keep-alive a little smarter by selecting a method the server
8821         actually supports.
8822         Fix a race in UDP streaming shutdown.
8823
8824 2007-05-04  Wim Taymans  <wim@fluendo.com>
8825
8826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
8827         Ignore errors when trying to use the keep-alive messages.
8828
8829 2007-05-04  Wim Taymans  <wim@fluendo.com>
8830
8831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
8832         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
8833         (gst_rtspsrc_stream_configure_manager),
8834         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8835         (gst_rtspsrc_stream_configure_mcast),
8836         (gst_rtspsrc_stream_configure_udp),
8837         (gst_rtspsrc_stream_configure_udp_sink),
8838         (gst_rtspsrc_stream_configure_transport):
8839         Send RTCP messages back to the server over the TCP connection.
8840
8841         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
8842         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8843         (rtsp_connection_receive):
8844         * gst/rtsp/rtspconnection.h:
8845         Factor out and expose lowlevel _write and _read methods.
8846         Implement sending data messages to the server.
8847
8848 2007-05-03  Wim Taymans  <wim@fluendo.com>
8849
8850         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
8851         (gst_multipart_mux_collected):
8852         Fix timestamps on outgoing buffers.
8853
8854 2007-05-03  Wim Taymans  <wim@fluendo.com>
8855
8856         * gst/multipart/multipartmux.c:
8857         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
8858         (gst_multipart_mux_change_state):
8859         Emit NEWSEGMENT events before pushing the first buffer.
8860
8861 2007-05-03  Wim Taymans  <wim@fluendo.com>
8862
8863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8864         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
8865         (gst_rtspsrc_handle_src_query),
8866         (gst_rtspsrc_stream_configure_manager),
8867         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
8868         (gst_rtspsrc_stream_configure_mcast),
8869         (gst_rtspsrc_stream_configure_udp),
8870         (gst_rtspsrc_stream_configure_udp_sink),
8871         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8872         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
8873         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
8874         (gst_rtspsrc_pause):
8875         Refactor transport configuration code.
8876         Create internal pads for TCP transport so that we can implement events
8877         and queries.
8878         Handle events and queries.
8879         Parse range from the SDP.
8880         Fix race in pause handler where the connection could still be flushing.
8881
8882 2007-05-02  Wim Taymans  <wim@fluendo.com>
8883
8884         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8885         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
8886         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8887         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
8888         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
8889         (gst_rtspsrc_change_state):
8890         * gst/rtsp/gstrtspsrc.h:
8891         Fix race when multiple udp sources post timeouts, just act on the first
8892         received timeout.
8893         Protect stream list with a recursive lock to fix some races.
8894         Flush connection when we need to do a reconnect or stop.
8895         Make state lock recursive.
8896
8897         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8898         (rtsp_connection_close):
8899         Some small cleanups.
8900
8901 2007-05-02  Wim Taymans  <wim@fluendo.com>
8902
8903         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8904         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
8905         Only set DISCONT when there actually is a discont or when we just
8906         started.
8907
8908 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8909
8910         * ext/flac/gstflac.c: (plugin_init):
8911         Call bindtextdomain() to get localized strings.
8912
8913 2007-05-02  Wim Taymans  <wim@fluendo.com>
8914
8915         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8916         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
8917         (gst_wavparse_stream_data):
8918         * gst/wavparse/gstwavparse.h:
8919         Be a bit more clever when dealing with VBR files with FACT tags, we
8920         don't want to timestamp buffers in that case but the estimated BPS can
8921         be used for seeking.
8922         Only send close segment in the streaming thread.
8923
8924 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
8925
8926         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
8927         Correctly post an error on the bus if something went wrong in the loop
8928         function. This fixes a few cases where the task was paused and nothing
8929         happened anymore.
8930
8931 2007-05-02  Wim Taymans  <wim@fluendo.com>
8932
8933         * gst/rtsp/test.c: (main):
8934         Fix compilation of deprecated test just because I'm too lazy to delete
8935         it.
8936
8937 2007-05-02  Wim Taymans  <wim@fluendo.com>
8938
8939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8940         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
8941         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
8942         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
8943         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
8944         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
8945         * gst/rtsp/gstrtspsrc.h:
8946         Fix sending RTCP to the right place.
8947         Fix bug in reffing the wrong UDP element.
8948         Use new pad names for the session manager.
8949         Implement handling server requests in interleaved and UDP modes.
8950         Handle session keep-alive in UDP modes.
8951         Remove GCond for handling UDP timeouts.
8952
8953         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8954         (rtsp_connection_send), (rtsp_connection_read), (read_body),
8955         (rtsp_connection_receive), (rtsp_connection_close):
8956         * gst/rtsp/rtspconnection.h:
8957         Store connection IP address for later.
8958         Add timeout args to all operations that might block forever.
8959         Parse session timeout.
8960         Only close sockets when not already closed.
8961
8962         * gst/rtsp/rtspdefs.c:
8963         * gst/rtsp/rtspdefs.h:
8964         Add timeout return value and error string.
8965
8966         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
8967         Add small comment.
8968
8969 2007-05-01  Wim Taymans  <wim@fluendo.com>
8970
8971         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8972
8973         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
8974         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
8975         * gst/rtp/gstrtpmp4vpay.h:
8976         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
8977
8978 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8981           Remove v4l2src from docs, since it breaks the docs build, and the
8982           plugin is only built if --enable-experimental is used anyway.
8983
8984         * docs/plugins/Makefile.am:
8985           Spaces => tab.
8986
8987 2007-04-29  Wim Taymans  <wim@fluendo.com>
8988
8989         * gst/udp/gstmultiudpsink.c: (leave_multicast),
8990         (gst_multiudpsink_add), (gst_multiudpsink_remove):
8991         Add code to drop membership of a multicast group.
8992
8993         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
8994         (gst_udpsink_set_uri):
8995         Implement URI handler.
8996
8997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8998         (gst_rtspsrc_parse_rtpinfo):
8999         Use URI handler to make udpsink instace.
9000         Improve code to configure port and destination.
9001
9002 2007-04-29  Wim Taymans  <wim@fluendo.com>
9003
9004         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9005         Fix multicast detection.
9006         Don't try to join a multicast group if the address is not multicast.
9007
9008         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9009         Small debug improvement.
9010
9011 2007-04-27  Wim Taymans  <wim@fluendo.com>
9012
9013         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9014         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9015         (gst_rtspsrc_handle_message):
9016         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9017         parent.
9018
9019 2007-04-27  Wim Taymans  <wim@fluendo.com>
9020
9021         * gst/rtp/gstrtpilbcdepay.h:
9022         Fix mode property when specified as an arg.
9023
9024 2007-04-26  Edward Hervey  <edward@fluendo.com>
9025
9026         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9027         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9028         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9029         * docs/plugins/inspect/plugin-osxaudio.xml:
9030         Add documentation for osxaudio plugin.
9031
9032 2007-04-26  Wim Taymans  <wim@fluendo.com>
9033
9034         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9035         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9036         (gst_rtspsrc_open), (gst_rtspsrc_close),
9037         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9038         (gst_rtspsrc_pause):
9039         * gst/rtsp/gstrtspsrc.h:
9040         Protect state changes with a lock.
9041
9042         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9043         (parse_line):
9044         * gst/rtsp/rtspconnection.h:
9045         Remove some unused stuff.
9046
9047 2007-04-26  Wim Taymans  <wim@fluendo.com>
9048
9049         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9050         Handle the case where there are exactly 0 bytes to read and the ioctl
9051         did not report an error. Fixes #433530.
9052
9053 2007-04-26  Wim Taymans  <wim@fluendo.com>
9054
9055         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9056         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9057         * gst/wavparse/gstwavparse.h:
9058         Apply DISCONT to buffers.
9059         Only apply timestamp to the first sample after a DISCONT, too many VBR
9060         files cause random jitter in the timestamps. Fixes #433119.
9061
9062 2007-04-25  Wim Taymans  <wim@fluendo.com>
9063
9064         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9065         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9066         (gst_rtp_dec_get_property):
9067         * gst/rtsp/gstrtpdec.h:
9068         Add dummy latency property to be backwards compat with rtpbin.
9069
9070         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9071         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9072         (gst_rtspsrc_stream_configure_transport),
9073         (gst_rtspsrc_parse_rtpinfo):
9074         * gst/rtsp/gstrtspsrc.h:
9075         Add latency property and configure in the session manager.
9076         Don't set invalid clock-base and seqnum-base on caps, some servers
9077         sometimes don't send them.
9078
9079 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9080
9081         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9082         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9083           Double-check that RGB input caps are really RGBA caps (apparently
9084           the core doesn't always catch it if those caps aren't a subset of
9085           our template caps, also see #421543). Fixes #429319 in a way.
9086           Also, don't leak the pad template in the transform_caps function.
9087
9088         * tests/check/Makefile.am:
9089         * tests/check/elements/.cvsignore:
9090         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9091         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9092         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9093         (GST_START_TEST), (alphacolor_suite):
9094           Add some basic unit tests for alphacolor.
9095
9096 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9097
9098         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9099           If we get a fatal flow return in the loop function, first post the
9100           error message and only then send the EOS event downstream, otherwise
9101           applications might get an eos message before the error message and
9102           think everything was ok (related to #429319).
9103
9104 2007-04-25  Wim Taymans  <wim@fluendo.com>
9105
9106         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9107         Read the channel byte as an unsigned byte.
9108
9109 2007-04-25  Wim Taymans  <wim@fluendo.com>
9110
9111         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9112         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9113         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9114         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9115         (gst_rtp_gsm_depay_setcaps):
9116         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9117         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9118         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9119         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9120         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9121         (gst_ilbc_depay_get_property):
9122         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9123         * gst/rtp/gstrtpmp4adepay.c:
9124         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9125         (gst_rtp_pcma_depay_setcaps):
9126         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9127         (gst_rtp_pcmu_depay_setcaps):
9128         Make sure we configure the clock_rate in the baseclass in the setcaps
9129         function. Fixes #431282.
9130
9131 2007-04-25  Wim Taymans  <wim@fluendo.com>
9132
9133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9134         (gst_rtspsrc_stream_free), (request_pt_map),
9135         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9136         * gst/rtsp/gstrtspsrc.h:
9137         Parse server address from SDP.
9138         Hook up a udpsink to send RTCP back to the server.
9139
9140         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9141         * gst/rtsp/rtsptransport.h:
9142         Add some docs.
9143
9144 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9145
9146         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9147           Make header field check conditional. Fixes #433135
9148
9149 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9150
9151         * docs/plugins/Makefile.am:
9152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9154         * docs/plugins/inspect/plugin-alphacolor.xml:
9155         * gst/alpha/Makefile.am:
9156         * gst/alpha/gstalphacolor.c:
9157         * gst/alpha/gstalphacolor.h:
9158           Add minimal docs blurb to alphacolor; split out headers into
9159           separate header file for gtk-doc.
9160
9161 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9162
9163         * gst/debug/progressreport.c: (gst_progress_report_report):
9164           Don't try to post NULL message (in case we can't query upstream
9165           position or duration).
9166
9167 2007-04-18  Michael Smith  <msmith@fluendo.com>
9168
9169         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9170         (gst_cutter_get_caps):
9171         * gst/cutter/gstcutter.h:
9172           Fix some of the most obvious bugs in cutter. Now doesn't leak
9173           everything if input is silent.
9174
9175 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9176
9177         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9178         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9179         * gst/wavenc/gstwavenc.h:
9180         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9181         else results in a invalid block align and invalid files.
9182
9183 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9184
9185         Patch by: Snaik <snaik32 gmail com>
9186
9187         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9188           Add missing break statement for BOX_HORIZONTAL case.
9189
9190 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9191
9192         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9193
9194         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9195         Use correct format strings for integer types.
9196
9197 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9198
9199         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9200         (gst_wavparse_create_sourcepad):
9201         Use gst_riff_create_audio_template_caps () instead of the local caps.
9202         This makes updates of the local caps unecessary whenever libgstriff
9203         gets support for new formats.
9204
9205 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9206
9207         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9208
9209         * sys/sunaudio/gstsunaudio.c:
9210         * sys/sunaudio/gstsunaudiomixer.c:
9211         * sys/sunaudio/gstsunaudiomixer.h:
9212         * sys/sunaudio/gstsunaudiomixerctrl.c:
9213         * sys/sunaudio/gstsunaudiomixerctrl.h:
9214         * sys/sunaudio/gstsunaudiomixertrack.h:
9215         * sys/sunaudio/gstsunaudiosink.c:
9216         * sys/sunaudio/gstsunaudiosink.h:
9217         * sys/sunaudio/gstsunaudiosrc.c:
9218         * sys/sunaudio/gstsunaudiosrc.h:
9219           Fix and/or update copyright attributions (#430228).
9220
9221 2007-04-13  Wim Taymans  <wim@fluendo.com>
9222
9223         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9224         Fix docs.
9225
9226         * gst/rtsp/URLS:
9227         Add some more example urls.
9228
9229         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9230         (gst_rtp_dec_chain_rtp):
9231         Better debugging.
9232
9233         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9234         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9235         (gst_rtspsrc_parse_rtpinfo):
9236         Remove unused code.
9237
9238 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9239
9240         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9241         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9242         (gst_wavparse_stream_data):
9243           Relax the audio/mpeg caps again and add FIXME: comment.
9244
9245 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9246
9247         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9248         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9249         (gst_wavparse_stream_data):
9250         * gst/wavparse/gstwavparse.h:
9251           More sanity check for the header fields. Fix type for 'rate' header
9252           field.
9253
9254 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9255
9256         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9257         (gst_icydemux_unicodify):
9258           If the metadata strings we get in the stream are not UTF-8, try to
9259           interpret them according to the character encodings specified in the
9260           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9261           only fall back to locale/ISO-8859-1 if those aren't set or don't
9262           work. Should fix #428901.
9263
9264 2007-04-12  Wim Taymans  <wim@fluendo.com>
9265
9266         * gst/rtp/gstrtph264depay.c:
9267         Use the proper sync word for SPS and PPS.
9268
9269 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9270
9271         * gst/rtp/Makefile.am:
9272         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9273           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9274         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9275           Add a simple hashing implementation that we can use to generate
9276           a 24-bit ident value based on the codebooks for vorbis and theora.
9277         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9278           gst_rtp_theora_pay_handle_buffer):
9279         * gst/rtp/gstrtpvorbisdepay.c
9280           (gst_rtp_vorbis_depay_parse_configuration,
9281           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9282         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9283           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9284           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9285           Use the hashing function, ensuring that the same codebooks result
9286           in the same ident and thus the same SDP description.
9287           Various log fixes/changes.
9288
9289 2007-04-12  Wim Taymans  <wim@fluendo.com>
9290
9291         Patch by: jerry tan <jerry dot tan at sun dot com>
9292
9293         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9294         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9295         application's responsibility to make sure it open the device once.
9296         Remove a careless error if AUDIODEV is set. Fixes #392620.
9297
9298 2007-04-12  Wim Taymans  <wim@fluendo.com>
9299
9300         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9301         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9302         * gst/rtsp/gstrtpdec.h:
9303         Make backward compat with rtpbin by adding the request-pt-map signals.
9304
9305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9306         (new_session_pad), (request_pt_map),
9307         (gst_rtspsrc_stream_configure_transport),
9308         (gst_rtspsrc_stream_configure_caps),
9309         (gst_rtspsrc_activate_streams):
9310         * gst/rtsp/gstrtspsrc.h:
9311         Implement request-pt-map signals instead of setting caps on the buffers
9312         for the session manager.
9313
9314 2007-04-11  Wim Taymans  <wim@fluendo.com>
9315
9316         * gst/udp/gstudp.c: (plugin_init):
9317         Register GstNetBuffer in plugin_init so that the type can be used from
9318         multiple threads without races.
9319
9320 2007-04-10  Wim Taymans  <wim@fluendo.com>
9321
9322         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9323         (gst_rtp_amr_depay_process):
9324         Fix depayloader clock_rate and some cleanups.
9325
9326         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9327         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9328         * gst/rtp/gstrtph264depay.h:
9329         Don't push codec_data in the adapter because it might get flushed when
9330         we get a discont.
9331
9332         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9333         Handle multiple AU per packet.
9334
9335         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9336         (gst_rtp_sv3v_depay_plugin_init):
9337         Disable rank, this one does not work.
9338         Remove timestamping, base class does that.
9339
9340 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9341
9342         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9343           limit caps to the formats we announce in the template
9344
9345         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9346         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9347         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9348           fix some crashers/asserts when dealing with broken files
9349
9350 2007-04-10  Wim Taymans  <wim@fluendo.com>
9351
9352         Patch by: Peter Kjellerstedt  <pkj at axis com>
9353
9354         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9355         * gst/rtp/gstrtpL16depay.c:
9356         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9357         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9358         (gst_rtp_speex_depay_setcaps):
9359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9360         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9361         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9362         Fix some compiler warnings. Fixes #428182.
9363
9364 2007-04-06  Wim Taymans  <wim@fluendo.com>
9365
9366         * gst/rtsp/Makefile.am:
9367         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9368         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9369         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9370         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9371         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9372         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9373         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9374         (create_rtcp), (gst_rtp_dec_request_new_pad),
9375         (gst_rtp_dec_release_pad):
9376         * gst/rtsp/gstrtpdec.h:
9377         * gst/rtsp/gstrtsp.c: (plugin_init):
9378         Morph RTPDec into something compatible with RTPBin as a fallback.
9379         Various other style fixes.
9380
9381         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9382         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9383         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9384         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9385         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9386         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9387         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9388         * gst/rtsp/gstrtspsrc.h:
9389         Implement RTPBin session manager handling.
9390         Don't try to add empty properties to caps.
9391         Implement fallback session manager, handling.
9392         Don't combine errors from RTCP streams, just ignore them.
9393
9394         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9395         * gst/rtsp/rtsptransport.h:
9396         Implement fallback session manager.
9397         Make RTPBin the default one when available.
9398
9399 2007-04-05  Wim Taymans  <wim@fluendo.com>
9400
9401         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9402         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9403         This element is ready to be autoplugged.
9404
9405 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9406
9407         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9408         Don't leave the offsets defined by upstream element on the
9409         compressed data buffer we are pushing downstream. Make them
9410         GST_BUFFER_OFFSET_NONE.
9411
9412 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9413
9414         * gst/avi/README:
9415         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9416         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9417         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9418         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9419         (gst_avi_demux_calculate_durations_from_index),
9420         (gst_avi_demux_stream_header_push),
9421         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9422         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9423           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9424
9425 2007-04-03  Wim Taymans  <wim@fluendo.com>
9426
9427         * gst/smpte/barboxwipes.c:
9428         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9429
9430 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9431
9432         * gst/wavparse/gstwavparse.c:
9433         Support audio/x-raw-float in wav files. This only works with
9434         plugins-base CVS, using an older version doesn't have any
9435         disadvantages though.
9436
9437 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9438
9439         * configure.ac:
9440         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9441         (gst_au_parse_parse_header), (gst_au_parse_chain):
9442         * gst/auparse/gstauparse.h:
9443         Revert last change as we don't want plugins-good to depend on
9444         plugins-base CVS now.
9445
9446 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9447
9448         * configure.ac:
9449         Require gst-plugins-base CVS for audioconvert with non-native
9450         float support and width/depth fix in libgstriff.
9451
9452         Patch by: René Stadler <mail at renestadler dot de>
9453
9454         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9455         (gst_au_parse_parse_header), (gst_au_parse_chain):
9456         * gst/auparse/gstauparse.h:
9457         Don't swap the floats ourself if they're not in native endianness.
9458         Instead let audioconvert handle this. Fixes #339838.
9459
9460 2007-03-29  Wim Taymans  <wim@fluendo.com>
9461
9462         * gst/rtp/gstasteriskh263.h:
9463         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9464         (gst_rtp_h263p_depay_change_state):
9465         * gst/rtp/gstrtph263pdepay.h:
9466         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9467         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9468         (gst_rtp_h264_depay_change_state):
9469         * gst/rtp/gstrtph264depay.h:
9470         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9471         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9472         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9473         Flush adapter on disconts.
9474
9475 2007-03-29  Wim Taymans  <wim@fluendo.com>
9476
9477         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9478         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9479         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9480         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9481         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9482         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9483         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9484         (gst_rtp_mp4v_depay_process):
9485         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9486         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9487         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9488         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9489         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9490         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9491         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9492         Use more efficient adapter and rtpbuffer methods when possible.
9493
9494 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9495
9496         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9497         (gst_wavenc_sink_setcaps):
9498         Correctly handle width!=depth input.
9499         * gst/wavparse/gstwavparse.c:
9500         Already export in the caps that width==8 uses unsigned samples and
9501         everything else uses signed samples.
9502
9503 2007-03-29  Wim Taymans  <wim@fluendo.com>
9504
9505         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9506
9507         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9508         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9509         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9510         (gst_dynudpsink_close):
9511         * gst/udp/gstdynudpsink.h:
9512         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9513         (gst_udpsrc_create), (gst_udpsrc_set_property),
9514         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9515         * gst/udp/gstudpsrc.h:
9516         Rework the socket allocation a bit based on the sockfd argument so that
9517         it becomes usable.
9518         Add a closefd property to instruct the udp elements to close the custom
9519         file descriptors when going to READY. Fixes #423304.
9520         API:GstUDPSrc::closefd property
9521         API:GstDynUDPSink::closefd property
9522
9523 2007-03-29  Wim Taymans  <wim@fluendo.com>
9524
9525         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9526
9527         * gst/rtp/Makefile.am:
9528         * gst/rtp/gstrtp.c: (plugin_init):
9529         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9530         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9531         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9532         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9533         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9534         (gst_rtp_h264_pay_plugin_init):
9535         * gst/rtp/gstrtph264pay.h:
9536         Added H264 payloader. Fixes #423782.
9537
9538         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9539         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9540         Small fixes.
9541
9542 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9543
9544         * gst/wavparse/gstwavparse.c:
9545         Actually support depths from 1 to 32, not only 8 to 32.
9546
9547 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9548
9549         * gst/wavparse/gstwavparse.c:
9550         Add support for wav files containing audio/x-raw-int with random
9551         depths between 1 and 32 bits.
9552
9553 2007-03-28  Wim Taymans  <wim@fluendo.com>
9554
9555         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9556
9557         * gst/rtp/Makefile.am:
9558         * gst/rtp/gstrtp.c: (plugin_init):
9559         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9560         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9561         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9562         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9563         (gst_rtp_mp4a_depay_get_property),
9564         (gst_rtp_mp4a_depay_change_state),
9565         (gst_rtp_mp4a_depay_plugin_init):
9566         * gst/rtp/gstrtpmp4adepay.h:
9567         Added MP4A-LATM depayloader. Fixes #417792.
9568
9569         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9570         (gst_rtp_mp4v_depay_process):
9571         Fixup depayloader, setting codec_data, using more efficient adaptor and
9572         rtpbuffer handling.
9573
9574         * gst/rtsp/URLS:
9575         Add url to test above.
9576
9577 2007-03-25  Wim Taymans  <wim@fluendo.com>
9578
9579         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9580         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9581         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9582         (gst_rtspsrc_media_to_caps),
9583         (gst_rtspsrc_stream_configure_transport),
9584         (gst_rtspsrc_stream_configure_caps),
9585         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9586         * gst/rtsp/gstrtspsrc.h:
9587         Handle default clock-rates for static payload types, rearrange stuff so
9588         that the rtpmap field in the sdp can override the defaults.
9589         Parse RTP-Info field to get the seqnum and timebase fields that should
9590         go in the caps.
9591         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9592         the server. 
9593
9594 2007-03-22  Wim Taymans  <wim@fluendo.com>
9595
9596         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9597
9598         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9599         Accept complex pipeline descriptions as an audio profile instead of just
9600         a single element. Fixes #420658.
9601
9602 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9603
9604         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9605           Rename registered type in preparation of GstTagDemux moving to
9606           -base at some point in the future.
9607
9608 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9609
9610         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9611           Streaming mode fixes: don't unref buffer we don't own any longer;
9612           remove bogus adapter flush. Fixes #419338.
9613
9614 2007-03-17  David Schleef  <ds@schleef.org>
9615
9616         * REQUIREMENTS: Change the format to key/value, add a bunch of
9617           information, remove a bunch of requirements that are for
9618           other GStreamer packages.
9619
9620 2007-03-17  David Schleef  <ds@schleef.org>
9621
9622         * REQUIREMENTS: Fix a few things.  This file really needs a
9623         good once-over.
9624
9625 2007-03-15  Edward Hervey  <edward@fluendo.com>
9626
9627         * sys/Makefile.am:
9628         Don't forget to distribute the sys/osxaudio/ directory.
9629
9630 2007-03-15  Edward Hervey  <edward@fluendo.com>
9631
9632         * configure.ac:
9633         * sys/Makefile.am:
9634         * sys/osxaudio/Makefile.am:
9635         * sys/osxaudio/gstosxaudio.c:
9636         * sys/osxaudio/gstosxaudiosink.c:
9637         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9638         (gst_osx_audio_sink_getcaps),
9639         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9640         * sys/osxaudio/gstosxaudiosrc.c:
9641         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9642         (gst_osx_audio_src_create_ringbuffer):
9643         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9644         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9645         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9646         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9647         * sys/osxaudio/gstosxringbuffer.h:
9648         Activate osxaudio in gst-plugins-good with proper build setup.
9649         Add inlined documentation.
9650         Fix debug statements
9651         Fix ringbuffer when pausing.
9652         Fixes #323471
9653
9654 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9655         * gst/rtp/gstrtppcmapay.c:
9656         * gst/rtp/gstrtppcmapay.h:
9657         * gst/rtp/gstrtppcmupay.c:
9658         * gst/rtp/gstrtppcmupay.h:
9659         Ported mulaw and alaw payloaders to use new base class
9660
9661 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9662
9663         * po/af.po:
9664         * po/az.po:
9665         * po/cs.po:
9666         * po/en_GB.po:
9667         * po/it.po:
9668         * po/nl.po:
9669         * po/or.po:
9670         * po/sq.po:
9671         * po/sr.po:
9672         * po/sv.po:
9673         * po/uk.po:
9674         * po/vi.po:
9675           Update translations.
9676
9677 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9678
9679         * configure.ac:
9680           Fix string replace error (AG_AG_GST_* => AG_GST_*).
9681
9682 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9683
9684         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
9685           Fix handling of -1 values for start and stop values when seeking,
9686           and SEEK_CUR+SEEK_END here as well.
9687
9688 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
9689
9690         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
9691           Fix handling of -1 values for start and stop values when seeking, 
9692           and SEEK_CUR+SEEK_END.
9693
9694 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9695
9696         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9697           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
9698           the image format a variable-length NUL-terminated string; in
9699           versions before that the image format is a fixed-length string of
9700           3 characters (see #348644 for a sample tag).
9701           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
9702
9703 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9704
9705         * win32/MANIFEST:
9706         Add new project files to MANIFEST.
9707         * win32/vs6/libgstaudiofx.dsp:
9708         * win32/vs6/libgstrtp.dsp:
9709         * win32/vs6/libgstrtsp.dsp:
9710         Update project files.
9711         
9712 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9713
9714         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
9715         (gst_avi_demux_parse_index):
9716         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9717         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
9718           Printf format fixes; also add some missing quotes in translated
9719           strings. Fixes #416728 and #416727.
9720
9721 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9722
9723         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
9724           Tim and I can't think of any reason the child audio sink needs to 
9725           be set back to NULL after successfully determining that it can 
9726           reach READY - it gets immediately set back to READY by the caller
9727           anyway, causing an unnecessary close/open of any audio devices
9728           involved.
9729
9730 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9731
9732         * po/LINGUAS:
9733         * po/ja.po:
9734           Add ja.po file from #377306.
9735
9736 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9737
9738         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9739         * sys/sunaudio/gstsunaudiomixertrack.c:
9740         (gst_sunaudiomixer_track_new):
9741           Actually translate sunaudio mixer track labels instead of just
9742           marking the strings as translatable (#377306); clean up weird
9743           label string mapping code that serves no apparent purpose. Also
9744           set the 'untranslated-label' property when creating mixer tracks
9745           if the GstMixerTrack base class supports this.
9746
9747         * tests/check/Makefile.am:
9748         * tests/check/elements/.cvsignore:
9749         * tests/check/elements/sunaudio.c: (GST_START_TEST),
9750         (sunaudio_suite):
9751           Very minimalistic unit test for sunaudiomixer element (compiles, but not
9752           actually tested on a system where sunaudiomixer is available).
9753
9754 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9755
9756         * tests/check/Makefile.am:
9757         Re-enable the states test and see if it works on the buildbots.
9758
9759 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
9760
9761         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
9762         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
9763         (gst_dvdec_change_state):
9764         * ext/dv/gstdvdec.h:
9765         Infer pixel-aspect-ratio from the video frame format if it isn't
9766         provided by the container, as happens when playing DV from AVI
9767         or Quicktime containers.
9768
9769         Patch by: Wim Taymans <wim@fluendo.com>
9770         Fixes #380944
9771
9772 2007-03-09  Wim Taymans  <wim@fluendo.com>
9773
9774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
9775         When activated, remove the udpsrc timeout, we have dataflow and timeouts
9776         will later be handled by the jitterbuffer.
9777
9778 2007-03-09  Wim Taymans  <wim@fluendo.com>
9779
9780         * ext/taglib/gstid3v2mux.cc:
9781         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9782         Fixes #414496.
9783         
9784         Patch by: Alex Lancaster <alexl at users sourceforge net>
9785
9786 2007-03-09  Wim Taymans  <wim@fluendo.com>
9787
9788         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9789         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
9790         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9791         (gst_avi_demux_chain):
9792         Fix stream position reporting after a seek. Fixes #416445.
9793
9794 2007-03-08  Wim Taymans  <wim@fluendo.com>
9795
9796         Patch by: René Stadler <mail at renestadler dot de>
9797
9798         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9799         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
9800         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
9801         Make avidemux accept optional header chunks in any order.
9802         Fixes #415446.
9803
9804 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9805
9806         * tests/check/Makefile.am:
9807         Disable the states check until the remaining Valgrind errors
9808         are fixed or suppressed.
9809
9810 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9811
9812         * tests/check/elements/.cvsignore:
9813           Add audiodynamic check to .cvsignore
9814
9815 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
9816
9817         reviewed by: Stefan Kost  <ensonic@users.sf.net>
9818
9819         * gst/audiofx/Makefile.am:
9820         * gst/audiofx/audiodynamic.c:
9821         (gst_audio_dynamic_characteristics_get_type),
9822         (gst_audio_dynamic_mode_get_type),
9823         (gst_audio_dynamic_set_process_function),
9824         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
9825         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
9826         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
9827         (gst_audio_dynamic_transform_hard_knee_compressor_int),
9828         (gst_audio_dynamic_transform_hard_knee_compressor_float),
9829         (gst_audio_dynamic_transform_soft_knee_compressor_int),
9830         (gst_audio_dynamic_transform_soft_knee_compressor_float),
9831         (gst_audio_dynamic_transform_hard_knee_expander_int),
9832         (gst_audio_dynamic_transform_hard_knee_expander_float),
9833         (gst_audio_dynamic_transform_soft_knee_expander_int),
9834         (gst_audio_dynamic_transform_soft_knee_expander_float),
9835         (gst_audio_dynamic_transform_ip):
9836         * gst/audiofx/audiodynamic.h:
9837         * gst/audiofx/audiofx.c: (plugin_init):
9838         Add new audiodynamic element which can act as a compressor or
9839         expander. Supported are hard-knee and soft-knee operation modes with
9840         user-specified ratio and threshold.
9841         Attack and release parameters are not yet implemented but will follow.
9842         * docs/plugins/Makefile.am:
9843         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9844         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9845         * docs/plugins/gst-plugins-good-plugins.args:
9846         * docs/plugins/inspect/plugin-audiofx.xml:
9847         Integrate audiodynamic into the docs.
9848         * tests/check/Makefile.am:
9849         * tests/check/elements/audiodynamic.c: (setup_dynamic),
9850         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
9851         Add unit test for audiodynamic.
9852
9853 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9854
9855         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
9856         Free handles that we allocated when exiting via the error paths.
9857
9858 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
9859
9860         * gst/level/gstlevel.c: (gst_level_class_init),
9861         (gst_level_set_caps), (gst_level_start), (gst_level_event),
9862         (gst_level_transform_ip):
9863         * gst/level/gstlevel.h:
9864           Resolve message timestamps against the playback segment.
9865
9866 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9867
9868         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
9869         (gst_id3demux_sink_activate):
9870           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
9871           caps passed to it (previously one code path assumed it took ownership
9872           while another one assumed it didn't, while in fact it sometimes did and
9873           sometimes didn't ...).
9874
9875         * configure.ac:
9876         * tests/files/Makefile.am:
9877         * tests/files/id3-407349-1.tag:
9878         * tests/files/id3-407349-2.tag:
9879           Add directory where data for unit tests can be stored.
9880
9881         * tests/Makefile.am:
9882         * tests/check/Makefile.am:
9883         * tests/check/elements/.cvsignore:
9884         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
9885         (read_tags_from_file), (run_check_for_file),
9886         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
9887           Add unit test for id3demux, and in particular for bug #407349. Only
9888           testing pull-mode for now; push mode doesn't work yet because the test
9889           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
9890
9891 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9892
9893         * tests/check/Makefile.am:
9894           Add missing backslash at end of line.
9895
9896 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9897
9898         Trigger rebuild.
9899
9900 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9901
9902         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9903         * gst/id3demux/id3tags.h:
9904         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9905         (parse_obsolete_tdat_frame):
9906           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
9907           the four-digit number will be interpreted as a year, whereas it is
9908           month and day in DDMM format. Instead, parse TDAT frames and fix up
9909           the date in the GST_TAG_DATE tag later if we also extracted a year.
9910           Fixes #407349.
9911
9912 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9913
9914         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9915         (gst_switch_commit_new_kid):
9916         Fix up the dispose logic so it doesn't leak, and fix setting of 
9917         the child state so that we don't set a child to our current state 
9918         just as we are changing it to something else.
9919
9920 2007-03-06  Wim Taymans  <wim@fluendo.com>
9921
9922         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
9923         (gst_goom_chain):
9924         * gst/goom/gstgoom.h:
9925         Document, fix and improve goom adapter behaviour.
9926         Fixes #407006.
9927
9928 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9929
9930         * ext/esd/esdsink.c: (gst_esdsink_open):
9931         Unref static pad template after using it.
9932
9933 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9934
9935         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
9936         (gst_switch_commit_new_kid):
9937         Fix up the reference counting of the child elements.
9938
9939 2007-03-05  Wim Taymans  <wim@fluendo.com>
9940
9941         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9942         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
9943         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
9944         Fix encoding-name case.
9945
9946 2007-03-05  Wim Taymans  <wim@fluendo.com>
9947
9948         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
9949         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
9950         (gst_rtp_speex_depay_process):
9951         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
9952         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
9953         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
9954         (gst_rtp_speex_pay_change_state):
9955         * gst/rtp/gstrtpspeexpay.h:
9956         Fix speex (de)payloader. Fixes #358040.
9957
9958 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9959
9960         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
9961         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
9962         Install fakesink in NULL by fixing some broken logic. This obviates
9963         the need to manually set _IS_SINK.
9964         Add some comments and remove a little cruft while I'm at it.
9965
9966 2007-03-05  Wim Taymans  <wim@fluendo.com>
9967
9968         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
9969         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
9970
9971 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9972
9973         * po/POTFILES.in:
9974           Update.
9975
9976 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9977
9978         * tests/check/Makefile.am:
9979         Gah! Also disable gconfvideosink from the tests, otherwise
9980         it will instantiate autovideosink, and dfbvideosink and
9981         leak on the buildbots.
9982
9983 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9984
9985         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
9986         (gst_cdio_cdda_src_finalize):
9987         Make sure we always destroy our libcdio handle.
9988
9989 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9990
9991         * tests/check/Makefile.am:
9992         Disable autovideosink so the buildbots don't barf over memory
9993         leaked in the directfb sink.
9994
9995 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
9996
9997         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
9998         Chain up in dispose
9999
10000 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10001
10002         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10003         (gst_multipart_find_pad_by_mime):
10004         Use gst_pad_new_from_static_template instead of
10005         static_pad_template_get+pad_new.
10006
10007 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10008
10009         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10010         Catch the case where no clock has been set.
10011
10012 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10013
10014         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10015         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10016         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10017         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10018         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10019         (gst_gconf_audio_src_finalize), (do_toggle_element):
10020         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10021         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10022         (do_toggle_element):
10023         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10024         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10025         (gst_gconf_video_src_finalize), (do_toggle_element):
10026         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10027         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10028         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10029         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10030         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10031         (gst_shout2send_init), (gst_shout2send_finalize):
10032         * gst/debug/testplugin.c: (gst_test_class_init),
10033         (gst_test_finalize):
10034         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10035         (gst_flxdec_dispose):
10036         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10037         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10038         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10039         (gst_rtspsrc_finalize):
10040         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10041         * gst/rtsp/rtspextwms.h:
10042         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10043         (gst_smpte_finalize):
10044         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10045         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10046         (gst_udpsink_finalize):
10047         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10048         (gst_wavparse_sink_activate):
10049         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10050         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10051         (gst_oss_src_finalize):
10052         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10053         * sys/v4l2/gstv4l2object.h:
10054         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10055         (gst_v4l2src_finalize):
10056         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10057
10058         Fix a bunch of leaks shown by the newly-added states test.
10059
10060 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10061
10062         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10063         Use gst_pad_new_from_static_template instead of 
10064         static_pad_template_get+pad_new.
10065
10066 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10067
10068         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10069
10070         * ext/libcaca/Makefile.am:
10071         * gst/debug/Makefile.am:
10072           Don't mix tabs and spaces (#414168).
10073
10074 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10075
10076         * tests/check/generic/.cvsignore:
10077           Ignore files to please buildbot.
10078
10079 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10080
10081         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10082         (gst_wavparse_stream_data):
10083           Unbreak my previous commit (swapped nominator & denominator). Tim,
10084           thanks for spotting.
10085
10086 2007-03-02  Wim Taymans  <wim@fluendo.com>
10087
10088         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10089         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10090         (gst_cdio_cdda_src_finalize):
10091         Small code cleanups.
10092         Don't use pad_alloc as the base class cannot deal with the error codes.
10093
10094 2007-03-02  Wim Taymans  <wim@fluendo.com>
10095
10096         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10097         (gst_udpsrc_create):
10098         Fix doc.
10099
10100 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10101
10102         Patch by: René Stadler <mail@renestadler.de>
10103
10104         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10105         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10106         (gst_wavparse_stream_data):
10107           Handle rounding better to not drop last sample frame. Fixes #356692
10108
10109 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10110
10111         * tests/check/Makefile.am:
10112         Disable cacasink from the states check too - it also calls exit(1)
10113         on us when it can't find a terminal to talk to.
10114
10115 2007-03-02  Wim Taymans  <wim@fluendo.com>
10116
10117         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10118
10119         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10120         (gst_udpsrc_create), (gst_udpsrc_set_property),
10121         (gst_udpsrc_get_property):
10122         * gst/udp/gstudpsrc.h:
10123         Add support to strip proprietary headers. Fixes #350296.
10124
10125 2007-03-02  Wim Taymans  <wim@fluendo.com>
10126
10127         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10128         Fix compilation.
10129
10130 2007-03-02  Wim Taymans  <wim@fluendo.com>
10131
10132         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10133
10134         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10135         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10136         (gst_rtp_mp2t_depay_set_property),
10137         (gst_rtp_mp2t_depay_get_property):
10138         * gst/rtp/gstrtpmp2tdepay.h:
10139         Add support to strip off proprietary headers. Fixes #350278.
10140
10141 2007-03-02  Wim Taymans  <wim@fluendo.com>
10142
10143         * ext/hal/hal.c:
10144         Fix compilation.
10145
10146 2007-03-02  Wim Taymans  <wim@fluendo.com>
10147
10148         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10149         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10150         (gst_sunaudiosrc_open):
10151         * sys/sunaudio/gstsunaudiosrc.h:
10152         Remove device-name from GstSunAudioSrc. Fixes #412597.
10153
10154 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10155
10156         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10157         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10158         Having NULL as UDI previously selected the default sink/src. Change
10159         this back but mention it in the debug output.
10160         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10161         (gst_hal_get_oss_element), (gst_hal_get_string),
10162         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10163         (gst_hal_get_audio_src):
10164         * ext/hal/hal.h:
10165         Refactor a bit, check all error conditions, greatly improve debugging
10166         and fix some possible memory leaks. Also implement OSS support
10167         and allow specifying an UDI that points to a real device. For this the
10168         child device which supports ALSA (preferred) or OSS is used.
10169         As a side effect this makes it impossible now to get a alsasink in
10170         halaudiosrc and a alsasrc in halaudiosink.
10171
10172 2007-03-01  Wim Taymans  <wim@fluendo.com>
10173
10174         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10175         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10176         Errors from the udp sources are not fatal unless all of them are in
10177         error.
10178
10179 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10180
10181         * tests/check/Makefile.am:
10182         Disable aasink in the states test. I suspect this is the element that
10183         is calling exit(1) when it can't proceed.
10184
10185 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10186
10187         * tests/check/Makefile.am:
10188         Draw plugins in from the build tree sys/ dir, rather than picking
10189         up the already installed versions.
10190
10191 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10192
10193         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10194         Error out correctly when getting xcontext fails.
10195
10196 2007-03-01  Wim Taymans  <wim@fluendo.com>
10197
10198         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10199         Make state change to PAUSED NO_PREROLL because that's what it will be in
10200         the future and rtspsrc relies on it.
10201
10202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10203         (gst_rtspsrc_change_state):
10204         Don't error out when we don't get an error from the state change
10205         function.
10206
10207 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10208
10209         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10210         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10211           Check if the device UDI is set before trying to query HAL
10212           about it and give a useful error message if it wasn't set.
10213         * ext/hal/hal.c: (gst_hal_get_string):
10214           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10215           gives an assertion failure in D-Bus when running with
10216           DBUS_FATAL_WARNINGS=1.
10217
10218 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10219
10220         * configure.ac:
10221           Convert to new AG_GST style.
10222
10223 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10224
10225         * tests/check/Makefile.am:
10226         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10227           add test for states
10228
10229 2007-02-28  Wim Taymans  <wim@fluendo.com>
10230
10231         * tests/check/elements/.cvsignore:
10232         Add new videofilter check to .cvsignore.
10233
10234 2007-02-28  Wim Taymans  <wim@fluendo.com>
10235
10236         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10237         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10238         (gst_avi_demux_loop), (gst_avi_demux_chain):
10239         Fix combined flow return. Fixes #412608.
10240
10241 2007-02-28  Wim Taymans  <wim@fluendo.com>
10242
10243         * gst/videofilter/Makefile.am:
10244         Dist header..
10245
10246 2007-02-28  Wim Taymans  <wim@fluendo.com>
10247
10248         * gst/videofilter/gstgamma.h:
10249         Add header too.
10250
10251 2007-02-28  Wim Taymans  <wim@fluendo.com>
10252
10253         Patch by: Mark Nauwelaerts <manauw at skynet be>
10254
10255         * gst/videofilter/Makefile.am:
10256         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10257         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10258         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10259         (oil_tablelookup_u8), (gst_gamma_set_caps),
10260         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10261         Port gamma filter to 0.10. Fixes #412704.
10262
10263         * tests/check/Makefile.am:
10264         * tests/check/elements/videofilter.c: (setup_filter),
10265         (cleanup_filter), (check_filter), (GST_START_TEST),
10266         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10267         Add unit tests for videofilters.
10268
10269 2007-02-28  Wim Taymans  <wim@fluendo.com>
10270
10271         * gst/rtsp/URLS:
10272         Add another interesting test url.
10273
10274         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10275         Don't allow getting header fields from data packets.
10276
10277 2007-02-28  Michael Smith  <msmith@fluendo.com>
10278
10279         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10280         (gst_shout2send_init), (gst_shout2send_start),
10281         (gst_shout2send_set_property), (gst_shout2send_get_property):
10282         * ext/shout2/gstshout2.h:
10283           Add a property for username.
10284
10285 2007-02-27  Christian Schallerr <christian@fluendo.com>
10286
10287         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10288
10289 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10290
10291         * gst/rtsp/Makefile.am:
10292         Fix make check too.
10293
10294 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10295
10296         * gst/rtsp/base64.c: (util_base64_encode):
10297         * gst/rtsp/base64.h:
10298         Commit missing files for base64 encoding.
10299
10300 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10301
10302         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10303
10304         * configure.ac:
10305         * ext/annodex/Makefile.am:
10306         * ext/jpeg/Makefile.am:
10307         * ext/speex/Makefile.am:
10308         * gst/alpha/Makefile.am:
10309         * gst/cutter/Makefile.am:
10310         * gst/debug/Makefile.am:
10311         * gst/effectv/Makefile.am:
10312         * gst/goom/Makefile.am:
10313         * gst/level/Makefile.am:
10314         * gst/smpte/Makefile.am:
10315         * gst/videofilter/Makefile.am:
10316           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10317
10318 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10319
10320         * gst/rtsp/Makefile.am:
10321         * gst/rtsp/rtspconnection.c: (append_auth_header),
10322         (rtsp_connection_send), (rtsp_connection_set_auth):
10323         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10324         from icecast to replace it. Relicensed from GPL courtesy of Mike
10325         Smith.
10326
10327 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10328
10329         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10330         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10331         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10332         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10333         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10334         (gst_rtspsrc_uri_set_uri):
10335         * gst/rtsp/gstrtspsrc.h:
10336         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10337         (append_auth_header), (rtsp_connection_send),
10338         (rtsp_connection_free), (rtsp_connection_set_auth):
10339         * gst/rtsp/rtspconnection.h:
10340         * gst/rtsp/rtspdefs.h:
10341         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10342         * gst/rtsp/rtspurl.h:
10343
10344         Implement simple Basic Authentication support so that urls like
10345         rtsp://user:pass@hostname/rtspstream work on hosts that require
10346         authentication.
10347
10348 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10349
10350         * sys/v4l2/gstv4l2object.c:
10351         * sys/v4l2/gstv4l2tuner.c:
10352         * sys/v4l2/v4l2_calls.c:
10353         Fix segfault when oppening a radio device.
10354         
10355 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10356
10357         * gst/level/gstlevel.c: (gst_level_set_caps),
10358         (gst_level_transform_ip):
10359         * sys/v4l2/README:
10360         * tests/check/elements/level.c: (GST_START_TEST):
10361           Fix level for multi-channel case.
10362
10363 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10364
10365         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10366         (gst_level_transform_ip):
10367         * gst/level/gstlevel.h:
10368           Use function pointer for process function and add process functions
10369           for float audio.
10370
10371 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10372
10373         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10374         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10375         (gst_v4l2src_capture_init):
10376           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10377           fixes #407369
10378
10379 2007-02-18  Wim Taymans  <wim@fluendo.com>
10380
10381         * gst/rtp/Makefile.am:
10382         * gst/rtp/gstrtp.c: (plugin_init):
10383         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10384         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10385         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10386         (gst_rtp_mp2t_pay_plugin_init):
10387         * gst/rtp/gstrtpmp2tpay.h:
10388         Added simple mpeg transport stream payloader.
10389
10390 2007-02-16  Wim Taymans  <wim@fluendo.com>
10391
10392         * gst/rtsp/URLS:
10393         Add example H264 rtsp url.
10394
10395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10396         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10397         Don't convert values to lowercase or we might mess up base64 encoded
10398         properties.
10399
10400 2007-02-16  Wim Taymans  <wim@fluendo.com>
10401
10402         * gst/rtp/README:
10403         Fix case of string params.
10404
10405         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10406         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10407         Fix depayloader, support more packet types.
10408         Add sync codes to make sure the packetizer can do its job.
10409
10410         * gst/rtp/gstrtpmp4gdepay.c:
10411         * gst/rtp/gstrtpmp4gpay.c:
10412         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10413         Fix caps case again.
10414
10415 2007-02-15  Wim Taymans  <wim@fluendo.com>
10416
10417         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10418         Set right caps on output buffers.
10419
10420 2007-02-14  Wim Taymans  <wim@fluendo.com>
10421
10422         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10423         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10424         Clear stack allocated SDPMedia struct before calling _init() on it.
10425         Clarify this in the docs as well.
10426
10427 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10428
10429         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10430         (do_change_child):
10431         Don't reset the profile when going switching states, as it makes
10432         the element non-reusable.
10433
10434 2007-02-14  Wim Taymans  <wim@fluendo.com>
10435
10436         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10437         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10438         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10439         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10440         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10441         (sdp_parse_line):
10442         * gst/rtsp/sdpmessage.h:
10443         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10444         Fix memory management of SDP messages. Fixes #407793.
10445
10446 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10447
10448         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10449
10450         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10451         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10452
10453 2007-02-14  Wim Taymans  <wim@fluendo.com>
10454
10455         Patch by: jp.liu <jp_liu at astrocom dot cn>
10456
10457         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10458         Fix parsing of password field in url. Fixes #407797.
10459
10460 2007-02-14  Wim Taymans  <wim@fluendo.com>
10461
10462         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10463         (gst_wavparse_reset), (gst_wavparse_init),
10464         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10465         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10466         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10467         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10468         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10469         (gst_wavparse_loop), (gst_wavparse_chain),
10470         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10471         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10472         (plugin_init):
10473         * gst/wavparse/gstwavparse.h:
10474         Update docs.
10475         Use boilerplate.
10476         Various code cleanups.
10477         When the bitrate is not known (bps == 0 or compressed formats) let
10478         downstream element guestimate the duration and position and don't
10479         generate timestamps or durations. Fixes #405213.
10480         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10481         error flowreturn upstream.
10482
10483 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10484
10485         * ext/gconf/Makefile.am:
10486         * ext/gconf/gconf.c: (gst_gconf_get_string),
10487         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10488         (gst_gconf_render_bin_with_default):
10489         * ext/gconf/gconf.h:
10490         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10491         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10492         (gst_gconf_audio_sink_dispose), (do_change_child),
10493         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10494         (cb_change_child), (gst_gconf_audio_sink_change_state):
10495         * ext/gconf/gstgconfaudiosink.h:
10496         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10497         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10498         (gst_switch_sink_init), (gst_switch_sink_dispose),
10499         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10500         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10501         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10502         * ext/gconf/gstswitchsink.h:
10503         * gst/autodetect/gstautoaudiosink.c:
10504         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10505         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10506         (gst_auto_audio_sink_detect):
10507         * gst/autodetect/gstautovideosink.c:
10508         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10509         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10510         (gst_auto_video_sink_detect):
10511         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10512         and a child that implements the GConf key monitoring. The end goal of
10513         this is an audio sink that can be changed on the fly, but at the 
10514         moment it still only changes on the next READY transition.
10515
10516 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10517
10518         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10519         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10520         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10521         (gst_avi_demux_calculate_durations_from_index),
10522         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10523         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10524         (gst_avi_demux_loop):
10525           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10526
10527 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10528
10529         * configure.ac:
10530         * docs/plugins/Makefile.am:
10531           Add crossreferences to glib/gobject/gstream docs.
10532
10533 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10534
10535         * gst/monoscope/Makefile.am:
10536         * gst/monoscope/gstmonoscope.c:
10537           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10538           (but no LIBS, since we only use defines from the headers).
10539
10540 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10541
10542         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10543
10544         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10545         (gst_wavparse_stream_data):
10546           Fix massive memory leak when operating in streaming mode due to
10547           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10548           Fixes #407057.
10549
10550 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10551
10552         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10553         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10554         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10555         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10556         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10557         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10558         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10559         (gst_avi_demux_calculate_durations_from_index),
10560         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10561         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10562         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10563         * gst/avi/gstavidemux.h:
10564           Save some memory (8%) by repacking the index entry structure (more to
10565           come). Add more FIXMEs to questionable parts.
10566
10567 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10568
10569         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10570         (gst_v4l2src_get_caps):
10571         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10572         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10573         (gst_v4l2src_capture_init):
10574           More FIXME comments and messaging changes.
10575
10576 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10577
10578         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10579         (gst_goom_change_state):
10580         * gst/goom/gstgoom.h:
10581           Improved docs and use GST_DEBUG_FUNCPTR.
10582
10583         * gst/level/gstlevel.c: (gst_level_class_init):
10584           Use GST_DEBUG_FUNCPTR.
10585
10586         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10587         (gst_monoscope_chain), (gst_monoscope_change_state):
10588           Improved docs source cleanups.
10589
10590 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10591
10592         * gst/debug/Makefile.am:
10593         * gst/debug/gstdebug.c: (plugin_init):
10594         * gst/debug/gstpushfilesrc.c:
10595         * gst/debug/gstpushfilesrc.h:
10596           Add code for a pushfilesrc element that implements a pushfile:// URI
10597           handler, to make debugging push-mode operation of demuxer/decoders
10598           that support both easier in connection with seek/playbin/etc.
10599           The element isn't registered at the moment.
10600
10601 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10602
10603         * gst/avi/gstavimux.c:
10604           Comment a #if 0 in caps template definition as VS6 seems to 
10605         do not support it.
10606         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10607           Use gst_guint64_to_gdouble for conversion.
10608         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10609           Move variables declaration before the first instruction.
10610         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10611           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10612           And don't include netdb.h for G_OS_WIN32
10613         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10614           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10615           by VS6 then use an other way to initialize SDPMedia structure.
10616         * gst/udp/gstdynudpsink.h:
10617         * gst/udp/gstdynudpnetutils.h:
10618           Do not include <sys/time.h> for G_OS_WIN32
10619         * gst/udp/gstudpsrc.c:
10620           Define socklen_t as int for G_OS_WIN32
10621         * win/common/config.h.in:
10622           Undef HAVE_NETINET_IN_H
10623         * win32/vs6/gst_plugins_good.dsw:
10624         * win32/vs6/libgstrtp.dsp:
10625         * win32/vs6/libgstrtsp.dsp:
10626         * win32/vs6/libgstautogen.dsp:
10627         * win32/vs6/libgstaudiofx.dsp:
10628         * win32/vs6/libgstudp.dsp:
10629           Add and update project files.
10630         * win32/common/gstudp-enumtypes.c:
10631         * win32/common/gstudp-enumtypes.h:
10632           Add a copy of udp enumtypes to win32/common as in core 
10633           and base.
10634         
10635 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
10636
10637         * configure.ac:
10638           Activate monoscope when building with --enable-experimental. Fix
10639           --enable-external configure switch description.
10640
10641         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10642         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10643           Help gst-indent.
10644
10645 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10646
10647         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10648           Explicitly cast result of pointer arithmetic to integer in order to
10649           avoid compiler warnings on some 64-bit systems. Should fix #406018.
10650
10651 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10652
10653         * gst/debug/progressreport.c:
10654           Some more docs.
10655
10656 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10657
10658         * docs/plugins/inspect/plugin-rtp.xml:
10659           Update for new elements.
10660
10661         * gst/debug/progressreport.h:
10662           Commit newly-created header file as well.
10663
10664 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         * docs/plugins/Makefile.am:
10667         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10668         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10669         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10670         * gst/debug/Makefile.am:
10671         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
10672         (gst_progress_report_do_query), (gst_progress_report_report):
10673           Make progressreport element post messages with the current progress
10674           on the bus. Also add some basic docs for it.
10675
10676 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10677
10678         * ext/hal/hal.c: (gst_hal_get_string):
10679         * ext/hal/hal.h:
10680           Some small cleanups; deal with errors when parsing the HAL ALSA
10681           capabilities a bit better.
10682
10683 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10686           Let's try this again and use the right cast this time.
10687
10688 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10689
10690         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10691           Add cast to avoid compiler warnings with older GLib versions
10692           where the nick/name members in GEnumValue are not declared as
10693           constant strings.
10694
10695 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
10698         (gst_gconf_render_bin_from_key),
10699         (gst_gconf_get_default_audio_sink):
10700         * ext/gconf/gconf.h:
10701         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
10702         (do_toggle_element), (gst_gconf_audio_sink_set_property),
10703         (gst_gconf_audio_sink_get_property):
10704           In gconfaudiosink, get the right key as the old key in do_toggle
10705           (ie. one dependent on the profile selected). Log some more stuff so
10706           we can see what's actually going on.
10707
10708 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
10709
10710         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
10711         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
10712         (gst_audio_amplify_set_process_function),
10713         (gst_audio_amplify_setup):
10714         * gst/audiofx/audioamplify.h:
10715         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10716         (gst_audio_invert_class_init), (gst_audio_invert_setup):
10717         * gst/audiofx/audioinvert.h:
10718         Some small cleanups and port both elements to the new GstAudioFilter
10719         base class to save a few lines of common code.
10720         * gst/audiofx/Makefile.am:
10721         Link against libgstaudio for the above changes
10722
10723 2007-01-29  Wim Taymans  <wim@fluendo.com>
10724
10725         * tests/check/elements/.cvsignore:
10726         Some more ignores.
10727
10728 2007-01-26  Wim Taymans  <wim@fluendo.com>
10729
10730         Patch by: charles <charlesg3 at gmail dot com>
10731
10732         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10733         (set_shout_metadata), (gst_shout2send_event):
10734         * ext/shout2/gstshout2.h:
10735         Properly handle tags in shout2send. Fixes #399825.
10736
10737 2007-01-25  Wim Taymans  <wim@fluendo.com>
10738
10739         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10740         (gst_rtspsrc_activate_streams):
10741         Convert SDP fields to upper/lowercase following the rules in the SDP to
10742         caps document. 
10743
10744 2007-01-25  Wim Taymans  <wim@fluendo.com>
10745
10746         * gst/rtp/README:
10747         * gst/rtp/gstrtpilbcdepay.c:
10748         * gst/rtp/gstrtpilbcpay.c:
10749         * gst/rtp/gstrtpmp4gdepay.c:
10750         * gst/rtp/gstrtpmp4gpay.c:
10751         * gst/rtp/gstrtpspeexdepay.c:
10752         * gst/rtp/gstrtpspeexpay.c:
10753         * gst/rtp/gstrtpsv3vdepay.c:
10754         * gst/rtp/gstrtptheoradepay.c:
10755         * gst/rtp/gstrtptheorapay.c:
10756         * gst/rtp/gstrtpvorbisdepay.c:
10757         * gst/rtp/gstrtpvorbispay.c:
10758         Fix case of encoding-name and key/value pairs to match the document.
10759         This is to make interoperation with SDP case-insensitive as required by
10760         the relevant RFCs.
10761
10762 2007-01-25  Wim Taymans  <wim@fluendo.com>
10763
10764         * configure.ac:
10765         Bump required -core/-base to CVS
10766
10767 2007-01-25  Wim Taymans  <wim@fluendo.com>
10768
10769         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
10770         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
10771         * gst/rtp/gstrtpL16pay.h:
10772         Fill up to MTU using adapter.
10773         Timestamp rtp packets.
10774
10775 2007-01-25  Edward Hervey  <edward@fluendo.com>
10776
10777         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10778         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
10779         Use G_GSIZE_FORMAT in print statements for portability.
10780         Fixes build on macosx.
10781
10782 2007-01-24  Wim Taymans  <wim@fluendo.com>
10783
10784         * gst/rtp/Makefile.am:
10785         * gst/rtp/gstrtp.c: (plugin_init):
10786         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
10787         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
10788         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
10789         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
10790         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
10791         (gst_rtp_L16_depay_plugin_init):
10792         * gst/rtp/gstrtpL16depay.h:
10793         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
10794         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
10795         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
10796         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
10797         (gst_rtp_L16_pay_plugin_init):
10798         * gst/rtp/gstrtpL16pay.h:
10799         Port and enable raw audio payloader/depayloader. Needs a bit more work
10800         on the payloader side.
10801
10802 2007-01-24  Wim Taymans  <wim@fluendo.com>
10803
10804         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
10805         (gst_rtspsrc_stream_configure_transport),
10806         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
10807         * gst/rtsp/gstrtspsrc.h:
10808         Only unblock the udp pads when we linked and activated them all.
10809         Fixes #395688.
10810
10811 2007-01-24  Wim Taymans  <wim@fluendo.com>
10812
10813         * gst/rtp/Makefile.am:
10814         * gst/rtp/gstrtp.c: (plugin_init):
10815         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
10816         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
10817         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
10818         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
10819         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
10820         * gst/rtp/gstrtpac3depay.h:
10821         Added simple AC3 depayloader (RFC 4184).
10822
10823         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10824         Fix a leak.
10825
10826 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
10827
10828         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10829
10830         * gst/audiofx/Makefile.am:
10831         * gst/audiofx/audioamplify.c:
10832         (gst_audio_amplify_clipping_method_get_type),
10833         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
10834         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
10835         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
10836         (gst_audio_amplify_set_caps),
10837         (gst_audio_amplify_transform_int_clip),
10838         (gst_audio_amplify_transform_int_wrap_negative),
10839         (gst_audio_amplify_transform_int_wrap_positive),
10840         (gst_audio_amplify_transform_float_clip),
10841         (gst_audio_amplify_transform_float_wrap_negative),
10842         (gst_audio_amplify_transform_float_wrap_positive),
10843         (gst_audio_amplify_transform_ip):
10844         * gst/audiofx/audioamplify.h:
10845         * gst/audiofx/audiofx.c: (plugin_init):
10846         Add new element "audioamplify". This allows scaling of raw audio
10847         samples, similar to the "volume" element, but provides different modes
10848         for clipping and allows unlimited amplification. It's mainly targeted
10849         for creative sound design and not as a replacement of the "volume"
10850         element. Fixes #397162
10851         * docs/plugins/Makefile.am:
10852         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10853         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10854         * docs/plugins/gst-plugins-good-plugins.args:
10855         * docs/plugins/inspect/plugin-audiofx.xml:
10856         Add docs for audioamplify and integrate them into the build system
10857         * tests/check/Makefile.am:
10858         * tests/check/elements/audioamplify.c: (setup_amplify),
10859         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
10860         Add fairly extensive unit test suite for audioamplify
10861
10862 2007-01-24  Wim Taymans  <wim@fluendo.com>
10863
10864         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
10865         Unblock pads after adding the pads to the element so that autopluggers
10866         get a change to link something. Possibly fixes #395688.
10867
10868 2007-01-24  Wim Taymans  <wim@fluendo.com>
10869
10870         * gst/rtp/gstrtpamrdepay.c:
10871         * gst/rtp/gstrtpgsmdepay.c:
10872         * gst/rtp/gstrtph263pdepay.c:
10873         * gst/rtp/gstrtph263ppay.c:
10874         * gst/rtp/gstrtph264depay.c:
10875         * gst/rtp/gstrtpilbcdepay.c:
10876         * gst/rtp/gstrtpmp2tdepay.c:
10877         * gst/rtp/gstrtpmp4gdepay.c:
10878         * gst/rtp/gstrtpmp4gpay.c:
10879         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10880         * gst/rtp/gstrtpmp4vpay.c:
10881         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
10882         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
10883         (gst_rtp_mpa_depay_process):
10884         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
10885         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
10886         * gst/rtp/gstrtppcmadepay.c:
10887         * gst/rtp/gstrtppcmudepay.c:
10888         * gst/rtp/gstrtpspeexdepay.c:
10889         * gst/rtp/gstrtpspeexpay.c:
10890         * gst/rtp/gstrtpsv3vdepay.c:
10891         * gst/rtp/gstrtptheoradepay.c:
10892         * gst/rtp/gstrtptheorapay.c:
10893         * gst/rtp/gstrtpvorbisdepay.c:
10894         * gst/rtp/gstrtpvorbispay.c:
10895         Fix caps with payload numbers.
10896         Add some fixed payload numbers to caps when possible.
10897
10898 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
10899
10900         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10901
10902         * gst/audiofx/Makefile.am:
10903         * gst/audiofx/audiofx.c: (plugin_init):
10904         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
10905         (gst_audio_invert_class_init), (gst_audio_invert_init),
10906         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
10907         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
10908         (gst_audio_invert_transform_float),
10909         (gst_audio_invert_transform_ip):
10910         * gst/audiofx/audioinvert.h:
10911         Add new audiofx element "audioinvert". This element swaps the upper
10912         and lower half of samples and can be used for example for a
10913         wide-stereo effect. Fixes #396057
10914         * docs/plugins/Makefile.am:
10915         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10916         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10917         * docs/plugins/gst-plugins-good-plugins.args:
10918         * docs/plugins/inspect/plugin-audiofx.xml:
10919         Add docs for the audioinvert element and add them to the build system.
10920         * tests/check/Makefile.am:
10921         * tests/check/elements/audioinvert.c: (setup_invert),
10922         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
10923         Add unit test suite for the audioinvert element.
10924
10925 2007-01-23  Wim Taymans  <wim@fluendo.com>
10926
10927         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
10928         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
10929         Parse config params as string and int.
10930         Parse and use AU header length
10931
10932 2007-01-23  Wim Taymans  <wim@fluendo.com>
10933
10934         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
10935         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
10936         * gst/smpte/gstmask.c: (_gst_mask_register):
10937         * gst/smpte/gstmask.h:
10938         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
10939         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
10940         (gst_smpte_paint_triangle_clock):
10941         constify some static structs.
10942         Don't update the mask if nothing changed to the params.
10943         Make sure we never draw outside of the picture. Fixes #398325.
10944
10945 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
10948           Error out properly when pull_range fails while we're reading the
10949           headers, instead of just pausing the task silently. Fixes #399338.
10950
10951 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10952
10953         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10954           Some more sanity checks to make sure the input formats match and the
10955           input pads are actually negotiated, in case someone tries to feed
10956           buffers from fakesrc or filesrc. Fixes #398299.
10957           Also const-ify an array, just because we can.
10958
10959 2007-01-19  Edward Hervey  <edward@fluendo.com>
10960
10961         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
10962         Ignore previous commit, that was only valid for widths and heights
10963         that are multiples of 4.
10964         Copy over size/stride macros from jpegdec. This allows the element
10965         to work with any width,height...
10966         ... but puts in evidence that the actual transformations only work
10967         with width/height that are multiples of 4.
10968
10969 2007-01-19  Edward Hervey  <edward@fluendo.com>
10970
10971         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
10972         Allocate buffers of the right size.
10973         The proper size of a I420 buffer in bytes is:
10974         
10975             width * height * 3
10976             ------------------
10977                     2
10978
10979 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10980
10981         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10982           Proxy getcaps on sink pads too, so that we either end up with the
10983           same dimensions on all pads or error out if that's not possible
10984           (seems to work even!). Fixes #398086, I think.
10985
10986 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10987
10988         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10989         * docs/plugins/gst-plugins-good-plugins.args:
10990         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10991           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
10992           fix integer properties with -1 as minimum value.
10993
10994         * docs/plugins/inspect/plugin-1394.xml:
10995         * docs/plugins/inspect/plugin-aasink.xml:
10996         * docs/plugins/inspect/plugin-alaw.xml:
10997         * docs/plugins/inspect/plugin-alpha.xml:
10998         * docs/plugins/inspect/plugin-alphacolor.xml:
10999         * docs/plugins/inspect/plugin-annodex.xml:
11000         * docs/plugins/inspect/plugin-apetag.xml:
11001         * docs/plugins/inspect/plugin-audiofx.xml:
11002         * docs/plugins/inspect/plugin-auparse.xml:
11003         * docs/plugins/inspect/plugin-autodetect.xml:
11004         * docs/plugins/inspect/plugin-avi.xml:
11005         * docs/plugins/inspect/plugin-cacasink.xml:
11006         * docs/plugins/inspect/plugin-cairo.xml:
11007         * docs/plugins/inspect/plugin-cdio.xml:
11008         * docs/plugins/inspect/plugin-cutter.xml:
11009         * docs/plugins/inspect/plugin-debug.xml:
11010         * docs/plugins/inspect/plugin-dv.xml:
11011         * docs/plugins/inspect/plugin-efence.xml:
11012         * docs/plugins/inspect/plugin-effectv.xml:
11013         * docs/plugins/inspect/plugin-esdsink.xml:
11014         * docs/plugins/inspect/plugin-flac.xml:
11015         * docs/plugins/inspect/plugin-flxdec.xml:
11016         * docs/plugins/inspect/plugin-gconfelements.xml:
11017         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11018         * docs/plugins/inspect/plugin-goom.xml:
11019         * docs/plugins/inspect/plugin-halelements.xml:
11020         * docs/plugins/inspect/plugin-icydemux.xml:
11021         * docs/plugins/inspect/plugin-id3demux.xml:
11022         * docs/plugins/inspect/plugin-jpeg.xml:
11023         * docs/plugins/inspect/plugin-level.xml:
11024         * docs/plugins/inspect/plugin-matroska.xml:
11025         * docs/plugins/inspect/plugin-mulaw.xml:
11026         * docs/plugins/inspect/plugin-multipart.xml:
11027         * docs/plugins/inspect/plugin-navigationtest.xml:
11028         * docs/plugins/inspect/plugin-ossaudio.xml:
11029         * docs/plugins/inspect/plugin-png.xml:
11030         * docs/plugins/inspect/plugin-rtp.xml:
11031         * docs/plugins/inspect/plugin-rtsp.xml:
11032         * docs/plugins/inspect/plugin-shout2send.xml:
11033         * docs/plugins/inspect/plugin-smpte.xml:
11034         * docs/plugins/inspect/plugin-speex.xml:
11035         * docs/plugins/inspect/plugin-taglib.xml:
11036         * docs/plugins/inspect/plugin-udp.xml:
11037         * docs/plugins/inspect/plugin-videobalance.xml:
11038         * docs/plugins/inspect/plugin-videobox.xml:
11039         * docs/plugins/inspect/plugin-videoflip.xml:
11040         * docs/plugins/inspect/plugin-videomixer.xml:
11041         * docs/plugins/inspect/plugin-wavenc.xml:
11042         * docs/plugins/inspect/plugin-wavparse.xml:
11043         * docs/plugins/inspect/plugin-ximagesrc.xml:
11044           Update to CVS.
11045
11046 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11047
11048         Patch by: Sebastian Dröge <slomo circular-chaos org>
11049
11050         * gst/audiofx/audiopanorama.c:
11051           Fix doc section name (Fixes #397946)
11052
11053 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11054
11055         * sys/v4l2/gstv4l2object.c:
11056         (gst_v4l2_object_install_properties_helper),
11057         (gst_v4l2_object_set_property_helper),
11058         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11059         * sys/v4l2/gstv4l2object.h:
11060         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11061         (gst_v4l2src_init), (gst_v4l2src_set_property),
11062         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11063         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11064         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11065         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11066         (gst_v4l2src_capture_deinit):
11067           Fix EIO handing when capturing. Add new property to specify the number of
11068           buffers to enque (and remove the borked num-buffers usage).
11069
11070 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11071
11072         Patch by: Sebastian Dröge <slomo circular-chaos org>
11073
11074         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11075         (gst_audio_panorama_set_process_function):
11076           Use a function array for process methods, add more docs and define the
11077           startindex of enums.
11078
11079 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11080
11081         Patch by: Mark Nauwelaerts <manauw at skynet be>
11082
11083         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11084         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11085         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11086         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11087         (gst_avi_mux_riff_get_avi_header),
11088         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11089         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11090         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11091         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11092         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11093         (gst_avi_mux_change_state):
11094         * gst/avi/gstavimux.h:
11095         * tests/check/elements/avimux.c: (teardown_src_pad):
11096           Add support for more than one audio stream; write better AVIX
11097           header; refactor code a bit; don't announce vorbis caps on our audio
11098           sink pads since we don't support it anyway. Closes #379298.
11099
11100 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11101
11102         Patch by: Sebastian Dröge <slomo circular-chaos org>
11103
11104         * gst/audiofx/audiopanorama.c:
11105         (gst_audio_panorama_method_get_type),
11106         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11107         (gst_audio_panorama_set_process_function),
11108         (gst_audio_panorama_set_property),
11109         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11110         (gst_audio_panorama_transform_m2s_int_simple),
11111         (gst_audio_panorama_transform_s2s_int_simple),
11112         (gst_audio_panorama_transform_m2s_float_simple),
11113         (gst_audio_panorama_transform_s2s_float_simple):
11114         * gst/audiofx/audiopanorama.h:
11115           Add 'method' property and provide a simple (non-psychoacustic)
11116           processing method (#394859).
11117
11118         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11119         (panorama_suite):
11120           Tests for new method.
11121
11122 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11123
11124         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11125         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11126           Set correct caps on outgoing pulled buffers, or things blow up
11127           after recent core changes.
11128
11129 2007-01-11  Wim Taymans  <wim@fluendo.com>
11130
11131         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11132
11133         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11134         (gst_multipart_mux_request_new_pad),
11135         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11136         (gst_multipart_mux_change_state):
11137         Return FLOW errors ASAP. Fixes #394977.
11138         Misc cleanups.
11139
11140 2007-01-11  Wim Taymans  <wim@fluendo.com>
11141
11142         Patch by: Lutz Mueller <lutz at topfrose dot de>
11143
11144         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11145         Check for stream pad before activating. 
11146
11147 2007-01-10  Wim Taymans  <wim@fluendo.com>
11148
11149         Patch by: Peter Kjellerstedt  <pkj at axis com>
11150
11151         * gst/rtsp/COPYING.MIT:
11152         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11153         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11154         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11155         (gst_rtspsrc_stream_configure_transport),
11156         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11157         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11158         (gst_rtspsrc_parse_methods),
11159         (gst_rtspsrc_create_transports_string),
11160         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11161         (gst_rtspsrc_open), (gst_rtspsrc_close):
11162         * gst/rtsp/gstrtspsrc.h:
11163         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11164         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11165         (parse_request_line), (parse_line), (rtsp_connection_read),
11166         (rtsp_connection_close):
11167         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11168         (rtsp_method_as_text), (rtsp_header_as_text),
11169         (rtsp_status_as_text), (rtsp_find_header_field),
11170         (rtsp_find_method):
11171         * gst/rtsp/rtspdefs.h:
11172         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11173         (rtsp_ext_wms_configure_stream):
11174         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11175         (rtsp_message_new_request), (rtsp_message_init_request),
11176         (rtsp_message_new_response), (rtsp_message_init_response),
11177         (rtsp_message_init_data), (rtsp_message_unset),
11178         (rtsp_message_free), (rtsp_message_add_header),
11179         (rtsp_message_get_header), (rtsp_message_set_body),
11180         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11181         * gst/rtsp/rtspmessage.h:
11182         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11183         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11184         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11185         (sdp_message_dump):
11186         Allow url to be NULL to be able to use it for server connections.
11187         Can now send responses as well as requests.
11188         No longer hangs in an endless loop if EOF is received.
11189         Can now convert a status code to a text string.
11190         Return RTSP_HDR_INVALID for unknown headers.
11191         Return RTSP_INVALID for unknown methods.
11192         Copy CSeq and Session headers from the request.
11193         Only free memory corresponding to the currently set message type.
11194         Added const to function arguments as appropriate.
11195         Avoid a compiler warning when initializing nmedia.
11196         Use guint rather than gint to avoid compiler warnings.
11197         Fix crasher in wms extension.
11198         Factor out stream setup from open_connection.
11199         Delay activation of streams when actual data is received from the
11200         server, this prepares us to do proper protocol switching.
11201         Added new license.
11202         Fixes #380895.
11203
11204
11205 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11206
11207         Patch by: Sebastian Dröge <slomo ubuntu com>
11208
11209         * docs/plugins/Makefile.am:
11210         * gst/audiofx/audiopanorama.c:
11211           Some small docs fixes (#394851).
11212
11213 2007-01-09  Wim Taymans  <wim@fluendo.com>
11214
11215         * gst/avi/gstavidemux.c:
11216         Fix docs.
11217
11218 2007-01-09  Wim Taymans  <wim@fluendo.com>
11219
11220         * gst/rtp/Makefile.am:
11221         * gst/rtp/gstrtp.c: (plugin_init):
11222         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11223         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11224         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11225         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11226         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11227         * gst/rtp/gstrtpmpvdepay.h:
11228           Added RFC 2250 MPEG Video Depayloader.
11229
11230         * gst/rtp/gstrtpL16depay.h:
11231         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11232         (gst_rtp_h263p_depay_process):
11233         Fix Header file. Small cleanups.
11234
11235         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11236         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11237         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11238         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11239         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11240         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11241         (gst_rtp_mp4v_depay_change_state):
11242         Remove usused code. Remove Adapter from state Change. Added debug.
11243
11244         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11245         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11246         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11247         * gst/rtp/gstrtpmpadepay.h:
11248         Subclass base depayloader.
11249         Added debug.
11250         Support static payload type assignment as well.
11251
11252         * gst/rtp/gstrtpmpapay.c:
11253         Fix caps.
11254
11255 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11256
11257         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11258
11259         * ext/jpeg/gstjpegdec.c:
11260         * ext/jpeg/gstjpegenc.c:
11261         * ext/jpeg/smokecodec.c:
11262           These libjpeg callbacks should return a 'boolean' (unsigned char
11263           apparently) and not a 'gboolean' (which maps to gint). Fixes
11264           warnings when compiling with MingW (#393427).
11265
11266         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11267           Use ioctlsocket on win32.
11268
11269         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11270           Some printf format fixes for win32.
11271
11272 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11273
11274         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11275           Use gst_guint64_to_gdouble for conversion.
11276         * win32/vs6/libgstmatroska.dsp:
11277           Add zlib to the link.
11278         * win32/vs6/libgstvideobox.dsp:
11279           Update liboil library name (project is linked to 
11280           liboil-0.3-0.lib now).
11281           
11282 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11283
11284         * gst/matroska/Makefile.am:
11285           If zlib is available and used, we must link it explicitly for
11286           things to work on MingW (fixes #392855).
11287
11288 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11289
11290         * ext/esd/esdsink.c: (gst_esdsink_delay):
11291           Don't return bogus values when esd_get_delay() fails for some
11292           reason (#392189).
11293
11294 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11295
11296         * sys/ximage/gstximagesrc.c: (composite_pixel):
11297           Fix presumably copy'n'pasto for 16bpp depth.
11298
11299 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11300
11301         * gst/matroska/matroska-mux.c:
11302         (gst_matroska_mux_audio_pad_setcaps):
11303           The "signed" field in audio caps is of boolean type, trying to use
11304           gst_structure_get_int() to extract it will fail. Fixing this makes
11305           matroskamux accept raw audio input (#387121) (use at your own risk
11306           though, due to the matroska spec being not entirely useful in this
11307           respect).
11308           Also fix up raw audio structures in template caps so that they
11309           represent what our setcaps function will actually accept, so that
11310           converters know what to convert to.
11311           Finally, don't fail if there isn't an "endianness" field in 8-bit
11312           PCM caps.
11313
11314 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11315
11316         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11317         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11318         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11319         (teardown_cmmldec):
11320         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11321         (teardown_cmmlenc):
11322         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11323           reapply consistent pad (de)activation
11324
11325 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11326
11327         * configure.ac:
11328         Back to CVS
11329
11330         * gst-plugins-good.doap:
11331         Add 0.10.5 doap entry
11332
11333 === release 0.10.5 ===
11334
11335 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11336
11337         * configure.ac:
11338           releasing 0.10.5, "The Path of Thorns"
11339
11340 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11341
11342         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11343         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11344         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11345         (teardown_cmmldec):
11346         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11347         (teardown_cmmlenc):
11348         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11349           revert my freeze breakage
11350
11351 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11352
11353         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11354         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11355         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11356         (teardown_cmmldec):
11357         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11358         (teardown_cmmlenc):
11359         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11360           consistent pad (de)activation
11361
11362 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11363
11364         * configure.ac:
11365         * ext/Makefile.am:
11366         Disable LADPSA, as it has moved to the -bad module for the duration.
11367
11368 2006-12-18  Wim Taymans  <wim@fluendo.com>
11369
11370         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11371         (gst_signal_processor_event):
11372         Reset flow_state back to _OK after a flush stop so that we exit our
11373         error state after the flush. Fixes #374213
11374
11375 2006-12-16  David Schleef  <ds@schleef.org>
11376
11377         * sys/osxvideo/osxvideosink.h:
11378         * sys/osxvideo/osxvideosink.m:
11379           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11380
11381 2006-12-16  David Schleef  <ds@schleef.org>
11382
11383         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11384
11385         * sys/osxvideo/Makefile.am:
11386         * sys/osxvideo/osxvideosink.h:
11387         * sys/osxvideo/osxvideosink.m:
11388           Preliminary patch for porting osxvideosink
11389
11390 2006-12-16  Wim Taymans  <wim@fluendo.com>
11391
11392         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11393
11394         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11395         (gst_videomixer_set_master_geometry),
11396         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11397         (gst_videomixer_reset), (gst_videomixer_init),
11398         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11399         (gst_videomixer_release_pad), (gst_videomixer_collected),
11400         (gst_videomixer_change_state):
11401         Introduce some locking around the videomixer state so that it does not
11402         crash when adding/removing pads. Fixes #383043.
11403
11404 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11405
11406         * configure.ac:
11407           Make sure libcaca can actually be used instead of just checking for
11408           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11409           cross-compiling (fixes #384587).
11410
11411 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11412
11413         * Makefile.am:
11414         * gst-plugins-good.doap:
11415         * gst-plugins-good.spec.in:
11416           adding doap file
11417
11418 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         * configure.ac:
11421           libflac-1.1.3 changed API again, but we can't build against it yet,
11422           so make sure our check doesn't use libflac-1.1.3 and add a comment
11423           to this effect.
11424
11425 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11426
11427         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11428         (gst_quarktv_planetable_clear):
11429           Add some NULL pointer checks (possibly related to #385623).
11430
11431 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11432
11433         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11434         (gst_tag_demux_chain):
11435         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11436           In streaming mode, if the first buffer we get doesn't have an
11437           offset, fix it up to be 0, otherwise trimming won't work later on
11438           and we'll be typefinding application/x-id3, which may result in
11439           decodebin plugging an endless number of id3demux elements as a
11440           consequence. Fixes #385031.
11441           
11442 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11443
11444         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11445           Ignore the buffer_time the sound device reports. Turns out it is 
11446           sometimes completely bogus and we're better off without it.
11447
11448 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11449
11450         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11451         (gst_matroska_demux_video_caps):
11452         * gst/matroska/matroska-ids.c:
11453         (gst_matroska_track_init_video_context):
11454         * gst/matroska/matroska-ids.h:
11455           Try harder to extract the framerate for video tracks correctly and
11456           save it directly instead of converting it back and forth a few
11457           times. Mostly makes a difference for very small framerates (<1).
11458           Fixes #380199.
11459
11460 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11461
11462         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11463         (gst_gconf_audio_src_dispose), (do_toggle_element):
11464         * ext/gconf/gstgconfaudiosrc.h:
11465           Remove gconf notify hook when the gconfaudiosrc element is
11466           destroyed, otherwise the callback may be called on an
11467           already-destroyed instance and bad things happen. Should fix
11468           #378184.
11469           Also ignore gconf key changes when the source is already running.
11470
11471 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11472
11473         Patch by: Sebastian Dröge  <mail at slomosnail de>
11474
11475         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11476           We need to be able to read and parse any possible floating point string
11477           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11478           will parse the former only in certain locales though, so we really need
11479           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11480           make sure we can parse either version at all times.
11481           Fixes #382982 for real.
11482
11483 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11484
11485         * sys/sunaudio/gstsunaudiomixerctrl.c:
11486         * sys/sunaudio/gstsunaudiosrc.c:
11487
11488         Use the sunaudio debug category.
11489
11490         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11491         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11492         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11493         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11494         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11495         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11496         (gst_sunaudiosink_reset):
11497         * sys/sunaudio/gstsunaudiosink.h:
11498
11499         Uses the sunaudio debug category for all debug output
11500         Implements the _delay() callback to synchronise video playback better
11501         Change the segtotal and segsize values back to the parent class 
11502           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11503           respectively)
11504         Measure the samples written to the device vs. played.
11505         Keep track of segments in the device by writing empty eof frames, and
11506         sleep using a GCond when we get too far ahead and risk overrunning the
11507         sink's ringbuffer.
11508
11509         Fixes: #360673
11510
11511 2006-12-08  Wim Taymans  <wim@fluendo.com>
11512
11513         Patch by: Sebastian Dröge  <mail at slomosnail de >
11514
11515         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11516         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11517         * gst/audiofx/audiopanorama.h:
11518         Fix audiopanorame with float samples. Fixes #383726.
11519
11520 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11521
11522         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11523         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11524         (gst_sunaudiosrc_reset):
11525
11526         Implement reset functions to unblock the src/sink more quickly on 
11527         state change requests.
11528         Patch by: Brian Cameron <brian dot cameron at sun com>
11529
11530 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11531
11532         * sys/sunaudio/gstsunaudiomixer.c:
11533         (gst_sunaudiomixer_change_state):
11534         Construct the correct mixer device name when the AUDIODEV env var
11535         is set.
11536
11537         Patch by: Jerry Tan <jerry.tan at sun dot com>
11538         Fixes: #383596
11539
11540 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11541
11542         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11543         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11544         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11545         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11546         Patch by: Jerry Tan <jerry.tan at sun dot com>
11547         Fixes: #349015
11548
11549 2006-12-07  Wim Taymans  <wim@fluendo.com>
11550
11551         * gst/smpte/gstmask.h:
11552         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11553         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11554         (gst_smpte_collected), (gst_smpte_set_property),
11555         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11556         * gst/smpte/gstsmpte.h:
11557         Port to 0.10 some more. 
11558         Added duration property to specify the duration of the transition.
11559         Make framerate a fraction.
11560         Deprecate fps property, we only use negotiated fps.
11561         Added docs.
11562         Fix collectpad usage.
11563         Reset state in READY.
11564         Send NEWSEGMENT event.
11565         Fix racy updates of object properties.
11566         Added debug category.
11567         Fixes #383323.
11568
11569 2006-12-06  Wim Taymans  <wim@fluendo.com>
11570
11571         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11572
11573         * gst/videomixer/videomixer.c:
11574         (gst_videomixer_set_master_geometry),
11575         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11576         Don't reset xpos and ypos in the setcaps function because causes
11577         unexpected behaviour.
11578         Fixes #382179.
11579
11580 2006-12-06  Wim Taymans  <wim@fluendo.com>
11581
11582         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11583         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11584         Keep track of the buffer timestamp in the collectdata member instead
11585         of modifying the buffer without making the metadata writable first.
11586         Fixes #382277.
11587
11588 2006-12-06  Wim Taymans  <wim@fluendo.com>
11589
11590         Patch by: Rob Taylor <robtaylor at floopily dot org>
11591
11592         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11593         If using multicast in udpsrc, bind to the multicast address rather than
11594         IN_ADDR_ANY.
11595         This allows the simultanous use of multiple udpsrcs listening on
11596         different multicat addresses. Without this all udpsrcs will receive all
11597         packets from all subscribed multicast addresses.
11598         Fixes #383001.
11599
11600 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11601
11602         * ext/taglib/gstid3v2mux.cc:
11603         Don't attempt to write a NULL frame into the ID3 tag set when the 
11604         createFrame method returned NULL.
11605         Fixes: #381857
11606         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11607
11608 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11609
11610         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11611         Use g_strtod() instead of sscanf to parse doubles, so that it will
11612         try parsing in the C locale if the current locale fails.
11613         Fixes: #382982
11614         Patch by: Sebastian Dröge  <mail at slomosnail de >
11615
11616 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11617
11618         * win32/MANIFEST:
11619         Fix compilation on win32 under VS8
11620         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11621         Partially fixes #381175
11622
11623 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11624
11625         * gst/avi/gstavimux.c:
11626           accept all mpegversions,fixes #380825
11627           spotted by: Jerome Alet  
11628
11629 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11630
11631         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11632         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11633         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11634         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11635           cleanup the error message a bit more
11636
11637 2006-11-28  Wim Taymans  <wim@fluendo.com>
11638
11639         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11640         Fix width and height properties.
11641
11642         * ext/libcaca/gstcacasink.h:
11643         Fix compilation on newer libcaca that require us to include a new
11644         header. Fixes #379918.
11645
11646 2006-11-28  Wim Taymans  <wim@fluendo.com>
11647
11648         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11649         * gst/rtsp/gstrtspsrc.h:
11650         * gst/rtsp/rtspext.h:
11651         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11652         (rtsp_ext_wms_get_context):
11653         Add method so that extensions can choose to disable the setup of
11654         a stream.
11655         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11656
11657 2006-11-27  Wim Taymans  <wim@fluendo.com>
11658
11659         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11660
11661         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11662         Push header in a separate buffer instead of memcpy:ing all data.
11663         Change LF => CRLF in headers.
11664         Move trailing LF to header. Fixes #379792.
11665
11666 2006-11-27  Wim Taymans  <wim@fluendo.com>
11667
11668         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
11669         Small buffer overflow fix and improve debugging.
11670
11671 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11672
11673         * ext/esd/esdmon.h:
11674         * ext/esd/esdsink.h:
11675           remove obsolete _factory_init protos
11676
11677 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11678
11679         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
11680         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11681         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
11682         (gst_avi_demux_read_subindexes_push),
11683         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11684         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11685         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11686         (gst_avi_demux_massage_index),
11687         (gst_avi_demux_calculate_durations_from_index),
11688         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11689         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11690         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11691           remove dead code, tweak debugs statements, add comments, use
11692           _uint64_scale instead _uint64_scale_int when using guint64 values,
11693           small optimizations, reflow some error handling
11694
11695 2006-11-22  Edward Hervey  <edward@fluendo.com>
11696
11697         * po/.cvsignore:
11698         We never put .pot files in cvs. Let's ignore them all.
11699
11700 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11701
11702         * po/POTFILES.in:
11703           ... but better exclude files that aren't disted.
11704
11705 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11706
11707         * po/POTFILES.in:
11708           Add v4l2 source files to list of files with translations, so the
11709           strings are actually extracted (however bad they still may be).
11710
11711 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11712
11713         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
11714           Minor clean-ups: const-ify static array, remove trailing comma from
11715           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
11716
11717 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
11718
11719         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11720         Make sure that g_free always gets called on the same pointer that was 
11721         returned by g_malloc.  Fixes #376594.
11722         Do not leak memory if decompressed size is wrong.
11723         Remove unneeded check of return value of g_malloc.
11724         Patch by: René Stadler <mail@renestadler.de>
11725
11726 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
11727
11728         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
11729           Add missing curly brackets.
11730
11731 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
11732
11733         * sys/v4l2/v4l2src_calls.c:
11734         Fix capture_deinit.
11735
11736 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11737
11738         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
11739         (gst_matroska_mux_request_new_pad):
11740           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
11741
11742         * tests/check/elements/matroskamux.c: (setup_src_pad),
11743         (setup_sink_pad), (GST_START_TEST):
11744         Activate pads before using them.
11745
11746 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11747
11748         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
11749           Initialise variable to get rid of bogus compiler warning.
11750
11751 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
11752
11753         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
11754
11755         * gst/rtp/gstrtph263pay.c:
11756         * gst/rtp/gstrtph263pdepay.c:
11757         * gst/rtp/gstrtph263ppay.c:
11758           Specify H.263 variant and version in the caps (fixes #361637)
11759
11760 2006-11-15  Wim Taymans  <wim@fluendo.com>
11761
11762         * gst/rtsp/rtspconnection.c: (read_body):
11763         Don't set a data pointer to NULL and a size > 0 when we deal
11764         with empty packets.
11765
11766         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
11767         (rtsp_message_init_response), (rtsp_message_init_data),
11768         (rtsp_message_unset), (rtsp_message_free),
11769         (rtsp_message_take_body):
11770         Check that we can't create invalid empty packets. 
11771
11772 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11773
11774         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11775
11776         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
11777         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
11778         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
11779         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
11780         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11781         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
11782         * gst/matroska/matroska-mux.h:
11783           Add basic tag writing support; implement releasing pads (#374658).
11784
11785 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11788         (gst_matroska_demux_audio_caps):
11789           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
11790
11791 2006-11-14  David Schleef  <ds@schleef.org>
11792
11793         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
11794
11795 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11796
11797         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11798
11799         * win32/vs8/gst-plugins-good.sln:
11800         * win32/vs8/libgst1394.vcproj:
11801         * win32/vs8/libgstaasink.vcproj:
11802         * win32/vs8/libgstalaw.vcproj:
11803         * win32/vs8/libgstalpha.vcproj:
11804         * win32/vs8/libgstalphacolor.vcproj:
11805         * win32/vs8/libgstannodex.vcproj:
11806         * win32/vs8/libgstapetag.vcproj:
11807         * win32/vs8/libgstaudiofx.vcproj:
11808         * win32/vs8/libgstauparse.vcproj:
11809         * win32/vs8/libgstautodetect.vcproj:
11810         * win32/vs8/libgstavi.vcproj:
11811         * win32/vs8/libgstcacasink.vcproj:
11812         * win32/vs8/libgstcdio.vcproj:
11813         * win32/vs8/libgstcutter.vcproj:
11814         * win32/vs8/libgstdv.vcproj:
11815         * win32/vs8/libgsteffectv.vcproj:
11816         * win32/vs8/libgstflac.vcproj:
11817         * win32/vs8/libgstflxdec.vcproj:
11818         * win32/vs8/libgstgoom.vcproj:
11819         * win32/vs8/libgsticydemux.vcproj:
11820         * win32/vs8/libgstid3demux.vcproj:
11821         * win32/vs8/libgstjpeg.vcproj:
11822         * win32/vs8/libgstladspa.vcproj:
11823         * win32/vs8/libgstlevel.vcproj:
11824         * win32/vs8/libgstmatroska.vcproj:
11825         * win32/vs8/libgstmikmod.vcproj:
11826         * win32/vs8/libgstmng.vcproj:
11827         * win32/vs8/libgstmonoscope.vcproj:
11828         * win32/vs8/libgstmulaw.vcproj:
11829         * win32/vs8/libgstmultipart.vcproj:
11830         * win32/vs8/libgstpng.vcproj:
11831         * win32/vs8/libgstrtp.vcproj:
11832         * win32/vs8/libgstrtsp.vcproj:
11833         * win32/vs8/libgstshout2.vcproj:
11834         * win32/vs8/libgstsmpte.vcproj:
11835         * win32/vs8/libgstspeex.vcproj:
11836         * win32/vs8/libgsttaglib.vcproj:
11837         * win32/vs8/libgstudp.vcproj:
11838         * win32/vs8/libgstvideobalance.vcproj:
11839         * win32/vs8/libgstvideobox.vcproj:
11840         * win32/vs8/libgstvideoflip.vcproj:
11841         * win32/vs8/libgstvideomixer.vcproj:
11842         * win32/vs8/libgstwavenc.vcproj:
11843         * win32/vs8/libgstwavparse.vcproj:
11844           Make end-of-line returns unixy, so that when the files are checked
11845           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
11846           Hopefully fixes #366492.
11847
11848 2006-11-14  Wim Taymans  <wim@fluendo.com>
11849
11850         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11851         Disable init_frames delay timestamp adjustment, it does not
11852         seem to be needed at all. Fixes #369621.
11853
11854 2006-11-13  Wim Taymans  <wim@fluendo.com>
11855
11856         Patch by: Mark Nauwelaerts  <manauw at skynet be>
11857
11858         * gst/videomixer/videomixer.c:
11859         (gst_videomixer_set_master_geometry),
11860         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
11861         (gst_videomixer_collect_free), (gst_videomixer_reset),
11862         (gst_videomixer_init), (gst_videomixer_finalize),
11863         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
11864         (gst_videomixer_collected), (gst_videomixer_change_state):
11865         Fix memleak by unref'ing collectpads instance (when finalizing)
11866         Implement releasing a request pad. Fixes #374479.
11867
11868 2006-11-10  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           Add VS8 project files (note that many of the plugins in ext are
11918           disabled by default). Fixes #366492.
11919
11920 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
11921
11922         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11923           we do not translate debug messages
11924
11925 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
11926
11927         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11928           fix categorisation, make short desc more explicit, remove unused code
11929           Fixes #372021
11930
11931 2006-11-08  Wim Taymans  <wim@fluendo.com>
11932
11933         * gst/rtp/gstrtpL16depay.c:
11934         * gst/rtp/gstrtpamrdepay.c:
11935         * gst/rtp/gstrtpamrpay.c:
11936         * gst/rtp/gstrtpgsmdepay.c:
11937         * gst/rtp/gstrtph263pay.c:
11938         * gst/rtp/gstrtph263pdepay.c:
11939         * gst/rtp/gstrtph263ppay.c:
11940         * gst/rtp/gstrtph264depay.c:
11941         * gst/rtp/gstrtpmp2tdepay.c:
11942         * gst/rtp/gstrtpmp4gdepay.c:
11943         * gst/rtp/gstrtpmp4gpay.c:
11944         * gst/rtp/gstrtpmp4vdepay.c:
11945         * gst/rtp/gstrtpmp4vpay.c:
11946         * gst/rtp/gstrtpmpadepay.c:
11947         * gst/rtp/gstrtpmpapay.c:
11948         * gst/rtp/gstrtppcmadepay.c:
11949         * gst/rtp/gstrtppcmapay.c:
11950         * gst/rtp/gstrtppcmudepay.c:
11951         * gst/rtp/gstrtppcmupay.c:
11952         * gst/rtp/gstrtpspeexdepay.c:
11953         * gst/rtp/gstrtpspeexpay.c:
11954         * gst/rtp/gstrtpsv3vdepay.c:
11955         Fix element descriptions.
11956
11957 2006-11-08  Wim Taymans  <wim@fluendo.com>
11958
11959         * gst/rtp/gstrtpvorbisdepay.c:
11960         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
11961         Fix description.
11962         Small cleanup in the payloader.
11963
11964 2006-11-08  Wim Taymans  <wim@fluendo.com>
11965
11966         * gst/rtp/Makefile.am:
11967         * gst/rtp/gstrtp.c: (plugin_init):
11968         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
11969         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
11970         (gst_rtp_theora_depay_finalize),
11971         (gst_rtp_theora_depay_parse_configuration),
11972         (gst_rtp_theora_depay_setcaps),
11973         (gst_rtp_theora_depay_switch_codebook),
11974         (gst_rtp_theora_depay_process),
11975         (gst_rtp_theora_depay_set_property),
11976         (gst_rtp_theora_depay_get_property),
11977         (gst_rtp_theora_depay_change_state),
11978         (gst_rtp_theora_depay_plugin_init):
11979         * gst/rtp/gstrtptheoradepay.h:
11980         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
11981         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
11982         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
11983         (gst_rtp_theora_pay_init_packet),
11984         (gst_rtp_theora_pay_flush_packet),
11985         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
11986         (gst_rtp_theora_pay_handle_buffer),
11987         (gst_rtp_theora_pay_plugin_init):
11988         * gst/rtp/gstrtptheorapay.h:
11989         Add theora pay/depayloaders.
11990
11991 2006-11-06  Wim Taymans  <wim@fluendo.com>
11992
11993         * gst/rtp/Makefile.am:
11994         We depend on gsttag to generate the vorbis comments.
11995
11996         * gst/rtp/gstrtpvorbisdepay.c:
11997         (gst_rtp_vorbis_depay_parse_configuration),
11998         (gst_rtp_vorbis_depay_setcaps),
11999         (gst_rtp_vorbis_depay_switch_codebook),
12000         (gst_rtp_vorbis_depay_process):
12001         * gst/rtp/gstrtpvorbisdepay.h:
12002         Parse configuration string in the depayloader.
12003         Implement selecting and switching to a new codebook.
12004         Receiving vorbis over RTP now works.
12005
12006         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12007         (gst_rtp_vorbis_pay_init_packet),
12008         (gst_rtp_vorbis_pay_finish_headers),
12009         (gst_rtp_vorbis_pay_handle_buffer):
12010         * gst/rtp/gstrtpvorbispay.h:
12011         Set timestamps on outgoing buffers and RTP packets.
12012         Fix configuration string, prepend number of Packet headers.
12013         Fix encoding of ident string.
12014         Add delivery-method to caps.
12015         Streaming vorbis over RTP now works.
12016
12017 2006-11-06  Wim Taymans  <wim@fluendo.com>
12018
12019         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12020         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12021         (gst_rtp_vorbis_pay_handle_buffer):
12022         * gst/rtp/gstrtpvorbispay.h:
12023         Generate a valid configuration string in the caps based on the
12024         vorbis headers.
12025
12026 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12027
12028         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12029         * ext/cdio/gstcdio.h:
12030         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12031           Move CD-TEXT utility function into common file so it can also be
12032           used by a future cdioparanoiasrc.
12033
12034 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12035         
12036         * sys/v4l2/Makefile.am:
12037         * sys/v4l2/gstv4l2object.c:
12038         * sys/v4l2/gstv4l2src.c:
12039         * sys/v4l2/gstv4l2xoverlay.c:
12040         * sys/v4l2/v4l2_calls.c:
12041         * sys/v4l2/v4l2src_calls.c:
12042         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12043         xoverlay code that is still not implemented.
12044
12045 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12046
12047         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12048           We require a -base more recent than 0.10.9, so it's safe to use
12049           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12050
12051         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12052         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12053           Use _newsegment_full() now that we depend on a recent enough core.
12054
12055         * gst/wavparse/gstwavparse.c:
12056           Remove cruft that we don't need any longer now that we depend on
12057           a recent enough -base.
12058
12059 2006-10-31  Wim Taymans  <wim@fluendo.com>
12060
12061         * gst/rtp/Makefile.am:
12062         * gst/rtp/gstrtp.c: (plugin_init):
12063         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12064         (gst_rtpilbcpay_setcaps):
12065         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12066
12067 2006-10-31  Wim Taymans  <wim@fluendo.com>
12068
12069         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12070         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12071         Some small cleanups, use _scale.
12072
12073 2006-10-31  Wim Taymans  <wim@fluendo.com>
12074
12075         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12076         Use higher precision scale function.
12077
12078 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12079
12080         Patch by: Michal Benes  <michal dot benes at itonis tv>
12081
12082         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12083         (gst_matroska_demux_read_track_encodings),
12084         (gst_matroska_decode_buffer):
12085           Fix several issues with encoded/compressed/encrypted/signed tracks;
12086           also, remove superfluous newline characters from some debug
12087           statements. (#366155)
12088
12089 2006-10-30  Wim Taymans  <wim@fluendo.com>
12090
12091         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12092         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12093         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12094         (gst_smokedec_change_state):
12095         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12096         (gst_smokeenc_init), (gst_smokeenc_finalize),
12097         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12098         (gst_smokeenc_resync), (gst_smokeenc_chain),
12099         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12100         (gst_smokeenc_change_state):
12101         Various cleanups, capsnego and leak fixes.
12102
12103 2006-10-30  Wim Taymans  <wim@fluendo.com>
12104
12105         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12106
12107         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12108         Fix videomixer so that it can handle any combination of framerates.
12109         Fixes #367221.
12110
12111 2006-10-28  Wim Taymans  <wim@fluendo.com>
12112
12113         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12114         (gst_avi_demux_parse_file_header),
12115         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12116         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12117         (gst_avi_demux_chain):
12118         Fix position query for audio. also fixes timestamps in streaming
12119         mode and bug #364958.
12120         Small cleanups.
12121
12122 2006-10-27  Wim Taymans  <wim@fluendo.com>
12123
12124         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12125         * ext/libpng/gstpngenc.h:
12126         Fix strides. Fixes #364856.
12127         Cleanup capsnego.
12128         Set caps on outgoing buffers.
12129
12130 2006-10-18  Wim Taymans  <wim@fluendo.com>
12131
12132         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12133
12134         * gst/rtp/gstrtpgsmpay.c:
12135         * gst/rtp/gstrtph263pay.c:
12136         * gst/rtp/gstrtpmpapay.c:
12137         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12138         (gst_rtp_pcma_pay_handle_buffer):
12139         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12140         Add static payload numbers in addition to the dynamic ones.
12141         Fixes #361639.
12142
12143 2006-10-18  Wim Taymans  <wim@fluendo.com>
12144
12145         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12146         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12147         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12148         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12149         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12150         * gst/rtsp/rtspdefs.h:
12151         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12152         * gst/rtsp/rtspurl.h:
12153         Reuse already existing enum for lower transport.
12154         Add rtspt and rtspu protocols.
12155         Send redirect to rtspt when udp times out.
12156
12157 2006-10-18  Wim Taymans  <wim@fluendo.com>
12158
12159         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12160         (gst_wavparse_stream_data):
12161         Fix seeking some more, mostly for speed changes.
12162
12163 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12164
12165         Patch by: Fredrik Persson  <frepe at bredband net>
12166
12167         * sys/v4l2/gstv4l2tuner.c:
12168         * sys/v4l2/gstv4l2tuner.h:
12169           Fix _set_channel(): remove useless g_object_notify() for "channel"
12170           property that doesn't exist any longer and therefore now also
12171           useless redirect (#338818).
12172
12173 2006-10-17  Wim Taymans  <wim@fluendo.com>
12174
12175         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12176         Some drivers do not support unsetting the non-blocking flag once the
12177         device is opened. In those cases, close/open the device in
12178         non-blocking mode. Fixes #362673.
12179
12180 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12181
12182         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12183         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12184         (gst_v4l2src_get_fps):
12185           dear stefan, framespersecond is not frameperiod, reverting but adding
12186           comment
12187
12188 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12189
12190         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12191         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12192         (gst_v4l2src_get_fps):
12193           Numerator is numerator and denominator is denominator. Say that aloud
12194           5 times and retry after next beer.
12195
12196 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12197
12198         Patch by: Josep Torra Valles  <josep at fluendo com>
12199
12200         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12201         * ext/esd/esdsink.c: (gst_esdsink_write):
12202         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12203         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12204         (gst_flac_dec_send_newsegment):
12205         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12206         (gst_flac_enc_tell_callback):
12207         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12208         (smokecodec_parse_header), (smokecodec_decode):
12209         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12210         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12211         * gst/goom/Makefile.am:
12212         * gst/goom/gstgoom.c:
12213         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12214         * gst/rtsp/gstrtspsrc.c:
12215         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12216         * gst/udp/gstudpsink.c:
12217         * gst/udp/gstudpsrc.c:
12218         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12219         * sys/sunaudio/gstsunaudiomixertrack.h:
12220           Fix a bunch of problems discovered by the Forte compiler, mostly type
12221           mixups and pointer arithmetics with void pointers. Fixes #362603.
12222
12223 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12224
12225         * ext/speex/gstspeex.c: (plugin_init):
12226         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12227         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12228         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12229         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12230         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12231         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12232         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12233         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12234         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12235         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12236         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12237         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12238         * ext/speex/gstspeexenc.h:
12239           Miscellaneous clean-ups, among other things: speexenc => enc to
12240           enhance code readability; change speexenc => speex_enc; in chain
12241           function unref input buffer in case of error; take reference in
12242           event function; use boilerplate macro; use gst_pad_query_peer_*
12243           convenience functions.
12244
12245 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12246
12247         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12248         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12249         (gst_speexenc_set_header_on_caps):
12250           Fix some mem leaks.
12251
12252 2006-10-11  Wim Taymans  <wim@fluendo.com>
12253
12254         * gst/rtsp/URLS:
12255         Added some other URL.
12256
12257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12258         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12259         (gst_rtspsrc_open), (gst_rtspsrc_play),
12260         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12261         * gst/rtsp/gstrtspsrc.h:
12262         Work on fallback to TCP connection when the UDP socket times out.
12263         Handler server requests, just reply with OK for now.
12264
12265         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12266         * gst/rtsp/rtspdefs.h:
12267         Added some more Real extension headers.
12268
12269         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12270         Fix parsing of urls with a ':' that is not part of the hostname:port
12271         part of the url.
12272
12273 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12274
12275         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12276         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12277         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12278           Activate pad before adding it to the already-running element.
12279
12280         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12281           Activate newly-created pad too.
12282
12283 2006-10-11  Wim Taymans  <wim@fluendo.com>
12284
12285         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12286
12287         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12288         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12289         (gst_udpsrc_start):
12290         Fix some leaks in caps and uris. Fixes #361252.
12291
12292 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12293
12294         * gst/wavparse/Makefile.am:
12295           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12296
12297 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12298
12299         * sys/v4l2/gstv4l2xoverlay.c:
12300         * sys/v4l2/gstv4l2xoverlay.h:
12301         Fix build as per the patch in #338818 comment 36.
12302
12303 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12304
12305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12306           Activate pads before adding them to the source.
12307
12308 2006-10-06  Wim Taymans  <wim@fluendo.com>
12309
12310         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12311         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12312         Activate pads before adding.
12313
12314 2006-10-06  Wim Taymans  <wim@fluendo.com>
12315
12316         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12317         (gst_multipart_find_pad_by_mime):
12318         Activate pads before adding.
12319
12320         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12321         BOILERPLATE sets parent_class for us.
12322
12323 2006-10-06  Wim Taymans  <wim@fluendo.com>
12324
12325         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12326         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12327         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12328         (gst_rtspsrc_alloc_udp_ports),
12329         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12330         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12331         (gst_rtspsrc_create_transports_string),
12332         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12333         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12334         * gst/rtsp/gstrtspsrc.h:
12335         Rework how the transport string is constructed, try to share channels
12336         and udp ports.
12337         Make most of the stuff less dependant on RTP as we are also going to use
12338         it for RDT.
12339         Add support for transport specific session managers.
12340
12341         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12342         Implement _flush().
12343
12344         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12345         * gst/rtsp/rtspdefs.h:
12346         Add generic error return code.
12347
12348         * gst/rtsp/rtspext.h:
12349         Add support for pluggable tranport strings.
12350
12351         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12352         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12353         (rtsp_ext_wms_get_context):
12354         Detect WMServer and activate the extension.
12355
12356         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12357         (rtsp_transport_get_manager), (rtsp_transport_parse):
12358         * gst/rtsp/rtsptransport.h:
12359         Added methods to get mime/manager for certain transports.
12360
12361 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12362
12363         * ext/cairo/gsttimeoverlay.c:
12364         (gst_cairo_time_overlay_update_font_height):
12365         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12366         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12367         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12368         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12369         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12370         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12371         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12372         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12373         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12374         (gst_avi_demux_stream_data):
12375         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12376         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12377         (gst_fenced_buffer_copy):
12378         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12379         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12380         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12381         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12382         (gst_rtspsrc_handle_message):
12383         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12384         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12385           Printf format fixes.
12386
12387 2006-10-04  Wim Taymans  <wim@fluendo.com>
12388
12389         * gst/rtsp/Makefile.am:
12390         Dist new .h file too.
12391
12392 2006-10-04  Wim Taymans  <wim@fluendo.com>
12393
12394         * gst/rtsp/Makefile.am:
12395         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12396         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12398         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12399         (gst_rtspsrc_parse_rtpmap),
12400         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12401         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12402         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12403         * gst/rtsp/gstrtspsrc.h:
12404         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12405         * gst/rtsp/rtspdefs.h:
12406         * gst/rtsp/rtspext.h:
12407         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12408         (rtsp_ext_wms_get_context):
12409         * gst/rtsp/rtspextwms.h:
12410         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12411         (rtsp_transport_parse):
12412         * gst/rtsp/rtsptransport.h:
12413         Factor out extension in separate module.
12414         Fix getcaps to filter against the padtemplate.
12415         Use Content-Base if the server gives one.
12416         Rework the transport parsing a bit for future extensions.
12417         Added some Real Header field definitions.
12418
12419 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12420
12421         * docs/plugins/Makefile.am:
12422         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12423         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12424           added v4l2 stubs
12425         * gst-plugins-good.spec.in:
12426           add v4l2
12427
12428 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12429
12430         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12431           Extract disc/album/medium number and count and try harder
12432           to extract track number/count.
12433
12434 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12435
12436         * configure.ac:
12437         * sys/Makefile.am:
12438           add build stuff for v4l2, needs --enable-experimental until
12439           the last bits are resolved
12440
12441 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12442
12443         * tests/check/Makefile.am:
12444           Disable autodetect test temporarily, so that the build bots
12445           update -bad and the ranks of unreliable video sinks in there.
12446
12447         * tests/check/elements/autodetect.c: (GST_START_TEST):
12448           Skip test if no usable videosink is found.
12449
12450 2006-09-29  Wim Taymans  <wim@fluendo.com>
12451
12452         * gst/rtsp/URLS:
12453         Add some more URLs.
12454
12455         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12456         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12457         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12458         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12459         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12460         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12461         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12462         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12463         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12464         * gst/rtsp/gstrtspsrc.h:
12465         Add timeout property to control UDP timeouts.
12466         Fix error messages.
12467         Also start a loop function when operating in UDP mode so that we can
12468         do some more stuff async.
12469         Handle element messages from udpsrc to detect timeouts. If a timeout
12470         happens we currently generate an error.
12471         API: rtspsrc::timeout property.
12472
12473         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12474         (gst_udpsrc_create):
12475         Really implement the timeout in microseconds and not milliseconds.
12476
12477 2006-09-29  Wim Taymans  <wim@fluendo.com>
12478
12479         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12480         (gst_udpsrc_create), (gst_udpsrc_set_property),
12481         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12482         * gst/udp/gstudpsrc.h:
12483         Added property to post a message on timeout.
12484         Updated docs.
12485         When restarting the select, initialize the fdsets again.
12486         Init control sockets so we don't accidentally close a random socket.
12487         API: GstUDPSrc::timeout property
12488
12489 2006-09-29  Wim Taymans  <wim@fluendo.com>
12490
12491         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12492         Fix flag registration.
12493
12494         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12495         Reading 0 also means 'no more commands'
12496
12497 2006-09-29  Wim Taymans  <wim@fluendo.com>
12498
12499         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12500
12501         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12502         Fix possible infinite loop when shutting down, a read can also return
12503         0 to indicate no more messages are available. Fixes #358156.
12504
12505 2006-09-25  Wim Taymans  <wim@fluendo.com>
12506
12507         * gst/autodetect/gstautoaudiosink.c:
12508         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12509         (gst_auto_audio_sink_find_best):
12510         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12511         Small cleanups.
12512         don't try to set "sync" property when it is not available.
12513
12514 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12515
12516         Patch by: Peter Kjellerstedt  <pkj at axis com>
12517
12518         * gst/alpha/gstalpha.c:
12519         * gst/rtp/gstrtpamrdepay.c:
12520         * gst/rtsp/gstrtspsrc.c:
12521         * gst/udp/gstudpsrc.c:
12522         * gst/videomixer/videomixer.c:
12523           Include stdlib.h in some more places, makes things compile
12524           with uClibc and -Werror (#357592).
12525
12526 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12527
12528         * ext/jpeg/gstjpegdec.c:
12529           Set minimum height to 8 (from 16), our code should handle
12530           that fine. Some of the buttons on the apple trailer site
12531           are apparently only 15 pixels high (see #357470).
12532
12533 2006-09-23  Wim Taymans  <wim@fluendo.com>
12534
12535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12536         (gst_rtspsrc_open):
12537         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12538         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12539         (rtsp_connection_receive):
12540         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12541         * gst/rtsp/rtspdefs.h:
12542         Improve error reporting.
12543
12544 2006-09-23  Wim Taymans  <wim@fluendo.com>
12545
12546         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12547         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12548         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12549         * gst/rtp/gstrtpdepay.c:
12550         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12551         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12552         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12553         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12554         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12555         (gst_rtp_mp2t_depay_plugin_init):
12556         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12557         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12558         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12559         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12560         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12561         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12562         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12563         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12564         Fix klass typos.
12565         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12566
12567 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12568
12569         * configure.ac:
12570           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12571
12572 2006-09-22  Wim Taymans  <wim@fluendo.com>
12573
12574         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12575         Don't check for a tag that is never there and check if we read the
12576         correct tag. Fixes seeking again.
12577         We must post an error when all pads are unlinked.
12578
12579 2006-09-22  Wim Taymans  <wim@fluendo.com>
12580
12581         * gst/rtp/Makefile.am:
12582         * gst/rtp/gstrtp.c: (plugin_init):
12583         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12584         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12585         (gst_rtp_vorbis_pay_reset_packet),
12586         (gst_rtp_vorbis_pay_init_packet),
12587         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12588         (gst_rtp_vorbis_pay_handle_buffer):
12589         More fixage, set endoder-params correctly in the payloader.
12590
12591 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12592
12593         * gst/autodetect/gstautoaudiosink.c:
12594         (gst_auto_audio_sink_base_init):
12595         * gst/autodetect/gstautovideosink.c:
12596         (gst_auto_video_sink_base_init):
12597           Make static pad templates static to appease valgrind's leak
12598           detector.
12599
12600         * tests/check/Makefile.am:
12601         * tests/check/elements/.cvsignore:
12602         * tests/check/elements/autodetect.c: (GST_START_TEST),
12603         (autodetect_suite):
12604           Add simple test for the ghostpad lockup on shutdown fixed in core
12605           CVS (audio bit disabled because it would need dozens of alsa
12606           suppressions and I'm too lazy to add those now).
12607
12608 2006-09-22  Wim Taymans  <wim@fluendo.com>
12609
12610         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12611         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12612         Small cleanups.
12613
12614         * gst/rtp/Makefile.am:
12615         * gst/rtp/gstrtp.c: (plugin_init):
12616         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12617         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12618         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12619         (gst_rtp_vorbis_depay_process),
12620         (gst_rtp_vorbis_depay_set_property),
12621         (gst_rtp_vorbis_depay_get_property),
12622         (gst_rtp_vorbis_depay_change_state),
12623         (gst_rtp_vorbis_depay_plugin_init):
12624         * gst/rtp/gstrtpvorbisdepay.h:
12625         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12626         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12627         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12628         (gst_rtp_vorbis_pay_flush_packet),
12629         (gst_rtp_vorbis_pay_append_buffer),
12630         (gst_rtp_vorbis_pay_handle_buffer),
12631         (gst_rtp_vorbis_pay_plugin_init):
12632         * gst/rtp/gstrtpvorbispay.h:
12633         Add experimental vorbis pay and depayloaders.
12634
12635 2006-09-21  Wim Taymans  <wim@fluendo.com>
12636
12637         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12638         Fix profile-level-id parsing and setup.
12639
12640 2006-09-21  Wim Taymans  <wim@fluendo.com>
12641
12642         * gst/udp/README:
12643         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12644         Update README, simple cleanup.
12645
12646 2006-09-21  Wim Taymans  <wim@fluendo.com>
12647
12648         * gst/rtp/README:
12649         Update README with some examples.
12650
12651         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12652         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12653         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12654         (gst_rtp_mp4g_pay_setcaps):
12655         * gst/rtp/gstrtpmp4gpay.h:
12656         Make optional RTP parameters of type STRING, as required by the
12657         application/x-rtp caps specification.
12658
12659 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12660
12661         * gst/rtp/gstrtph263pdepay.c:
12662         * gst/rtp/gstrtph263ppay.c:
12663         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
12664         RTP header.
12665
12666 2006-09-20  Wim Taymans  <wim@fluendo.com>
12667
12668         * gst/rtp/Makefile.am:
12669         And makefile too.
12670
12671 2006-09-20  Wim Taymans  <wim@fluendo.com>
12672
12673         * gst/rtp/gstrtp.c: (plugin_init):
12674         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
12675         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
12676         (decode_base64), (gst_rtp_asf_depay_setcaps),
12677         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
12678         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
12679         (gst_rtp_asf_depay_plugin_init):
12680         * gst/rtp/gstrtpasfdepay.h:
12681         Added preliminary ASF depayloader.
12682
12683         * gst/rtp/gstrtph264depay.c: (decode_base64):
12684         Fix base64 decoding.
12685
12686 2006-09-20  Wim Taymans  <wim@fluendo.com>
12687
12688         * gst/rtsp/URLS:
12689         Added some test URLS.
12690
12691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12692         (gst_rtspsrc_loop), (gst_rtspsrc_open):
12693         * gst/rtsp/gstrtspsrc.h:
12694         When creating streams, give access to the complete SDP.
12695         Fix some leaks.
12696         Collect and merge global stream properties in stream caps.
12697         Preliminary support for WMServer.
12698
12699         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12700         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12701         (rtsp_connection_receive):
12702         * gst/rtsp/rtspconnection.h:
12703         Make connection interruptable.
12704         Refactor to make it reconnectable.
12705         Don't fail on short reads when reading data packets.
12706
12707         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
12708         (rtsp_url_get_port):
12709         * gst/rtsp/rtspurl.h:
12710         Add methods for getting/setting the port.
12711
12712         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12713         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
12714         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
12715         (sdp_media_get_format), (sdp_parse_line),
12716         (sdp_message_parse_buffer):
12717         Fix headers. 
12718         Add methods for getting multiple attributes with the same name.
12719         Increase buffer size when parsing.
12720         Fix parsing of a=foo fields.
12721
12722         * gst/rtsp/test.c: (main):
12723         Update to new connection API.
12724
12725         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12726         (rtsp_message_init_response), (rtsp_message_init_data),
12727         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
12728         * gst/rtsp/rtspmessage.h:
12729         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
12730         * gst/rtsp/rtsptransport.h:
12731         * gst/rtsp/sdp.h:
12732         * gst/rtsp/sdpmessage.h:
12733         * gst/rtsp/gstrtsp.c:
12734         * gst/rtsp/gstrtsp.h:
12735         * gst/rtsp/gstrtpdec.c:
12736         * gst/rtsp/gstrtpdec.h:
12737         * gst/rtsp/rtsp.h:
12738         * gst/rtsp/rtspdefs.c:
12739         * gst/rtsp/rtspdefs.h:
12740         Dual licensed under MIT and LGPL now.
12741
12742 2006-09-19  Wim Taymans  <wim@fluendo.com>
12743
12744         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
12745         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
12746         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12747         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12748         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
12749         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12750         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
12751         * gst/rtsp/gstrtspsrc.h:
12752         Reorganize stream parsing and creation.
12753         Detect container formats in interleaved mode.
12754         Keep more state about the streams.
12755         Assume a server also supports PLAY if it does not say.
12756         Add unicast and interleaved properties to TCP transport requests to make
12757         some servers happy (WMServer).
12758
12759         * gst/rtsp/sdpmessage.h:
12760         Add some defines for the standard Bandwidth types.
12761
12762 2006-09-19  Wim Taymans  <wim@fluendo.com>
12763
12764         * gst/rtsp/test.c: (main):
12765         Fix build.
12766
12767 2006-09-19  Wim Taymans  <wim@fluendo.com>
12768
12769         * gst/wavparse/gstwavparse.c:
12770         Add ms-gsm to the src template.
12771
12772 2006-09-18  Wim Taymans  <wim@fluendo.com>
12773
12774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12775         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
12776         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
12777         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
12778         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12779         * gst/rtsp/gstrtspsrc.h:
12780         Small cleanups, added documentation.
12781         Try to clean up the requests and responses.
12782         Refactor parsing the supported methods.
12783
12784         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
12785         (rtsp_connection_create), (rtsp_connection_send),
12786         (parse_response_status), (parse_request_line),
12787         (rtsp_connection_receive), (rtsp_connection_close),
12788         (rtsp_connection_free):
12789         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
12790         (rtsp_transport_init), (rtsp_transport_parse),
12791         (rtsp_transport_free):
12792         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12793         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
12794         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
12795         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
12796         Use g_return_val some more.
12797
12798         * gst/rtsp/rtspdefs.h:
12799         Add more enum values to track initial states.
12800
12801         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
12802         (rtsp_message_init_request), (rtsp_message_new_response),
12803         (rtsp_message_init_response), (rtsp_message_init_data),
12804         (rtsp_message_unset), (rtsp_message_free),
12805         (rtsp_message_add_header), (rtsp_message_remove_header),
12806         (rtsp_message_get_header), (rtsp_message_set_body),
12807         (rtsp_message_take_body), (rtsp_message_get_body),
12808         (rtsp_message_steal_body), (rtsp_message_dump):
12809         * gst/rtsp/rtspmessage.h:
12810         Reorder arguments, object goes as the first one.
12811         Use g_return_val some more.
12812
12813 2006-09-18  Wim Taymans  <wim@fluendo.com>
12814
12815         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
12816         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
12817         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
12818         * gst/rtsp/gstrtspsrc.h:
12819         Export sometimes source pad with correct caps on the template, create
12820         the ghostpad from the template.
12821         Remove RTCP template as we never expose RTCP.
12822         Protect against invalid body size.
12823         Avoid memcpy when creating the output buffer.
12824         Properly post an error and send EOS when the loop function is shut down.
12825
12826 2006-09-18  Wim Taymans  <wim@fluendo.com>
12827
12828         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12829
12830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12831         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
12832         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
12833         * gst/rtsp/gstrtspsrc.h:
12834         Make sure we can never set an invalid location.
12835
12836         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
12837         * gst/rtsp/rtspmessage.h:
12838         Added _steal_body method for future use.
12839
12840         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
12841         Make freeing of NULL url return immediatly.
12842
12843 2006-09-18  Wim Taymans  <wim@fluendo.com>
12844
12845         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
12846
12847         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
12848         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
12849         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
12850         (gst_rtspsrc_change_state):
12851         * gst/rtsp/gstrtspsrc.h:
12852         Use boilerplate.
12853         Make rtspsrc subclass GstBin to make state changes easier.
12854         Add Range header field on the PLAY request.
12855
12856 2006-09-18  Wim Taymans  <wim@fluendo.com>
12857
12858         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12859
12860         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
12861         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
12862         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
12863         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
12864         * gst/rtsp/rtspconnection.c: (inet_aton):
12865         Small cleanups.
12866         when multicast is selected as the transport, create UDP sources and
12867         connect to the multicast group.
12868         Move parsing and setting of caps to a common place.
12869         Fixes #349894.
12870
12871 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12872
12873         * ext/flac/gstflactag.c:
12874         * gst/alpha/gstalpha.c:
12875         * gst/debug/breakmydata.c:
12876         * gst/debug/negotiation.c:
12877         * gst/debug/testplugin.c:
12878         * gst/effectv/gstaging.c:
12879         * gst/effectv/gstdice.c:
12880         * gst/effectv/gstedge.c:
12881         * gst/effectv/gstquark.c:
12882         * gst/effectv/gstrev.c:
12883         * gst/effectv/gstshagadelic.c:
12884         * gst/effectv/gstvertigo.c:
12885         * gst/effectv/gstwarp.c:
12886         * gst/multipart/multipartdemux.c:
12887         * gst/multipart/multipartmux.c:
12888         * gst/videobox/gstvideobox.c:
12889         * gst/videofilter/gstgamma.c:
12890         * gst/videofilter/gstvideotemplate.c:
12891         * gst/videomixer/videomixer.c:
12892         * sys/sunaudio/gstsunaudiosrc.h:
12893         More G_OBJECT macro fixing.
12894
12895 2006-09-16  Wim Taymans  <wim@fluendo.com>
12896
12897         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
12898
12899         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
12900         Correctly set the dwLength in strh.
12901         With this patch, the file duration is now displayed correctly in window
12902         media player and the AVI plays completely. Fixes #356147
12903
12904 2006-09-15  Wim Taymans  <wim@fluendo.com>
12905
12906         Patch by: Darren Kenny <darren dot kenny at sun dot com>
12907
12908         * sys/sunaudio/gstsunaudiomixerctrl.c:
12909         (gst_sunaudiomixer_ctrl_build_list):
12910         Set the output track as the MASTER so that the gnome-settings-daemon
12911         keybindings for changing the volume using the keyboard works.
12912         Fixes #356142.
12913
12914 2006-09-15  Wim Taymans  <wim@fluendo.com>
12915
12916         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12917         Fix documentation, it is not possible to control the framerate of jpegdec
12918         using filtered caps yet. Fixes #355210.
12919         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
12920         stop when there is an error.
12921
12922 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12923
12924         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
12925         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12926           Don't interpret a first buffer with an offset of NONE as
12927           'from the middle of the stream', but only a first buffer
12928           that has a valid buffer offset that's non-zero (see #345449).
12929
12930 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
12931
12932         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
12933         (gst_icydemux_typefind_or_forward):
12934         * gst/icydemux/gsticydemux.h:
12935           When we merge/collect multiple incoming buffers for typefinding
12936           purposes, keep an initial 0 offset on the first outgoing buffer
12937           as well (otherwise id3demux won't work right). Fixes #345449.
12938           Also Make buffer metadata writable before setting buffer caps.
12939
12940         * tests/check/elements/icydemux.c: (typefind_succeed),
12941         (cleanup_icydemux), (push_data), (GST_START_TEST),
12942         (icydemux_suite):
12943           Small test case for the above.
12944
12945 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
12946
12947         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
12948         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
12949         (gst_avi_demux_stream_header_push),
12950         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
12951         (gst_avi_demux_loop):
12952           More code reuse and better logging in _peek_chunk(). Reintroduce check
12953           for chunk sizes before reading them (avoid oom). Better handling for 
12954           invalid chunksizes when streaming.
12955
12956 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
12957
12958         * gst/level/gstlevel.c: (gst_level_set_property):
12959         * gst/level/gstlevel.h:
12960           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
12961           René Stadler
12962
12963 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
12964
12965         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
12966         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
12967         (gst_avi_demux_stream_data):
12968           Revert one change to fix streaming avi (adapter size != data size).
12969
12970 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12971
12972         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
12973
12974         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
12975         (gst_matroska_demux_reset),
12976         (gst_matroska_demux_read_track_encodings),
12977         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
12978         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12979         (gst_matroska_demux_subtitle_caps):
12980         * gst/matroska/matroska-ids.h:
12981           Add support for VOBSUB subtitle tracks and zlib-compressed
12982           tracks. Make sure we start on a keyframe after a seek. (#343348)
12983
12984 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12985
12986         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
12987         (gst_matroska_demux_push_flac_codec_priv_data),
12988         (gst_matroska_demux_push_xiph_codec_priv_data),
12989         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
12990         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
12991         * gst/matroska/matroska-ids.h:
12992           Add basic FLAC support (#311586), not perfect yet though, needs some
12993           tweaking in flacdec; also, seeking could be better.
12994           Do better bounds checking when deserialising vorbis stream headers
12995           to make sure we don't read beyond the end of the buffer on bad input.
12996
12997 2006-09-04  Wim Taymans  <wim@fluendo.com>
12998
12999         Patch by: Alessandro Decina <alessandro at nnva dot org>
13000
13001         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13002         Seeking back in a file containing a CMML stream errors out if the seek
13003         goes back up to the CMML headers. This is because after the seek the xml
13004         processing instruction <?xml ...?> is submitted to the xml parser again, 
13005         which results in an error. The attached patch fixes the problem. 
13006         Fixes #353908.
13007
13008         * ext/annodex/gstcmmlenc.h:
13009         Fix authors name.
13010
13011
13012 2006-08-28  Andy Wingo  <wingo@pobox.com>
13013
13014         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13015         New helper function to lessen the ifdefs.
13016         (GST_INFO_OBJECT): 
13017         (gst_dv1394src_iso_receive): Use it.
13018         (gst_dv1394src_create): Also use the control sockets in iec61883
13019         mode.
13020         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13021         handle for AVC operations; fixes #348233.
13022
13023 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13024
13025         * configure.ac:
13026         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13027         * docs/plugins/inspect/plugin-audiofx.xml:
13028         * docs/plugins/inspect/plugin-audiofxgood.xml:
13029         * gst/audiofx/Makefile.am:
13030         * gst/audiofx/audiofx.c:
13031         * gst/audiofxgood/.cvsignore:
13032         * gst/audiofxgood/Makefile.am:
13033         * gst/audiofxgood/audiofx.c:
13034         * gst/audiofxgood/audiopanorama.c:
13035         * gst/audiofxgood/audiopanorama.h:
13036           Rename again (audiofxgood -> audiofx).
13037
13038 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13039
13040         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13041         (gst_avi_demux_stream_scan):
13042           Initialze variables.
13043
13044 2006-08-25  Wim Taymans  <wim@fluendo.com>
13045
13046         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13047         (gst_avi_demux_init), (gst_avi_demux_finalize),
13048         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13049         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13050         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13051         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13052         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13053         (gst_avi_demux_massage_index),
13054         (gst_avi_demux_calculate_durations_from_index),
13055         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13056         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13057         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13058         (gst_avi_demux_change_state):
13059         * gst/avi/gstavidemux.h:
13060         More attempts to turn this into readable code.
13061         Don't leak adapters.
13062         Calculate duration according to index more efficiently.
13063         Don't try to act like we drive the pipeline in chain mode.
13064
13065 2006-08-25  Wim Taymans  <wim@fluendo.com>
13066
13067         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13068         Fix build.
13069
13070 2006-08-25  Wim Taymans  <wim@fluendo.com>
13071
13072         Patch by: Alessandro Decina <alessandro at nnva dot org>
13073
13074         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13075         Do some extra sanity checks.
13076         Fixes #350340.
13077
13078         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13079         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13080         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13081         Check if clip->start_time is valid before adding the clip to the
13082         track list.
13083         Reset enc->preamble going from PAUSED to READY.
13084         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13085         only used for EOS.
13086         Only post an error message if we were the one that created the fatal
13087         GstFlowReturn value.
13088
13089         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13090         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13091         Parse the seconds field of the npt-sec time format using %llu rather than
13092         %d and check that the value scaled by GST_SECOND doesn't overflow.
13093         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13094         Lookup a clip's track with clip->track rather than clip->id which
13095         makes no sense.
13096         Identify a clip by its track and start time and not its xml id.
13097         do some more input checking and make sure we don't do undefined shifts.
13098
13099         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13100         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13101         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13102         (push_clip), (push_empty_clip), (check_output_clip),
13103         (GST_START_TEST), (cmmldec_suite):
13104         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13105         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13106         (check_headers), (push_clip), (check_clip_times), (check_clip),
13107         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13108         Added some more checks.
13109
13110 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13111
13112         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13113         (gst_audio_panorama_set_property),
13114         (gst_audio_panorama_get_property),
13115         (gst_audio_panorama_transform_m2s_int),
13116         (gst_audio_panorama_transform_s2s_int),
13117         (gst_audio_panorama_transform_m2s_float),
13118         (gst_audio_panorama_transform_s2s_float):
13119         * gst/audiofxgood/audiopanorama.h:
13120         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13121           Make also the pan-property float (saves scaling and yields better
13122           resolution)
13123
13124 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13125
13126         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13127         (gst_audio_panorama_transform_m2s_float),
13128         (gst_audio_panorama_transform_s2s_float):
13129           ChangeLog surgery to add cymax's real name
13130
13131
13132 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13133
13134         Patch by: René Stadler <mail@renestadler.de>
13135
13136         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13137         (gst_audio_panorama_transform_m2s_int),
13138         (gst_audio_panorama_transform_s2s_int),
13139         (gst_audio_panorama_transform_m2s_float),
13140         (gst_audio_panorama_transform_s2s_float),
13141         (gst_audio_panorama_transform):
13142         * gst/audiofxgood/audiopanorama.h:
13143           Added float support
13144
13145 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13146
13147         * gst/audiofxgood/audiopanorama.c:
13148         (gst_audio_panorama_transform_m2s):
13149           Fix docs & debug category. Add Fixme for volume pan levels.
13150
13151 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13152
13153         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13154         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13155         (gst_avi_demux_stream_header_pull),
13156         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13157         (gst_avi_demux_chain):
13158           unbreak AVI index handling, some more debug, remove an obsolete
13159           adapter_flush that caused streaming to wander off in the wild
13160
13161 2006-08-24  Wim Taymans  <wim@fluendo.com>
13162
13163         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13164         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13165         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13166         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13167         (gst_avi_demux_calculate_durations_from_index),
13168         (gst_avi_demux_stream_header_push),
13169         (gst_avi_demux_stream_header_pull):
13170         * gst/avi/gstavidemux.h:
13171         Some more cleanups. 
13172         Fix totalFrames parsing in ODML.
13173         Disable use of index for length calculation in case of ODML as this is
13174         broken now.
13175
13176 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13177
13178         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13179           Use libgsttag helper function here too.
13180
13181 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13182
13183         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13184         (gst_avi_demux_init), (gst_avi_demux_dispose),
13185         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13186         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13187         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13188         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13189         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13190         (gst_avi_demux_parse_subindex),
13191         (gst_avi_demux_read_subindexes_push),
13192         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13193         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13194         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13195         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13196         (gst_avi_demux_stream_header_pull),
13197         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13198         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13199         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13200         (gst_avi_demux_change_state):
13201         * gst/avi/gstavidemux.h:
13202           Initial streaming support for avidemux (fixes #336465)
13203
13204 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13205
13206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13207           There is no taglibmux element ...
13208
13209         * gst/rtsp/gstrtspsrc.c:
13210           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13211           was complaining about unknown entity here.
13212
13213 2006-08-22  Wim Taymans  <wim@fluendo.com>
13214
13215         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13216         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13217         (gst_avi_demux_process_next_entry):
13218         * gst/avi/gstavidemux.h:
13219         Mark DISCONT.
13220         Remove old unused fields and reorder the struct a bit.
13221
13222 2006-08-22  Wim Taymans  <wim@fluendo.com>
13223
13224         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13225         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13226         (gst_rtspsrc_pause):
13227         * gst/rtsp/gstrtspsrc.h:
13228         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13229         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13230         Small documentation updates.
13231
13232 2006-08-22  Wim Taymans  <wim@fluendo.com>
13233
13234         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13235         (gst_avi_demux_index_entry_for_time),
13236         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13237         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13238         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13239         (gst_avi_demux_next_data_buffer),
13240         (gst_avi_demux_calculate_durations_from_index),
13241         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13242         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13243         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13244         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13245         * gst/avi/gstavidemux.h:
13246         Precalc most of the duration query for each stream.
13247         Make seeking more correct.
13248         Use GstSegment to track position and duration.
13249         Code cleanups and leak fixes.
13250         Calculate correct total duration based on index length.
13251
13252 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13253
13254         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13255         (parse_insert_string_field):
13256           If strings in text fields are marked ISO8859-1, but contain
13257           valid UTF-8 already, then handle them as UTF-8 and ignore
13258           the encoding. (#351794)
13259
13260 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13261
13262         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13263         (gst_flac_dec_write), (gst_flac_dec_loop),
13264         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13265         (gst_flac_dec_src_query):
13266         * ext/flac/gstflacdec.h:
13267           Make flac-in-ogg work (#352100).
13268
13269 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13272           Don't unref buffers of which we've already given away
13273           ownership to the adapter.
13274
13275 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13276
13277         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13278           Make metadata extraction actually work.
13279
13280         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13281         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13282         (gst_speexenc_chain):
13283           Fix metadata writing: replace old code which wrote completely
13284           broken tags with libgsttag-based code. Plus miscellaneous
13285           code cleanups (use static pad templates etc.) and a bunch
13286           of leak fixes.
13287
13288 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13289
13290         * gst/audiopanorama/.cvsignore:
13291         * gst/audiopanorama/Makefile.am:
13292         * gst/audiopanorama/audiofx.c:
13293         * gst/audiopanorama/audiopanorama.c:
13294         * gst/audiopanorama/audiopanorama.h:
13295           die! die! die! you should never have been there
13296
13297 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13298
13299         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13300         Fix invalid memory access in audiopanorama test suite.
13301
13302 2006-08-21  Edward Hervey  <edward@fluendo.com>
13303
13304         * tests/check/elements/.cvsignore:
13305         ignore built file
13306
13307 2006-08-21  Wim Taymans  <wim@fluendo.com>
13308
13309         * gst/rtp/Makefile.am:
13310         Fix the build again.
13311
13312 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13313
13314         * gst/audiofxgood/.cvsignore:
13315         * gst/audiofxgood/Makefile.am:
13316         * gst/audiofxgood/audiofx.c: (plugin_init):
13317         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13318         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13319         (gst_audio_panorama_set_property),
13320         (gst_audio_panorama_get_property),
13321         (gst_audio_panorama_get_unit_size),
13322         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13323         (gst_audio_panorama_transform_m2s),
13324         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13325         * gst/audiofxgood/audiopanorama.h:
13326           resubmit with the desired name *again*
13327
13328 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13329
13330         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13331         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13332           use g_assert in _get_unit_size
13333
13334 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13335
13336         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13337         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13338         * docs/plugins/inspect/plugin-audiofxgood.xml:
13339           cleanup -unused.txt to make it useful, add previously missing docs
13340
13341         * ext/Makefile.am:
13342           Quietly (accidentally) enable LADSPA for building by default, 
13343           despite the fact that it doesn't meet the plugin checklist.
13344             -- Added by Jan Schmidt 18 Dec 2006
13345
13346         * ext/esd/esdmon.c:
13347         * ext/esd/esdsink.c:
13348         * ext/esd/gstesd.c: (plugin_init):
13349           reflow to get rid of two external symbols
13350
13351         * gst/audiofxgood/audiofx.c: (plugin_init):
13352           re-add
13353
13354 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13355
13356         * configure.ac:
13357         * gst/audiofxgood/.cvsignore:
13358         * gst/audiofxgood/Makefile.am:
13359         * gst/audiofxgood/audiofx.c
13360         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13361         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13362         (gst_audio_panorama_set_property),
13363         (gst_audio_panorama_get_property),
13364         (gst_audio_panorama_get_unit_size),
13365         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13366         (gst_audio_panorama_transform_m2s),
13367         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13368         * gst/audiofxgood/audiopanorama.h:
13369         * tests/check/Makefile.am:
13370         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13371         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13372         (panorama_suite), (main):
13373         Add audiofxgood plugin with audiopanorama element
13374
13375 2006-08-18  Wim Taymans  <wim@fluendo.com>
13376
13377         * docs/plugins/Makefile.am:
13378         More Oss docs fixage. 
13379
13380 2006-08-18  Wim Taymans  <wim@fluendo.com>
13381
13382         * gst/rtp/Makefile.am:
13383         * gst/rtp/gstrtp.c: (plugin_init):
13384         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13385         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13386         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13387         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13388         (gst_rtp_sv3v_depay_get_property),
13389         (gst_rtp_sv3v_depay_change_state),
13390         (gst_rtp_sv3v_depay_plugin_init):
13391         * gst/rtp/gstrtpsv3vdepay.h:
13392         Added experimental SVQ3 depayloader.
13393
13394 2006-08-18  Edward Hervey  <edward@fluendo.com>
13395
13396         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13397         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13398         * ext/dv/gstdvdemux.h:
13399         When handling seek requests, don't send the newsegment event from the
13400         calling thread. Instead save it so it can be sent from the streaming
13401         thread.
13402
13403 2006-08-17  Wim Taymans  <wim@fluendo.com>
13404
13405         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13406
13407         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13408         Accept leading whitespace before the boundary
13409         This patch makes the demuxer allow some whitespace before the actual
13410         boundary. This makes the demuxer work with the ``old'' gstreamer
13411         multipartmuxer again (which placed an extra \n before the start
13412         of the stream) Fixes #349068.
13413
13414 2006-08-17  Wim Taymans  <wim@fluendo.com>
13415
13416         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13417         Error out on non-implemented stuff.
13418
13419 2006-08-16  Wim Taymans  <wim@fluendo.com>
13420
13421         Patch by: Andy Wingo <wingo at pobox dot com>
13422
13423         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13424         (gst_signal_processor_start), (gst_signal_processor_stop),
13425         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13426         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13427         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13428         (gst_signal_processor_change_state):
13429         Make ladspa elements reusable. Fixes #350006.
13430
13431 2006-08-16  Wim Taymans  <wim@fluendo.com>
13432
13433         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13434         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13435         names as possible. Fixes #349901.
13436
13437 2006-08-16  Wim Taymans  <wim@fluendo.com>
13438
13439         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13440         (gst_signal_processor_do_pushes):
13441         A push() gives away our refcount so we should not use the buffer on the
13442         pen anymore.
13443
13444 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13445
13446         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13447         (gst_oss_mixer_element_finalize):
13448           Don't leak device string.
13449
13450 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13451
13452         * configure.ac:
13453           Require CVS of GStreamer core and -base (for
13454           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13455
13456         * ext/taglib/gstid3v2mux.cc:
13457           Write extended comment tags properly (#348762).
13458
13459         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13460         (parse_comment_frame):
13461           Extract COMM frames into extended comments, which makes it
13462           easier to properly retain the description bit of the tag
13463           and maintain this information when re-tagging (#348762).
13464
13465 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13466
13467         * tests/check/Makefile.am:
13468           Don't try to run annodex unit tests if the annodex
13469           plugin has not been built (Fixes #351116).
13470
13471 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13472
13473         * gst/autodetect/gstautoaudiosink.c:
13474         (gst_auto_audio_sink_find_best):
13475           When we can't find a usable audiosink, don't error out,
13476           but use a fake sink instead and post a warning message
13477           on the bus (#341278).
13478
13479 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13480
13481         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13482         * sys/oss/gstosssink.c:
13483         * sys/oss/gstosssrc.c:
13484           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13485           ossmixer's new device property.
13486
13487         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13488         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13489           Add docs for OSS elements.
13490
13491         * docs/plugins/inspect/plugin-aasink.xml:
13492         * docs/plugins/inspect/plugin-alaw.xml:
13493         * docs/plugins/inspect/plugin-alpha.xml:
13494         * docs/plugins/inspect/plugin-alphacolor.xml:
13495         * docs/plugins/inspect/plugin-annodex.xml:
13496         * docs/plugins/inspect/plugin-apetag.xml:
13497         * docs/plugins/inspect/plugin-auparse.xml:
13498         * docs/plugins/inspect/plugin-autodetect.xml:
13499         * docs/plugins/inspect/plugin-avi.xml:
13500         * docs/plugins/inspect/plugin-cacasink.xml:
13501         * docs/plugins/inspect/plugin-cairo.xml:
13502         * docs/plugins/inspect/plugin-cdio.xml:
13503         * docs/plugins/inspect/plugin-cutter.xml:
13504         * docs/plugins/inspect/plugin-debug.xml:
13505         * docs/plugins/inspect/plugin-dv.xml:
13506         * docs/plugins/inspect/plugin-efence.xml:
13507         * docs/plugins/inspect/plugin-effectv.xml:
13508         * docs/plugins/inspect/plugin-esdsink.xml:
13509         * docs/plugins/inspect/plugin-flac.xml:
13510         * docs/plugins/inspect/plugin-flxdec.xml:
13511         * docs/plugins/inspect/plugin-gconfelements.xml:
13512         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13513         * docs/plugins/inspect/plugin-goom.xml:
13514         * docs/plugins/inspect/plugin-halelements.xml:
13515         * docs/plugins/inspect/plugin-icydemux.xml:
13516         * docs/plugins/inspect/plugin-id3demux.xml:
13517         * docs/plugins/inspect/plugin-jpeg.xml:
13518         * docs/plugins/inspect/plugin-level.xml:
13519         * docs/plugins/inspect/plugin-matroska.xml:
13520         * docs/plugins/inspect/plugin-mulaw.xml:
13521         * docs/plugins/inspect/plugin-multipart.xml:
13522         * docs/plugins/inspect/plugin-navigationtest.xml:
13523         * docs/plugins/inspect/plugin-ossaudio.xml:
13524         * docs/plugins/inspect/plugin-png.xml:
13525         * docs/plugins/inspect/plugin-rtp.xml:
13526         * docs/plugins/inspect/plugin-rtsp.xml:
13527         * docs/plugins/inspect/plugin-shout2send.xml:
13528         * docs/plugins/inspect/plugin-smpte.xml:
13529         * docs/plugins/inspect/plugin-speex.xml:
13530         * docs/plugins/inspect/plugin-taglib.xml:
13531         * docs/plugins/inspect/plugin-udp.xml:
13532         * docs/plugins/inspect/plugin-videobalance.xml:
13533         * docs/plugins/inspect/plugin-videobox.xml:
13534         * docs/plugins/inspect/plugin-videoflip.xml:
13535         * docs/plugins/inspect/plugin-videomixer.xml:
13536         * docs/plugins/inspect/plugin-wavenc.xml:
13537         * docs/plugins/inspect/plugin-wavparse.xml:
13538         * docs/plugins/inspect/plugin-ximagesrc.xml:
13539           Update to CVS version.
13540           
13541 2006-08-16  Wim Taymans  <wim@fluendo.com>
13542
13543         * gst/rtp/gstrtpamrdepay.c:
13544         * gst/rtp/gstrtpmp4gdepay.c:
13545         Caps extra properties must be defined as strings for
13546         depayloaders because they are generated from an SDP.
13547
13548         * gst/rtp/Makefile.am:
13549         * gst/rtp/gstrtp.c: (plugin_init):
13550         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13551         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13552         (gst_rtp_h264_depay_finalize), (decode_base64),
13553         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13554         (gst_rtp_h264_depay_set_property),
13555         (gst_rtp_h264_depay_get_property),
13556         (gst_rtp_h264_depay_change_state),
13557         (gst_rtp_h264_depay_plugin_init):
13558         * gst/rtp/gstrtph264depay.h:
13559         Added basic, not completely functional RFC 3984 H264 depayloader.
13560
13561 2006-08-16  Wim Taymans  <wim@fluendo.com>
13562
13563         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13564         Add pads after setting them up.
13565
13566         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13567         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13568         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13569         (gst_rtspsrc_stream_setup_rtp),
13570         (gst_rtspsrc_stream_configure_transport),
13571         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13572         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13573         (gst_rtspsrc_pause):
13574         * gst/rtsp/gstrtspsrc.h:
13575         Fix interleaved mode.
13576          - Protect streaming with lock.
13577          - Combine flows
13578          - set caps on outgoing buffers.
13579          - strip trailing \0 from data packets.
13580          - Configure RTP/RTCP in stream.
13581         Use DEBUG_OBJECT more.
13582
13583 2006-08-16  Wim Taymans  <wim@fluendo.com>
13584
13585         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13586         Turn a g_print into a DEBUG line.
13587
13588 2006-08-13  Wim Taymans  <wim@fluendo.com>
13589
13590         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13591         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13592         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13593         (gst_oss_mixer_element_get_property),
13594         (gst_oss_mixer_element_change_state):
13595         * sys/oss/gstossmixerelement.h:
13596         Small cleanups. Better error reporting.
13597         Add device property for the mixer instead of the hardcoded
13598         /dev/mixer. Fixes #350785.
13599         API: GstOssMixerElement::device property
13600
13601 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13602
13603         Patch by: Jens Granseuer <jensgr at gmx net>
13604
13605         * gconf/Makefile.am:
13606           Make --disable-schemas work right (they still need
13607           to be copied to the installation directory, just not
13608           applied). Fixes #351347 (also #344100).
13609           
13610 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13611
13612         * configure.ac: back to HEAD
13613
13614 === release 0.10.4 ===
13615
13616 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13617
13618         * configure.ac:
13619           releasing 0.10.4, "Dear Leader"
13620
13621 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13622
13623         Patch by: Edward Hervey <edward@fluendo.com>
13624
13625         * configure.ac:
13626         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13627         (gst_wavparse_stream_data):
13628         Send the newsegment event in the streaming thread.
13629         Fixes #347529
13630
13631 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13632
13633         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13634         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13635         (gst_smokeenc_resync), (gst_smokeenc_chain):
13636           Refuse sink caps in the encoder if width or height is not a
13637           multiple of 16, the encoder does not support that yet (#349939);
13638           along the same lines, check the return value of the encoder
13639           setup function; also remove some debug log clutter.
13640
13641 2006-08-04  Andy Wingo  <wingo@pobox.com>
13642
13643         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13644         whether a processor can work in place or not, and for keeping
13645         track of its state. Change the FlowReturn instance variable from
13646         "state" to "flow_state", all callers changed.
13647
13648         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13649         (gst_signal_processor_start, gst_signal_processor_stop)
13650         (gst_signal_processor_cleanup): New functions to manage the
13651         processor's state.
13652         (gst_signal_processor_setcaps): start() as well as setup() here.
13653         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13654         (gst_signal_processor_change_state): Stop and cleanup the
13655         processor as we go to NULL.
13656
13657         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13658         INPLACE_BROKEN is not set.
13659
13660         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13661         Do the alloc_buffer in bytes, not frames.
13662         
13663 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13664
13665         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13666         Fix rgb masks when recording in < 24bpp.
13667
13668 2006-08-04  Andy Wingo  <wingo@pobox.com>
13669
13670         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
13671         (gst_signal_processor_prepare)
13672         (gst_signal_processor_update_inputs)
13673         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
13674         (gst_signal_processor_flush)
13675         (gst_signal_processor_sink_activate_push)
13676         (gst_signal_processor_src_activate_pull)
13677         (gst_signal_processor_change_state): Remove the last of the code
13678         that assumes that we process whole buffers at a time. Fix some
13679         debugging. Seems to work now in some cases.
13680         (gst_signal_processor_src_activate_pull): BPB
13681
13682 2006-08-01  Andy Wingo  <wingo@pobox.com>
13683
13684         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
13685         Fix nframes-choosing.
13686         (gst_signal_processor_init): Init pending_in and pending_out.
13687
13688         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
13689         more default sample rate, although we never check that the sample
13690         rate actually gets set. Something for the future.
13691         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
13692         (gst_signal_processor_event): Refcount fixen.
13693         (gst_signal_processor_process): Pull the number of frames to
13694         process from the sizes of the buffers in the input pens.
13695         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
13696         (gst_signal_processor_do_pulls): Add an nframes argument, and use
13697         it instead of buffer_frames.
13698         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
13699         to do_pulls.
13700         (gst_signal_processor_chain)
13701         (gst_signal_processor_sink_activate_push)
13702         (gst_signal_processor_src_activate_pull):  Refcount fixen.
13703
13704         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
13705
13706 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
13707
13708         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
13709         (gst_signal_processor_process):
13710           don't query buffer-frames from caps, add lots of debug-log,
13711           try fix for assert (#349189)
13712
13713 2006-07-31  Wim Taymans  <wim@fluendo.com>
13714
13715         * gst/udp/gstudpsrc.c:
13716         Fix docs.
13717
13718 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
13719
13720         * ext/ladspa/gstsignalprocessor.c:
13721         (gst_signal_processor_add_pad_from_template),
13722         (gst_signal_processor_init), (gst_signal_processor_setcaps),
13723         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
13724         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
13725         (gst_signal_processor_sink_activate_push),
13726         (gst_signal_processor_src_activate_pull),
13727         (gst_signal_processor_change_state):
13728          Add debugs logs here and there, add more error handling, add some
13729          FIXME comments, filed #349189
13730
13731 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13732
13733         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
13734         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
13735         Set caps on buffer correctly.  Fixes bug #349155.
13736
13737 2006-07-28  Wim Taymans  <wim@fluendo.com>
13738
13739         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13740
13741         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13742         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13743         (gst_multipart_demux_finalize), (get_line_end),
13744         (multipart_parse_header), (multipart_find_boundary),
13745         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
13746         (gst_multipart_set_property), (gst_multipart_get_property):
13747         Uses GstAdapter instead of own buffering.
13748         Actually parses the mime-type correctly (In tests the mime-type was
13749         always "" with the old version).
13750         Uses the Content-length header if available to speed up things.
13751         Reliably autoscans the boundary name by default.
13752         Fixes #349068.
13753
13754         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13755         Don't start the stream with a \n.
13756
13757 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13758
13759         Patch by: Brian Cameron <brian dot cameron at sun com>
13760
13761         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
13762           Open source with O_NONBLOCK (#349015).
13763
13764 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
13765
13766         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13767         (gst_avi_demux_massage_index):
13768         * gst/avi/gstavidemux.h:
13769           Whitespace fixes and more debug
13770
13771 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13772
13773         * gst/autodetect/gstautoaudiosink.c:
13774         (gst_auto_audio_sink_create_element_with_pretty_name),
13775         (gst_auto_audio_sink_find_best),
13776         (gst_auto_audio_sink_change_state):
13777           Get rid of old and unused magic sound-server properties stuff.
13778           Add suffix to child sink's name that makes it easy to see from
13779           the name alone which type it actually is (alsa, oss, esd, etc.).
13780
13781 2006-07-27  Wim Taymans  <wim@fluendo.com>
13782
13783         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13784         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
13785         (gst_udpsrc_start):
13786         * gst/udp/gstudpsrc.h:
13787         Rename "buffer" to "buffer-size" to make clear it is a size we set and
13788         not some sort of feature we enable.
13789
13790 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
13791
13792         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
13793           Use CLOSE_SOCKET() here instead of close() to maintain
13794           win32 workiness.
13795
13796 2006-07-27  Wim Taymans  <wim@fluendo.com>
13797
13798         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13799
13800         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13801         (gst_udpsrc_create), (gst_udpsrc_set_property),
13802         (gst_udpsrc_get_property), (gst_udpsrc_start):
13803         * gst/udp/gstudpsrc.h:
13804         Added "buffer-size" property to control the kernel receive buffer size.
13805         Update documentation.
13806         Small cleanups. Fixes #348752.
13807         API: buffer-size property
13808
13809 2006-07-26  Wim Taymans  <wim@fluendo.com>
13810
13811         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
13812
13813         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13814         (gst_rtp_pcma_pay_handle_buffer):
13815         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
13816         (gst_rtp_pcmu_pay_handle_buffer):
13817         Fix timestamp calculation on outgoing RTP packets.
13818         Fixes #348675.
13819
13820 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13821
13822         * ext/taglib/gstid3v2mux.cc:
13823           Fix writing of comment frames (should be COMM not TCOM),
13824           is still sub-optimal though, since we don't retain or
13825           extract the comment descriptions properly (#334375,
13826           also see #334375).
13827
13828 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13829
13830         * gst/wavparse/gstwavparse.c:
13831           #define 'fact' RIFF chunk if we are not compiling against
13832           -base CVS (we don't want to depend on -base CVS for this
13833           one define only, and also not for release order reasons).
13834
13835 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13836
13837         * ext/taglib/gstid3v2mux.cc:
13838           Handle multiple tags of the same type properly. Re-inject
13839           unparsed ID3v2 frames that we get as binary blobs from
13840           id3demux into the tag again so we don't lose information
13841           when retagging (#334375).
13842
13843 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13844
13845         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
13846           Document newly-added properties properly, so that there is a
13847           'Since: 0.10.4' in the plugin docs. Convert some property
13848           names into canonical GObject style (GObject will do that
13849           internally anyway).
13850
13851 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
13852
13853         * gst/id3demux/id3tags.c:
13854         (id3demux_add_id3v2_frame_blob_to_taglist):
13855           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
13856           well, and add the version to the blob's buffer caps, since that
13857           information will be needed for deserialisation later on (#348644).
13858
13859 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
13860
13861         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
13862         (gst_avi_demux_parse_stream):
13863          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
13864          indentation and spacing.
13865
13866 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13867
13868         * docs/plugins/Makefile.am:
13869         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13870         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13871         * docs/plugins/gst-plugins-good-plugins.args:
13872         * docs/plugins/inspect/plugin-1394.xml:
13873         * docs/plugins/inspect/plugin-aasink.xml:
13874         * docs/plugins/inspect/plugin-alaw.xml:
13875         * docs/plugins/inspect/plugin-alpha.xml:
13876         * docs/plugins/inspect/plugin-alphacolor.xml:
13877         * docs/plugins/inspect/plugin-annodex.xml:
13878         * docs/plugins/inspect/plugin-apetag.xml:
13879         * docs/plugins/inspect/plugin-auparse.xml:
13880         * docs/plugins/inspect/plugin-autodetect.xml:
13881         * docs/plugins/inspect/plugin-avi.xml:
13882         * docs/plugins/inspect/plugin-cacasink.xml:
13883         * docs/plugins/inspect/plugin-cairo.xml:
13884         * docs/plugins/inspect/plugin-cdio.xml:
13885         * docs/plugins/inspect/plugin-cutter.xml:
13886         * docs/plugins/inspect/plugin-debug.xml:
13887         * docs/plugins/inspect/plugin-dv.xml:
13888         * docs/plugins/inspect/plugin-efence.xml:
13889         * docs/plugins/inspect/plugin-effectv.xml:
13890         * docs/plugins/inspect/plugin-esdsink.xml:
13891         * docs/plugins/inspect/plugin-flac.xml:
13892         * docs/plugins/inspect/plugin-flxdec.xml:
13893         * docs/plugins/inspect/plugin-gconfelements.xml:
13894         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13895         * docs/plugins/inspect/plugin-goom.xml:
13896         * docs/plugins/inspect/plugin-halelements.xml:
13897         * docs/plugins/inspect/plugin-icydemux.xml:
13898         * docs/plugins/inspect/plugin-id3demux.xml:
13899         * docs/plugins/inspect/plugin-jpeg.xml:
13900         * docs/plugins/inspect/plugin-level.xml:
13901         * docs/plugins/inspect/plugin-matroska.xml:
13902         * docs/plugins/inspect/plugin-mulaw.xml:
13903         * docs/plugins/inspect/plugin-multipart.xml:
13904         * docs/plugins/inspect/plugin-navigationtest.xml:
13905         * docs/plugins/inspect/plugin-ossaudio.xml:
13906         * docs/plugins/inspect/plugin-png.xml:
13907         * docs/plugins/inspect/plugin-rtp.xml:
13908         * docs/plugins/inspect/plugin-rtsp.xml:
13909         * docs/plugins/inspect/plugin-shout2send.xml:
13910         * docs/plugins/inspect/plugin-smpte.xml:
13911         * docs/plugins/inspect/plugin-speex.xml:
13912         * docs/plugins/inspect/plugin-udp.xml:
13913         * docs/plugins/inspect/plugin-videobalance.xml:
13914         * docs/plugins/inspect/plugin-videobox.xml:
13915         * docs/plugins/inspect/plugin-videoflip.xml:
13916         * docs/plugins/inspect/plugin-videomixer.xml:
13917         * docs/plugins/inspect/plugin-wavenc.xml:
13918         * docs/plugins/inspect/plugin-wavparse.xml:
13919         * docs/plugins/inspect/plugin-ximagesrc.xml:
13920           Update files to CVS/Prerelease version, add esdsink docs.
13921
13922         * ext/esd/esdsink.c:
13923           Add gtk-doc blurb.
13924
13925         * gst/rtp/gstrtpmp4vpay.c:
13926           Fix typo in element description.
13927
13928 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13929
13930         * ext/esd/esdsink.c: (gst_esdsink_open),
13931         (gst_esdsink_factory_init):
13932           Prevent libesd from auto-spawning a sound daemon if it
13933           is not already running. Now that we don't do evil stuff
13934           like that any longer we can give esdsink a rank so that
13935           autoaudiosink will try it as well if all other audio
13936           sinks fail (#343051).
13937
13938 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13939
13940         * ext/esd/Makefile.am:
13941           Oops, need to remove README from EXTRA_DIST as well.
13942
13943 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13944
13945         * ext/esd/README:
13946           Remove, it contains nothing useful anyway.
13947
13948         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
13949         (gst_esdsink_delay):
13950           Some small clean-ups; use GST_BOILERPLATE etc.
13951
13952 2006-07-24  Wim Taymans  <wim@fluendo.com>
13953
13954         * gst/law/alaw-decode.c: (alawdec_getcaps):
13955         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
13956         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13957         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
13958         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
13959
13960 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
13961
13962         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13963         (gst_wavparse_other), (gst_wavparse_perform_seek),
13964         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
13965         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
13966         (gst_wavparse_pad_query):
13967         * gst/wavparse/gstwavparse.h:
13968           Use information from 'fact' chunk for length calculation of compressed
13969           samples. Calculate bps if bogus value is found in wav header (embeded
13970           mp2/mp3).
13971           
13972
13973 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
13974
13975         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
13976
13977         * configure.ac:
13978         * gst/udp/Makefile.am:
13979         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
13980         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
13981         * gst/udp/gstdynudpsink.h:
13982         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
13983         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
13984         * gst/udp/gstmultiudpsink.h:
13985         * gst/udp/gstudp.c: (plugin_init):
13986         * gst/udp/gstudpsink.h:
13987         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
13988         (gst_udpsrc_start), (gst_udpsrc_stop):
13989         * gst/udp/gstudpsrc.h:
13990         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
13991         (gst_udp_net_utils_win32_wsa_startup):
13992         * gst/udp/gstudpnetutils.h:
13993           Port udp plugin to win32 (#345288).
13994
13995 2006-07-24  Wim Taymans  <wim@fluendo.com>
13996
13997         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
13998         Remove unwanted DEBUG line.
13999
14000 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14001
14002         * gst/id3demux/gstid3demux.c: (plugin_init):
14003         * gst/id3demux/id3tags.c:
14004         (id3demux_add_id3v2_frame_blob_to_taglist):
14005         * gst/id3demux/id3tags.h:
14006           On second thought, it might be wiser and more efficient
14007           not to do tag registration from a streaming thread.
14008
14009 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14010
14011         * gst/id3demux/id3tags.c:
14012         (id3demux_add_id3v2_frame_blob_to_taglist),
14013         (id3demux_id3v2_frames_to_tag_list):
14014           Put ID3v2 frames we can't parse as binary blobs into private
14015           tags, so that they are not lost when retagging, at least once
14016           id3v2mux has been taught to re-inject those frames again.
14017           See bug #334375.
14018
14019 2006-07-21  Wim Taymans  <wim@fluendo.com>
14020
14021         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14022         (gst_avi_demux_process_next_entry):
14023         Fix some leaks.
14024
14025         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14026         Don't use \n in debug lines.
14027
14028 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14029
14030         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14031         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14032           Add annodex and icydemux, cleanup the sections a bit
14033
14034 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14035
14036         Patch by: Alex Lancaster <alexl at users sourceforge net>
14037
14038         * ext/taglib/gstid3v2mux.cc:
14039           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14040           ID3v2 TSSE frames (#347898).
14041
14042 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14043
14044         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14045           Respect mpegversion for "video/mpeg" and give message in case of
14046           unhandled versions.
14047
14048 2006-07-17  Wim Taymans  <wim@fluendo.com>
14049
14050         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14051         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14052         (gst_pngdec_chain), (gst_pngdec_sink_event),
14053         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14054         (gst_pngdec_sink_activate_push):
14055         * ext/libpng/gstpngdec.h:
14056         Use statically allocated segment instead of leaking.
14057         Various cleanups.
14058         Fix flush and seek handling.
14059
14060 2006-07-16  Wim Taymans  <wim@fluendo.com>
14061
14062         * gst/rtp/Makefile.am:
14063         * gst/rtp/gstrtp.c: (plugin_init):
14064         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14065         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14066         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14067         (gst_rtp_mp4g_depay_set_property),
14068         (gst_rtp_mp4g_depay_get_property),
14069         (gst_rtp_mp4g_depay_change_state),
14070         (gst_rtp_mp4g_depay_plugin_init):
14071         * gst/rtp/gstrtpmp4gdepay.h:
14072         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14073         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14074         (gst_rtp_mp4g_pay_flush):
14075         Added simple generic mpeg4 depayloader.
14076         Fix generic mpeg4 payloader.
14077
14078 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14079
14080         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14081           Don't try doing state changes on a NULL pointer.
14082
14083 2006-07-14  Wim Taymans  <wim@fluendo.com>
14084
14085         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14086
14087         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14088         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14089         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14090         * gst/rtp/gstrtpamrdepay.h:
14091         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14092         Fixes #321191
14093
14094 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14095
14096         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14097         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14098         Fix segfault when moving mouse pointer to the bottom right corner.
14099
14100 2006-07-12  Wim Taymans  <wim@fluendo.com>
14101
14102         * gst/rtp/Makefile.am:
14103         * gst/rtp/gstrtp.c: (plugin_init):
14104         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14105         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14106         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14107         (gst_rtp_mp2t_depay_set_property),
14108         (gst_rtp_mp2t_depay_get_property),
14109         (gst_rtp_mp2t_depay_change_state),
14110         (gst_rtp_mp2t_depay_plugin_init):
14111         * gst/rtp/gstrtpmp2tdepay.h:
14112         Added mpeg2 TS depayloader. Closing #347234.
14113
14114 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14115
14116         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14117           Remove g_assert that shouldn't be there and was triggered
14118           after trying to open a device that doesn't exist or can't
14119           be opened for some other reason (#347972).
14120
14121 2006-07-10  Edward Hervey  <edward@fluendo.com>
14122
14123         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14124         (gst_avi_demux_stream_header), (push_tag_lists):
14125         * gst/avi/gstavidemux.h:
14126         Don't push tag events found by gst_riff_parse_info() before outputting
14127         GST_EVENT_NEWSEGMENT.
14128
14129 2006-07-10  Wim Taymans  <wim@fluendo.com>
14130
14131         * gst/rtsp/Makefile.am:
14132         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14133         (rtsp_connection_close):
14134         * gst/rtsp/rtspdefs.h:
14135         replaced closesocket and close in code with one CLOSE_SOCKET. 
14136         Some more cleanups. Fixes #345301.
14137
14138 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14139
14140         * gst/autodetect/gstautoaudiosink.c:
14141           Fix example pipeline in docs.
14142
14143 2006-07-10  Wim Taymans  <wim@fluendo.com>
14144
14145         Patch by: Rob Taylor <robtaylor at floopily dot org>
14146
14147         * gst/udp/gstmultiudpsink.c: (join_multicast),
14148         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14149         If a destination is added before the stream is set to PAUSED, the
14150         multicast group is not joined as the socket is not created yet. 
14151         Also TTL and LOOP should also be set. Fixes #346921.
14152
14153 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14154
14155         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14156         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14157         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14158         (gst_ximage_src_init):
14159         * sys/ximage/gstximagesrc.h:
14160         Fix use-damage property to actually work :)
14161         Add startx, starty, endx, endy properties so screencasts other than full
14162         screen ones can work.
14163
14164 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14165
14166         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14167         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14168         (gst_ximage_src_class_init), (gst_ximage_src_init):
14169         * sys/ximage/gstximagesrc.h:
14170         Add use_damage property to offer ability to choose whether to use
14171         XDamage or not.
14172
14173 2006-07-07  Wim Taymans  <wim@fluendo.com>
14174
14175         * gst/goom/filters.c: (zoomFilterSetResolution):
14176         Avoid goom coredumping by clearing memory. 
14177         Fixes 345679.
14178
14179 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14180
14181         * win32/vs6/libgstid3demux.dsp:
14182         Add a link to libgsttag-0.10.lib.
14183
14184 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14185
14186         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14187         (gst_tag_demux_read_range):
14188         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14189         (gst_id3demux_read_range):
14190           Don't return FLOW_UNEXPECTED when a buffer is before
14191           the start of the stream (which might happen with
14192           large ID3v2 tags if the tag reading was done pullrange
14193           based and we then switched to push mode later on).
14194           Fixes regression introduced by commit from June 29th.
14195
14196 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14197
14198         * ext/taglib/gstid3v2mux.cc:
14199           Make UTF-8 the default encoding when writing string
14200           tags (before, our UTF-8 strings would automatically
14201           be converted to ISO-8859-1 by taglib and written as
14202           ISO-8859-1 fields if that was possible).
14203
14204         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14205         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14206         (test_taglib_id3mux_with_tags):
14207           Add test case that makes sure our UTF-8 strings have
14208           actually been written into the tag as UTF-8.
14209
14210 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14211
14212         * configure.ac:
14213           Let's try that again.
14214
14215 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14216
14217         * configure.ac:
14218           Disable monoscope plugin for now until it fulfills
14219           all the requirements.
14220
14221 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14222
14223         * configure.ac:
14224         * gst/monoscope/Makefile.am:
14225         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14226         (gst_monoscope_class_init), (gst_monoscope_init),
14227         (gst_monoscope_finalize), (gst_monoscope_reset),
14228         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14229         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14230         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14231         (gst_monoscope_change_state), (plugin_init):
14232         * gst/monoscope/gstmonoscope.h:
14233           Port monoscope visualisation to 0.10.
14234
14235 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14236
14237         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14238         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14239           Return FLOW_UNEXPECTED when at the end of the file, not
14240           FLOW_ERROR. Fixes 'internal stream error' errors that
14241           would sometimes occur in totem when scrubbing to the
14242           end of an ID3v1 tagged mp3 file.
14243
14244 2006-07-03  Edward Hervey  <edward@fluendo.com>
14245
14246         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14247         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14248         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14249         * ext/libpng/gstpngdec.h:
14250         Implement buffer clipping/dropping using GstSegment.
14251         This provides accurate seeking.
14252
14253 2006-07-03  Edward Hervey  <edward@fluendo.com>
14254
14255         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14256         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14257         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14258         (gst_avi_demux_process_next_entry), (push_tag_lists),
14259         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14260         * gst/avi/gstavidemux.h:
14261         Proper aggregation of each stream's GstFlowReturn in order to figure out
14262         whether the task should stop or not.
14263         Don't send inline events before pushing out a NEW_SEGMENT, more
14264         specifically for GST_TAG_EVENT.
14265         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14266         sub-indexes.
14267
14268 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14269
14270         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14271
14272         * sys/sunaudio/gstsunaudiomixerctrl.c:
14273         (gst_sunaudiomixer_ctrl_build_list):
14274           Move "Monitor" slider to input tab so it works more like
14275           sdtaudiocontrol, which is what people on Solaris are used
14276           to using for their mixer program (#346259).
14277
14278 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14279
14280         * tests/check/elements/level.c: (GST_START_TEST):
14281           fix a leak, clean up at the end
14282
14283 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14284
14285         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14286         (gst_matroska_demux_send_event),
14287         (gst_matroska_demux_loop_stream_parse_id):
14288         * gst/matroska/matroska-ids.h:
14289           Send tag event after newsegment event.
14290
14291 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14292
14293         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14294         (gst_id3demux_read_range):
14295           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14296           certain cases where a read beyond the end of the file is
14297           requested. Fixes #345930.
14298
14299         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14300         (gst_tag_demux_read_range):
14301           Fix same issue here as well.
14302
14303 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14304
14305         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14306         
14307         Fix hypothetical crash.
14308
14309 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14310
14311         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14312
14313         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14314           Do not modify the ports value. If the user has turned off the
14315           built-in speakers, then we should not reset it in the prepare
14316           function, since this causes the built-in speakers to turn
14317           back on anytime the user changes a track in totem, rhythmbox,
14318           etc. (#346066).
14319
14320 2006-06-23  Wim Taymans  <wim@fluendo.com>
14321
14322         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14323         Fix double caps unref when negotiation fails.
14324
14325 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14326
14327         * ext/annodex/gstcmmldec.c:
14328         * ext/annodex/gstcmmlenc.c:
14329         * ext/annodex/gstcmmlparser.c:
14330         * ext/dv/gstdvdec.c:
14331         * ext/dv/gstdvdemux.c:
14332         * ext/gdk_pixbuf/pixbufscale.c:
14333         * ext/jpeg/gstjpegenc.c:
14334         * ext/jpeg/gstsmokedec.c:
14335         * ext/jpeg/gstsmokeenc.c:
14336         * ext/libpng/gstpngdec.c:
14337         * ext/libpng/gstpngenc.c:
14338         * ext/speex/gstspeexenc.c:
14339         * gst/alpha/gstalphacolor.c:
14340         * gst/cutter/gstcutter.c:
14341         * gst/debug/gstnavigationtest.c:
14342         * gst/icydemux/gsticydemux.c:
14343         * gst/level/gstlevel.c:
14344         * gst/multipart/multipart.c:
14345         * gst/rtp/gstrtpamrpay.c:
14346         * gst/rtp/gstrtpdepay.c:
14347         * gst/rtp/gstrtpilbcpay.c:
14348         * gst/rtp/gstrtpmp4gpay.c:
14349         * gst/rtp/gstrtpmp4vpay.c:
14350         * gst/rtsp/gstrtpdec.c:
14351         * gst/rtsp/gstrtspsrc.c:
14352         * gst/udp/gstdynudpsink.c:
14353         * gst/udp/gstmultiudpsink.c:
14354         * gst/udp/gstudpsrc.c:
14355         * gst/videobox/gstvideobox.c:
14356         * gst/videofilter/gstvideoflip.c:
14357           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14358           plus two minor macro fixes.
14359
14360 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14361
14362         * gst/matroska/matroska-demux.c:
14363         (gst_matroska_demux_check_subtitle_buffer),
14364         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14365         (gst_matroska_demux_subtitle_caps):
14366         * gst/matroska/matroska-ids.c:
14367         (gst_matroska_track_init_subtitle_context):
14368         * gst/matroska/matroska-ids.h:
14369           Try to fix up broken matroska files containing subtitle
14370           streams with non-UTF8 character encodings (courtesy of
14371           mkvmerge) using either the encoding specified in the
14372           GST_SUBTITLE_ENCODING environment variable or the
14373           current locale's character set if it is non-UTF8.
14374           Fixes #337076.
14375
14376 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14377
14378         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14379           Set image type from APIC frame as "image-type" field
14380           of GST_TAG_IMAGE buffer caps (#344605).
14381
14382 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14383
14384         * ext/flac/Makefile.am:
14385         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14386         (gst_flac_dec_reset_decoders),
14387         (gst_flac_dec_setup_seekable_decoder),
14388         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14389         (gst_flac_dec_metadata_callback),
14390         (gst_flac_dec_metadata_callback_seekable),
14391         (gst_flac_dec_metadata_callback_stream),
14392         (gst_flac_dec_error_callback),
14393         (gst_flac_dec_error_callback_seekable),
14394         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14395         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14396         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14397         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14398         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14399         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14400         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14401         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14402         (gst_flac_dec_sink_activate_push),
14403         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14404         * ext/flac/gstflacdec.h:
14405           Support chain-based operation, should make flac-over-DAAP
14406           work (#340492).
14407
14408 2006-06-20  Wim Taymans  <wim@fluendo.com>
14409
14410         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14411         Doc updates, merge some unused symbols.
14412
14413 2006-06-20  Wim Taymans  <wim@fluendo.com>
14414
14415         * docs/plugins/Makefile.am:
14416         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14417         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14418         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14419         * gst/rtsp/gstrtspsrc.c:
14420         * gst/rtsp/gstrtspsrc.h:
14421         Added documentation for the rtsp plugin. Fixes #345393.
14422
14423 2006-06-20  Wim Taymans  <wim@fluendo.com>
14424
14425         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14426         (rtsp_connection_close), (rtsp_connection_free):
14427         Use better G_OS_* macros. Fixes #345301 some more.
14428
14429 2006-06-20  Wim Taymans  <wim@fluendo.com>
14430
14431         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14432
14433         * sys/sunaudio/Makefile.am:
14434         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14435         * sys/sunaudio/gstsunaudiomixerctrl.c:
14436         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14437         (gst_sunaudiomixer_ctrl_list_tracks),
14438         (gst_sunaudiomixer_ctrl_get_volume),
14439         (gst_sunaudiomixer_ctrl_set_volume),
14440         (gst_sunaudiomixer_ctrl_set_mute),
14441         (gst_sunaudiomixer_ctrl_set_record):
14442         * sys/sunaudio/gstsunaudiomixerctrl.h:
14443         * sys/sunaudio/gstsunaudiomixertrack.c:
14444         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14445         * sys/sunaudio/gstsunaudiomixertrack.h:
14446         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14447         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14448         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14449         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14450         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14451         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14452         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14453         (gst_sunaudiosrc_reset):
14454         * sys/sunaudio/gstsunaudiosrc.h:
14455         Add a SunAudio source plugin.
14456         Support stereo and right/left channel gain in the mixer plugin.
14457         Support the RECORD flag so that you can switch between line-input and
14458         microphone in gnome-volume-control.
14459         Code cleanups like using an enumerator for track number instead of an 
14460         integer. Fixes #344923.
14461
14462 2006-06-20  Wim Taymans  <wim@fluendo.com>
14463
14464         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14465
14466         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14467         (rtsp_connection_close):
14468         Make RTSP plugin compile on windows. Fixes #345301.
14469         Some changes to original patch to catch errors better.
14470         use ifdef WIN32 instead of ifndef.
14471
14472 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14473
14474         * configure.ac:
14475         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14476
14477 2006-06-18  Edward Hervey  <edward@fluendo.com>
14478
14479         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14480         After a failed buffer alloc, we need to abort the jpeg decoding (it
14481         started when parsing headers to figure out how many bytes we need
14482         to request downstream).
14483
14484 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14485
14486         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14487
14488         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14489           Make sure we don't read beyond the end of the file (#345232).
14490
14491 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14492
14493         * configure.ac:
14494           Fix --disable-external (can't set conditionals conditionally,
14495           #343602).
14496
14497 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14498
14499         * autogen.sh:
14500         * configure.ac:
14501         * docs/Makefile.am:
14502           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14503
14504         * docs/plugins/Makefile.am:
14505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14506         * docs/plugins/inspect/plugin-taglib.xml:
14507           Add/fix apev2mux docs.
14508
14509 2006-06-14  Wim Taymans  <wim@fluendo.com>
14510
14511         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14512         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14513         (gst_dvdec_change_state):
14514         Reset segment info on flush.
14515         Alloc segment in _init, free in _finalize.
14516
14517         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14518         Don't send segments twice.
14519
14520 2006-06-14  Wim Taymans  <wim@fluendo.com>
14521
14522         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14523         Respect segment.stop. Fixes #342592.
14524
14525 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14526
14527         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14528           No language specified means the implied language is English
14529           according to the matroska spec (partially fixes #344708);
14530           add some more debug output.
14531
14532 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14533
14534         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14535         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14536         (gst_wavparse_chain):
14537           When operating chain-based, don't make any assumptions about the
14538           chunking of the incoming data and make streaming work on days other
14539           than the second Thursday after a full moon. Also fix up debug
14540           messages here and there and make use of the most excellent new
14541           gst_pad_query_peer_duration() utility function.
14542           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14543
14544         * gst/wavparse/gstwavparse.h:
14545           Remove trailing comma after last enum value, some compilers don't
14546           like that.
14547
14548 2006-06-13  Wim Taymans  <wim@fluendo.com>
14549
14550         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14551         Handle premature EOS gracefully.
14552
14553 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14554
14555         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14556           Prevent out of bounds array access when scrubbing towards
14557           the end of the file between the last index entry and the
14558           end. Fixes occasional 'start <= stop' newsegment event
14559           assertions when scrubbing in MJPEG files.
14560
14561 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14562
14563         * tests/check/elements/.cvsignore:
14564           And another one.
14565
14566 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14567
14568         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14569         (scan_encoded_string), (parse_picture_frame):
14570           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14571
14572         * configure.ac:
14573           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14574           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14575
14576 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14577
14578         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14579           gratuitous comment changes
14580         * tests/check/elements/level.c: (GST_START_TEST):
14581           fix level test leaks
14582
14583 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14584
14585         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14586         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14587           Use gst_pad_query_peer_duration() utility function here.
14588
14589 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14590
14591         * autogen.sh:
14592           require am17
14593         * configure.ac:
14594         * ext/annodex/Makefile.am:
14595         * ext/cdio/Makefile.am:
14596         * ext/dv/Makefile.am:
14597         * ext/esd/Makefile.am:
14598         * ext/flac/Makefile.am:
14599         * ext/gdk_pixbuf/Makefile.am:
14600         * ext/ladspa/Makefile.am:
14601         * ext/libcaca/Makefile.am:
14602         * ext/speex/Makefile.am:
14603         * ext/taglib/Makefile.am:
14604         * sys/oss/Makefile.am:
14605         * sys/sunaudio/Makefile.am:
14606         * sys/ximage/Makefile.am:
14607           clean up build further
14608
14609 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14610
14611         * gconf/Makefile.am:
14612           Honour --disable-schemas-install configure option. Fixes #344100.
14613
14614 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14615
14616         * tests/examples/level/Makefile.am:
14617           Add -lm to LIBS for pow() function, don't assume one of our
14618           dependencies (such as libxml-2.0) drags it in automatically
14619           (#343603).
14620
14621 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14622
14623         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14624
14625         * configure.ac:
14626           We should use $SED and not $(SED) in configure.ac (#343678).
14627
14628 2006-06-09  Wim Taymans  <wim@fluendo.com>
14629
14630         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14631
14632         * sys/sunaudio/gstsunaudiomixerctrl.c:
14633         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14634         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14635         (gst_sunaudiomixer_ctrl_set_mute):
14636         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14637         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14638         (gst_sunaudiosink_write):
14639         Attached find a patch that fixes a number of bugs with the SunAudio
14640         mixer plugin and fixes #344101:
14641         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14642            tracks onto the tracklist causing gnome-volume-control's preferences
14643            dialog to be messed up and would core dump if you checked/unchecked
14644            any item.
14645         2. We weren't previously setting the MUTE flag properly.  Fixing this
14646            makes gnome-volume-control work better.
14647         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14648            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14649            gnome-volume-control look better.
14650         Also some minor cleanup in gstsunaudiosink.c.
14651
14652 2006-06-09  Wim Taymans  <wim@fluendo.com>
14653
14654         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14655         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14656         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14657         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14658         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14659         * ext/jpeg/gstjpegdec.h:
14660         API: Added IDCT method property
14661         Small cleanups.
14662         Avoid dynamic allocation of trivial fixed structure.
14663         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
14664
14665 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14666
14667         * configure.ac:
14668         We now require libraw1394 >= 1.1.0 and that version onwards all
14669         have .pc files.
14670
14671 2006-06-02  Edward Hervey  <edward@fluendo.com>
14672
14673         * gst/law/alaw-decode.c: (alawdec_getcaps): 
14674         Trying to get items from an ANY or EMPTY caps is ... stupid.
14675
14676 2006-06-02  Edward Hervey  <edward@fluendo.com>
14677
14678         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
14679         (gst_dvdec_chain), (gst_dvdec_change_state):
14680         * ext/dv/gstdvdec.h:
14681         Added GstSegment handling, now implements dropping/clipping.
14682
14683 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14684
14685         * ext/aalib/gstaasink.h:
14686         * ext/annodex/gstcmmldec.h:
14687         * ext/cairo/gsttimeoverlay.h:
14688         * ext/dv/gstdvdec.h:
14689         * ext/dv/gstdvdemux.h:
14690         * ext/esd/esdmon.h:
14691         * ext/esd/esdsink.h:
14692         * ext/flac/gstflacenc.h:
14693         * ext/gconf/gstgconfaudiosink.h:
14694         * ext/gconf/gstgconfaudiosrc.h:
14695         * ext/gconf/gstgconfvideosink.h:
14696         * ext/gconf/gstgconfvideosrc.h:
14697         * ext/gdk_pixbuf/gstgdkanimation.h:
14698         * ext/gdk_pixbuf/pixbufscale.h:
14699         * ext/hal/gsthalaudiosink.h:
14700         * ext/hal/gsthalaudiosrc.h:
14701         * ext/jpeg/gstjpegenc.h:
14702         * ext/jpeg/gstsmokedec.h:
14703         * ext/jpeg/gstsmokeenc.h:
14704         * ext/libcaca/gstcacasink.h:
14705         * ext/libmng/gstmngdec.h:
14706         * ext/libmng/gstmngenc.h:
14707         * ext/libpng/gstpngdec.h:
14708         * ext/libpng/gstpngenc.h:
14709         * ext/raw1394/gstdv1394src.h:
14710         * ext/speex/gstspeexenc.h:
14711         * gst/autodetect/gstautoaudiosink.h:
14712         * gst/autodetect/gstautovideosink.h:
14713         * gst/avi/gstavidemux.h:
14714         * gst/cutter/gstcutter.h:
14715         * gst/debug/efence.h:
14716         * gst/debug/gstnavigationtest.h:
14717         * gst/debug/gstnavseek.h:
14718         * gst/flx/gstflxdec.h:
14719         * gst/goom/gstgoom.h:
14720         * gst/icydemux/gsticydemux.h:
14721         * gst/id3demux/gstid3demux.h:
14722         * gst/law/alaw-decode.h:
14723         * gst/law/alaw-encode.h:
14724         * gst/law/mulaw-decode.h:
14725         * gst/law/mulaw-encode.h:
14726         * gst/matroska/matroska-mux.h:
14727         * gst/median/gstmedian.h:
14728         * gst/oldcore/gstaggregator.h:
14729         * gst/oldcore/gstfdsink.h:
14730         * gst/oldcore/gstmd5sink.h:
14731         * gst/oldcore/gstmultifilesrc.h:
14732         * gst/oldcore/gstpipefilter.h:
14733         * gst/oldcore/gstshaper.h:
14734         * gst/oldcore/gststatistics.h:
14735         * gst/rtp/gstasteriskh263.h:
14736         * gst/rtp/gstrtpL16depay.h:
14737         * gst/rtp/gstrtpL16pay.h:
14738         * gst/rtp/gstrtpamrdepay.h:
14739         * gst/rtp/gstrtpamrpay.h:
14740         * gst/rtp/gstrtpdepay.h:
14741         * gst/rtp/gstrtpgsmdepay.h:
14742         * gst/rtp/gstrtpgsmpay.h:
14743         * gst/rtp/gstrtph263pay.h:
14744         * gst/rtp/gstrtph263pdepay.h:
14745         * gst/rtp/gstrtph263ppay.h:
14746         * gst/rtp/gstrtpmp4gpay.h:
14747         * gst/rtp/gstrtpmp4vdepay.h:
14748         * gst/rtp/gstrtpmp4vpay.h:
14749         * gst/rtp/gstrtpmpadepay.h:
14750         * gst/rtp/gstrtpmpapay.h:
14751         * gst/rtp/gstrtppcmadepay.h:
14752         * gst/rtp/gstrtppcmapay.h:
14753         * gst/rtp/gstrtppcmudepay.h:
14754         * gst/rtp/gstrtppcmupay.h:
14755         * gst/rtp/gstrtpspeexdepay.h:
14756         * gst/rtp/gstrtpspeexpay.h:
14757         * gst/rtsp/gstrtpdec.h:
14758         * gst/rtsp/gstrtspsrc.h:
14759         * gst/smpte/gstsmpte.h:
14760         * gst/udp/gstdynudpsink.h:
14761         * gst/udp/gstmultiudpsink.h:
14762         * gst/udp/gstudpsink.h:
14763         * gst/udp/gstudpsrc.h:
14764         * gst/videofilter/gstvideobalance.h:
14765         * gst/videofilter/gstvideoflip.h:
14766         * sys/oss/gstossdmabuffer.h:
14767         * sys/oss/gstossmixerelement.h:
14768         * sys/oss/gstosssink.h:
14769         * sys/oss/gstosssrc.h:
14770         * sys/osxvideo/osxvideosink.h:
14771         * sys/sunaudio/gstsunaudiomixer.h:
14772         * sys/sunaudio/gstsunaudiosink.h:
14773         * sys/ximage/gstximagesrc.h:
14774         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14775
14776 2006-05-31  Wim Taymans  <wim@fluendo.com>
14777
14778         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14779         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
14780         (gst_goom_src_setcaps), (gst_goom_src_event),
14781         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
14782         (gst_goom_change_state):
14783         * gst/goom/gstgoom.h:
14784         Handle QoS.
14785         Handle flushing, discont and events.
14786         Fix timestamps and various other cleanups.
14787
14788 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14789
14790         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
14791         Fix bus reset when using libiec61883
14792
14793 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14794
14795         * configure.ac:
14796         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
14797         * ext/raw1394/Makefile.am:
14798         Add CFLAGS.
14799         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
14800         New method, to receive using libiec61883.
14801         (gst_dv1394src_iso_receive),
14802         #ifdef'd out if libiec61883 is present.
14803         (gst_dv1394src_bus_reset),
14804         Get userdata correctly if using libiec61883. 
14805         (gst_dv1394src_create),
14806         When using libiec61883, only poll one fd and no need to read.
14807         (gst_dv1394src_discover_avc_node),
14808         Replace g_warnings.
14809         (gst_dv1394src_start),
14810         Create new handle when we know which dv port.  More reliable
14811         than setting port on an existing handle.  Initialise libiec61883.
14812         (gst_dv1394src_stop):
14813         If using libiec61883, then cleanup its handle properly.
14814         * ext/raw1394/gstdv1394src.h:
14815         Add libiec61883 handle.
14816
14817 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14818
14819         * gst/avi/gstavidemux.c:
14820           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
14821         * win32/MANIFEST:
14822           sort file listing
14823         * win32/vs6/libgstavi.dsp:
14824           add gstavimux.c to the project
14825         * win32/vs6/libgstid3demux.dsp:
14826           add link to zlib library
14827         * win32/vs6/libgstmatroska.dsp:
14828           add matroska-ids.c to the project
14829
14830 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14831
14832         Patch by: Sebastian Dröge  <mail at slomosnail de >
14833
14834         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14835         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14836         * ext/taglib/Makefile.am:
14837         * ext/taglib/gstapev2mux.cc:
14838         * ext/taglib/gstapev2mux.h:
14839         * ext/taglib/gstid3v2mux.cc:
14840         * ext/taglib/gsttaglibmux.c: (plugin_init):
14841         * ext/taglib/gsttaglibmux.h:
14842           Add apev2mux element (#343122).
14843         
14844         * tests/check/Makefile.am:
14845         * tests/check/elements/apev2mux.c:
14846         (test_taglib_apev2mux_create_tags),
14847         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
14848         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
14849         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
14850         (apev2mux_suite), (main):
14851           Add unit test for apev2mux element.
14852
14853 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14854
14855         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
14856         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
14857         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
14858           GST_PTR_FORMAT should be used to print caps in debug statements.
14859
14860 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14861
14862         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
14863
14864         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
14865         (ape_demux_parse_tags):
14866           Some clean-ups and additions: map APE 'file' tag to
14867           GST_TAG_LOCATION (#343123); add support for extracting
14868           the track count and clean up parsing a bit (#343127).
14869
14870 2006-05-28  Edward Hervey  <edward@fluendo.com>
14871
14872         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
14873         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
14874
14875 2006-05-28  Edward Hervey  <edward@fluendo.com>
14876
14877         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
14878         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14879         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
14880         * ext/jpeg/gstjpegdec.h:
14881         Clip outgoing buffers according to currently configured segment.
14882
14883 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14884
14885         * ext/taglib/gstid3v2mux.cc:
14886           Handle  writing of track-count or album-volume-count without
14887           track-number or albume-volume-number (in this case the number
14888           will just be set to 0).
14889
14890         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
14891           It would be nice if we actually checked the values received for
14892           track/album-volume number/count in  _check_tags(), rather than
14893           setting them again ...
14894
14895 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
14896
14897         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
14898           A track/volume number or count of 0 does not make sense,
14899           just ignore it along with negative numbers (a tag might
14900           only contain a track count without a track number).
14901
14902 2006-05-27  Edward Hervey  <edward@fluendo.com>
14903
14904         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
14905         (gst_jpeg_dec_sink_event):
14906         Abort decompression when receiving FLUSH_STOP. This should avoid
14907         issues when interrupting decoding with flushes.
14908
14909 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14910
14911         * ext/flac/gstflac.c:
14912           Don't #include file we don't dist any longer.
14913
14914 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14915
14916         * README:
14917           Replace current README (containing the release notes from
14918           some 0.9.x version) with a proper README taken from the core.
14919
14920 2006-05-24  Wim Taymans  <wim@fluendo.com>
14921
14922         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
14923         Implement EOS correctly by either posting
14924         SEGMENT_DONE or pushing an EOS message depending
14925         on the seek type. Fixes #342592
14926
14927 2006-05-24  Wim Taymans  <wim@fluendo.com>
14928
14929         * gst/law/alaw-decode.c: (gst_alawdec_chain):
14930         * gst/law/alaw-decode.h:
14931         * gst/law/alaw-encode.c: (gst_alawenc_chain):
14932         * gst/law/alaw-encode.h:
14933         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
14934         * gst/law/mulaw-decode.h:
14935         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
14936         * gst/law/mulaw-encode.h:
14937         Some cleanups in the chain functions.
14938         Remove some GStreamer 0.0.2 bits.
14939
14940 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14941
14942         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14943
14944         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
14945           gst_collect_pads_stop() needs to be called before chaining up
14946           to the parent class (#342734).
14947
14948 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14949
14950         * ext/flac/Makefile.am:
14951         * ext/flac/flac_compat.h:
14952         * ext/flac/gstflac.c:
14953         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
14954         * ext/flac/gstflacenc.c:
14955           Remove backwards compatibility cruft for dealing with FLAC API
14956           changes in the 1.0.x series - we require 1.1.1 or newer these days.
14957
14958 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14959
14960         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14961         (gst_matroska_demux_push_xiph_codec_priv_data),
14962         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14963         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14964         * gst/matroska/matroska-ids.h:
14965         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
14966         (gst_matroska_mux_video_pad_setcaps),
14967         (xiph3_streamheader_to_codecdata),
14968         (vorbis_streamheader_to_codecdata),
14969         (theora_streamheader_to_codecdata),
14970         (gst_matroska_mux_audio_pad_setcaps),
14971         (gst_matroska_mux_write_data):
14972           Add support for muxing/demuxing theora video (#342448; too bad
14973           none of the usual linux players can actually play this). Playback
14974           in GStreamer will require additional changes to theoradec in -base.
14975           Refactor streamheaders <=> CodecPrivateData code a bit; some small
14976           cleanups.
14977
14978 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14979
14980         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
14981         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
14982           Fix crashes when the horizontal subsampling is 1.
14983           Fixes #342097.
14984
14985 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14986
14987         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14988
14989         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
14990         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
14991         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
14992         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
14993         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
14994         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
14995         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
14996         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
14997         (gst_avi_mux_change_state):
14998         * gst/avi/gstavimux.h:
14999           Some enhancements for avimux (#342526):
15000            - add odml (large file) index support
15001            - store codec init data (e.g. huffyuv)
15002            - miscellaneous other fixes/cleanups
15003
15004 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15005
15006         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15007         Don't output any tag when we encounter a negative track number - the
15008         tag type is uint, so we end up outputting huge positive numbers
15009         instead. (Fixes: #342029)
15010
15011 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15012
15013         * configure.ac:
15014           update for new GSTPB_PLUGINS_DIR
15015
15016 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15017
15018         * rtp/gst/gstrtph263pay.c:
15019         Properly set static caps for H263 at 34.
15020
15021 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15022
15023         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15024
15025         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15026           Merge event tags and tag setter tags correctly (#339918). Also,
15027           don't leak taglist in case of an error.
15028           
15029 2006-05-17  Edward Hervey  <edward@fluendo.com>
15030
15031         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15032         We can only do caps intersection if the othercaps are non-empty and not
15033         ANY. Else we return the pad template (base_caps).
15034
15035 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15036
15037         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15038           Fix crash when outputting debugging information for certain
15039           pictures (always good to use the right struct member for
15040           the number of records in an array).
15041
15042 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15043
15044         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15045
15046         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15047         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15048         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15049         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15050         (gst_ebml_read_float), (gst_ebml_read_ascii),
15051         (gst_ebml_read_binary):
15052           Don't create unnecessary sub-buffers all the time. Dramatically
15053           improves performance with multiple concurrently running
15054           matroskademux instances (#341818) (and avoids doing
15055           unnecessarily inefficient things in the general case).
15056
15057 2006-05-16  Edward Hervey  <edward@fluendo.com>
15058
15059         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15060         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15061         return value of gst_pad_push_event().
15062
15063 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15064
15065         * gst/autodetect/gstautoaudiosink.c:
15066         (gst_auto_audio_sink_find_best):
15067         * gst/autodetect/gstautovideosink.c:
15068         (gst_auto_video_sink_find_best):
15069         Make the name of the child element be based on the name of the
15070         parent, so that debug output is more useful.
15071         
15072         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15073         (parse_insert_string_field), (parse_split_strings):
15074         Rework string parsing to always walk over BOM markers in UTF16
15075         strings, using the endianness indicated by the innermost one,
15076         then trying the opposite endianness if that fails to convert
15077         to valid UTF-8. Fixes #341774
15078
15079 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15080
15081         Patch from: Matthieu <matthieu at fluendo dot com>
15082
15083         * ext/libpng/Makefile.am:
15084         Add LIBPNG_CFLAGS.
15085
15086 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15087
15088         * ext/taglib/gstid3v2mux.cc:
15089           Add support for writing images (APIC frames) into ID3v2
15090           tags (picture type always set to 'other' for now though).
15091
15092 2006-05-14  Michael Smith  <msmith@fluendo.com>
15093
15094         * gst/wavparse/gstwavparse.c:
15095           Update docs; wavparse implements push and pull modes.
15096
15097 2006-05-12  Wim Taymans  <wim@fluendo.com>
15098
15099         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15100         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15101         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15102         Ooops, bitten by the copy-and-paste design paradigm, fixes
15103         seek again.
15104
15105 2006-05-12  Wim Taymans  <wim@fluendo.com>
15106
15107         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15108         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15109         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15110         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15111         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15112         (gst_avi_demux_massage_index),
15113         (gst_avi_demux_calculate_durations_from_index),
15114         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15115         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15116         (gst_avi_demux_loop):
15117         * gst/avi/gstavidemux.h:
15118         Some cleanups, prepare to use GstSegment.
15119         Fix error in entry walking code.
15120         Fix VBR detection.
15121         Smarter timestamp calculation code.
15122         Uniform error/eos handling.
15123
15124 2006-05-12  Michael Smith  <msmith@fluendo.com>
15125
15126         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15127         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15128           Fix use of uninitialised values if we're NOT seeking in ready.
15129           Fix typos.
15130
15131 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15132
15133         * gst/wavparse/Makefile.am:
15134           Add CFLAGS and LIBS for libgstbase, fixes build on
15135           Cygwin (#341489).
15136
15137 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15138
15139         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15140           Some more debug info. No need to check whether the string
15141           returned by g_convert() is really UTF-8 - either it is or
15142           we get NULL returned.
15143
15144 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15145
15146         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15147           Fix parsing of numeric genre strings some more, by ensuring that
15148           we only try and parse strings that a) Start with '(' and b) Consist
15149           only of digits.
15150           Also, when finding an escaping '((' sequence, bust it back to '(' by
15151           swallowing the first parenthesis
15152
15153 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15154
15155         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15156         (gst_esdsink_open), (gst_esdsink_close):
15157         * ext/esd/esdsink.h:
15158           Move the esd_get_server_info() into gst_esdsink_open() and fail
15159           with a decent error message on errors.
15160
15161 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15162
15163         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15164         (gst_esdmon_channels_get_type):
15165         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15166         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15167         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15168         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15169         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15170         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15171         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15172         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15173         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15174         * gst/videomixer/videomixer.c:
15175         (gst_video_mixer_background_get_type):
15176           Const-ify GEnumValue arrays.
15177
15178 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15179
15180         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15181
15182         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15183         (gst_avi_mux_do_video_buffer):
15184           Work around gst_buffer_make_metadata_writable() bug that
15185           results in avimux marking all frames in the index as
15186           keyframes (#340859).
15187           
15188 2006-05-08  Wim Taymans  <wim@fluendo.com>
15189
15190         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15191         Make parsing of urls suck slightly less.
15192
15193 2006-05-08  Edward Hervey  <edward@fluendo.com>
15194
15195         * autogen.sh: (CONFIGURE_DEF_OPT): 
15196         libtoolize on Darwin/MacOSX is called glibtoolize.
15197
15198 2006-05-08  Wim Taymans  <wim@fluendo.com>
15199
15200         Patch by: Jens Granseuer <jensgr at gmx dot net>
15201
15202         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15203         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15204         C89 compliance fixes. Fixes #340980
15205
15206 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15207
15208         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15209         * ext/flac/gstflacdec.h:
15210           Handle segment seeks that include the end of the file as stop point
15211           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15212           message instead of an EOS event in case we're in segment seek
15213           mode (fixes #340699).
15214           
15215 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15216
15217         * ext/cairo/gsttextoverlay.c:
15218         * ext/flac/gstflacdec.c:
15219         * ext/gdk_pixbuf/pixbufscale.c:
15220         * gst/apetag/gstapedemux.c:
15221         * gst/debug/breakmydata.c:
15222         * gst/debug/testplugin.c:
15223         * gst/matroska/ebml-write.c:
15224         * gst/multipart/multipartdemux.c:
15225         * sys/osxaudio/gstosxaudiosink.c:
15226         * sys/osxaudio/gstosxaudiosrc.c:
15227         Add semicolons after GST_BOILERPLATE[_FULL] so that
15228         indent doesn't mess up following lines.
15229
15230 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15231
15232         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15233
15234         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15235           Don't leak caps when freeing the stream context (#340623).
15236
15237 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15238
15239         * configure.ac:
15240           Back to CVS
15241
15242 === release 0.10.3 ===
15243
15244 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15245
15246         * configure.ac:
15247           releasing 0.10.3, "Desplazado"
15248
15249 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15250
15251         * gst/matroska/matroska-mux.c:
15252         (gst_matroska_mux_stream_is_vorbis_header),
15253         (gst_matroska_mux_write_data):
15254           Don't strcmp() NULL strings.
15255           Only start new clusters on video keyframes, not on any
15256           random audio buffer that doesn't have the DELTA_UNIT
15257           flag set (fixes 'make check' again).
15258
15259 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15260
15261         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15262
15263         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15264         (gst_matroska_mux_stream_is_vorbis_header),
15265         (gst_matroska_mux_write_data):
15266           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15267           value and then dead-lock when muxing vorbis audio streams
15268           (the three vorbis header buffers carry no timestamp, and it
15269           would try to mux these after all video buffers). Fixes #340346.
15270
15271           Improve clustering: start a new cluster also whenever we get
15272           a keyframe.     
15273
15274 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15275
15276         * win32/common/config.h:
15277         * win32/MANIFEST
15278           add the generated file as well
15279
15280 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15281
15282         * Makefile.am:
15283         * configure.ac:
15284         * win32/common/config.h.in:
15285           add win32 stuff
15286
15287 2006-05-03  Michael Smith  <msmith@fluendo.com>
15288
15289         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15290           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15291           SUCKS.
15292
15293 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15294
15295         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15296         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15297         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15298           don't leak caps-string
15299
15300 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15301
15302         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15303         (gst_id3demux_sink_activate):
15304           Let core insert default error message for TYPE_NOT_FOUND
15305           errors, it's just as good as our own and has the added
15306           bonus of being translated.
15307
15308 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15309
15310         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15311         (gst_tag_demux_sink_event):
15312         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15313         (gst_id3demux_sink_event):
15314           Post an error message when we get an EOS event and were not
15315           able to find out the type of stream.
15316
15317         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15318         (test_taglib_id3mux_with_tags):
15319           Decrease num-buffers to 16 per iteration again, otherwise the
15320           many memcpy()s and reallocations in the test will hammer slow
15321           CPUs completely and make the test timeout.
15322
15323 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15324
15325         * configure.ac:
15326           figure out where plugins-base plugins are
15327         * tests/check/Makefile.am:
15328           use plugins-base plugins, so we have typefind functions
15329         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15330           increase num-buffers, this makes sure the test errors out instead
15331           of timing out when no typefind functions are present
15332
15333 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15334
15335         * docs/plugins/Makefile.am:
15336           also check .cc files for gtk-doc markup
15337         * configure.ac:
15338         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15339         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15340         * tests/check/Makefile.am:
15341         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15342         * ext/Makefile.am:
15343         * ext/taglib/Makefile.am:
15344         * ext/taglib/gstid3v2mux.h:
15345         * ext/taglib/gsttaglibmux.c:
15346         * ext/taglib/gsttaglibmux.h:
15347           move taglib-based id3v2muxer to -good.  Fixes #336110.
15348
15349 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15350
15351         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15352           ... and fix multichannel/WAVFORMATEX support again.
15353
15354 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15355
15356         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15357         (gst_wavparse_class_init), (gst_wavparse_dispose),
15358         (gst_wavparse_reset), (gst_wavparse_init),
15359         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15360         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15361         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15362         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15363         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15364         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15365         (gst_wavparse_stream_data), (gst_wavparse_loop),
15366         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15367         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15368         (gst_wavparse_change_state), (plugin_init):
15369         * gst/wavparse/gstwavparse.h:
15370           Add push (streaming) mode to wavparse (fixes #337625)
15371
15372 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15373
15374         * configure.ac:
15375         * tests/Makefile.am:
15376           add ximagesrc icles test
15377
15378 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15379
15380         * configure.ac:
15381         * docs/plugins/Makefile.am:
15382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15384         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15385         (gst_cmml_enc_push_clip):
15386         * sys/Makefile.am:
15387         * sys/ximage/Makefile.am:
15388         * sys/ximage/gstximagesrc.c:
15389           Move ximagesrc plug-in to good after review.  Fixes #336756.
15390
15391 2006-04-28  Michael Smith  <msmith@fluendo.com>
15392
15393         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15394         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15395         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15396         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15397         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15398         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15399         * gst/icydemux/gsticydemux.h:
15400           Fix event handling: cache events when typefinding and forward later.
15401
15402 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15403
15404         * sys/osxaudio/gstosxaudiosink.c:
15405         (plugin_init):
15406          Register osxaudiosrc to the plugin.
15407         * sys/osxaudio/gstosxaudiosrc.c:
15408         (gst_osx_audio_src_osxelement_do_init),
15409         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15410         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15411         (gst_osx_audio_src_get_property),
15412         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15413         (gst_osx_audio_src_osxelement_init):
15414         * sys/osxaudio/gstosxaudiosrc.h:
15415           Port of osxaudiosrc to 0.10.
15416         * sys/osxaudio/Makefile.am:
15417           Add osxaudiosrc
15418
15419 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15420
15421         * sys/osxaudio/gstosxringbuffer.c:
15422         * sys/osxaudio/gstosxringbuffer.h:
15423           Forgot to commit earlier, part of the OSX audio plugin port
15424
15425 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15426
15427         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15428         (parse_split_strings):
15429           Recognise and skip any byte order marker (BOM) in
15430           UTF-16 strings.
15431
15432 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15433
15434         * docs/plugins/Makefile.am:
15435         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15436         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15437         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15438         * docs/plugins/inspect/plugin-avi.xml:
15439         * gst/avi/gstavidemux.c:
15440         * gst/avi/gstavimux.c:
15441           Add docs for both avidemux and avimux.
15442
15443 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15446
15447         * gst/avi/Makefile.am:
15448         * gst/avi/gstavi.c: (plugin_init):
15449         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15450         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15451         (gst_avi_mux_class_init), (gst_avi_mux_init),
15452         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15453         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15454         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15455         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15456         (gst_avi_mux_riff_get_avix_header),
15457         (gst_avi_mux_riff_get_video_header),
15458         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15459         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15460         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15461         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15462         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15463         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15464         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15465         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15466         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15467         (gst_avi_mux_change_state):
15468         * gst/avi/gstavimux.h:
15469           Port AVI muxer to GStreamer-0.10 (#332031).
15470
15471         * tests/check/Makefile.am:
15472         * tests/check/elements/avimux.c:
15473         * tests/check/elements/.cvsignore:
15474           Add unit test for AVI muxer.
15475
15476 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15477
15478         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15479         (gst_wavparse_class_init), (gst_wavparse_reset),
15480         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15481         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15482         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15483         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15484         (gst_wavparse_stream_data), (gst_wavparse_loop),
15485         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15486         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15487         (plugin_init):
15488         * gst/wavparse/gstwavparse.h:
15489           reverted patch #337625 for the price of 1 hour sleep
15490
15491 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15492
15493         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15494         (gst_wavparse_class_init), (gst_wavparse_reset),
15495         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15496         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15497         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15498         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15499         (gst_wavparse_stream_data), (gst_wavparse_loop),
15500         (gst_wavparse_chain), (plugin_init):
15501         * gst/wavparse/gstwavparse.h:
15502           correct partial implementation of push mode
15503           (from my last commit)
15504
15505 2006-04-26  Wim Taymans  <wim@fluendo.com>
15506
15507         * ext/esd/esdsink.c:
15508         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15509         it is not in esd.h
15510
15511 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15512
15513         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15514         (gst_au_parse_class_init), (gst_au_parse_init),
15515         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15516         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15517         (gst_au_parse_chain), (gst_au_parse_src_convert),
15518         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15519         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15520         (gst_au_parse_change_state):
15521         * gst/auparse/gstauparse.h:
15522           Rewrite auparse to suck a little bit less: make source pad
15523           dynamic, so decodebin/playbin work with non-raw formats
15524           like alaw/mulaw; add query function for duration/position
15525           queries; check whether we have enough data before attempting
15526           to parse the header (instead of crashing when that is not the
15527           case); work around audioconvert sucking by swapping endianness
15528           to the native endianness ourselves for float formats; send
15529           initial newsegment event. Fixes #161712.
15530
15531 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15532
15533         * sys/osxaudio/Makefile.am:
15534         * sys/osxaudio/gstosxaudioelement.c:
15535         (gst_osx_audio_element_get_type),
15536         (gst_osx_audio_element_class_init):
15537         * sys/osxaudio/gstosxaudioelement.h:
15538         * sys/osxaudio/gstosxaudiosink.c:
15539         (gst_osx_audio_sink_osxelement_do_init),
15540         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15541         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15542         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15543         (gst_osx_audio_sink_create_ringbuffer),
15544         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15545         (plugin_init):
15546         * sys/osxaudio/gstosxaudiosink.h:
15547         Port of osxaudiosink to 0.10
15548
15549 2006-04-26  Wim Taymans  <wim@fluendo.com>
15550
15551         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15552         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15553         the size of the ringbuffer. This should fix hangs with older 
15554         esd sound servers.
15555
15556 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15557
15558         * ext/aalib/gstaasink.c:
15559         * ext/annodex/gstcmmldec.c:
15560         * ext/annodex/gstcmmlenc.c:
15561         * ext/cairo/gsttextoverlay.c:
15562         * ext/cairo/gsttimeoverlay.c:
15563         * ext/cdio/gstcdiocddasrc.c:
15564         * ext/dv/gstdvdec.c:
15565         * ext/dv/gstdvdemux.c:
15566         * ext/esd/esdmon.c:
15567         * ext/esd/esdsink.c:
15568         * ext/flac/gstflacenc.c:
15569         * ext/flac/gstflactag.c:
15570         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15571         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15572         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15573         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15574         * ext/gdk_pixbuf/pixbufscale.c:
15575         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15576         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15577         * ext/jpeg/gstjpegdec.c:
15578         * ext/jpeg/gstjpegenc.c:
15579         * ext/jpeg/gstsmokedec.c:
15580         * ext/jpeg/gstsmokeenc.c:
15581         * ext/libcaca/gstcacasink.c:
15582         * ext/libmng/gstmngdec.c:
15583         * ext/libmng/gstmngenc.c:
15584         * ext/libpng/gstpngdec.c:
15585         * ext/libpng/gstpngenc.c:
15586         * ext/mikmod/gstmikmod.c:
15587         * ext/raw1394/gstdv1394src.c:
15588         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15589         * ext/shout2/gstshout2.h:
15590         * ext/speex/gstspeexdec.c:
15591         * ext/speex/gstspeexenc.c:
15592         * gst/alpha/gstalpha.c:
15593         * gst/alpha/gstalphacolor.c:
15594         * gst/apetag/gstapedemux.c:
15595         * gst/auparse/gstauparse.c:
15596         * gst/autodetect/gstautoaudiosink.c:
15597         (gst_auto_audio_sink_base_init):
15598         * gst/autodetect/gstautovideosink.c:
15599         (gst_auto_video_sink_base_init):
15600         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15601         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15602         * gst/cutter/gstcutter.c:
15603         * gst/debug/breakmydata.c:
15604         * gst/debug/efence.c:
15605         * gst/debug/gstnavigationtest.c:
15606         * gst/debug/gstnavseek.c:
15607         * gst/debug/negotiation.c:
15608         * gst/debug/progressreport.c:
15609         * gst/debug/testplugin.c:
15610         * gst/effectv/gstaging.c:
15611         * gst/effectv/gstdice.c:
15612         * gst/effectv/gstedge.c:
15613         * gst/effectv/gstquark.c:
15614         * gst/effectv/gstrev.c:
15615         * gst/effectv/gstshagadelic.c:
15616         * gst/effectv/gstvertigo.c:
15617         * gst/effectv/gstwarp.c:
15618         * gst/flx/gstflxdec.c:
15619         * gst/goom/gstgoom.c:
15620         * gst/icydemux/gsticydemux.c:
15621         * gst/id3demux/gstid3demux.c:
15622         * gst/interleave/deinterleave.c:
15623         * gst/interleave/interleave.c:
15624         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15625         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15626         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15627         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15628         * gst/level/gstlevel.c:
15629         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15630         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15631         * gst/median/gstmedian.c:
15632         * gst/monoscope/gstmonoscope.c:
15633         * gst/multipart/multipartdemux.c:
15634         * gst/multipart/multipartmux.c:
15635         * gst/oldcore/gstaggregator.c:
15636         * gst/oldcore/gstfdsink.c:
15637         * gst/oldcore/gstmd5sink.c:
15638         * gst/oldcore/gstmultifilesrc.c:
15639         * gst/oldcore/gstpipefilter.c:
15640         * gst/oldcore/gstshaper.c:
15641         * gst/oldcore/gststatistics.c:
15642         * gst/rtp/gstasteriskh263.c:
15643         * gst/rtp/gstrtpL16depay.c:
15644         * gst/rtp/gstrtpL16pay.c:
15645         * gst/rtp/gstrtpamrdepay.c:
15646         * gst/rtp/gstrtpamrpay.c:
15647         * gst/rtp/gstrtpdepay.c:
15648         * gst/rtp/gstrtpgsmpay.c:
15649         * gst/rtp/gstrtph263pay.c:
15650         * gst/rtp/gstrtph263pdepay.c:
15651         * gst/rtp/gstrtph263ppay.c:
15652         * gst/rtp/gstrtpilbcdepay.c:
15653         * gst/rtp/gstrtpmp4gpay.c:
15654         * gst/rtp/gstrtpmp4vdepay.c:
15655         * gst/rtp/gstrtpmp4vpay.c:
15656         * gst/rtp/gstrtpmpadepay.c:
15657         * gst/rtp/gstrtpmpapay.c:
15658         * gst/rtp/gstrtppcmadepay.c:
15659         * gst/rtp/gstrtppcmapay.c:
15660         * gst/rtp/gstrtppcmudepay.c:
15661         * gst/rtp/gstrtppcmupay.c:
15662         * gst/rtp/gstrtpspeexdepay.c:
15663         * gst/rtp/gstrtpspeexpay.c:
15664         * gst/rtsp/gstrtpdec.c:
15665         * gst/rtsp/gstrtspsrc.c:
15666         * gst/smpte/gstsmpte.c:
15667         * gst/udp/gstdynudpsink.c:
15668         * gst/udp/gstmultiudpsink.c:
15669         * gst/udp/gstudpsink.c:
15670         * gst/udp/gstudpsrc.c:
15671         * gst/videobox/gstvideobox.c:
15672         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15673         * gst/videofilter/gstvideobalance.c:
15674         * gst/videofilter/gstvideoflip.c:
15675         * gst/videofilter/gstvideotemplate.c:
15676         (gst_videotemplate_base_init):
15677         * gst/videomixer/videomixer.c:
15678         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15679         (gst_wavparse_class_init), (gst_wavparse_dispose),
15680         (gst_wavparse_reset), (gst_wavparse_init),
15681         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
15682         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15683         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
15684         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15685         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15686         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15687         (gst_wavparse_change_state):
15688         * gst/wavparse/gstwavparse.h:
15689         * sys/oss/gstossmixerelement.c:
15690         * sys/oss/gstosssink.c:
15691         * sys/oss/gstosssrc.c:
15692         * sys/osxaudio/gstosxaudioelement.c:
15693         * sys/osxaudio/gstosxaudiosink.c:
15694         * sys/osxaudio/gstosxaudiosrc.c:
15695         * sys/sunaudio/gstsunaudiomixer.c:
15696         * sys/sunaudio/gstsunaudiosink.c:
15697           Define GstElementDetails as const and also static (when defined as
15698           global)
15699
15700 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15701
15702         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15703           Source pad has fixed caps. If we don't set this, bad
15704           things happen when the window is resized.
15705
15706 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15707
15708         * gst/matroska/Makefile.am:
15709         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15710         (gst_matroska_demux_handle_src_event):
15711         * gst/matroska/matroska-ids.c:
15712         (gst_matroska_track_init_video_context),
15713         (gst_matroska_track_init_audio_context),
15714         (gst_matroska_track_init_subtitle_context),
15715         (gst_matroska_track_init_complex_context):
15716         * gst/matroska/matroska-ids.h:
15717           Handle case where the TrackType ebml chunk does not come before the
15718           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
15719           events.
15720
15721 2006-04-25  Wim Taymans  <wim@fluendo.com>
15722
15723         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
15724         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
15725         It's codec_data, not codec_info.
15726
15727 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15728
15729         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15730
15731         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15732           Handle codec_data for VfW compatibility codec IDs (#339451)
15733
15734         * gst/matroska/matroska-mux.c:
15735         (gst_matroska_mux_video_pad_setcaps):
15736           Same here, handle codec_data and add additional caps we can handle
15737           now to the pad template (huffyuv, dv and h263 video) (#339451)
15738
15739 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15740
15741         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
15742
15743         * gst/matroska/matroska-mux.c:
15744         (gst_matroska_mux_create_buffer_header),
15745         (gst_matroska_mux_write_data):
15746           Fix timestamping of B-frames, use signed integers, do
15747           some rounding (#339678).
15748
15749 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
15750
15751         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
15752         just make it compile with --disable-gst-debug.
15753
15754 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
15755
15756         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15757         Fix a bad conversion using gst_guint64_to_gdouble.
15758         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
15759         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
15760         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
15761     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
15762         mistake.
15763
15764 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
15765
15766         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15767         Use gst_guint64_to_gdouble for conversions
15768         * win32/vs6/gst_plugins_good.dsw:
15769         * win32/vs6/libgsticydemux.dsp:
15770         Add a project file for icydemux
15771
15772 2006-04-21  Wim Taymans  <wim@fluendo.com>
15773
15774         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15775
15776         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15777         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
15778         When splitting audio chunks, the block alignment is not taken in
15779         consideration, so the smaller chunks could be of size which is 
15780         not a multiple of the block alignment. Fixes #336904
15781
15782 2006-04-21  Wim Taymans  <wim@fluendo.com>
15783
15784         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
15785         Use scale functions
15786
15787 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15788
15789         * ext/dv/gstdv.c: (plugin_init):
15790           Fix build.
15791
15792 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
15793
15794         * gst/debug/progressreport.c: (gst_progress_report_finalize),
15795         (gst_progress_report_class_init), (gst_progress_report_init),
15796         (gst_progress_report_do_query), (gst_progress_report_report),
15797         (gst_progress_report_set_property),
15798         (gst_progress_report_get_property):
15799           Add 'format' property to force querying to a particular format.
15800
15801 2006-04-21  Andy Wingo  <wingo@pobox.com>
15802
15803         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
15804         best, on big endian systems. Drop its rank in that case. OTOH on
15805         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
15806
15807 2006-04-21  Michael Smith  <msmith@fluendo.com>
15808
15809         * configure.ac:
15810         * gst/icydemux/Makefile.am:
15811         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
15812         (gst_icydemux_base_init), (gst_icydemux_class_init),
15813         (gst_icydemux_reset), (gst_icydemux_init),
15814         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
15815         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
15816         (unicodify), (gst_icydemux_unicodify),
15817         (gst_icydemux_parse_and_send_tags),
15818         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15819         (gst_icydemux_chain), (gst_icydemux_change_state),
15820         (gst_icydemux_send_tag_event), (plugin_init):
15821         * gst/icydemux/gsticydemux.h:
15822         * tests/check/Makefile.am:
15823         * tests/check/elements/icydemux.c: (typefind_succeed),
15824         (plugin_init), (icydemux_found_pad), (create_icydemux),
15825         (cleanup_icydemux), (push_data), (GST_START_TEST),
15826         (icydemux_suite), (main):
15827           Add icydemux, and tests.
15828
15829 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15830
15831         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15832           Post SEGMENT_DONE message in TIME format.
15833
15834 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15835
15836         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15837
15838         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
15839         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
15840           Fix index creation when we have to scan the file to create
15841           an index. There may be other types of RIFF 'LIST' chunks than
15842           'movi' and we need to skip them properly as well or we'll end up
15843           reading garbage (#336889). Some other cosmetic changes.
15844           
15845 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15846
15847         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
15848         (gst_flac_dec_handle_seek_event):
15849           Add support for segment seeks (fixes #338290). Also demote
15850           some recurring debug message from DEBUG to LOG level.
15851
15852 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15853
15854         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15855         (gst_matroskademux_do_index_seek),
15856         (gst_matroska_demux_handle_seek_event),
15857         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
15858         * gst/matroska/matroska-ids.h:
15859           Set DISCONT flag on first buffer after a discontinuity.
15860           Fix newsegment events sent when seeking and honour KEY_UNIT
15861           seek flag. Create pad with bogus caps if we don't recognise
15862           the stream codec id.
15863
15864         * gst/matroska/matroska-demux.h:
15865           Fix GObject macros.
15866
15867 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15868
15869         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15870
15871         * gst/matroska/matroska-demux.c:
15872         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
15873           Handle end of segment properly when set; don't dead-lock when
15874           posting start of segment message when doing a segment seek.
15875           Fixes #338810.
15876
15877 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
15878
15879         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15880         (gst_matroska_demux_plugin_init):
15881           Make mpeg2 aac audio work: create artificial private codec data
15882           chunk which faad2 seems to require, just as we do for mpeg4 aac.
15883           Also call gst_riff_init(). Partially fixes #338767.
15884
15885 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
15886
15887         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
15888         (gst_wavenc_class_init), (gst_wavenc_init),
15889         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
15890         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
15891         (gst_wavenc_chain), (gst_wavenc_change_state):
15892         * gst/wavenc/gstwavenc.h:
15893           Set caps on first outgoing buffer, so that it doesn't error out
15894           immediately with a non-negotiated error (#338716). Rewrite and
15895           clean up a bit; fix setcaps function to parse things properly;
15896           fix sink caps (8bit audio is unsigned and doesn't have depth);
15897           use boilerplate macros; remove unused properties stuff.
15898
15899 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15900
15901         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15902           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
15903           handle MJPEG streams and might be autoplugged for those if the
15904           user doesn't have jpegdec installed (resulting in a cryptic error
15905           message about huffman tables). Better to disable JPEG decoding here
15906           and let the user figure out that she needs to install jpegdec.
15907
15908 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15909
15910         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15911         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15912         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
15913         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15914           Make work with packetised/framed input (e.g. png-in-quicktime). Use
15915           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
15916           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
15917           debug messages. Fix boilerplate macros.
15918
15919 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15920
15921         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15922         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
15923           No need to special-case for Gdk-2.0 any longer, we require
15924           Gdk 2.2 or newer; minor clean-ups.
15925
15926 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15927
15928         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
15929         (gst_shout2send_class_init), (gst_shout2send_init),
15930         (set_shout_metadata), (gst_shout2send_set_metadata),
15931         (gst_shout2send_event), (gst_shout2send_start),
15932         (gst_shout2send_connect), (gst_shout2send_stop),
15933         (gst_shout2send_render), (gst_shout2send_set_property),
15934         (gst_shout2send_get_property), (gst_shout2send_setcaps),
15935         (plugin_init):
15936         * ext/shout2/gstshout2.h:
15937         * po/POTFILES.in:
15938           Rewrite a bit: use GstBaseSink::start and stop instead of a state
15939           change function; use GST_ELEMENT_ERROR for error reporting, not
15940           g_error() or GST_ERROR(); don't unref caps in setcaps function,
15941           will cause crashes or assertion failures; remove (unused) "sync"
15942           property, basesink already has such a property; misc. other
15943           minor fixes and cleanups.
15944
15945 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15946
15947         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
15948         * ext/esd/gstesd.c: (plugin_init):
15949         * po/POTFILES.in:
15950           Add translatable error message for when we cannot
15951           connect to the sound server, as "Cannot open resource
15952           for writing" isn't really an acceptable message to show
15953           to the user in this case.
15954
15955 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
15956
15957         * sys/oss/gst-i18n-plugin.h:
15958           Remove bogus file that doesn't belong here.
15959
15960 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15961
15962         Patch by: Philippe Valembois
15963
15964         * ext/shout2/gstshout2.c: (gst_shout2send_init),
15965         (gst_shout2send_set_metadata), (gst_shout2send_event),
15966         (gst_shout2send_render), (gst_shout2send_change_state):
15967         * ext/shout2/gstshout2.h:
15968           Handle tags being received before the connection to
15969           the server is established properly (see #338636).
15970
15971 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
15972
15973         * ext/shout2/gstshout2.c: (gst_shout2send_render):
15974           Don't crash in case the connection to the server fails:
15975           don't set pointer to NULL by assigning FALSE; error out
15976           properly by using GST_ELEMENT_ERROR and returning
15977           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
15978           before resetting the pointer.
15979
15980 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
15981
15982         * gst/id3demux/id3tags.c:
15983         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
15984         (Fixes #338713)
15985
15986 2006-04-12  Wim Taymans  <wim@fluendo.com>
15987
15988         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15989         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
15990         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
15991         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
15992         (gst_gdk_pixbuf_chain):
15993         Some cleanups.
15994         Added RGBA as a possible output format.
15995         Correctly free the supported mimetypes.
15996         deprecate silent arg, it's not used.
15997         Return result from _alloc_buffer to peer.
15998
15999 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16000
16001         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16002           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16003           overwriting GST_BUFFER_MALLOCDATA.
16004
16005 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16006
16007         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16008         (user_endrow_callback), (user_end_callback),
16009         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16010         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16011         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16012         * ext/libpng/gstpngdec.h:
16013           Handle more than one frame if the content is framed,
16014           like with png-in-quicktime (#331917).
16015
16016 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16017
16018         * sys/oss/Makefile.am:
16019         * sys/oss/common.h:
16020         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16021         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16022         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16023         (gst_oss_src_unprepare):
16024           - the user-visible error strings were in the wrong category
16025           - and the messages were not marked for translation
16026           - which is actually a good thing, because they were exactly
16027             the kind of message you would never want anyone to see
16028           - the macros were using variables that didn't exist in the macro
16029             arguments
16030           - and they were obviously copied from each other and then modified
16031           - so a common header makes sense
16032
16033 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16034
16035         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16036           Don't try to modify read-only data.
16037
16038         * gst/matroska/matroska-demux.c:
16039         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16040           Fix comment (won't crash any longer now).
16041
16042 2006-04-10  Michael Smith  <msmith@fluendo.com>
16043
16044         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16045           Use copies of header buffers for caps to avoid circular refcounting
16046           problems (as in theoradec, vorbisdec).
16047
16048         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16049           Fix a typo in test that meant it was testing the wrong thing.
16050
16051         * tests/check/elements/cmmlenc.c: (check_headers):
16052           Fix refcount checks now that we use buffer-copies for caps.
16053
16054 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16055
16056         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16057         (gst_matroska_demux_handle_seek_event),
16058         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16059         (gst_matroska_demux_subtitle_caps),
16060         (gst_matroska_demux_plugin_init):
16061           Use static pad templates with ANY caps for audio and video
16062           source pads and get rid of a lot of unnecessary (and partially
16063           broken) code for the template caps. Clean up caps finding
16064           functions. Fixes playback of audio files/streams that do not
16065           contain the sample rate and/or number of channels in the audio
16066           context (happens a lot with vorbis/mp3 .mka files it seems).
16067           Fixes #337183.
16068           Also add myself to copyright holders.
16069
16070 2006-04-10  Michael Smith  <msmith@fluendo.com>
16071
16072         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16073           Use g_list_delete_link () instead of g_list_remove_link () so that
16074           we free the link as well as the contained data.
16075
16076 2006-04-10  Wim Taymans  <wim@fluendo.com>
16077
16078         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16079
16080         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16081         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16082         (gst_avi_demux_stream_header):
16083         Fix some crashers with empty chunks. (Fixes #337749)
16084
16085 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16086
16087         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16088           use G_GINT64_CONSTANT for INT64 constants
16089         * gst/videofilter/gstvideobalance.c:
16090           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16091         * win32/vs6/libgstavi.dsp:
16092          add missing libraries for the link and remove avimux.c from
16093          the project as it isn't ported to 0.10 yet
16094         
16095 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16096
16097         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16098           Even better would be if we actually did the right thing
16099           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16100
16101 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16102
16103         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16104           Can't just replace 1LL with 1L here just because MSVC doesn't
16105           support it, as it might lead to incorrect results when doing the
16106           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16107           force a 64-bit constant in a way that all compilers are happy with.
16108
16109 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16110
16111         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16112         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16113         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16114         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16115         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16116         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16117         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16118         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16119         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16120         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16121         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16122         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16123         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16124         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16125         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16126         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16127         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16128         * gst/debug/efence.c: (gst_efence_class_init):
16129         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16130         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16131         * gst/goom/gstgoom.c: (gst_goom_class_init):
16132         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16133         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16134         * gst/interleave/interleave.c: (interleave_class_init):
16135         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16136         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16137         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16138         * gst/median/gstmedian.c: (gst_median_class_init):
16139         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16140         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16141         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16142         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16143         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16144         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16145         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16146         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16147         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16148         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16149         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16150         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16151         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16152         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16153         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16154         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16155         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16156         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16157         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16158         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16159         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16160         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16161         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16162         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16163         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16165         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16166         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16167         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16168         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16169         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16170         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16171         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16172         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16173         * sys/osxaudio/gstosxaudioelement.c:
16174         (gst_osxaudioelement_class_init):
16175         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16176         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16177         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16178         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16179
16180 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16181
16182         * ext/mikmod/gstmikmod.h:
16183         * gst/level/gstlevel.h:
16184         Fix more broken GObject macros
16185
16186 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16187
16188         * ext/annodex/gstcmmldec.h:
16189         * ext/annodex/gstcmmlenc.h:
16190         * ext/annodex/gstcmmltag.h:
16191         * ext/cairo/gsttextoverlay.h:
16192         * ext/ladspa/gstsignalprocessor.h:
16193         * gst/matroska/ebml-read.h:
16194         * gst/matroska/ebml-write.h:
16195         * sys/osxaudio/gstosxaudioelement.h:
16196         Fix broken GObject macros
16197
16198 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16199
16200         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16201           Don't try to seek beyond the end of the file (would
16202           occasionally display error dialogs in totem when seeking
16203           to the end) (#335869). Will still throw an error though
16204           if the file is truncated and the total_samples value in
16205           the stream header is wrong.
16206
16207 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16208
16209         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16210         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16211         (gst_flac_dec_metadata_callback):
16212         * ext/flac/gstflacdec.h:
16213           If the stream header doesn't contain the total number of samples,
16214           search for the last flac frame at the end of the file and calculate
16215           the total duration from that frame's offset (fixes #337609).
16216
16217 2006-04-07  Edward Hervey  <edward@fluendo.com>
16218
16219         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16220         Don't unref the GstPadTemplate returned by
16221         gst_element_class_get_pad_template().
16222
16223 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16224
16225         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16226
16227         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16228         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16229         * sys/sunaudio/gstsunaudiosink.h:
16230           Use spec->segsize and spec->segtotal in the prepare function
16231           to initialise the ring buffer instead of using the buffer-time
16232           property (#337421).
16233
16234 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16235
16236         * configure.ac:
16237           Bump core requirements to CVS for gst_pad_query_peer_duration()
16238           which is used by speexdec.
16239
16240 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16241
16242         * ext/speex/gstspeex.c: (plugin_init):
16243         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16244         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16245         (speex_get_sink_query_types), (speex_dec_sink_query),
16246         (speex_get_src_query_types), (speex_dec_src_query),
16247         (speex_dec_src_event), (speex_dec_sink_event),
16248         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16249         (speex_dec_chain_parse_data), (speex_dec_chain),
16250         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16251         (speex_dec_change_state):
16252         * ext/speex/gstspeexdec.h:
16253           Fix seeking and duration queries (#337033); clean up and
16254           refactor a bit.
16255
16256 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16257
16258         * ext/raw1394/gstdv1394src.c:
16259           distinguish between device not found and could not open for
16260           reading
16261
16262 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16263
16264         * Makefile.am:
16265         * configure.ac:
16266         * pkgconfig/.cvsignore:
16267         * pkgconfig/Makefile.am:
16268         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16269           add a .pc file so other modules can use good plugins in tests
16270
16271 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16272
16273         * configure.ac:
16274           clean up, use AS_VERSION and AS_NANO
16275         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16276           use PACKAGE_VERSION define
16277         * po/af.po:
16278         * po/az.po:
16279         * po/cs.po:
16280         * po/en_GB.po:
16281         * po/hu.po:
16282         * po/it.po:
16283         * po/nb.po:
16284         * po/nl.po:
16285         * po/or.po:
16286         * po/sq.po:
16287         * po/sr.po:
16288         * po/sv.po:
16289         * po/uk.po:
16290         * po/vi.po:
16291           updated
16292
16293 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16294
16295         * ext\jpeg\smokecodec.c:
16296           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16297         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16298           move first instruction after all variables declarations
16299         * gst\alpha\gstalpha.c:
16300         * gst\effectv\gstshagadelic.c:
16301         * gst\smpte\paint.c:
16302         * gst\videofilter\gstvideobalance.c:
16303           define M_PI if it's not defined (it's not defined on WIN32)
16304         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16305         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16306         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16307         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16308         (gst_matroska_demux_video_caps):
16309         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16310         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16311           use gst_guint64_to_gdouble for conversions
16312         * gst\goom\filters.c: (setPixelRGB_):
16313           fix a debug which was using undefined variable
16314         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16315         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16316           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16317         * win32/vs6:
16318           add vs6 projects files for most of plugins-good
16319         
16320 2006-03-30  j^  <j@bootlab.org>
16321
16322         * ext/aalib/gstaasink.c:
16323         * ext/annodex/gstcmmldec.c:
16324         * ext/annodex/gstcmmlenc.c:
16325         * ext/cairo/gsttextoverlay.c:
16326         * ext/cairo/gsttimeoverlay.c:
16327         * ext/cdio/gstcdiocddasrc.c:
16328         * ext/dv/gstdvdec.c:
16329         * ext/esd/esdmon.c:
16330         * ext/esd/esdsink.c:
16331         * ext/flac/gstflacdec.c:
16332         * ext/flac/gstflacenc.c:
16333         * ext/flac/gstflactag.c:
16334         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16335         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16336         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16337         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16338         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16339         * ext/gdk_pixbuf/pixbufscale.c:
16340         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16341         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16342         * ext/jpeg/gstjpegdec.c:
16343         * ext/jpeg/gstjpegenc.c:
16344         * ext/jpeg/gstsmokedec.c:
16345         * ext/jpeg/gstsmokeenc.c:
16346         * ext/libcaca/gstcacasink.c:
16347         * ext/libmng/gstmngdec.c:
16348         * ext/libmng/gstmngenc.c:
16349         * ext/libpng/gstpngdec.c:
16350         * ext/libpng/gstpngenc.c:
16351         * ext/mikmod/gstmikmod.c:
16352         * ext/raw1394/gstdv1394src.c:
16353         * ext/shout2/gstshout2.c:
16354         * ext/speex/gstspeexdec.c:
16355         * ext/speex/gstspeexenc.c:
16356         * gst/alpha/gstalpha.c:
16357         * gst/alpha/gstalphacolor.c:
16358         * gst/auparse/gstauparse.c:
16359         * gst/autodetect/gstautoaudiosink.c:
16360         (gst_auto_audio_sink_base_init):
16361         * gst/autodetect/gstautovideosink.c:
16362         (gst_auto_video_sink_base_init):
16363         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16364         * gst/cutter/gstcutter.c:
16365         * gst/debug/breakmydata.c:
16366         * gst/debug/efence.c:
16367         * gst/debug/gstnavigationtest.c:
16368         * gst/debug/negotiation.c:
16369         * gst/debug/progressreport.c:
16370         * gst/debug/testplugin.c:
16371         * gst/effectv/gstaging.c:
16372         * gst/effectv/gstdice.c:
16373         * gst/effectv/gstedge.c:
16374         * gst/effectv/gstquark.c:
16375         * gst/effectv/gstrev.c:
16376         * gst/effectv/gstvertigo.c:
16377         * gst/effectv/gstwarp.c:
16378         * gst/flx/gstflxdec.c:
16379         * gst/goom/gstgoom.c:
16380         * gst/interleave/deinterleave.c:
16381         * gst/interleave/interleave.c:
16382         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16383         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16384         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16385         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16386         * gst/level/gstlevel.c:
16387         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16388         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16389         * gst/median/gstmedian.c:
16390         * gst/monoscope/gstmonoscope.c:
16391         * gst/multipart/multipartdemux.c:
16392         * gst/multipart/multipartmux.c:
16393         * gst/oldcore/gstmd5sink.c:
16394         * gst/oldcore/gstmultifilesrc.c:
16395         * gst/oldcore/gstpipefilter.c:
16396         * gst/oldcore/gstshaper.c:
16397         * gst/oldcore/gststatistics.c:
16398         * gst/rtp/gstasteriskh263.c:
16399         * gst/rtp/gstrtpL16depay.c:
16400         * gst/rtp/gstrtpL16pay.c:
16401         * gst/rtp/gstrtpamrdepay.c:
16402         * gst/rtp/gstrtpamrpay.c:
16403         * gst/rtp/gstrtpdepay.c:
16404         * gst/rtp/gstrtpgsmpay.c:
16405         * gst/rtp/gstrtph263pay.c:
16406         * gst/rtp/gstrtph263pdepay.c:
16407         * gst/rtp/gstrtph263ppay.c:
16408         * gst/rtp/gstrtpmp4gpay.c:
16409         * gst/rtp/gstrtpmp4vdepay.c:
16410         * gst/rtp/gstrtpmp4vpay.c:
16411         * gst/rtp/gstrtpmpadepay.c:
16412         * gst/rtp/gstrtpmpapay.c:
16413         * gst/rtp/gstrtppcmadepay.c:
16414         * gst/rtp/gstrtppcmapay.c:
16415         * gst/rtp/gstrtppcmudepay.c:
16416         * gst/rtp/gstrtppcmupay.c:
16417         * gst/rtp/gstrtpspeexdepay.c:
16418         * gst/rtp/gstrtpspeexpay.c:
16419         * gst/rtsp/gstrtpdec.c:
16420         * gst/smpte/gstsmpte.c:
16421         * gst/videobox/gstvideobox.c:
16422         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16423         * gst/videofilter/gstvideobalance.c:
16424         * gst/videofilter/gstvideoflip.c:
16425         * gst/videofilter/gstvideotemplate.c:
16426         (gst_videotemplate_base_init):
16427         * gst/videomixer/videomixer.c:
16428         * gst/wavenc/gstwavenc.c:
16429         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16430          better/unified long descriptions
16431          Fixed #336602
16432          Some cleanups to auparse, don't send multiple newsegments.
16433
16434 2006-03-29  Wim Taymans  <wim@fluendo.com>
16435
16436         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16437
16438         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16439         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16440         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16441         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16442         * ext/dv/gstdvdemux.h:
16443         Seek in READY patch. Only works for pull based mode.
16444         Fixes #323880
16445
16446 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16447
16448         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16449         (gst_gdk_pixbuf_event):
16450           Fix two crashers: don't unref the same caps twice, and
16451           set pixbuf loader to NULL after freeing it.
16452
16453 2006-03-27  Wim Taymans  <wim@fluendo.com>
16454
16455         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16456         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16457         (gst_speexenc_chain):
16458         * ext/speex/gstspeexenc.h:
16459         Don't leak adapter.
16460         A push *always* takes ownership of the buffer, even on
16461         errors.
16462         Small cleanups.
16463
16464 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16465
16466         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16467           Create source pad without leaking.
16468
16469 2006-03-24  Wim Taymans  <wim@fluendo.com>
16470
16471         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16472         * ext/flac/gstflacdec.h:
16473         * ext/flac/gstflacenc.h:
16474         Spifify a bit.
16475         Fix deadly lock order error in seeking code, STREAM_LOCK
16476         cannot be taken within LOCK and the streaming variables are
16477         protected with the STREAM_LOCK anyway.
16478
16479 2006-03-24  Wim Taymans  <wim@fluendo.com>
16480
16481         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16482         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16483         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16484         this patch combines the global init_frames with the stream
16485         init_frames. Rationale being that the global delay should 
16486         be subtracted from any stream delay.
16487         Fixes #335858.
16488
16489 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16490
16491         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16492         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16493         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16494         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16495         use DEBUG_FUNCPTR for collectpads
16496
16497 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16498
16499         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16500           Don't crash when encoding images where the number of rows isn't
16501           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16502
16503 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16504
16505         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16506         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16507         * gst/interleave/interleave.c: (interleave_change_state):
16508         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16509           More state change function fixes.
16510
16511 2006-03-23  Wim Taymans  <wim@fluendo.com>
16512
16513         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16514         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16515         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16516         (gst_esdsink_delay), (gst_esdsink_reset):
16517         * ext/esd/esdsink.h:
16518         Fix esd choppy playback by configuring audiosink
16519         correctly. Fixes #325191
16520
16521 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16522
16523         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16524           Make state change function thread-safe.
16525
16526 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16527
16528         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16529         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16530           Don't try to read beyond the end of the file just because
16531           the header claims a bigger size (like with truncated files).
16532
16533 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16534
16535         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16536         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16537         (gst_wavparse_stream_data), (gst_wavparse_loop):
16538         * gst/wavparse/gstwavparse.h:
16539           Delay source pad creation until we have the first chunk of
16540           media data, so the we can examine the data and adjust the
16541           caps accordingly if required. This makes playback of .wav
16542           files with DTS-declared-as-PCM content work (#313266).
16543
16544 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16545
16546         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16547         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16548         Don't attempt typefinding on too-short buffers that have been
16549         completely trimmed away. (Fixes #330239)
16550
16551         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16552         Improve the debug output
16553
16554 2006-03-21  Wim Taymans  <wim@fluendo.com>
16555
16556         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16557         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16558         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16559         (gst_esdsink_set_property), (gst_esdsink_get_property):
16560         Some cleanups.
16561         Reset fd to -1 when we close them.
16562
16563 2006-03-21  Wim Taymans  <wim@fluendo.com>
16564
16565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16566         the OPTIONS request result is optional so don't
16567         fail on it.
16568
16569 2006-03-21  Edward Hervey  <edward@fluendo.com>
16570
16571         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16572         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16573         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16574         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16575         (gst_wavparse_change_state):
16576         gcc 4.1 unreferenced pointer fixes.
16577
16578 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16579
16580         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16581
16582         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16583           Fix block alignment calculation. Alignment should be done before
16584           adding the byte offset where the data starts (#335231).
16585
16586 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16587
16588         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16589           Ensure that we set correct caps on buffers that are transferred
16590           direct from the input.
16591
16592 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16593
16594         * gst/goom/filters.c: (zoomFilterDestroy):
16595         * gst/goom/goom_core.c: (goom_close):
16596           Free filter data when cleaning up. (Fixes: #334995)
16597
16598 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16599
16600         * configure.ac:
16601           Don't compile udp and rtsp plugins on win32 (mingw) or other
16602           systems that don't have <sys/socket.h> for some reason (#316203).
16603
16604 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16605
16606         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16607         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16608         * ext/raw1394/gstdv1394src.h:
16609           Change bus reset handler so it reports useful information such as
16610           whether the device being used connected or disconnected
16611
16612 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16613
16614         * gst/id3demux/id3v2frames.c:
16615         (parse_relative_volume_adjustment_two):
16616           We only care about gain and peak data for the master volume.
16617
16618 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16619
16620         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16621         (parse_id_string), (parse_unique_file_identifier),
16622         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16623           Read replay gain tags (#323721).
16624
16625 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16626
16627         * configure.ac:
16628           Bump requirements to gst-plugins-base CVS because
16629           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16630
16631 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16632
16633         * rtp/gst/gstrtppcmadepay.c:
16634         Fixed one of the caps in the code from mulaw to alaw.
16635
16636 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16637
16638         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16639           Ensure that we set caps on the buffers we pass.
16640
16641         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16642         (gst_id3demux_sink_activate):
16643           Ensure that we set caps on the buffers we pass.
16644
16645           Use STREAM, TYPE_NOT_FOUND as the error class when
16646           typefinding fails.
16647
16648 2006-03-15  Edward Hervey  <edward@fluendo.com>
16649
16650         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16651         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16652         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16653         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16654         (gst_jpeg_dec_setcaps):
16655         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16656         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16657         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16658         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16659         (gst_mngdec_src_getcaps):
16660         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16661         (gst_pngdec_caps_create_and_set):
16662         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
16663         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
16664         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
16665         * gst/alpha/gstalpha.c: (gst_alpha_init):
16666         * gst/auparse/gstauparse.c: (gst_au_parse_init):
16667         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
16668         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
16669         * gst/cutter/gstcutter.c: (gst_cutter_init):
16670         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16671         (gst_efence_checkgetrange):
16672         * gst/debug/negotiation.c: (gst_negotiation_init):
16673         * gst/flx/gstflxdec.c: (gst_flxdec_init):
16674         * gst/goom/gstgoom.c: (gst_goom_init):
16675         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
16676         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
16677         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
16678         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
16679         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
16680         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
16681         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
16682         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16683         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16684         (gst_wavparse_create_sourcepad):
16685         Fix memleak with gst_static_pad_template_get().
16686         This uses gst_pad_new_from_static_template() instead.
16687         Fixes #333512
16688
16689 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16690
16691         * configure.ac:
16692           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
16693           used by id3demux.
16694
16695         * gst/id3demux/gstid3demux.c: (plugin_init):
16696         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16697         (parse_user_text_identification_frame),
16698         (parse_unique_file_identifier):
16699           Add support for UFID and TXXX frames and extract musicbrainz tags.
16700
16701 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16702
16703         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16704           Catch short reads, like they might happen with truncated
16705           files (see #305279); remove unnecessary indentation.
16706
16707 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16708
16709         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16710           Fix DIB image inversion for pictures with a
16711           depth != 8 (#305279).
16712
16713 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16714
16715         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
16716         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
16717         * ext/jpeg/gstjpegdec.h:
16718           Fix durations on outgoing buffers after seeking
16719           in MJPEG files (#334083); some minor clean-ups.
16720
16721 2006-03-13  Wim Taymans  <wim@fluendo.com>
16722
16723         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16724         (gst_wavparse_change_state):
16725         Implement seek in READY (re-fixes #327658)
16726
16727 2006-03-13  Wim Taymans  <wim@fluendo.com>
16728
16729         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
16730         * ext/esd/esdmon.c: (gst_esdmon_get):
16731         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16732         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16733         (gst_gdk_pixbuf_sink_getcaps):
16734         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
16735         (gst_jpegenc_setcaps):
16736         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
16737         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
16738         (gst_smokeenc_setcaps):
16739         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
16740         (gst_mngdec_src_getcaps):
16741         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
16742         (gst_mngenc_chain):
16743         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
16744         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
16745         * ext/speex/gstspeexdec.c: (speex_dec_convert),
16746         (speex_dec_src_event), (speex_dec_chain):
16747         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
16748         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
16749         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
16750         (gst_negotiation_pad_link), (gst_negotiation_chain):
16751         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
16752         (gst_flxdec_chain):
16753         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
16754         (deinterleave_chain):
16755         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
16756         * gst/median/gstmedian.c: (gst_median_link):
16757         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
16758         (gst_monoscope_chain):
16759         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
16760         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
16761         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
16762         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
16763         close #333784 unref the result of gst_pad_get_parent()
16764         by: Christophe Fergeau.
16765
16766 2006-03-09  Wim Taymans  <wim@fluendo.com>
16767
16768         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
16769         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
16770         Handle events in push mode better, can now do non-flushing
16771         seeks in push mode as well.
16772
16773 2006-03-07  Wim Taymans  <wim@fluendo.com>
16774
16775         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16776         Applied patch from Kai Vehmanen, fixes #333624.
16777
16778 2006-03-06  Julien MOUTTE  <julien@moutte.net>
16779
16780         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
16781         Implement paletted and grayscale png files handling.
16782         (#150363).
16783
16784 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16785
16786         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
16787         (gst_speexenc_chain):
16788           fix a tag list assert
16789           follow gst-plugins-base/ext/ogg/README; set OFFSET
16790           and OFFSET_END.  Muxes correctly with gst-plugins-base
16791           > 0.9.3
16792
16793 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16794
16795         * gst/id3demux/Makefile.am:
16796         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
16797         (gst_id3demux_chain), (gst_id3demux_sink_activate):
16798           Use new typefind helper functions here as well, and
16799           do typefinding in pull-mode if upstream supports that.
16800
16801 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16802
16803         * sys/sunaudio/gstsunaudiomixerctrl.c:
16804         (gst_sunaudiomixer_ctrl_get_volume),
16805         (gst_sunaudiomixer_ctrl_set_volume):
16806         * sys/sunaudio/gstsunaudiomixertrack.c:
16807         (gst_sunaudiomixer_track_new):
16808           Remove unused variables, breaks build from CVS
16809           with -Werror (#333392, patch by: Benjamin Pineau)
16810
16811 2006-03-03  Wim Taymans  <wim@fluendo.com>
16812
16813         * docs/plugins/Makefile.am:
16814         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16815         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16816         Added wavparse docs.
16817
16818         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
16819         (gst_wavparse_reset), (gst_wavparse_init),
16820         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
16821         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16822         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16823         (gst_wavparse_stream_data), (gst_wavparse_loop),
16824         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
16825         (gst_wavparse_change_state):
16826         * gst/wavparse/gstwavparse.h:
16827         Implement seek in READY (fixes #327658)
16828         Added docs and did some cleanups.
16829
16830 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
16831
16832         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16833         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
16834         (gst_avi_demux_calculate_durations_from_index),
16835         (gst_avi_demux_stream_header):
16836         * gst/avi/gstavidemux.h:
16837           If we have an index, use a duration based on the index instead
16838           of blindly trusting the information in the stream headers
16839           (fixes #331817).
16840
16841 2006-03-03  Wim Taymans  <wim@fluendo.com>
16842
16843         * docs/plugins/Makefile.am:
16844         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16845         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16846         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16847         Added smoke and jpeg to the docs.
16848
16849         * ext/jpeg/Makefile.am:
16850         * ext/jpeg/gstjpeg.c: (plugin_init):
16851         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16852         * ext/jpeg/gstjpegenc.h:
16853         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
16854         (gst_smokedec_chain):
16855         * ext/jpeg/gstsmokedec.h:
16856         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16857         * ext/jpeg/gstsmokeenc.h:
16858         * ext/jpeg/smokecodec.h:
16859         Port smokedec (fixes #331905).
16860         Added some docs.
16861         Some cleanups.
16862
16863 2006-03-03  Wim Taymans  <wim@fluendo.com>
16864
16865         * docs/plugins/Makefile.am:
16866         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16867         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16868         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16869         Added videobalance and videoflip to the docs.
16870
16871         * gst/videofilter/Makefile.am:
16872         * gst/videofilter/gstvideobalance.c:
16873         (gst_video_balance_update_tables_planar411),
16874         (gst_video_balance_is_passthrough),
16875         (gst_video_balance_update_properties), (oil_tablelookup_u8),
16876         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
16877         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
16878         (gst_video_balance_finalize), (gst_video_balance_class_init),
16879         (gst_video_balance_init), (gst_video_balance_interface_supported),
16880         (gst_video_balance_interface_init),
16881         (gst_video_balance_colorbalance_list_channels),
16882         (gst_video_balance_colorbalance_set_value),
16883         (gst_video_balance_colorbalance_get_value),
16884         (gst_video_balance_colorbalance_init),
16885         (gst_video_balance_set_property), (gst_video_balance_get_property),
16886         (gst_video_balance_get_type), (plugin_init):
16887         * gst/videofilter/gstvideobalance.h:
16888         Ported to 0.10. (Fixes #326160)
16889         Added docs.
16890
16891         * gst/videofilter/gstvideoflip.c:
16892         * gst/videofilter/gstvideoflip.h:
16893         Added docs.
16894
16895 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16896
16897         * configure.ac:
16898           Bump requirements to current core and -base CVS
16899           (core for new typefind helper API, and -base for the
16900           WAVFORMATEX support that was added to libgstriff and
16901           is needed by wavparse).
16902         
16903         * gst/apetag/Makefile.am:
16904         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
16905         (gst_tag_demux_sink_activate):
16906           Use new typefind helpers for typefinding instead of our
16907           home-grown stuff; also, do typefinding in pull-mode if
16908           upstream supports that.
16909
16910 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
16911
16912         Reviewed by: Christian Schaller <christian@fluendo.com>
16913
16914         This patch fixes bug: 329107
16915
16916         This Changelog entry is for a commit done on February 17
16917
16918         * ext/gconf/gconf.c
16919         * ext/gconf/gconf.h
16920         * ext/gconf/gstgconfaudiosink.c
16921         * ext/gconf/gstgconfaudiosink.h
16922         * gconf/gstreamer.schemas.in
16923
16924 2006-02-28  Wim Taymans  <wim@fluendo.com>
16925
16926         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16927         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16928         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
16929         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
16930         Use DEBUG_OBJECT more.
16931
16932 2006-02-28  Wim Taymans  <wim@fluendo.com>
16933
16934         * docs/plugins/Makefile.am:
16935         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16936         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16937         Added dvdec and dvdemux to docs.
16938
16939         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
16940         Added docs.
16941         Check frame sizes so we don't crash when don't have enough
16942         data.
16943         Send nice error messages on error.
16944
16945         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
16946         (gst_dvdemux_class_init), (gst_dvdemux_init),
16947         (gst_dvdemux_finalize), (gst_dvdemux_reset),
16948         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
16949         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
16950         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
16951         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
16952         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
16953         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
16954         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
16955         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
16956         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
16957         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
16958         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
16959         * ext/dv/gstdvdemux.h:
16960         Added docs.
16961         Implement pull mode.
16962         Fix memleaks.
16963         Reduce memcpy for the video demuxing.
16964
16965 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
16966
16967         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
16968         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
16969         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
16970         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
16971           Add a little extra debug. Make the decoder not return NOT_LINKED,
16972           as we want to continue decoding all CMML and emitting tags.
16973
16974 2006-02-27  Michael Smith  <msmith@fluendo.com>
16975
16976         * ext/annodex/gstskeltag.c:
16977         * ext/annodex/gstskeltag.h:
16978           Deleted; these files aren't used any more either.
16979
16980 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16981
16982         * ext/Makefile.am: Fix dist-check.
16983
16984 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16985
16986         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
16987         memleak.
16988
16989 2006-02-25  Alessandro Decina <alessandro@nnva.org>
16990
16991         * ext/annodex/Makefile.am:
16992         * ext/annodex/gstannodex.c:
16993         * ext/annodex/gstcmmldec.c:
16994         * ext/annodex/gstcmmlenc.c:
16995         * ext/annodex/gstcmmlparser.c:
16996         * ext/annodex/gstcmmlparser.h:
16997         * ext/annodex/gstcmmlutils.c:
16998         * tests/check/elements/cmmldec.c:
16999         * tests/check/elements/cmmlenc.c:
17000           Fix a memleak in gst_cmml_track_list_add_clip.
17001           Handle overflows in clip's start and end times.
17002           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17003           Do not parse junk at the end of a CMML preamble buffer.
17004           Register a libxml error handler to not print stuff on stderr.
17005           Check for bad clip start and end times in the testsuites.
17006
17007 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17008
17009         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17010         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17011         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17012         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17013         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17014         possible memleaks.
17015
17016 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17017
17018         * tests/check/Makefile.am:
17019         * tests/check/elements/cmmldec.c:
17020         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17021         the plugins-base tags.
17022
17023 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17024
17025         * ext/Makefile.am: Re-enable module.
17026
17027 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17028
17029         * tests/check/Makefile.am: Forgot to remove that test.
17030
17031 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17032
17033         * ext/annodex/Makefile.am:
17034         * ext/annodex/gstannodex.c: (plugin_init):
17035         * ext/annodex/gstcmmldec.c:
17036         * ext/annodex/gstskeldec.c:
17037         * ext/annodex/gstskeldec.h:
17038         * tests/check/Makefile.am:
17039         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17040
17041 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17042
17043         * tests/check/Makefile.am: Disable those checks as well.
17044
17045 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17046
17047         * ext/Makefile.am: Disable annodex for now until we figure out
17048         how to make it build.
17049         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17050         Add a rule to your checklist : "please try to at least build 
17051         what you are going to commit into -good, or if you are too lazy
17052         to do that, please check that the buildbots are not crying because
17053         of your commit."
17054
17055 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17056
17057         * configure.ac:
17058         * ext/Makefile.am:
17059         * ext/gdk_pixbuf/Makefile.am:
17060         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17061         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17062         * ext/gdk_pixbuf/pixbufscale.c:
17063         * ext/gdk_pixbuf/pixbufscale.h:
17064           Gdkpixbuf ported from 0.8 to 0.10 by
17065           Renato Filho <renato.filho@indt.org.br>.
17066           gst_loader and gdkpixbufanimation still need port.
17067
17068 2006-02-24  Michael Smith  <msmith@fluendo.com>
17069
17070         * configure.ac:
17071         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17072         * ext/Makefile.am:
17073         * ext/annodex/Makefile.am:
17074         * ext/annodex/gstannodex.c:
17075         * ext/annodex/gstannodex.h:
17076         * ext/annodex/gstcmmldec.c:
17077         * ext/annodex/gstcmmldec.h:
17078         * ext/annodex/gstcmmlenc.c:
17079         * ext/annodex/gstcmmlenc.h:
17080         * ext/annodex/gstcmmlparser.c:
17081         * ext/annodex/gstcmmlparser.h:
17082         * ext/annodex/gstcmmltag.c:
17083         * ext/annodex/gstcmmltag.h:
17084         * ext/annodex/gstcmmlutils.c:
17085         * ext/annodex/gstcmmlutils.h:
17086         * ext/annodex/gstskeldec.c:
17087         * ext/annodex/gstskeldec.h:
17088         * ext/annodex/gstskeltag.c:
17089         * ext/annodex/gstskeltag.h:
17090         * tests/check/Makefile.am:
17091         * tests/check/elements/cmmldec.c:
17092         * tests/check/elements/cmmlenc.c:
17093         * tests/check/elements/skeldec.c:
17094           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17095           Includes tests & docs, oh my! Passes Thomas's -good checklist
17096           entirely. Wow.
17097
17098 2006-02-24  Michael Smith  <msmith@fluendo.com>
17099
17100         * autogen.sh:
17101           Check for automake 1.9 as well.
17102
17103 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17104
17105         * ext/flac/gstflacenc.c:
17106           Change min. sample rate to 8kHz to match flacdec's.
17107           
17108 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17109
17110         * ext/cdio/Makefile.am:
17111           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17112           required for Cygwin, see #317048)
17113
17114         * gst/rtp/gstasteriskh263.c:
17115           Cygwin has includes for both the unix network socket API
17116           and the windows API, but only one can be included, so fix
17117           includes to only use one or the other, prefering the unxi
17118           one (#317048).
17119
17120 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17121
17122         * rtp/gst/gstrtppcmadepay.c:
17123         * rtp/gst/gstrtppcmadepay.h:
17124         * rtp/gst/gstgstrtppcmapay.c:
17125         * rtp/gst/gstgstrtppcmapay.h:
17126         * rtp/gst/gstrtppcmudepay.c:
17127         * rtp/gst/gstrtppcmudepay.h:
17128         * rtp/gst/gstrtppcmupay.c:
17129         * rtp/gst/gstrtppcmupay.h:
17130         * rtp/gst/Makefile.am:
17131         * rtp/gst/gstrtp.c:
17132         * rtp/gst/README:
17133         Separated the G711 payloaders/depayloaders into separate elements for
17134         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17135
17136 2006-02-22  Wim Taymans  <wim@fluendo.com>
17137
17138         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17139         (gst_dvdec_change_state):
17140         * ext/dv/gstdvdec.h:
17141         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17142         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17143         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17144         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17145         (gst_dvdemux_flush), (gst_dvdemux_chain),
17146         (gst_dvdemux_change_state):
17147         * ext/dv/gstdvdemux.h:
17148         Ueber spiffify some more, added debug category.
17149         Use _scale.
17150         Use segments, respect playback rate from newsegment.
17151         Fix refcount issue.
17152
17153 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17154
17155         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17156         (gst_signal_processor_process):
17157         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17158         enabled for the build, but it helps me win the feature-count
17159         competitions ooh yeah.
17160
17161 2006-02-19  Wim Taymans  <wim@fluendo.com>
17162
17163         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17164         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17165         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17166         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17167         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17168         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17169         Use scaling code for added precission and more correct stop
17170         position in case scale==0.
17171
17172 2006-02-19  Wim Taymans  <wim@fluendo.com>
17173
17174         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17175         (gst_flxdec_chain):
17176         * gst/flx/gstflxdec.h:
17177         Implement DURATION query.
17178
17179 2006-02-19  Wim Taymans  <wim@fluendo.com>
17180
17181         * gst/flx/flx_color.h:
17182         * gst/flx/flx_fmt.h:
17183         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17184         (gst_flxdec_src_query_handler), (flx_decode_color),
17185         (gst_flxdec_chain):
17186         * gst/flx/gstflxdec.h:
17187         Set MALLOCDATA for the temp buffers so we don't leak.
17188         Some debug cleanups.
17189         Consume all data in the adapter before leaving the chain
17190         function. Fixes #330678.
17191
17192 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17193
17194         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17195         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17196          Handle 0 data size in otherwise valid frames.
17197          Handle numeric strings in 2.4.0 even when not in parentheses 
17198
17199 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17200
17201         * gst/matroska/matroska-demux.c:
17202         (gst_matroska_demux_subtitle_caps),
17203         (gst_matroska_demux_plugin_init):
17204         * gst/matroska/matroska-ids.h:
17205           Recognise SSA/ASS and USF subtitle formats and
17206           set proper caps when they are found.
17207
17208 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17209
17210         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17211         (gst_jpeg_dec_chain):
17212           Fix invalid memory access for some odd-sized images
17213           (see image contained in quicktime stream in #327083);
17214           use g_malloc() instead of g_alloca().
17215
17216 2006-02-17  Wim Taymans  <wim@fluendo.com>
17217
17218         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17219         Patch from Sebastien Cote, fixes #319884
17220
17221 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17222
17223         * ext/cdio/gstcdio.c: (plugin_init):
17224           Init debug category (#331253).
17225
17226 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17227
17228         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17229           Pass extra_data to gst_riff_create_audio_caps(), so that
17230           WAVEFORMATEX stuff works. Post audio codec name and post
17231           it as taglist on the bus. Allow up to 8 channesl for raw
17232           PCM in the source pad template caps.
17233
17234 2006-02-16  Wim Taymans  <wim@fluendo.com>
17235
17236         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17237         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17238         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17239         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17240         (gst_multipart_set_property), (gst_multipart_get_property):
17241         Applied #318663. Gives quite a few false positives in
17242         autoscan mode, but it's better than nothing. Not closing yet.
17243
17244 2006-02-16  Wim Taymans  <wim@fluendo.com>
17245
17246         * docs/plugins/Makefile.am:
17247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17249         * docs/plugins/gst-plugins-good-plugins.args:
17250         * docs/plugins/inspect/plugin-udp.xml:
17251         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17252         (gst_udpsrc_start):
17253         Update documentation.
17254         Fix args.
17255
17256 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17257
17258         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17259         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17260         frame size. (Fixes #331368)
17261
17262 2006-02-16  Wim Taymans  <wim@fluendo.com>
17263
17264         * gst/rtsp/README:
17265         Updated README.
17266
17267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17268         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17269         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17270         * gst/rtsp/gstrtspsrc.h:
17271         Make sure the RTP port is an even port an try to allocate 
17272         another if not.
17273         Added retry property to control max retries for port allocation.
17274         Make sure RTCP port is RTP port+1.
17275         Cleanup when port allocation fails.
17276         Fixes #319183.
17277         
17278 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17279
17280         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17281           Don't ignore return value of the parent class's state
17282           change function (#331385, patch by: Wouter Paesen).
17283
17284 2006-02-15  Wim Taymans  <wim@fluendo.com>
17285
17286         * configure.ac:
17287         * docs/plugins/Makefile.am:
17288         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17289         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17290         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17291         * ext/Makefile.am:
17292         * ext/hal/Makefile.am:
17293         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17294         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17295         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17296         (do_toggle_element), (gst_hal_audio_sink_set_property),
17297         (gst_hal_audio_sink_get_property),
17298         (gst_hal_audio_sink_change_state):
17299         * ext/hal/gsthalaudiosink.h:
17300         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17301         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17302         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17303         (do_toggle_element), (gst_hal_audio_src_set_property),
17304         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17305         * ext/hal/gsthalaudiosrc.h:
17306         * ext/hal/gsthalelements.c: (plugin_init):
17307         * ext/hal/gsthalelements.h:
17308         * ext/hal/hal.c: (gst_hal_get_string),
17309         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17310         (gst_hal_get_audio_src):
17311         * ext/hal/hal.h:
17312         Add HAL sound device wrapper plugins. Closes #329106
17313
17314 2006-02-15  Wim Taymans  <wim@fluendo.com>
17315
17316         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17317         Add comment in a fultile attempt to stop the copy-and-paste 
17318         paradigm leading to duplication of bad code.
17319
17320         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17321         Mime parameters have to be checked case insensitive
17322
17323 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17324
17325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17326           Advance stream time for lagging subtitle streams by sending
17327           newsegment events with the update flag set.
17328
17329 2006-02-14  Edward Hervey  <edward@fluendo.com>
17330
17331         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17332         There can be bogus data before the hdrl LIST tag in the RIFF header.
17333         It's hard to say if it's not respecting the AVI specifications or not,
17334         but since Google Video is producing AVIs like that and the other player
17335         don't seem to complain, I guess we should do the same.
17336
17337 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17338
17339         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17340         (parse_split_strings):
17341         Add more validation to ensure that a char encoding conversion
17342         produced a valid UTF-8 string.
17343
17344 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17345
17346         Reviewed by: Edward Hervey  <edward@fluendo.com>
17347
17348         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17349         Properly handle end of segment. Closes #330885.
17350
17351 2006-02-13  Wim Taymans  <wim@fluendo.com>
17352
17353         * gst/rtp/gstrtpmp4gpay.h:
17354         For got to commit this one.
17355
17356 2006-02-12  Wim Taymans  <wim@fluendo.com>
17357
17358         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17359         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17360         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17361         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17362         * gst/rtp/gstrtpmp4gpay.h:
17363         Make more things work.
17364         Handle ACC config strings.
17365
17366 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17367
17368         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17369           set timestamps if no incoming timestamps set
17370
17371 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17372
17373         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17374         (gst_tag_demux_do_typefind):
17375           ... and fix the very same leaks in GstTagDemux.
17376
17377 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17378
17379         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17380         (gst_id3demux_do_typefind):
17381         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17382         <jonathan at kaolin dot wh9 dot net>)
17383
17384 2006-02-10  Wim Taymans  <wim@fluendo.com>
17385
17386         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17387         First set options, then set caps or else the baseclass
17388         will not know about the options, duh.
17389
17390 2006-02-10  Wim Taymans  <wim@fluendo.com>
17391
17392         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17393         (gst_rtp_mp4v_pay_setcaps):
17394         Don't waste time looking for a config string if we have codec_info
17395         on the incomming caps.
17396
17397 2006-02-10  Wim Taymans  <wim@fluendo.com>
17398
17399         * gst/rtp/README:
17400         Say something about case-sensitivity of caps vs mime-attributes.
17401
17402         * gst/rtp/Makefile.am:
17403         * gst/rtp/gstrtp.c: (plugin_init):
17404         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17405         (gst_rtp_amr_pay_handle_buffer):
17406         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17407         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17408         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17409         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17410         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17411         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17412         (gst_rtp_mp4g_pay_plugin_init):
17413         * gst/rtp/gstrtpmp4gpay.h:
17414         Added beginnings of mpeg4-generic payloader (RFC 3640)
17415
17416 2006-02-09  Wim Taymans  <wim@fluendo.com>
17417
17418         * gst/rtsp/Makefile.am:
17419         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17420         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17421         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17422         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17423         (gst_rtpdec_change_state):
17424         * gst/rtsp/gstrtpdec.h:
17425         * gst/rtsp/gstrtsp.c: (plugin_init):
17426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17427         * gst/rtsp/rtspconnection.c: (read_body),
17428         (rtsp_connection_receive):
17429         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17430         Resurected rtpdec to make rtspsrc happy again.
17431         Skip attributes from the session id.
17432         Don't crash when dumping a message with an empty body.
17433
17434
17435 2006-02-09  Wim Taymans  <wim@fluendo.com>
17436
17437         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17438         Added more meaningfull warnings when something goes wrong.
17439         Clear F bit on outgoing AMR packets.
17440
17441         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17442         (gst_rtp_amr_pay_handle_buffer):
17443         Added debugging category
17444         Support payloading of multiple AMR frames.
17445
17446         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17447         Added some debugging.
17448
17449 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17450
17451         * configure.ac:
17452           Back to CVS
17453
17454 === release 0.10.2 ===
17455
17456 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17457
17458         * configure.ac:
17459           releasing 0.10.2, "Papa was a rolling stone"
17460
17461 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17462
17463         * configure.ac:
17464           Bump core and plugins-base requirement to 0.10.2.2
17465           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17466
17467 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17468
17469         * ext/flac/gstflac.c: (plugin_init):
17470         * ext/speex/gstspeex.c: (plugin_init):
17471           Register musicbrainz tags.
17472
17473 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17474
17475         * ext/gconf/gconf.h:
17476           Remove declaration of function that no longer exists.
17477
17478 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17479
17480         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17481         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17482         Make shout2 work for non ogg streams
17483
17484 2006-02-06  Wim Taymans  <wim@fluendo.com>
17485
17486         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17487         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17488         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17489         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17490         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17491         * gst/udp/gstmultiudpsink.h:
17492         Updated docs.
17493         Added properties bytes-served, bytes_to_serve.
17494         Post proper error messages,
17495         Emit client added signal too.
17496
17497 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17498
17499         * docs/plugins/Makefile.am:
17500         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17501         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17502         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17503         (gst_multiudpsink_get_stats):
17504           adding docs for multiudpsink
17505
17506 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17507
17508         * gst/level/gstlevel.c: (gst_level_transform_ip):
17509           peak below decay is not necessarily an error, so don't ERROR log
17510
17511 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17512
17513         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17514         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17515         (gst_ebml_write_seek):
17516         * gst/matroska/ebml-write.h:
17517           Make sure we send a newsegment event in BYTES format
17518           before sending buffers (#328531).
17519
17520 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17521
17522         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17523         (gst_dvdemux_sink_query):
17524         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17525         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17526         (speex_dec_src_query):
17527         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17528         (gst_speexenc_sink_query):
17529         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17530         * gst/matroska/matroska-demux.c:
17531         (gst_matroska_demux_get_src_query_types),
17532         (gst_matroska_demux_handle_src_query):
17533         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17534         (gst_wavparse_pad_query):
17535           Pass unhandled queries upstream instead of just dropping
17536           them (#326446). Update query type arrays here and there.
17537
17538 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17539
17540         * tests/check/elements/matroskamux.c: (setup_src_pad):
17541           Collectpads in core got changed and now also holds a
17542           reference to any pad that is part of it. Fix refcount
17543           checks in test case accordingly.
17544
17545 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17546
17547         * gst/apetag/gstapedemux.h:
17548           Fix include, for now GstTagDemux is in the apetag dir.
17549
17550 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17551
17552         * docs/plugins/Makefile.am:
17553         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17554         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17555         * docs/plugins/inspect/plugin-cdio.xml:
17556           Add cdio plugin to docs.
17557
17558         * ext/cdio/gstcdiocddasrc.c:
17559           Add gtk-doc blurb.
17560
17561         * ext/cdio/gstcdio.c:
17562           The plugin is called 'cdio' not 'cddio'.
17563
17564 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17565
17566         * configure.ac:
17567         * docs/plugins/Makefile.am:
17568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17570         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17571         * docs/plugins/inspect/plugin-apetag.xml:
17572         * gst/apetag/Makefile.am:
17573         * gst/apetag/gstapedemux.c:
17574         * gst/apetag/gstapedemux.h:
17575         * gst/apetag/gsttagdemux.c:
17576         * gst/apetag/gsttagdemux.h:
17577           Add APE tag demuxer (#325649).
17578
17579 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17580
17581         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17582         (gst_gconf_get_default_video_sink),
17583         (gst_gconf_get_default_audio_src),
17584         (gst_gconf_get_default_video_src):
17585         * ext/gconf/gconf.h:
17586         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17587         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17588         (do_toggle_element):
17589         * ext/gconf/gstgconfaudiosink.h:
17590         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17591         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17592         (do_toggle_element):
17593         * ext/gconf/gstgconfaudiosrc.h:
17594         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17595         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17596         (do_toggle_element):
17597         * ext/gconf/gstgconfvideosink.h:
17598         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17599         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17600         (do_toggle_element):
17601         * ext/gconf/gstgconfvideosrc.h:
17602           Ignore changing the GConf key to "". Ignore GConf key updates
17603           that don't actually change the string.
17604           For now, ignore the GConf key when the state is > READY, as
17605           it breaks streaming. Sometime it will be nice to bring the
17606           new sink online even mid-stream, by sending NEWSEGMENT info
17607           and possibly prerolling.
17608           (Fixes #326736)
17609
17610 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17611
17612         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17613         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17614         (zoomFilterSetResolution), (zoomFilterDestroy),
17615         (zoomFilterFastRGB), (pointFilter):
17616         * gst/goom/filters.h:
17617         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17618         (goom_update), (goom_close):
17619         * gst/goom/goom_core.h:
17620         * gst/goom/goom_tools.h:
17621         * gst/goom/graphic.c:
17622         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17623         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17624         * gst/goom/gstgoom.h:
17625         * gst/goom/lines.c: (goom_lines):
17626         * gst/goom/lines.h:
17627           Make goom reentrant by moving all important static variables
17628           into instance structures.
17629           (Fixes #329181)
17630
17631 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
17632
17633         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17634         (gst_avi_demux_all_source_pads_unlinked),
17635         (gst_avi_demux_process_next_entry):
17636         * gst/avi/gstavidemux.h:
17637           Third attempt, use gst_pad_is_linked() this time.
17638
17639 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
17640
17641         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17642         (parse_split_strings):
17643         Adjust for data length indicators when parsing (Fixes #329810)
17644         Fix stupid bug parsing UTF-8 tag text.
17645         Output tag strings with multiple fields as multiple tags, so the
17646         app gets all the data.
17647
17648 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17649
17650         * ext/flac/gstflacenc.c:
17651         Fixed a bug add in last commit, where no event is send. Thanks Tim to
17652         show me.
17653         
17654 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17655
17656         * ext/flac/gstflacenc.c:
17657         * gst/matroska/ebml-read.c:
17658         Just make it compile with --disable-gst-debug.
17659
17660 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
17661
17662         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
17663         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
17664         (id3v2_genre_fields_to_taglist):
17665           Never output a tag with a null contents string.
17666
17667 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17668
17669         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
17670           Only pause if all pads are unlinked AND we've tried to send data
17671           on all of them at least once.
17672
17673 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17674
17675         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
17676         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
17677           Make loop function/task pause itself when all source pads are
17678           unlinked.
17679
17680 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17681
17682         * configure.ac:
17683         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
17684           Use new functions from core to render a bin from a
17685           string. Fixes build. Up requirements to core CVS.
17686
17687 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17688
17689         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
17690           Don't push buffers into the adapter that we are going to
17691           push downstream again without framing anyway. Also, the
17692           adaptor takes ownership of buffers put into it (fixes
17693           auparse pushing invalid buffers for .au files with
17694           ADPCM contents). Finally, set caps on all outgoing buffers.
17695
17696 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17697
17698         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17699         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
17700         (gst_id3demux_send_tag_event):
17701         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
17702         Someone should kick my butt. Remove ID3v1 tags from the end of the
17703         file.
17704
17705         Improve error messages. Send the TAG message as soon as we complete
17706         typefinding, instead of waiting until we send the first buffer.
17707         Downstream tag event is still sent before the first buffer.
17708
17709 2006-01-27  Jan Gerber  <j@bootlab.org>
17710
17711         Reviewed by: Andy Wingo <wingo@pobox.com>
17712
17713         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
17714         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
17715         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
17716         to not have warings flooding stderr. this is the suggested way
17717         also used in dvgrab and kino. (#328336)
17718
17719 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17720
17721         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
17722         (gst_oss_sink_init), (gst_oss_sink_finalise):
17723           Free the device name string when finalised.
17724
17725 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
17726
17727         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
17728           Don't put function calls in g_return_if_fail() statements,
17729           or they'll be replaced with NOOPs if someone compiles with
17730           G_DISABLE_CHECKS defined.
17731           
17732 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
17733
17734         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17735         Never trust ANY information encoded in a media file, especially
17736         when it's giving you sizes. (Fixes #328452)
17737
17738 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
17739
17740         * gst/rtp/gstrtpg711pay.c:
17741         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
17742         bug #325148.
17743
17744 2006-01-23  Edward Hervey  <edward@fluendo.com>
17745
17746         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
17747         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
17748         * gst/matroska/matroska-ids.h:
17749         Added recognition of Real Audio and Video streams in matroska demuxer.
17750
17751 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17752
17753         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
17754           Remove errant break statement, and fix compilation with
17755           older GCC.
17756
17757 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
17758
17759         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17760
17761         * sys/sunaudio/gstsunaudiomixerctrl.c:
17762         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
17763           Export functions that are needed in other parts of the code,
17764           makes the mixer actually work; adjust magic minimum buffer-time
17765           value from 3ms to 5ms to work around stuttering during mp3
17766           playback (#327765).
17767
17768 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
17769
17770         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17771
17772         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
17773         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
17774           Fix possible deadlock in matroska muxer (#327825).
17775
17776 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
17777
17778         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
17779         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17780         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
17781         * gst/rtsp/sdpmessage.h:
17782         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
17783         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
17784           C89 fixes: declare variables at the beginning of a block and
17785           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
17786           <jensgr at gmx dot net>).
17787
17788 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
17789
17790         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17791         * gst/id3demux/id3tags.h:
17792         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17793         (parse_comment_frame), (parse_text_identification_frame),
17794         (id3v2_tag_to_taglist), (id3v2_are_digits),
17795         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
17796         (parse_split_strings), (free_tag_strings):
17797           Rewrite parsing of text tags to handle multiple NULL terminated
17798           strings. Parse numeric genre strings and ID3v2 type
17799           "(3)(6)Alternative" style genre strings.
17800           Parse dates that are only YYYY or YYYY-mm format.
17801           (Fixes #328241 and #322154)
17802
17803 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
17804
17805         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
17806           Don't forget to initialize liboil, otherwise our oil functions
17807           will crash (fixes #327871; patch by: Christoph Burghardt
17808           <hawkes at web dot de>).
17809
17810 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17811
17812         * configure.ac:
17813           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
17814           like in the core and gst-plugins-base. Fixes #324367 and #326683;
17815           patch by: Brian Cameron <brian dot cameron at sun dot com>
17816
17817 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17818
17819         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
17820         * ext/cdio/gstcdio.h:
17821         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
17822           Fix build for libcdio versions >= 76; give slightly lower rank
17823           than cdparanoia.
17824
17825 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17826
17827         * configure.ac:
17828         * ext/Makefile.am:
17829         * ext/cdio/Makefile.am:
17830         * ext/cdio/gstcdio.c:
17831         * ext/cdio/gstcdio.h:
17832         * ext/cdio/gstcdiocddasrc.c:
17833         * ext/cdio/gstcdiocddasrc.h:
17834           Port libcdio cdda source, formerly known as cddasrc, now known as
17835           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
17836           but that's not tested (fixes #317658).
17837
17838 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
17839
17840         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
17841           Fix conversion from TIME to BYTES format (fixes #326864;
17842           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
17843
17844 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
17845
17846         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
17847           Fix compilation of id3demux when zlib is not present.
17848           (Fixes #326602; patch by: Sergey Scobich)
17849
17850 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
17851
17852         * ext/esd/Makefile.am:
17853           Add $(ESD_CFLAGS), otherwise build will fail for folks
17854           with libesd in a non-standard prefix (#327009).
17855
17856 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17857
17858         * configure.ac:
17859           back to HEAD
17860
17861 === release 0.10.1 ===
17862
17863 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
17864
17865         * configure.ac:
17866           releasing 0.10.1, "Li"
17867
17868 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17869
17870           patch by: Wim Taymans
17871
17872         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17873           fix memleak.  Fixes #326618
17874
17875 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17876
17877           patch by: Mike Smith
17878
17879         * gst/level/gstlevel.c: (gst_level_message_new),
17880         (gst_level_message_append_channel):
17881           Fix memleak.  Fixes #326612
17882
17883 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17884
17885         * configure.ac:
17886           prereleasing
17887         * po/af.po:
17888         * po/az.po:
17889         * po/cs.po:
17890         * po/en_GB.po:
17891         * po/hu.po:
17892         * po/it.po:
17893         * po/nb.po:
17894         * po/nl.po:
17895         * po/or.po:
17896         * po/sq.po:
17897         * po/sr.po:
17898         * po/sv.po:
17899         * po/uk.po:
17900         * po/vi.po:
17901           update translations
17902
17903 2006-01-10  Michael Smith  <msmith@fluendo.com>
17904
17905         * gst/level/gstlevel.c: (gst_level_class_init),
17906         (gst_level_dispose):
17907           Don't leak filter arrays.
17908
17909 2006-01-09 Brian Cameron <brian.cameron@sun.com>
17910
17911         reviewed by: Christian Schaller <uraeus@gnome.org>
17912         
17913         * configure.ac:
17914         * gst-plugins-good.spec.in:
17915         * sys/Makefile.am:
17916         * sys/sunaudio/Makefile.am:
17917         * sys/sunaudio/gstsunaudio.c: (plugin_init):
17918         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
17919         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
17920         (gst_sunaudiomixer_change_state):
17921         * sys/sunaudio/gstsunaudiomixer.h:
17922         * sys/sunaudio/gstsunaudiomixerctrl.c:
17923         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
17924         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
17925         (gst_sunaudiomixer_ctrl_list_tracks),
17926         (gst_sunaudiomixer_ctrl_get_volume),
17927         (gst_sunaudiomixer_ctrl_set_volume),
17928         (gst_sunaudiomixer_ctrl_set_mute),
17929         (gst_sunaudiomixer_ctrl_set_record):
17930         * sys/sunaudio/gstsunaudiomixerctrl.h:
17931         * sys/sunaudio/gstsunaudiomixertrack.c:
17932         (gst_sunaudiomixer_track_class_init),
17933         (gst_sunaudiomixer_track_init), (fill_labels),
17934         (gst_sunaudiomixer_track_new):
17935         * sys/sunaudio/gstsunaudiomixertrack.h:
17936         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
17937         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
17938         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
17939         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
17940         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
17941         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
17942         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
17943         * sys/sunaudio/gstsunaudiosink.h:
17944
17945         Add SunAudio plugin - tested to make sure it doesn't break
17946         the build under GNU/Linux.      
17947
17948 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
17949
17950         * gst-plugins-good/gst/udp/gstdynudpsink.c:
17951         * gst-plugins-good/gst/udp/gstudpsrc.c:
17952         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
17953         overrides the port or multicast parameters. Fixes bugs #323021.
17954         API addition: adds GstUDPSrc::sockfd property   
17955
17956 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
17957
17958         * ext/gconf/Makefile.am:
17959         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
17960         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
17961         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17962         (do_toggle_element), (cb_toggle_element),
17963         (gst_gconf_audio_src_change_state):
17964         * ext/gconf/gstgconfaudiosrc.h:
17965         * ext/gconf/gstgconfelements.c: (plugin_init):
17966         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
17967         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
17968         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17969         (do_toggle_element), (cb_toggle_element),
17970         (gst_gconf_video_src_change_state):
17971         * ext/gconf/gstgconfvideosrc.h:
17972           Add new gconfaudiosrc and gconfvideosrc elements
17973           (needed for gnome-sound-recorder).
17974
17975 2006-01-06  Edward Hervey  <edward@fluendo.com>
17976
17977         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17978         Add gst_element_no_more_pads() for proper decodebin behaviour.
17979         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
17980         (parse_text_identification_frame), (parse_split_strings):
17981         Failure to decode some tags is not a GST_ERROR() but a
17982         GST_WARNING()
17983         When iterating over a chunk of text, check that we haven't gone too
17984         far.
17985
17986 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
17987
17988         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
17989         (plugin_init):
17990           call oil_init() when using liboil
17991
17992 2006-01-04  Wim Taymans  <wim@fluendo.com>
17993
17994         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17995         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17996         Fix leaks.
17997
17998 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
17999
18000         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18001
18002         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18003         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18004         (gst_flac_dec_change_state):
18005           Don't g_assert() where we should just return FALSE; remove
18006           unnecessary g_assert(); initialize some fields properly in
18007           state change function (fixes #325504). Also, use
18008           GST_DEBUG_OBJECT in two more places.
18009
18010 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18011
18012         * configure.ac:
18013           also remove smoothwave's Makefile.am
18014         * docs/plugins/Makefile.am:
18015           fix plugin docs
18016
18017 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18018
18019         * tests/examples/Makefile.am:
18020           added missing Makefile.am
18021
18022 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18023
18024         * configure.ac:
18025         * gst/level/Makefile.am:
18026         * gst/level/level-example.c:
18027         * tests/Makefile.am:
18028         * tests/examples/level/Makefile.am:
18029         * tests/examples/level/level-example.c: (message_handler), (main):
18030           moved level-example to tests/examples/level-example
18031         * tests/old/examples/level/demo.c: (main):
18032         * tests/old/examples/level/plot.c: (main):
18033           some initial fixes
18034
18035 2005-12-29  Michael Smith  <msmith@fluendo.com>
18036
18037         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18038         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18039         * gst/udp/gstmultiudpsink.h:
18040           Track packets sent per client in addition to bytes sent; provide
18041           this info through get-stats signal
18042
18043 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18044
18045         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18046           Can't use gst_object_unref() on a GstAdapter (#325191).
18047
18048 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18049
18050         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18051         If a broken tag has 0 bytes payload, at least still skip
18052         the 10 byte header
18053
18054 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18055
18056         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18057         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18058         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18059         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18060           Making these depayloaders (H263+ and mpeg4 video) inherit from
18061           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18062
18063 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18064
18065         * docs/plugins/gst-plugins-good-plugins.args:
18066         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18067         Regenerate the plugin hiearchy.
18068
18069 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18070
18071         * docs/plugins/Makefile.am:
18072         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18073         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18074         * docs/plugins/gst-plugins-good-plugins.args:
18075         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18076         (gst_id3demux_base_init), (gst_id3demux_class_init),
18077         (gst_id3demux_chain):
18078         * gst/id3demux/gstid3demux.h:
18079           Add documentation for id3demux.
18080           Don't fail if the first buffer is not at offset 0, just
18081           attempt to typefind and do pass through
18082           Rename the gst_type function from gst_gst_id3demux..
18083
18084 2005-12-20  Michael Smith  <msmith@fluendo.com>
18085
18086         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18087         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18088         (gst_multiudpsink_get_stats):
18089         * gst/udp/gstmultiudpsink.h:
18090           Collect statistics; return them from get_stats.
18091
18092 2005-12-19  Edward Hervey  <edward@fluendo.com>
18093
18094         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18095         Stupid signedness issue...
18096
18097 2005-12-19  Edward Hervey  <edward@fluendo.com>
18098
18099         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18100         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18101         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18102         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18103         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18104         Construct index for indexless files.
18105         Make sure pad/buffers are correctly reset to NULL once we don't need
18106         them anymore, else we get lovely segfaults/assertions.
18107         * gst/wavparse/gstwavparse.c:
18108         Yes, you can have 96KHz audio and wma in wav :(
18109
18110 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18111
18112         * configure.ac:
18113           Check for optional dependency on zlib for id3demux
18114
18115         * gst/id3demux/Makefile.am:
18116         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18117         (gst_id3demux_base_init), (gst_id3demux_class_init),
18118         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18119         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18120         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18121         (gst_id3demux_set_property), (gst_id3demux_get_property),
18122         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18123         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18124         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18125         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18126         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18127         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18128         (simple_find_peek), (simple_find_suggest),
18129         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18130         (plugin_init):
18131         * gst/id3demux/gstid3demux.h:
18132         * gst/id3demux/id3tags.c: (read_synch_uint),
18133         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18134         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18135         (id3demux_id3v2_frames_to_tag_list):
18136         * gst/id3demux/id3tags.h:
18137         * gst/id3demux/id3v2.4.0-frames.txt:
18138         * gst/id3demux/id3v2.4.0-structure.txt:
18139         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18140         (parse_comment_frame), (parse_text_identification_frame),
18141         (id3v2_tag_to_taglist), (parse_split_strings):
18142           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18143           otherwise it discards them. Works on my test files. 
18144
18145         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18146           Don't send EOS to a non-existing srcpad
18147           The debug category can be static
18148
18149 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18150
18151         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18152         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18153         * gst/multipart/multipartdemux.c:
18154           change some char* into char[]
18155
18156 2005-12-16  Wim Taymans  <wim@fluendo.com>
18157
18158         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18159         (gst_wavparse_other), (gst_wavparse_perform_seek),
18160         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18161         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18162         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18163         * gst/wavparse/gstwavparse.h:
18164         Use GstSegment to implement more seeking features.
18165
18166 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18167
18168         * gst/rtsp/rtspconnection.c:
18169           Add <netinet/in.h> include and move <arpa/inet.h> include
18170           to make things work on OpenBSD as well (fixes #323717;
18171           patch by: Benjamin Pineau)
18172
18173 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18174
18175         * gst/rtp/gstrtpspeexdepay.c:
18176         * gst/rtp/gstrtpspeexpay.c:
18177         Set clock rate to be fixed in 8000. It fixes bug #324012.
18178
18179 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18180
18181         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18182         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18183         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18184         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18185         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18186         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18187         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18188         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18189         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18190         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18191         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18192         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18193         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18194         * gst-plugins-good/gst/rtp/README:
18195         Fixed payload range in payloder caps. Removed payload range completely
18196         from depayloaders as they don't require payload type in their caps.
18197         In effect, there isn't any specific payload type for any given codec,
18198         only suggestions.
18199         Fixes bug #324011.
18200
18201 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18202
18203         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18204         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18205         (gst_videomixer_collected): Code cleanup and re-enabling 
18206         queued time validity check for correct EOS handling.
18207
18208 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18209
18210         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18211         (gst_oss_mixer_element_get_property),
18212         (gst_oss_mixer_element_change_state):
18213         Add 'device-name' property and fix state change function.
18214
18215 2005-12-13  Edward Hervey  <edward@fluendo.com>
18216
18217         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18218         If the speed of the file is null in the header, set the frame_time to
18219         the default setting of GST_SECOND / 70. Which is the default
18220         frame_delay for .fli files as stated in this document :
18221         http://www.compuphase.com/flic.htm
18222         Would be nice to have the time conversion done properly too (duration =
18223         flxh->frames * flxdec->frame_time)
18224
18225 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18226
18227         * docs/plugins/Makefile.am:
18228         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18229         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18230         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18231         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18232         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18233         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18234         documentation for videomixer on my way with a funny sample
18235         pipeline.
18236
18237 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18238
18239         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18240         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18241         (gst_videomixer_update_queues), (gst_videomixer_collected):
18242         Fix caps negotiation. (#323896)
18243
18244 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18245
18246         * gst/matroska/matroska-demux.c:
18247         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18248           Set correct timestamps on audio laces, fixes playback of mp3 from
18249                 matroska.
18250
18251 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18252
18253         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18254         (gst_au_parse_class_init), (gst_au_parse_init),
18255         (gst_au_parse_dispose), (gst_au_parse_chain),
18256         (gst_au_parse_change_state), (plugin_init):
18257         * gst/auparse/gstauparse.h:
18258           Use gst_object_unref() for GstObjects instead of
18259           g_object_unref() and fix a mem leak in a debug
18260           statement; while we're at it, also borgify, use
18261           boilerplate macros and clean up a little bit.
18262
18263 2005-12-11  Edward Hervey  <edward@fluendo.com>
18264
18265         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18266         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18267         Added pull mode.
18268
18269 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18270
18271         * gst/goom/gstgoom.c:
18272         * gst/level/level-example.c: (main):
18273         * gst/smoothwave/demo-osssrc.c: (main):
18274           Use audiotestsrc instead of sinesrc (#323798).
18275
18276 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18277
18278         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18279           more debug-func-ptr usage
18280
18281 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18282
18283         * gst/flx/flx_color.c: (flx_colorspace_convert):
18284         * gst/flx/flx_color.h:
18285         * gst/flx/flx_fmt.h:
18286         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18287         * gst/flx/gstflxdec.h:
18288           Now flxdec works on big-endian machines as well.
18289
18290 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18291
18292         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18293         (gst_fenced_buffer_copy):
18294           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18295           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18296           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18297           and use GST_DEBUG_FUNCPTR for pad functions.
18298
18299 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18300
18301         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18302         (gst_flac_dec_class_init), (gst_flac_dec_init),
18303         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18304         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18305         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18306         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18307         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18308         (gst_flac_dec_change_state):
18309         * ext/flac/gstflacdec.h:
18310           Rewrite flacdec a bit, so that even seeking might work now. Most
18311           importantly, don't act upon any flow return values we get, just tell
18312           the decoder everything's dandy and act on the flow return values
18313           later on in the loop function. We don't want to mess up the internal
18314           decoder state for non-fatal things like flushing pads etc. Other
18315           than that, use GstSegment (segment seeks don't work yet though, but
18316           should be easy to add), use boilerplate macros, drop the superfluous
18317           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18318           lots of other things.
18319
18320 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18321
18322         * configure.ac:
18323           Update comment in OSS includes check.
18324
18325         * sys/oss/gstossdmabuffer.c:
18326         * sys/oss/gstosshelper.c:
18327         * sys/oss/gstossmixer.c:
18328         * sys/oss/gstossmixertrack.c:
18329         * sys/oss/gstosssink.c:
18330         * sys/oss/gstosssrc.c:
18331         * sys/oss/oss_probe.c:
18332           Don't assume the OSS soundcard.h include is always in
18333           the sys/ directory. Instead, use the existing defines
18334           from config.h to include the right file. Fixes
18335           compilation on OpenBSD 3.8 (#323718).
18336
18337 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18338
18339         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18340         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18341         * docs/plugins/inspect/plugin-1394.xml:
18342         * docs/plugins/inspect/plugin-aasink.xml:
18343         * docs/plugins/inspect/plugin-alaw.xml:
18344         * docs/plugins/inspect/plugin-alpha.xml:
18345         * docs/plugins/inspect/plugin-alphacolor.xml:
18346         * docs/plugins/inspect/plugin-auparse.xml:
18347         * docs/plugins/inspect/plugin-autodetect.xml:
18348         * docs/plugins/inspect/plugin-avi.xml:
18349         * docs/plugins/inspect/plugin-cacasink.xml:
18350         * docs/plugins/inspect/plugin-cairo.xml:
18351         * docs/plugins/inspect/plugin-cutter.xml:
18352         * docs/plugins/inspect/plugin-debug.xml:
18353         * docs/plugins/inspect/plugin-dv.xml:
18354         * docs/plugins/inspect/plugin-efence.xml:
18355         * docs/plugins/inspect/plugin-effectv.xml:
18356         * docs/plugins/inspect/plugin-esdsink.xml:
18357         * docs/plugins/inspect/plugin-flac.xml:
18358         * docs/plugins/inspect/plugin-flxdec.xml:
18359         * docs/plugins/inspect/plugin-gconfelements.xml:
18360         * docs/plugins/inspect/plugin-goom.xml:
18361         * docs/plugins/inspect/plugin-jpeg.xml:
18362         * docs/plugins/inspect/plugin-level.xml:
18363         * docs/plugins/inspect/plugin-matroska.xml:
18364         * docs/plugins/inspect/plugin-mulaw.xml:
18365         * docs/plugins/inspect/plugin-multipart.xml:
18366         * docs/plugins/inspect/plugin-navigationtest.xml:
18367         * docs/plugins/inspect/plugin-ossaudio.xml:
18368         * docs/plugins/inspect/plugin-png.xml:
18369         * docs/plugins/inspect/plugin-rtp.xml:
18370         * docs/plugins/inspect/plugin-rtsp.xml:
18371         * docs/plugins/inspect/plugin-shout2send.xml:
18372         * docs/plugins/inspect/plugin-smpte.xml:
18373         * docs/plugins/inspect/plugin-speex.xml:
18374         * docs/plugins/inspect/plugin-udp.xml:
18375         * docs/plugins/inspect/plugin-videobox.xml:
18376         * docs/plugins/inspect/plugin-videoflip.xml:
18377         * docs/plugins/inspect/plugin-videomixer.xml:
18378         * docs/plugins/inspect/plugin-wavenc.xml:
18379         * docs/plugins/inspect/plugin-wavparse.xml:
18380         * ext/flac/gstflac.c: (plugin_init):
18381         * ext/flac/gstflacdec.c: (flacdec_get_type),
18382         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18383         (gst_flac_dec_init), (gst_flac_dec_finalize),
18384         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18385         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18386         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18387         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18388         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18389         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18390         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18391         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18392         * ext/flac/gstflacdec.h:
18393         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18394         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18395         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18396         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18397         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18398         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18399         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18400         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18401         (gst_flac_enc_change_state):
18402         * ext/flac/gstflacenc.h:
18403           borgify and fix up documentation
18404
18405 2005-12-09  Michael Smith  <msmith@fluendo.com>
18406
18407         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18408           Accept a wider range of flac files, more closely matching flac spec.
18409
18410 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18411
18412         * docs/plugins/Makefile.am: Add multipart elements.
18413         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18414         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18415         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18416         * gst/multipart/multipartdemux.c:
18417         * gst/multipart/multipartmux.c: Add docs.
18418
18419 2005-12-07  Edward Hervey  <edward@fluendo.com>
18420
18421         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18422         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18423         (gst_avi_demux_invert):
18424         Memleak and crasher fixes.
18425         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18426         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18427         Memleak fixes
18428
18429 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18430
18431         * ext/aalib/gstaasink.h:
18432         * ext/cairo/gsttextoverlay.h:
18433         * ext/dv/gstdvdec.h:
18434         * ext/dv/gstdvdemux.c:
18435         * ext/dv/gstdvdemux.h:
18436         * ext/esd/esdsink.h:
18437         * ext/flac/flac_compat.h:
18438         * ext/flac/gstflacdec.h:
18439         * ext/flac/gstflacenc.h:
18440         * ext/gconf/gconf.h:
18441         * ext/gconf/gstgconfaudiosink.h:
18442         * ext/gconf/gstgconfvideosink.h:
18443         * ext/gdk_pixbuf/gstgdkanimation.h:
18444         * ext/jpeg/gstjpegdec.h:
18445         * ext/jpeg/smokecodec.h:
18446         * ext/jpeg/smokeformat.h:
18447         * ext/ladspa/gstsignalprocessor.h:
18448         * ext/ladspa/search.c: (LADSPAPluginSearch):
18449         * ext/ladspa/utils.h:
18450         * ext/libmng/gstmng.c:
18451         * ext/libmng/gstmngdec.h:
18452         * ext/libmng/gstmngenc.c:
18453         * ext/libmng/gstmngenc.h:
18454         * ext/libpng/gstpng.c:
18455         * ext/libpng/gstpngenc.c:
18456         * ext/libpng/gstpngenc.h:
18457         * ext/shout2/gstshout2.h:
18458         * ext/speex/gstspeexdec.h:
18459         * ext/speex/gstspeexenc.c:
18460         * ext/speex/gstspeexenc.h:
18461         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18462         * gst/autodetect/gstautoaudiosink.h:
18463         * gst/autodetect/gstautovideosink.h:
18464         * gst/avi/gstavidemux.h:
18465         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18466         (gst_cutter_set_property), (gst_cutter_get_caps):
18467         * gst/cutter/gstcutter.h:
18468         * gst/debug/tests.c: (md5_process_block):
18469         * gst/debug/tests.h:
18470         * gst/effectv/gstwarp.c:
18471         * gst/flx/flx_fmt.h:
18472         * gst/flx/gstflxdec.h:
18473         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18474         (zoomFilterFastRGB):
18475         * gst/goom/filters.h:
18476         * gst/goom/goom_tools.h:
18477         * gst/law/alaw-encode.c:
18478         * gst/level/gstlevel.c:
18479         * gst/level/gstlevel.h:
18480         * gst/matroska/ebml-write.h:
18481         * gst/matroska/matroska-demux.h:
18482         * gst/matroska/matroska-ids.h:
18483         * gst/matroska/matroska-mux.h:
18484         * gst/monoscope/convolve.c: (convolve_match):
18485         * gst/monoscope/convolve.h:
18486         * gst/multipart/multipartmux.c:
18487         * gst/oldcore/gstaggregator.c:
18488         * gst/oldcore/gstaggregator.h:
18489         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18490         * gst/oldcore/gstmd5sink.h:
18491         * gst/oldcore/gstmultifilesrc.c:
18492         * gst/oldcore/gstmultifilesrc.h:
18493         * gst/oldcore/gstpipefilter.h:
18494         * gst/oldcore/gstshaper.h:
18495         * gst/rtp/gstrtpL16depay.h:
18496         * gst/rtp/gstrtpL16pay.h:
18497         * gst/rtp/gstrtpdepay.h:
18498         * gst/rtp/gstrtpmp4vpay.c:
18499         * gst/rtp/gstrtpmp4vpay.h:
18500         * gst/rtsp/gstrtspsrc.c:
18501         * gst/rtsp/gstrtspsrc.h:
18502         * gst/rtsp/rtspconnection.h:
18503         * gst/rtsp/rtspdefs.h:
18504         * gst/rtsp/rtspmessage.h:
18505         * gst/rtsp/rtsptransport.h:
18506         * gst/rtsp/rtspurl.c:
18507         * gst/rtsp/rtspurl.h:
18508         * gst/rtsp/sdpmessage.c:
18509         * gst/rtsp/sdpmessage.h:
18510         * gst/smpte/barboxwipes.c:
18511         * gst/smpte/gstmask.h:
18512         * gst/smpte/gstsmpte.h:
18513         * gst/smpte/paint.c:
18514         * gst/smpte/paint.h:
18515         * gst/udp/gstdynudpsink.h:
18516         * gst/udp/gstmultiudpsink.h:
18517         * gst/udp/gstudpsink.c:
18518         * gst/udp/gstudpsink.h:
18519         * gst/udp/gstudpsrc.c:
18520         * gst/videomixer/videomixer.c:
18521         * gst/wavenc/riff.h:
18522         * gst/wavparse/gstwavparse.h:
18523         * sys/oss/gstossdmabuffer.h:
18524         * sys/oss/gstossmixer.h:
18525         * sys/oss/gstossmixerelement.h:
18526         * sys/oss/gstossmixertrack.h:
18527         * sys/oss/gstosssink.c:
18528         * sys/oss/gstosssink.h:
18529         * sys/oss/gstosssrc.c:
18530         * sys/oss/gstosssrc.h:
18531         * sys/osxaudio/gstosxaudioelement.h:
18532         * sys/osxaudio/gstosxaudiosink.h:
18533         * sys/osxaudio/gstosxaudiosrc.h:
18534           expand tabs
18535
18536 === release 0.10.0 ===
18537
18538 2005-12-05   <thomas (at) apestaart (dot) org>
18539
18540         * configure.ac:
18541           releasing 0.10.0, "Abondance"
18542
18543 2005-12-05  Andy Wingo  <wingo@pobox.com>
18544
18545         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18546         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18547         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18548         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18549         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18550         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18551         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18552         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18553         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18554         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18555         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18556         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18557         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18558         * gst/goom/gstgoom.c: (gst_goom_chain):
18559         * gst/matroska/matroska-demux.c:
18560         (gst_matroska_demux_push_vorbis_codec_priv_data),
18561         (gst_matroska_demux_add_wvpk_header):
18562         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18563         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18564         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18565         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18566         alloc_buffer changes.
18567
18568 2005-12-05  Michael Smith  <msmith@fluendo.com>
18569
18570         * docs/plugins/gst-plugins-good-plugins.args:
18571           Remove args for plugins that aren't in -good.
18572
18573 === release 0.9.7 ===
18574
18575 2005-12-01   <thomas (at) apestaart (dot) org>
18576
18577         * configure.ac:
18578           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18579
18580 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18581
18582         * docs/plugins/.cvsignore:
18583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18584         * docs/plugins/inspect/plugin-multipart.xml:
18585         * docs/plugins/inspect/plugin-rtp.xml:
18586           add multipart plugin to docs
18587
18588 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18589
18590         * configure.ac:
18591         * ext/Makefile.am:
18592         * ext/pango/Makefile.am:
18593         * ext/pango/gstclockoverlay.c:
18594         * ext/pango/gstclockoverlay.h:
18595         * ext/pango/gsttextoverlay.c:
18596         * ext/pango/gsttextoverlay.h:
18597         * ext/pango/gsttextrender.c:
18598         * ext/pango/gsttextrender.h:
18599         * ext/pango/gsttimeoverlay.c:
18600         * ext/pango/gsttimeoverlay.h:
18601           move pango to base
18602
18603 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18604
18605         * gst/rtp/Makefile.am:
18606         * gst/rtp/gstrtpL16depay.c:
18607         * gst/rtp/gstrtpL16depay.h:
18608         * gst/rtp/gstrtpL16parse.c:
18609         * gst/rtp/gstrtpL16parse.h:
18610         * gst/rtp/gstrtpgsmdepay.c:
18611         * gst/rtp/gstrtpgsmdepay.h:
18612         * gst/rtp/gstrtpgsmparse.c:
18613         * gst/rtp/gstrtpgsmparse.h:
18614           parsers are depayers
18615
18616 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18617
18618         * gst/rtp/Makefile.am:
18619         * gst/rtp/gstasteriskh263.c:
18620         * gst/rtp/gstrtp.c:
18621         * gst/rtp/gstrtpL16enc.c:
18622         * gst/rtp/gstrtpL16enc.h:
18623         * gst/rtp/gstrtpL16parse.c:
18624         * gst/rtp/gstrtpL16parse.h:
18625         * gst/rtp/gstrtpL16pay.c:
18626         * gst/rtp/gstrtpL16pay.h:
18627         * gst/rtp/gstrtpamrdec.c:
18628         * gst/rtp/gstrtpamrdec.h:
18629         * gst/rtp/gstrtpamrdepay.c:
18630         * gst/rtp/gstrtpamrdepay.h:
18631         * gst/rtp/gstrtpamrenc.c:
18632         * gst/rtp/gstrtpamrenc.h:
18633         * gst/rtp/gstrtpamrpay.c:
18634         * gst/rtp/gstrtpamrpay.h:
18635         * gst/rtp/gstrtpdec.c:
18636         * gst/rtp/gstrtpdec.h:
18637         * gst/rtp/gstrtpdepay.c:
18638         * gst/rtp/gstrtpdepay.h:
18639         * gst/rtp/gstrtpg711dec.c:
18640         * gst/rtp/gstrtpg711dec.h:
18641         * gst/rtp/gstrtpg711depay.c:
18642         * gst/rtp/gstrtpg711depay.h:
18643         * gst/rtp/gstrtpg711enc.c:
18644         * gst/rtp/gstrtpg711enc.h:
18645         * gst/rtp/gstrtpg711pay.c:
18646         * gst/rtp/gstrtpg711pay.h:
18647         * gst/rtp/gstrtpgsmenc.c:
18648         * gst/rtp/gstrtpgsmenc.h:
18649         * gst/rtp/gstrtpgsmparse.c:
18650         * gst/rtp/gstrtpgsmparse.h:
18651         * gst/rtp/gstrtpgsmpay.c:
18652         * gst/rtp/gstrtpgsmpay.h:
18653         * gst/rtp/gstrtph263enc.c:
18654         * gst/rtp/gstrtph263enc.h:
18655         * gst/rtp/gstrtph263pay.c:
18656         * gst/rtp/gstrtph263pay.h:
18657         * gst/rtp/gstrtph263pdec.c:
18658         * gst/rtp/gstrtph263pdec.h:
18659         * gst/rtp/gstrtph263pdepay.c:
18660         * gst/rtp/gstrtph263pdepay.h:
18661         * gst/rtp/gstrtph263penc.c:
18662         * gst/rtp/gstrtph263penc.h:
18663         * gst/rtp/gstrtph263ppay.c:
18664         * gst/rtp/gstrtph263ppay.h:
18665         * gst/rtp/gstrtpmp4vdec.c:
18666         * gst/rtp/gstrtpmp4vdec.h:
18667         * gst/rtp/gstrtpmp4vdepay.c:
18668         * gst/rtp/gstrtpmp4vdepay.h:
18669         * gst/rtp/gstrtpmp4venc.c:
18670         * gst/rtp/gstrtpmp4venc.h:
18671         * gst/rtp/gstrtpmp4vpay.c:
18672         * gst/rtp/gstrtpmp4vpay.h:
18673         * gst/rtp/gstrtpmpadec.c:
18674         * gst/rtp/gstrtpmpadec.h:
18675         * gst/rtp/gstrtpmpadepay.c:
18676         * gst/rtp/gstrtpmpadepay.h:
18677         * gst/rtp/gstrtpmpaenc.c:
18678         * gst/rtp/gstrtpmpaenc.h:
18679         * gst/rtp/gstrtpmpapay.c:
18680         * gst/rtp/gstrtpmpapay.h:
18681         * gst/rtp/gstrtpspeexdec.c:
18682         * gst/rtp/gstrtpspeexdec.h:
18683         * gst/rtp/gstrtpspeexdepay.c:
18684         * gst/rtp/gstrtpspeexdepay.h:
18685         * gst/rtp/gstrtpspeexenc.c:
18686         * gst/rtp/gstrtpspeexenc.h:
18687         * gst/rtp/gstrtpspeexpay.c:
18688         * gst/rtp/gstrtpspeexpay.h:
18689           Do burger's rename for rtp payloaders and depayloaders
18690
18691 2005-11-30  Wim Taymans  <wim@fluendo.com>
18692
18693         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18694         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18695         * ext/dv/gstdvdemux.h:
18696         Fix seeking in dvdemux again, add some more debug info.
18697
18698 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18699
18700         * configure.ac:
18701           fix tests
18702
18703 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18704
18705         * PORTED_09:
18706         * docs/random/PORTED_09:
18707           move
18708         * tests/Makefile.am:
18709           add
18710         * win32/gst.sln:
18711           remove
18712
18713 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18714
18715         * Makefile.am:
18716         * check/.cvsignore:
18717         * check/Makefile.am:
18718         * check/elements/.cvsignore:
18719         * check/elements/level.c:
18720         * check/elements/matroskamux.c:
18721         * configure.ac:
18722         * examples/Makefile.am:
18723         * examples/capsfilter/Makefile.am:
18724         * examples/capsfilter/capsfilter1.c:
18725         * examples/gob/Makefile.am:
18726         * examples/gob/gst-identity2.gob:
18727         * examples/gstplay/.cvsignore:
18728         * examples/gstplay/Makefile.am:
18729         * examples/gstplay/player.c:
18730         * examples/indexing/.cvsignore:
18731         * examples/indexing/Makefile.am:
18732         * examples/indexing/indexmpeg.c:
18733         * examples/level/Makefile.am:
18734         * examples/level/README:
18735         * examples/level/demo.c:
18736         * examples/level/plot.c:
18737         * examples/stats/Makefile.am:
18738         * examples/stats/mp2ogg.c:
18739         * examples/switch/.cvsignore:
18740         * examples/switch/Makefile.am:
18741         * examples/switch/switcher.c:
18742           move under tests/
18743
18744 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18745
18746         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
18747         (gst_text_render_class_init), (resize_bitmap),
18748         (gst_text_render_render_text), (gst_text_render_setcaps),
18749         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
18750         (gst_text_render_chain), (gst_text_render_finalize),
18751         (gst_text_render_init), (gst_text_render_set_property):
18752         * ext/pango/gsttextrender.h:
18753           Add missing files.
18754
18755 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
18756
18757         * configure.ac:
18758         * ext/Makefile.am:
18759         * ext/pango/Makefile.am:
18760         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
18761         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
18762         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
18763         * ext/pango/gstclockoverlay.h:
18764         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18765         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
18766         (gst_text_overlay_finalize), (gst_text_overlay_init),
18767         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
18768         (gst_text_overlay_text_pad_linked),
18769         (gst_text_overlay_text_pad_unlinked),
18770         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
18771         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
18772         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
18773         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18774         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18775         (gst_text_overlay_change_state), (plugin_init):
18776         * ext/pango/gsttextoverlay.h:
18777         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
18778         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
18779         (gst_time_overlay_class_init), (gst_time_overlay_init):
18780         * ext/pango/gsttimeoverlay.h:
18781           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
18782           and add background shading and text wrapping modes. Make 
18783           timoverlay derive from textoverlay. Also add new clockoverlay
18784           element.
18785
18786 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18787
18788         * gst/udp/Makefile.am: Moved to netbuffer.
18789
18790 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18791
18792         * configure.ac:
18793         * PORTED_O9:
18794         * gst/multipart/Makefile.am:
18795         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18796         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18797         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18798         (gst_multipart_demux_change_state),
18799         (gst_multipart_demux_plugin_init):
18800         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18801         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
18802         (gst_multipart_mux_sinkconnect),
18803         (gst_multipart_mux_request_new_pad),
18804         (gst_multipart_mux_handle_src_event),
18805         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
18806         (gst_multipart_mux_change_state): Ported multipart mux/demux to
18807         0.9.
18808
18809 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18810
18811         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
18812         * gst/debug/gstnavigationtest.h:
18813         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
18814         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
18815         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
18816         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
18817         * gst/effectv/gstrev.c: (gst_revtv_get_type):
18818         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
18819         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
18820         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
18821         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
18822         (gst_video_flip_get_type):
18823         * gst/videofilter/gstvideoflip.h:
18824           update for symbols change
18825
18826 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18827
18828         * gst/udp/gstdynudpsink.c:
18829         * gst/udp/gstudpsrc.c:
18830           the old gstnet lib was renamed gstnetbuffer (#322257)
18831
18832 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
18833
18834         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
18835         (gst_text_overlay_collected):
18836           Actually render the text from the text pad.
18837
18838 2005-11-29  Edward Hervey  <edward@fluendo.com>
18839
18840         * gst/debug/gstnavseek.c: (gst_navseek_event):
18841         * gst/debug/progressreport.c: (gst_progress_report_event):
18842         Update for GstBaseTransform event virtual method
18843
18844 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18845
18846         * ext/cairo/Makefile.am:
18847           no need to link to videofilter
18848
18849 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18850
18851         * gst/debug/Makefile.am:
18852         * gst/debug/gstnavigationtest.h:
18853         * gst/effectv/Makefile.am:
18854         * gst/effectv/gstaging.c:
18855         * gst/effectv/gstdice.c:
18856         * gst/effectv/gstedge.c:
18857         * gst/effectv/gstquark.c:
18858         * gst/effectv/gstrev.c:
18859         * gst/effectv/gstshagadelic.c:
18860         * gst/effectv/gstvertigo.c:
18861         * gst/effectv/gstwarp.c:
18862         * gst/videofilter/Makefile.am:
18863         * gst/videofilter/gstvideofilter.c:
18864         * gst/videofilter/gstvideofilter.h:
18865         * gst/videofilter/gstvideoflip.h:
18866           remove the videofilter library and link to the one in base
18867
18868 2005-11-28  Edward Hervey  <edward@fluendo.com>
18869
18870         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18871         Useless check now we're setting the current entry correctly.
18872
18873 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18874
18875         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
18876         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
18877         (gst_jpegenc_change_state):
18878           Don't leak input buffer in chain function (fixes #322667); make 
18879           state change function thread-safe; don't repeat the current function
18880           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
18881           gst_pad_alloc_buffer(); misc. minor cleanups.
18882
18883 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18884
18885         * gst/matroska/matroska-mux.c:
18886         (gst_matroska_mux_video_pad_setcaps):
18887         Look for pixel-aspect-ratio in caps, not pixel_width and
18888         pixel_height (Fixes: #322645)
18889
18890 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
18891
18892         * gst/matroska/matroska-mux.c:
18893         (gst_matroska_mux_video_pad_setcaps):
18894         From Michal Benes:
18895         frame duration should be GST_SECOND / framerate, not
18896         GST_SECOND * framerate. (Fixes: #322643)
18897
18898 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18899
18900         * configure.ac:
18901           fix up GST_PLUGIN_LDFLAGS
18902         * gst/rtsp/rtspconnection.c:
18903           fix includes (see #317043)
18904         * gst/videofilter/Makefile.am:
18905           stop installing this library
18906
18907 2005-11-26  Edward Hervey  <edward@fluendo.com>
18908
18909         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
18910         Handle the case where the incoming Video dv stream doesn't have
18911         a pixel aspect ratio set.
18912
18913 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18914
18915         * docs/plugins/Makefile.am:
18916         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18917         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18918         * ext/flac/gstflacdec.c:
18919           document flacdec
18920
18921 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18922
18923         * docs/plugins/Makefile.am:
18924         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18925         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18926         * docs/plugins/inspect/plugin-autodetect.xml:
18927         * ext/cairo/gstcairo.c: (plugin_init):
18928         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
18929         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
18930         (gst_text_overlay_init), (gst_text_overlay_font_init),
18931         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
18932         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
18933         (gst_text_overlay_text_pad_linked),
18934         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
18935         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18936         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18937         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18938         (gst_text_overlay_change_state):
18939         * ext/cairo/gsttextoverlay.h:
18940         * ext/cairo/gsttimeoverlay.c:
18941         (gst_cairo_time_overlay_update_font_height),
18942         (gst_cairo_time_overlay_set_caps),
18943         (gst_cairo_time_overlay_get_unit_size),
18944         (gst_cairo_time_overlay_print_smpte_time),
18945         (gst_cairo_time_overlay_transform),
18946         (gst_cairo_time_overlay_base_init),
18947         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
18948         (gst_cairo_time_overlay_get_type):
18949         * ext/cairo/gsttimeoverlay.h:
18950           do some name borgifying
18951           document
18952
18953 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18954
18955         * docs/plugins/Makefile.am:
18956         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18957         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18958         * gst/autodetect/gstautoaudiosink.c:
18959         (gst_auto_audio_sink_base_init):
18960         * gst/autodetect/gstautovideosink.c:
18961         (gst_auto_video_sink_base_init),
18962         (gst_auto_video_sink_factory_filter):
18963           documenting auto*sink
18964           using strstr for the video sink lookup, class field is not ordered
18965         * docs/plugins/inspect/plugin-1394.xml:
18966         * docs/plugins/inspect/plugin-aasink.xml:
18967         * docs/plugins/inspect/plugin-alaw.xml:
18968         * docs/plugins/inspect/plugin-alpha.xml:
18969         * docs/plugins/inspect/plugin-alphacolor.xml:
18970         * docs/plugins/inspect/plugin-auparse.xml:
18971         * docs/plugins/inspect/plugin-autodetect.xml:
18972         * docs/plugins/inspect/plugin-avi.xml:
18973         * docs/plugins/inspect/plugin-cacasink.xml:
18974         * docs/plugins/inspect/plugin-cairo.xml:
18975         * docs/plugins/inspect/plugin-cutter.xml:
18976         * docs/plugins/inspect/plugin-debug.xml:
18977         * docs/plugins/inspect/plugin-dv.xml:
18978         * docs/plugins/inspect/plugin-efence.xml:
18979         * docs/plugins/inspect/plugin-effectv.xml:
18980         * docs/plugins/inspect/plugin-esdsink.xml:
18981         * docs/plugins/inspect/plugin-flac.xml:
18982         * docs/plugins/inspect/plugin-flxdec.xml:
18983         * docs/plugins/inspect/plugin-gconfelements.xml:
18984         * docs/plugins/inspect/plugin-goom.xml:
18985         * docs/plugins/inspect/plugin-jpeg.xml:
18986         * docs/plugins/inspect/plugin-level.xml:
18987         * docs/plugins/inspect/plugin-matroska.xml:
18988         * docs/plugins/inspect/plugin-mulaw.xml:
18989         * docs/plugins/inspect/plugin-navigationtest.xml:
18990         * docs/plugins/inspect/plugin-ossaudio.xml:
18991         * docs/plugins/inspect/plugin-png.xml:
18992         * docs/plugins/inspect/plugin-rtp.xml:
18993         * docs/plugins/inspect/plugin-rtsp.xml:
18994         * docs/plugins/inspect/plugin-shout2send.xml:
18995         * docs/plugins/inspect/plugin-smpte.xml:
18996         * docs/plugins/inspect/plugin-speex.xml:
18997         * docs/plugins/inspect/plugin-udp.xml:
18998         * docs/plugins/inspect/plugin-videobox.xml:
18999         * docs/plugins/inspect/plugin-videoflip.xml:
19000         * docs/plugins/inspect/plugin-videomixer.xml:
19001         * docs/plugins/inspect/plugin-wavenc.xml:
19002         * docs/plugins/inspect/plugin-wavparse.xml:
19003           update for HEAD version
19004
19005 2005-11-25  Michael Smith  <msmith@fluendo.com>
19006
19007         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19008           Patch from Sebastien Cote to close control sockets in udpsrc.
19009
19010 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19011
19012         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19013         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19014         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19015         (gst_quarktv_base_init), (gst_quarktv_class_init),
19016         (gst_quarktv_init): Flush the planes list on reverse caps
19017         negotiation. This was crashing because of differently sized
19018         buffers.
19019
19020 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19021
19022         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19023         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19024         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19025         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19026         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19027         (gst_videoflip_set_property), (gst_videoflip_base_init),
19028         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19029         correctly, fix identity flipping, convert navigation event 
19030         correctly again.
19031
19032 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19033
19034         * configure.ac: back to HEAD
19035
19036 === release 0.9.6 ===
19037
19038 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19039
19040         * configure.ac:
19041           releasing 0.9.6, "Everything's Not Lost"
19042
19043 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19044
19045         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19046         Oops, initialise the framerate GValue
19047
19048 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19049
19050         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19051         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19052         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19053         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19054         (gst_timeoverlay_get_type):
19055         * ext/cairo/gsttimeoverlay.h:
19056         * gst/debug/Makefile.am:
19057         * gst/debug/gstnavigationtest.c:
19058         (gst_navigationtest_handle_src_event),
19059         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19060         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19061         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19062         (gst_navigationtest_init), (gst_navigationtest_get_type),
19063         (plugin_init):
19064         * gst/debug/gstnavigationtest.h:
19065         * gst/effectv/Makefile.am:
19066         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19067         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19068         (gst_agingtv_base_init), (gst_agingtv_class_init),
19069         (gst_agingtv_init), (gst_agingtv_get_type):
19070         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19071         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19072         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19073         (gst_dicetv_get_type):
19074         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19075         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19076         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19077         (gst_edgetv_get_type):
19078         * gst/effectv/gsteffectv.c:
19079         * gst/effectv/gsteffectv.h:
19080         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19081         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19082         (gst_quarktv_change_state), (gst_quarktv_base_init),
19083         (gst_quarktv_class_init), (gst_quarktv_init),
19084         (gst_quarktv_get_type):
19085         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19086         (gst_revtv_get_unit_size), (gst_revtv_transform),
19087         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19088         (gst_revtv_get_type):
19089         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19090         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19091         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19092         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19093         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19094         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19095         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19096         (gst_vertigotv_init), (gst_vertigotv_get_type):
19097         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19098         (gst_warptv_get_unit_size), (gst_warptv_transform),
19099         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19100         (gst_warptv_get_type):
19101         * gst/videofilter/Makefile.am:
19102         * gst/videofilter/gstvideobalance.c:
19103         * gst/videofilter/gstvideobalance.h:
19104         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19105         (gst_videofilter_class_init), (gst_videofilter_init):
19106         * gst/videofilter/gstvideofilter.h:
19107         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19108         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19109         (gst_videoflip_flip), (gst_videoflip_transform),
19110         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19111         (gst_videoflip_base_init), (gst_videoflip_class_init),
19112         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19113         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19114         BaseTransform, it's just a place holder for now and every video
19115         effect plugin has been ported to use BaseTransform features 
19116         directly. QuarkTV was fixed too (was broken), navigationtest works
19117         and best for the end, videoflip converts navigation events depending
19118         on flip method ! Fixes #320953
19119
19120 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19121
19122         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19123         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19124         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19125         (gst_goom_src_negotiate), (gst_goom_chain):
19126         * gst/matroska/matroska-mux.c:
19127         (gst_matroska_mux_video_pad_setcaps):
19128         * sys/osxvideo/osxvideosink.m:
19129           Fixes for API changes
19130
19131 2005-11-23  Michael Smith <msmith@fluendo.com>
19132
19133         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19134         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19135         * ext/jpeg/gstjpegdec.h:
19136         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19137         * ext/jpeg/gstjpegenc.h:
19138         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19139         (gst_smokeenc_resync):
19140         * ext/jpeg/gstsmokeenc.h:
19141           JPEG fractiony goodness.
19142
19143 2005-11-22  Michael Smith <msmith@fluendo.com>
19144
19145         * gst/goom/filters.c:
19146         * gst/goom/graphic.h:
19147           Fix compilation by making some functions static inline instead of
19148           extern inline, matching the way they're used.
19149
19150 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19151
19152         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19153         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19154         * ext/cairo/gsttextoverlay.h:
19155         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19156         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19157         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19158         (gst_pngdec_caps_create_and_set):
19159         * ext/libpng/gstpngdec.h:
19160         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19161         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19162         * gst/avi/gstavimux.c: (gst_avimux_init),
19163         (gst_avimux_vidsinkconnect):
19164         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19165         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19166         (gst_goom_src_negotiate), (gst_goom_chain):
19167         * gst/goom/gstgoom.h:
19168         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19169         * gst/matroska/matroska-mux.c:
19170         (gst_matroska_mux_video_pad_setcaps):
19171         * sys/osxvideo/osxvideosink.h:
19172         * sys/osxvideo/osxvideosink.m:
19173           More fractional framerate conversions 
19174
19175 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19176
19177         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19178         * gst/debug/gstnavigationtest.c:
19179         (gst_navigationtest_handle_src_event):
19180         * gst/videofilter/gstvideofilter.c:
19181         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19182         (gst_videofilter_init):
19183         * gst/videofilter/gstvideofilter.h:
19184           Convert to fractional framerates.
19185
19186 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19187
19188         * ext/aalib/gstaasink.c:
19189         * ext/dv/gstdvdec.c:
19190         * ext/esd/esdmon.c:
19191         * ext/flac/gstflacenc.c:
19192         * ext/gdk_pixbuf/pixbufscale.c:
19193         * ext/libcaca/gstcacasink.c:
19194         * ext/shout2/gstshout2.c:
19195         * gst/alpha/gstalpha.c:
19196         * gst/oldcore/gstaggregator.c:
19197         * gst/oldcore/gstshaper.c:
19198         * gst/smpte/barboxwipes.c:
19199         * gst/smpte/gstsmpte.c:
19200         * gst/videobox/gstvideobox.c:
19201         * gst/videofilter/gstvideoflip.c:
19202         * gst/videomixer/videomixer.c:
19203           fix up more enums
19204
19205 2005-11-22  Michael Smith <msmith@fluendo.com>
19206
19207         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19208         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19209         (gst_videomixer_update_queues):
19210           Fractional framerates, videomixer.
19211
19212 2005-11-22  Michael Smith <msmith@fluendo.com>
19213
19214         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19215         * ext/dv/gstdvdec.h:
19216         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19217         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19218         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19219         (gst_dvdemux_flush):
19220         * ext/dv/gstdvdemux.h:
19221           Fractional framerates for DV. 
19222
19223 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19224
19225         * gst/autodetect/gstautoaudiosink.c:
19226         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19227         * gst/autodetect/gstautovideosink.c:
19228         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19229           Use gst_plugin_feature_list_free() to free feature list and
19230           in the case of autovideosink free the list at all. Also
19231           miscellaneous cosmetic fixes.
19232
19233 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19234
19235         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19236         (gst_cutter_set_property), (gst_cutter_get_caps):
19237           copy calculation code from level; remove use of some audio
19238           functions
19239
19240 2005-11-22  Andy Wingo  <wingo@pobox.com>
19241
19242         * Update for gst_tag_setter API changes.
19243
19244 2005-11-22  Andy Wingo  <wingo@pobox.com>
19245
19246         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19247         (gst_dvdemux_demux_frame)
19248         * ext/flac/gstflacdec.c (gst_flacdec_write)
19249         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19250         (gst_flacenc_sink_event)
19251         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19252         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19253         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19254         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19255         * gst/auparse/gstauparse.c (gst_auparse_chain)
19256         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19257         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19258         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19259         (gst_avi_demux_handle_seek)
19260         * gst/goom/gstgoom.c (gst_goom_event)
19261         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19262         * gst/matroska/matroska-demux.c
19263         (gst_matroska_demux_handle_seek_event)
19264         (gst_matroska_demux_loop_stream_parse_id)
19265         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19266         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19267         (gst_wavparse_stream_headers): Run update-funcnames.
19268
19269 2005-11-22  Edward Hervey  <edward@fluendo.com>
19270
19271         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19272         (gst_dv1394src_init), (gst_dv1394src_dispose),
19273         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19274         (gst_dv1394src_uri_set_uri):
19275         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19276         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19277         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19278         URIHandler interface and element properties are now properly
19279         synchronized for DV1394src and UDPSrc
19280
19281 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19282
19283         * ext/flac/Makefile.am:
19284         * ext/speex/Makefile.am:
19285           libgsttagedit has been renamed to libgsttag.
19286
19287 2005-11-21  Wim Taymans  <wim@fluendo.com>
19288
19289         * gst/rtsp/rtspconnection.c: (read_body):
19290         Apply patch from Sebastien Cote to fix #319184.
19291
19292 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19293
19294         * configure.ac:
19295         * gst/cutter/Makefile.am:
19296         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19297         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19298         (gst_cutter_set_property), (gst_cutter_get_property),
19299         (plugin_init), (gst_cutter_get_caps):
19300           port cutter
19301         * gst/level/gstlevel.c:
19302           fix up plugin details
19303
19304 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19305
19306         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19307         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19308         (gst_flacdec_src_event):
19309         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19310         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19311         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19312         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19313         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19314         (gst_flxdec_sink_event_handler):
19315         * gst/matroska/matroska-demux.c:
19316         (gst_matroska_demux_handle_seek_event):
19317         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19318           Update for stream lock API changes: don't take stream log
19319           in sink event handlers any longer and change GST_STREAM_LOCK
19320           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19321           functions.
19322
19323 2005-11-21  Michael Smith <msmith@fluendo.com>
19324
19325         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19326           gst_object_unref, not g_object_unref
19327
19328 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19329
19330         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19331         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19332           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19333
19334 2005-11-21  Michael Smith <msmith@fluendo.com>
19335
19336         * gst/auparse/Makefile.am:
19337         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19338         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19339         (gst_auparse_change_state):
19340         * gst/auparse/gstauparse.h:
19341           Partially fix #161712. playbin still doesn't work on these files,
19342           (on the bug report, Andy says we aren't typefinding it for some
19343           reason?) but at least auparse isn't totally busted like it was before.
19344
19345 2005-11-21  Andy Wingo  <wingo@pobox.com>
19346
19347         * *.h:
19348         * *.c: Ran scripts/update-macros. Oh yes.
19349
19350 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19351
19352         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19353           Filler events are gone for now, comment out section generating
19354           them.
19355
19356 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19357
19358         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19359         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19360         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19361         * sys/osxvideo/osxvideosink.m:
19362           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19363           (#322027)
19364
19365 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19366
19367         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19368         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19369         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19370         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19371         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19372         (gst_avi_demux_stream_data):
19373         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19374         * gst/wavenc/gstwavenc.c: (write_metadata):
19375         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19376         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19377         Fixes for GST_FOURCC_FORMAT API change.
19378
19379 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19380
19381         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19382         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19383         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19384         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19385         (gst_text_overlay_change_state):
19386         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19387         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19388         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19389         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19390         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19391         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19392         (gst_videomixer_change_state):
19393           Fix for collect pads API change. Also fix textoverlay state
19394           change function.
19395
19396 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19397
19398         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19399         GST_PAD_IS_USABLE by something approaching it.
19400
19401 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19402
19403         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19404         API changes.
19405         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19406         but also fix the code that was not checking return values from
19407         pad_push neither using pad_alloc_buffer.
19408
19409 2005-11-18  Edward Hervey  <edward@fluendo.com>
19410
19411         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19412         (gst_pngenc_chain):
19413         Added debug category
19414         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19415         goes to EOS.
19416
19417 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19418
19419         * gst/rtp/Makefile.am
19420         * gst/rtp/gstrtp.c
19421         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19422         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19423         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19424         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19425         * gst/rtp/gstrtpg711enc.h:
19426         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19427         * gst/rtp/gstrtpspeexenc.c:
19428         * gst/rtp/gstrtpspeexenc.h:
19429         * gst/rtp/gstrtpspeexdec.c:
19430         * gst/rtp/gstrtpspeexdec.h:
19431         Created Speex payloader and depayloader; Optimize G711 payloader to
19432         use adapter and send packets until MTU size.
19433
19434 2005-11-16  Wim Taymans  <wim@fluendo.com>
19435
19436         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19437         Fix leak in check.
19438
19439 2005-11-16  Wim Taymans  <wim@fluendo.com>
19440
19441         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19442         Fix state change.
19443
19444 2005-11-16  Andy Wingo  <wingo@pobox.com>
19445
19446         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19447         (gst_udpsrc_create): Move comment.
19448
19449 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19450
19451         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19452
19453         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19454           When seeking, seek to closest index entry at or before the requested
19455           seek position, not just the closest one (#321001).
19456
19457 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19458
19459         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19460         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19461           Invert DIB images again (see #132341).
19462
19463 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19464
19465         * configure.ac:
19466           rework configure.ac file
19467         * ext/aalib/gstaasink.c:
19468         * ext/cairo/gstcairo.c:
19469         * ext/dv/gstdv.c:
19470         * ext/esd/gstesd.c:
19471         * ext/flac/gstflac.c:
19472         * ext/gconf/gstgconfelements.c:
19473         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19474         * ext/jpeg/gstjpeg.c:
19475         * ext/ladspa/gstladspa.c:
19476         * ext/libcaca/gstcacasink.c:
19477         * ext/libmng/gstmng.c:
19478         * ext/libpng/gstpng.c:
19479         * ext/mikmod/gstmikmod.c:
19480         * ext/pango/gsttextoverlay.c:
19481         * ext/pango/gsttimeoverlay.c:
19482         * ext/raw1394/gst1394.c:
19483         * ext/speex/gstspeex.c:
19484         * gst/alpha/Makefile.am:
19485         * gst/alpha/gstalpha.c:
19486         * gst/alpha/gstalphacolor.c:
19487         * gst/auparse/gstauparse.c:
19488         * gst/autodetect/gstautoaudiosink.c:
19489         (gst_auto_audio_sink_factory_filter),
19490         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19491         * gst/autodetect/gstautodetect.c:
19492         * gst/avi/gstavi.c:
19493         * gst/cutter/gstcutter.c:
19494         * gst/debug/efence.c:
19495         * gst/debug/gstdebug.c:
19496         * gst/debug/gstnavigationtest.c:
19497         * gst/effectv/gsteffectv.c:
19498         * gst/flx/gstflxdec.c:
19499         * gst/goom/gstgoom.c:
19500         * gst/interleave/plugin.c:
19501         * gst/law/alaw.c:
19502         * gst/law/mulaw.c:
19503         * gst/level/gstlevel.c:
19504         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19505         * gst/matroska/matroska.c:
19506         * gst/median/gstmedian.c:
19507         * gst/monoscope/gstmonoscope.c:
19508         * gst/multipart/multipart.c:
19509         * gst/oldcore/gstelements.c:
19510         * gst/rtp/gstrtp.c:
19511         * gst/rtsp/gstrtsp.c:
19512         * gst/smoothwave/gstsmoothwave.c:
19513         * gst/smpte/gstsmpte.c:
19514         * gst/udp/gstudp.c:
19515         * gst/videobox/gstvideobox.c:
19516         * gst/videofilter/gstgamma.c:
19517         * gst/videofilter/gstvideobalance.c:
19518         * gst/videofilter/gstvideoflip.c:
19519         * gst/videofilter/gstvideotemplate.c:
19520         * gst/videomixer/videomixer.c:
19521         * gst/wavenc/gstwavenc.c:
19522         * gst/wavparse/gstwavparse.c:
19523         * sys/oss/gstossaudio.c:
19524         * sys/osxaudio/gstosxaudio.c:
19525           update GST_PLUGIN_DEFINE
19526         * gst/rtp/Makefile.am:
19527         * gst/rtp/gstasteriskh263.c:
19528           check for htons/htonl headers and possibly link to winsock2 lib
19529
19530 2005-11-12  Edward Hervey  <edward@fluendo.com>
19531
19532         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19533         Only GST_DEBUG() information on the valid components.
19534
19535 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19536
19537         * configure.ac: back to HEAD
19538
19539 === release 0.9.5 ===
19540
19541 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19542
19543         * configure.ac:
19544           releasing 0.9.5, "Phone Alarm"
19545
19546 2005-11-11  Edward Hervey  <edward@fluendo.com>
19547
19548         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19549         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19550         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19551         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19552         (gst_avi_demux_loop):
19553         * gst/avi/gstavidemux.h:
19554         Yeah, implement proper seeking. Exact seeking and segment seeking.
19555         Still need to do some checks for segment_stop.
19556
19557 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19558
19559         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19560
19561         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19562           Don't try to ready buffer duration from buffer that we don't
19563           own any  longer and that might already have been unreffed.
19564           (#321136)
19565
19566 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19567
19568         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19569         (flx_decode_delta_flc), (gst_flxdec_chain):
19570         Attempting to optimize the code for embedded systems.
19571
19572 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19573
19574         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19575
19576         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19577           Don't re-use already closed file descriptor. (#320920)
19578
19579 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19580
19581         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19582         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19583         (gst_oss_sink_prepare):
19584         * sys/oss/gstosssink.h:
19585           Cache probed caps; fix debug output for SET_PARAM macros.
19586
19587 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19588
19589         * ext/cairo/Makefile.am:
19590         * ext/cairo/gstcairo.c: (plugin_init):
19591         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19592         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19593         (gst_text_overlay_init), (gst_text_overlay_font_init),
19594         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19595         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19596         (gst_text_overlay_text_pad_linked),
19597         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19598         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19599         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19600         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19601         (gst_text_overlay_change_state):
19602         * ext/cairo/gsttextoverlay.h:
19603           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19604           property and redo positioning. Doesn't handle upstream renegotiation
19605           yet though.
19606
19607 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19608
19609         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19610         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19611         (gst_avi_demux_loop):
19612           No need to take the STREAM_LOCK in the loop function. Improve
19613           some debug messages. Don't leak pad names in debug messages.
19614
19615 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19616
19617         * gst/matroska/matroska-demux.c:
19618         (gst_matroska_demux_push_vorbis_codec_priv_data),
19619         (gst_matroska_demux_add_wvpk_header):
19620           Don't error out when the source pad isn't linked.
19621
19622 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19623
19624         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19625         (gst_gconf_audio_sink_change_state):
19626         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19627         (gst_gconf_video_sink_change_state):
19628           Fix state change functions here as well and set kid
19629           to NULL state before removing it.
19630
19631 2005-11-01  Edward Hervey  <edward@fluendo.com>
19632
19633         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19634         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19635         Added proper event handlind, 
19636         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19637         ignored),
19638         and don't set a duration of 0 for buffers otherwise they are discarded
19639         by GstBaseSink.
19640
19641         GstWavEnc needs some serious loving, after going through the code I'm
19642         really wondering how this can stay in -good ...
19643
19644 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19645
19646         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19647         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19648         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19649         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19650         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19651         (gst_matroska_mux_collected):
19652           Fix leaks and invalid memory access as reported by valgrind
19653
19654 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19655
19656         Patch by: Michal Benes <michal.benes@xeris.cz>
19657
19658         * check/Makefile.am:
19659         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19660         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19661         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19662           add a unit test for matroskamux
19663           fix the bugs that the unit test exposed
19664
19665 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
19666
19667         * gst/autodetect/gstautoaudiosink.c:
19668         (gst_auto_audio_sink_class_init),
19669         (gst_auto_audio_sink_change_state):
19670         * gst/autodetect/gstautovideosink.c:
19671         (gst_auto_video_sink_class_init),
19672         (gst_auto_video_sink_change_state):
19673           Fix state change function and use GST_DEBUG_FUNCPTR in
19674           class_init.
19675
19676 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19677
19678         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19679
19680         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
19681         (gst_ebml_write_reset), (gst_ebml_write_element_new):
19682         * gst/matroska/ebml-write.h:
19683         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19684           Set timestamps on outgoing ebml headers as well, so that the
19685           element after matroskamux can get the timestamp already when
19686           reading the first ebml element and doesn't have to wait for
19687           the actual data buffer for that (#320308).
19688           
19689 2005-10-31  Andy Wingo  <wingo@pobox.com>
19690
19691         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
19692         (gst_videomixer_pad_link): Kill some memleaks.
19693         (gst_videomixer_pad_get_property): Style fix.
19694         (gst_videomixer_pad_set_property): Style fix.
19695         (gst_videomixer_pad_init): Style fix.
19696         (gst_videomixer_update_queues): Kill memleak.
19697         (gst_videomixer_loop): Kill memleak.
19698         (gst_videomixer_collected): Kill memleak.
19699
19700 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19701
19702         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
19703         gst_auparse_change_state:
19704         Just some cleanup.
19705
19706 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19707
19708         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
19709         Add checks to GST_FLOW_NOT_LINKED for values returned
19710         from gst_pad_push.
19711         
19712 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19713
19714         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
19715         (gst_rtpg711dec_process):
19716         * gst/rtp/gstrtpgsmenc.c:
19717         Payloader now sets some default caps on the srcpad if caps on the sinkpad
19718         are never set. This is important for the g711 to work with burger's rtpbin
19719         element.
19720
19721 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
19722
19723         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
19724         (gst_speexenc_push_buffer):
19725         Add checks for return values from gst_pad_push and
19726         gst_pad_alloc_buffer.
19727
19728 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
19729
19730         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19731
19732         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19733         (gst_matroska_demux_parse_info),
19734         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
19735         (gst_matroska_demux_parse_cluster):
19736         * gst/matroska/matroska-ids.h:
19737         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
19738         (gst_matroska_mux_init), (gst_matroska_mux_start),
19739         (gst_matroska_mux_create_buffer_header),
19740         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
19741         (gst_matroska_mux_get_property):
19742         * gst/matroska/matroska-mux.h:
19743           Add SimpleBlock support to matroska demuxer and muxer (part of
19744           Matroska v2). (#319731)
19745
19746 2005-10-28  Wim Taymans  <wim@fluendo.com>
19747
19748         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
19749         (gst_jpeg_dec_change_state):
19750         * ext/jpeg/gstjpegdec.h:
19751         Cleanups. Don't create caps for every chain.
19752
19753 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
19754
19755         * gst/law/alaw-encode.c: (gst_alawenc_init),
19756         (alawenc_setcaps), (gst_alawenc_chain)
19757         * gst/law/alaw-encode.h:
19758         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
19759         (mulawenc_setcaps), (gst_mulawenc_chain)
19760         * gst/law/mulaw-encode.h:
19761         Set timestamp on buffer and it allows RTP G711 elements
19762         work properly.
19763
19764 2005-10-27  Wim Taymans  <wim@fluendo.com>
19765
19766         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19767         Set correct format on oss instead of a silly value. 
19768
19769 2005-10-27  Julien MOUTTE  <julien@moutte.net>
19770
19771         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19772         (gst_video_box_transform_caps), (gst_video_box_set_caps),
19773         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
19774         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
19775         I420 rendering as well, doesn't bring much for my platform.
19776         Might help on some other platforms.
19777
19778 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
19779
19780         * gst/rtp/gstrtpgsmenc.c:
19781         * gst/rtp/gstrtpgsmparse.c:
19782         Declaring the padtemplate correctly.
19783
19784 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19785
19786         * gst/rtp/gstrtpg711dec.c:
19787         * gst/rtp/gstrtpg711enc.c:
19788         * gst/rtp/gstrtpgsmenc.c:
19789         * gst/rtp/gstrtpgsmparse.c:
19790         Setting the proper copyright notice.
19791
19792 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19793
19794         * gst/videobox/Makefile.am: Use liboil.
19795         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19796         (gst_video_box_set_property), (gst_video_box_transform_caps),
19797         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
19798         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
19799         using liboil. Will dot the same to I420 border generation
19800         tomorrow.
19801
19802 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19803
19804         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
19805         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
19806         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
19807         * gst/rtp/gstrtpg711dec.h:
19808         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
19809         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
19810         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
19811         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19812         (gst_rtpgsmenc_handle_buffer):
19813         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
19814         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
19815         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
19816         * gst/rtp/gstrtpgsmparse.h:
19817         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
19818         inherits from the basertpdepayloader.
19819
19820 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19821
19822         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19823         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19824         (gst_video_box_ayuv): Removing this forgotten debug.
19825
19826 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19827
19828         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19829         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
19830         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
19831
19832 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
19833
19834         * sys/oss/gstossaudio.c:
19835         * sys/oss/gstossdmabuffer.c:
19836         * sys/oss/gstosshelper.c:
19837         * sys/oss/gstossmixer.c:
19838         * sys/oss/gstossmixerelement.c:
19839         * sys/oss/gstossmixertrack.c:
19840         * sys/oss/gstosssink.c:
19841         * sys/oss/gstosssrc.c:
19842           Actually use the 'oss' debug category we register.
19843
19844 2005-10-26  Julien MOUTTE  <julien@moutte.net>
19845
19846         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
19847         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
19848         Use gst_pad_get_parent and drop the ref that was added through
19849         that call.
19850
19851 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19852
19853         * gst/rtp/gstrtpgsmenc.c:
19854           Fix compilation
19855
19856 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19857
19858         * gst/rtp/gstrtpg711dec.c
19859         Just removed a couple of lines of weird code used during
19860         development/test time.
19861
19862 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19863
19864         * gst/rtp/Makefile.am
19865         * gst/rtp/gstrtp.c
19866         * gst/rtp/gstrtpg711enc.c
19867         * gst/rtp/gstrtpg711enc.h
19868         * gst/rtp/gstrtpg711dec.c
19869         * gst/rtp/gstrtpg711dec.h
19870         Created G711 payloader and depayloader (it supports mulaw and alaw
19871         (dec)encoders)
19872
19873 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19874
19875         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19876         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19877         Doh ! I introduced wingo's bug again ! Sorry...
19878
19879 2005-10-25  Christian Schaller <christian@fluendo.com> 
19880
19881         * gst/rtp/Makefile.am: add missing header files for disting
19882
19883 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19884
19885         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19886         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
19887         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
19888         (gst_rtpgsmenc_handle_buffer):
19889         * gst/rtp/gstrtpgsmenc.h:
19890         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
19891         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
19892         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
19893         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
19894         * gst/rtp/gstrtpgsmparse.h:
19895         Getting the GSM (de)payloader working and compatible with our plans for RTP.
19896
19897 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19898
19899         * ext/libpng/gstpngdec.c: (user_info_callback),
19900         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
19901         a newsegment event, move some redundant code in a single place.
19902
19903 2005-10-25  Julien MOUTTE  <julien@moutte.net>
19904
19905         * ext/libpng/gstpngdec.c: (user_info_callback),
19906         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
19907         hack to get correct colors order when we have a png image with
19908         alpha channel.
19909
19910 2005-10-24  Edward Hervey  <edward@fluendo.com>
19911
19912         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
19913         Call gst_element_no_more_pads when there will be no more pads.
19914
19915 2005-10-24  Wim Taymans  <wim@fluendo.com>
19916
19917         * gst/rtp/Makefile.am:
19918         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
19919         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
19920         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
19921         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
19922         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
19923         (gst_asteriskh263_plugin_init):
19924         * gst/rtp/gstasteriskh263.h:
19925         * gst/rtp/gstrtp.c: (plugin_init):
19926         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
19927         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
19928         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
19929         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
19930         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
19931         (gst_rtph263enc_plugin_init):
19932         * gst/rtp/gstrtph263enc.h:
19933         Added two new payloaders, an RFC 2190 payloader for h263 and
19934         a payload convertor for an asterisk server.
19935
19936 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19937
19938         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
19939           Set bytes_per_sample correctly (is not always 4, but 
19940           depends on width and number of channels).
19941
19942 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
19943
19944         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
19945         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
19946         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19947         (gst_flacenc_sink_event), (gst_flacenc_chain),
19948         (gst_flacenc_set_property), (gst_flacenc_get_property),
19949         (gst_flacenc_change_state):
19950         * ext/flac/gstflacenc.h:
19951           Fix seeking, so that flacenc can rewrite the header with the
19952           correct duration and amount of samples and all that at EOS;
19953           also set timestamps and granulepos on outgoing buffers; add
19954           debug category; fix state change function.
19955           
19956 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19957
19958         * gst/videomixer/videomixer.c: Don't restrict video geometry
19959         from 16 to 4096.
19960
19961 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19962
19963         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19964         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
19965         Fix caps negotiation correctly, add debugging category.
19966
19967 2005-10-24  Christian Schaller  <christian@fluendo.com>
19968
19969         * configure.ac: Port over Thomas's change from base listing all plugins
19970
19971 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19972
19973         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
19974         a sink pad.
19975
19976 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19977
19978         * configure.ac:
19979         * docs/upload.mak:
19980           back to HEAD
19981
19982 === release 0.9.4 ===
19983
19984 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19985
19986         * configure.ac:
19987           Releasing 0.9.4, "Dromiceiomimus"
19988
19989 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
19990
19991         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
19992         (gst_speexenc_src_query):
19993           Add position and duration query, fix query type function.
19994           
19995         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19996         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
19997           Let's not set non-fixed caps on source pads.
19998
19999 2005-10-21  Wim Taymans  <wim@fluendo.com>
20000
20001         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20002         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20003         (gst_avi_demux_handle_seek):
20004         Set correct stream_time in newsegment event.
20005         avi can also handle a duration query now.
20006
20007 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20008
20009         * gst/matroska/matroska-demux.c:
20010         (gst_matroska_demux_handle_src_query),
20011         (gst_matroska_demux_handle_seek_event),
20012         (gst_matroska_demux_loop_stream_parse_id):
20013           Fix duration query; fix basetime in newsegment event after
20014           seek; fix duration in initial newsegment event.
20015
20016         * gst/matroska/matroska-mux.c:
20017         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20018           Extract number of channels and samplerate from vorbis headers;
20019           add some debug messages when querying the durations of the
20020           input streams.
20021
20022 2005-10-20  Wim Taymans  <wim@fluendo.com>
20023
20024         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20025         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20026         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20027         Set stream time correctly in newsegment.
20028
20029 2005-10-20  Wim Taymans  <wim@fluendo.com>
20030
20031         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20032         Correctly fill in the stream time.
20033
20034 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20035
20036         * check/elements/level.c: (GST_START_TEST):
20037         * gst/level/gstlevel.c: (gst_level_message_new):
20038         * gst/level/level-example.c: (message_handler):
20039           use ELEMENT messages instead
20040
20041 2005-10-19  Wim Taymans  <wim@fluendo.com>
20042
20043         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20044         (gst_dvdemux_src_query):
20045         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20046         (gst_flacdec_src_query):
20047         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20048         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20049         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20050         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20051         * gst/debug/progressreport.c: (gst_progress_report_report):
20052         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20053         * gst/matroska/matroska-demux.c:
20054         (gst_matroska_demux_handle_src_query):
20055         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20056         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20057         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20058         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20059         (gst_wavparse_srcpad_event):
20060         API change fix.
20061
20062 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20063
20064         * gst/goom/filters.c:
20065         * gst/goom/graphic.h:
20066         * gst/goom/lines.c:
20067           Make inline functions either 'static inline' or 'extern inline',
20068           otherwise the Forte compiler apparently won't inline them (#317300).
20069
20070 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20071
20072         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20073         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20074         (user_info_callback), (user_endrow_callback), (user_end_callback),
20075         (user_read_data), (gst_pngdec_caps_create_and_set),
20076         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20077         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20078         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20079         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20080         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20081         very nice and handle push/pull based model. if you have filesrc
20082         connected to it, it will do random access to load the png file.
20083         If you have a network source that can't do _getrange, it does 
20084         progressive loading through the chain function.
20085         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20086         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20087         thanks to Master Wim Taymans ;-)
20088
20089 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20090
20091         * gst/matroska/Makefile.am:
20092         * gst/matroska/ebml-read.c:
20093         * gst/matroska/ebml-read.h:
20094         * gst/matroska/matroska-demux.c:
20095         * gst/matroska/matroska-demux.h:
20096         * gst/matroska/matroska.c: (plugin_init):
20097           Ported matroska demuxer to 0.9.
20098
20099 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20100
20101         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20102
20103         * gst/matroska/matroska-mux.c:
20104         (gst_matroska_mux_video_pad_setcaps),
20105         (gst_matroska_mux_audio_pad_setcaps):
20106           Fix mpeg4 input handling (#318847); also, while we're at it,
20107           fix media type for Motion-JPEG: should be image/jpeg.
20108
20109 2005-10-18  Wim Taymans  <wim@fluendo.com>
20110
20111         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20112         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20113         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20114         Fix for segment-start/stop API change.
20115
20116 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20117
20118         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20119         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20120         way.
20121
20122 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20123
20124         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20125         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20126         output declared in transform_caps.
20127
20128 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20129
20130         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20131
20132 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20133
20134         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20135         (gst_video_box_get_unit_size): Fix wrong size calculations and
20136         implement get_unit_size correctly.
20137
20138 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20139
20140         * configure.ac:
20141           Enable flx plugin.
20142
20143         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20144           Fix gcc4 signedness issue.
20145
20146 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20147
20148         * configure.ac: Adding videomixer.
20149         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20150         (user_read_data), (gst_pngdec_chain): More debugging.
20151         * gst/alpha/Makefile.am: Adding alphacolor
20152         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20153         (gst_alpha_color_class_init), (gst_alpha_color_init),
20154         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20155         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20156         (plugin_init): Ported to 0.9 using in place base tranform.
20157         * gst/videomixer/Makefile.am:
20158         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20159         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20160         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20161         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20162         (gst_videomixer_init), (gst_videomixer_getcaps),
20163         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20164         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20165         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20166         to 0.9 using collectpads.
20167
20168 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20169
20170         * configure.ac:
20171         * gst/flx/Makefile.am:
20172         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20173         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20174         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20175         * gst/flx/gstflxdec.h:
20176         flx plugin ported to 0.9
20177
20178 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20179
20180         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20181           use new gst_version_string()
20182
20183 2005-10-16  Andy Wingo  <wingo@pobox.com>
20184
20185         * configure.ac: GLIB_CHECK.
20186
20187 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20188
20189         * ext/libpng/Makefile.am:
20190         * ext/libpng/gstpng.c: (plugin_init):
20191         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20192         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20193         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20194
20195 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20196
20197         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20198
20199         * configure.ac:
20200         * gst/matroska/Makefile.am:
20201         * gst/matroska/ebml-ids.h:
20202         * gst/matroska/ebml-write.c:
20203         * gst/matroska/ebml-write.h:
20204         * gst/matroska/matroska-ids.h:
20205         * gst/matroska/matroska-mux.c:
20206         * gst/matroska/matroska-mux.h:
20207         * gst/matroska/matroska.c: (plugin_init):
20208           Port matroska muxer to 0.9 (#318847).
20209
20210 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20211
20212         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20213         (comment_init), (comment_add):
20214           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20215           use GST_READ_UINT32_LE() and friends rather than the private
20216           implementation of those same macros.
20217
20218 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20219
20220         * examples/stats/mp2ogg.c:
20221           more typo fixes
20222
20223 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20224
20225         * examples/indexing/indexmpeg.c: (main):
20226         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20227         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20228         * ext/esd/esdmon.h:
20229         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20230         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20231         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20232         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20233         * gst/avi/gstavimux.c: (gst_avimux_init):
20234         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20235         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20236         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20237         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20238         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20239         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20240         * gst/oldcore/gstmultifilesrc.h:
20241         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20242         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20243         (gst_pipefilter_change_state):
20244         * gst/oldcore/gstpipefilter.h:
20245         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20246         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20247         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20248         * sys/osxaudio/gstosxaudiosink.h:
20249         * sys/osxaudio/gstosxaudiosrc.h:
20250           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20251           moved bitshift from macro to enum definition
20252
20253 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20254
20255         * ext/Makefile.am:
20256         * ext/cairo/Makefile.am:
20257         * ext/cairo/gstcairo.c: (plugin_init):
20258         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20259         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20260         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20261         * ext/cairo/gsttimeoverlay.h:
20262           update of cairo-based timeoverlay to 1.0 Cairo API
20263           doesn't work yet for resizing of output sink
20264
20265 2005-10-11  Wim Taymans  <wim@fluendo.com>
20266
20267         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20268         newsegment API fix.
20269
20270 2005-10-11  Wim Taymans  <wim@fluendo.com>
20271
20272         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20273         (gst_dvdemux_demux_frame):
20274         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20275         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20276         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20277         (gst_avi_demux_handle_seek):
20278         * gst/goom/gstgoom.c: (gst_goom_event):
20279         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20280         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20281         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20282         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20283         (gst_wavparse_srcpad_event):
20284         newsegment API update.
20285
20286 2005-10-11  Andy Wingo  <wingo@pobox.com>
20287
20288         * ext/speex/gstspeexenc.c: Signedness cleanups.
20289
20290 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20291
20292         * PORTED_09:
20293         * ext/speex/Makefile.am:
20294         * ext/speex/gstspeex.c:
20295         * ext/speex/gstspeexenc.c:
20296         Speexenc ported to 0.9
20297
20298 2005-10-10  Wim Taymans  <wim@fluendo.com>
20299
20300         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20301         (gst_oss_sink_init), (gst_oss_sink_set_property),
20302         (gst_oss_sink_get_property), (gst_oss_sink_open),
20303         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20304         * sys/oss/gstosssink.h:
20305         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20306         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20307         (gst_oss_src_prepare):
20308         Cleanups, make device configurable in the sink, handle and report
20309         errors.
20310
20311 2005-10-10  Wim Taymans  <wim@fluendo.com>
20312
20313         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20314         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20315         Make sure element is NULL before removing from the bin.
20316
20317 2005-10-07  Andy Wingo  <wingo@pobox.com>
20318
20319         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20320         block forever in a read().
20321         (gst_dv1394src_bus_reset): Post a message when the cable is
20322         unplugged.
20323         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20324         (gst_dv1394src_bus_reset): Don't unref the message.
20325
20326         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20327         hacking. The only change should be that the state change stuff was
20328         put into basesrc's start() and stop() routines, which coalesces
20329         some steps.
20330
20331 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20332
20333         * configure.ac:
20334           Add check for mmap
20335           
20336         * gst/debug/Makefile.am:
20337           Only compile efence plugin on systems that have mmap.
20338
20339 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20340
20341         * gst/debug/Makefile.am:
20342         * gst/debug/breakmydata.c:
20343         * gst/debug/gstdebug.c:
20344         * gst/debug/gstnavigationtest.c:
20345         * gst/debug/gstnavseek.c: 
20346         * gst/debug/gstnavseek.h:
20347         * gst/debug/progressreport.c: 
20348         * gst/debug/testplugin.c:
20349           Port progressreport, navseek, navigationtest, testsink and
20350           breakmydata.
20351
20352 2005-10-05  Edward Hervey  <edward@fluendo.com>
20353
20354         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20355         (gst_dvdemux_src_query):
20356         Fixes for better conversion
20357
20358 2005-10-04  Michael Smith <msmith@fluendo.com>
20359
20360         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20361         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20362         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20363         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20364           Set state of elements to NULL before removing from bins.
20365           Set state of test element to NULL if we failed to move it to READY
20366
20367 2005-10-04  Edward Hervey  <edward@fluendo.com>
20368
20369         * ext/dv/Makefile.am:
20370         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20371         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20372         Corrected the query function for position so it doesn't forget what
20373         format was asked, and calls the conversion functions on the correct pad.
20374
20375 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20376
20377         * configure.ac:
20378           back to development
20379
20380 === release 0.9.3 ===
20381
20382 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20383
20384         * configure.ac:
20385           Releasing 0.9.3, "Aramis"
20386
20387 2005-10-03  Andy Wingo  <wingo@pobox.com>
20388
20389         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20390         error returns.
20391
20392 2005-10-02  Andy Wingo  <wingo@pobox.com>
20393
20394         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20395
20396         * ext/flac/gstflacenc.c: Ported to 0.9.
20397
20398         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20399
20400         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20401         and link to gsttagedit. Enable flacenc.
20402
20403         * ext/flac/gstflacdec.c: Re-enable tag reading.
20404
20405 2005-09-30  Wim Taymans  <wim@fluendo.com>
20406
20407         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20408         * gst/rtp/gstrtpgsmparse.c:
20409         * gst/rtp/gstrtph263penc.c:
20410         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20411         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20412         (gst_rtpmp4venc_set_property):
20413         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20414         Various class and caps fixes from Andre Magalhaes (andrunko)
20415
20416 2005-09-29  Wim Taymans  <wim@fluendo.com>
20417
20418         * gst/level/level-example.c: (main):
20419         Update for new bus API.
20420
20421 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20422
20423         * configure.ac:
20424           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20425           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20426
20427 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20428
20429         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20430           Fix playback of mono streams (bytes_per_sample should be set
20431           from the sample width and the number of channels negotiated,
20432           and not just be set to 4) (#317338)
20433
20434 2005-09-26  Wim Taymans  <wim@fluendo.com>
20435
20436         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20437         (gst_rtpmpaenc_handle_buffer):
20438         Set buffer duration correctly.
20439
20440 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20441
20442         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20443         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20444         (gst_avi_demux_change_state):
20445           Don't crash when encountering a stream with an unknown fourcc or
20446           codec id. Instead, create a pad of type video/x-avi-unknown or
20447           audio/x-avi-unknown, which as a side-effect also results in less
20448           confusing error messages in players ('no decoder' vs. 'no streams');
20449           minor fixes to state change function and class_init function.
20450
20451 2005-09-24  Wim Taymans  <wim@fluendo.com>
20452
20453         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20454         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20455         These are sinks.
20456
20457 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20458
20459         * check/elements/level.c: (GST_START_TEST):
20460           fix test for new GstClockTime use
20461         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20462         (gst_level_transform_ip):
20463         * gst/level/gstlevel.h:
20464           fix up the decay peak, ensuring the decay peak is never lower
20465           than the peak for that interval
20466
20467 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20468
20469         * docs/plugins/gst-plugins-good-plugins.args:
20470         * docs/plugins/inspect/plugin-alpha.xml:
20471         * docs/plugins/inspect/plugin-rtp.xml:
20472         * gst/level/gstlevel.c: (gst_level_set_caps),
20473         (gst_level_transform_ip):
20474           updating docs
20475
20476 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20477
20478         * Makefile.am:
20479         * check/elements/level.c: (GST_START_TEST):
20480         * gst/level/Makefile.am:
20481         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20482         (gst_level_set_property), (gst_level_get_property),
20483         (gst_level_set_caps), (gst_level_message_new),
20484         (gst_level_transform_ip):
20485         * gst/level/gstlevel.h:
20486         * gst/level/level-example.c: (message_handler), (main):
20487           convert to using GstClockTime for all time values, finally.
20488
20489 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20490
20491         * gst/auparse/Makefile.am:
20492         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20493           fix up build
20494         * configure.ac:
20495         * ext/cairo/Makefile.am:
20496         * ext/dv/Makefile.am:
20497         * ext/esd/Makefile.am:
20498         * ext/flac/Makefile.am:
20499         * ext/gconf/Makefile.am:
20500         * ext/gdk_pixbuf/Makefile.am:
20501         * ext/jpeg/Makefile.am:
20502         * ext/ladspa/Makefile.am:
20503         * ext/libcaca/Makefile.am:
20504         * ext/libmng/Makefile.am:
20505         * ext/libpng/Makefile.am:
20506         * ext/mikmod/Makefile.am:
20507         * ext/pango/Makefile.am:
20508         * ext/raw1394/Makefile.am:
20509         * ext/shout2/Makefile.am:
20510         * ext/speex/Makefile.am:
20511         * gst/alpha/Makefile.am:
20512         * gst/autodetect/Makefile.am:
20513         * gst/avi/Makefile.am:
20514         * gst/cutter/Makefile.am:
20515         * gst/debug/Makefile.am:
20516         * gst/effectv/Makefile.am:
20517         * gst/flx/Makefile.am:
20518         * gst/goom/Makefile.am:
20519         * gst/interleave/Makefile.am:
20520         * gst/law/Makefile.am:
20521         * gst/matroska/Makefile.am:
20522         * gst/median/Makefile.am:
20523         * gst/monoscope/Makefile.am:
20524         * gst/multipart/Makefile.am:
20525         * gst/oldcore/Makefile.am:
20526         * gst/rtp/Makefile.am:
20527         * gst/rtsp/Makefile.am:
20528         * gst/smoothwave/Makefile.am:
20529         * gst/smpte/Makefile.am:
20530         * gst/videobox/Makefile.am:
20531         * gst/videofilter/Makefile.am:
20532         * gst/videomixer/Makefile.am:
20533         * gst/wavenc/Makefile.am:
20534         * gst/wavparse/Makefile.am:
20535         * sys/oss/Makefile.am:
20536         * sys/osxaudio/Makefile.am:
20537         * sys/osxvideo/Makefile.am:
20538           fix up GST_LIBS use
20539
20540 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20541
20542         * gst/auparse/Makefile.am:
20543         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20544           fix build of auparse
20545
20546 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20547
20548         * configure.ac:
20549         * PORTED_09:
20550         * gst/auparse/gstauparse.c:
20551         * gst/auparse/gstauparse.h:
20552         Auparse ported to 0.9.
20553
20554 2005-09-22  Wim Taymans  <wim@fluendo.com>
20555
20556         * gst/rtp/TODO:
20557         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20558         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20559         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20560         (gst_rtpmp4venc_set_property):
20561         * gst/rtp/gstrtpmp4venc.h:
20562         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20563         * gst/rtp/gstrtpmpaenc.h:
20564         Use is_filled to both check MTU and max-ptime of base class.
20565
20566 2005-09-22  Wim Taymans  <wim@fluendo.com>
20567
20568         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20569         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20570         (gst_rtpmp4venc_set_property):
20571         Don't fragment packets with multiple frames.
20572
20573 2005-09-22  Wim Taymans  <wim@fluendo.com>
20574
20575         * gst/rtp/TODO:
20576         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20577         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20578         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20579         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20580         (gst_rtpmp4venc_get_property):
20581         * gst/rtp/gstrtpmp4venc.h:
20582         Remove g_print.
20583         Update TODO
20584         Make payload encoder a bit smarter and more correct with
20585         timestamps.
20586         Added option in payloader to include config string in-band.
20587
20588 2005-09-21  Wim Taymans  <wim@fluendo.com>
20589
20590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20591         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20592         (gst_rtspsrc_send):
20593         Strip spaces for key/value pairs.
20594
20595 2005-09-21  Wim Taymans  <wim@fluendo.com>
20596
20597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20598         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20599         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20600         (gst_rtspsrc_change_state):
20601         More SDP parsing and caps setting.
20602         Do NO_PREROLL differently.
20603         add pads only after negotiated.
20604
20605         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20606         (gst_udpsrc_getcaps):
20607         Implement the getcaps function.
20608
20609 2005-09-21  Wim Taymans  <wim@fluendo.com>
20610
20611         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20612         (gst_rtpamrdec_chain):
20613         Handle multiple AMr packets per payload. Handle CRC and
20614         parse ILL/ILP.
20615
20616         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20617         Make caps params strings for easy SDP mapping.
20618         
20619         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20620         Handle capsnego better.
20621
20622         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20623         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20624         Generate and parse config string in the caps.
20625
20626 2005-09-21  Wim Taymans  <wim@fluendo.com>
20627
20628         * gst/rtp/README:
20629         Update README
20630
20631         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20632         Make extra params as strings.
20633
20634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20635         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20636         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20637         Make state change return NO_PREROLL as this is a live
20638         source.
20639
20640         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20641         Don't unref old caps when NULL.
20642
20643 2005-09-20  Wim Taymans  <wim@fluendo.com>
20644
20645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20646         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20647         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20648         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20649         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20650         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20651         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20652         * gst/rtsp/sdpmessage.h:
20653         Add URI handler.
20654         Parse SDP and create caps.
20655
20656 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
20657
20658         * gst/alpha/gstalpha.c:
20659           fix element description
20660
20661 2005-09-19  Wim Taymans  <wim@fluendo.com>
20662
20663         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
20664         Don't check payload for now.
20665
20666 2005-09-19  Wim Taymans  <wim@fluendo.com>
20667
20668         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
20669         (gst_wavparse_init), (gst_wavparse_parse_file_header),
20670         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
20671         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20672         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20673         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
20674         (gst_wavparse_change_state):
20675         * gst/wavparse/gstwavparse.h:
20676         Fix wavparse some more.
20677
20678 2005-09-19  Wim Taymans  <wim@fluendo.com>
20679
20680         * check/elements/level.c: (GST_START_TEST):
20681         Fix for bus API change.
20682
20683 2005-09-19  Wim Taymans  <wim@fluendo.com>
20684
20685         * gst/level/level-example.c: (main):
20686         Fix for new bus API.
20687
20688         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20689         Set caps on pads.
20690
20691 2005-09-15  Wim Taymans  <wim@fluendo.com>
20692
20693         * gst/rtp/Makefile.am:
20694         * gst/rtp/README:
20695         * gst/rtp/gstrtp.c: (plugin_init):
20696         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
20697         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
20698         (gst_rtpamrdec_change_state):
20699         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
20700         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
20701         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
20702         * gst/rtp/gstrtpamrenc.h:
20703         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20704         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
20705         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
20706         * gst/rtp/gstrtpgsmenc.h:
20707         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
20708         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
20709         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
20710         (gst_rtpgsmparse_change_state):
20711         * gst/rtp/gstrtpgsmparse.h:
20712         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
20713         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
20714         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
20715         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
20716         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
20717         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
20718         * gst/rtp/gstrtph263penc.h:
20719         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
20720         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
20721         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20722         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
20723         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
20724         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
20725         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
20726         * gst/rtp/gstrtpmp4venc.h:
20727         * gst/rtp/gstrtpmpadec.c:
20728         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
20729         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
20730         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
20731         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
20732         * gst/rtp/gstrtpmpaenc.h:
20733         Updates to payloader/depayloaders, make payloaders use
20734         the base classes.
20735         Updated README with suggested RTP caps and how to convert
20736         to/from SDP.
20737         Added config descriptor in mp4v payloader.
20738
20739 2005-09-15  Andy Wingo  <wingo@pobox.com>
20740
20741         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
20742         * gst/autodetect/gstautovideosink.c
20743         (gst_auto_video_sink_find_best): Update for new registry API.
20744
20745 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20746
20747         * common/c-to-xml.py:
20748         * common/gtk-doc-plugins.mak:
20749           a simple py script to generate valid xml from a C example
20750           probably also need to strip an MIT license when we decide
20751         * docs/plugins/Makefile.am:
20752         * gst/level/Makefile.am:
20753         * gst/level/gstlevel.c: (gst_level_init):
20754         * gst/level/level-example.c: (message_handler), (main):
20755           add an example to level that will show up in the docs
20756         * gst/rtp/TODO:
20757           add a note for the future
20758
20759 2005-09-14  Michael Smith <msmith@fluendo.com>
20760
20761         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
20762           Actually define the debug object being used in wavenc. Fixes #316205
20763
20764 2005-09-14  Michael Smith <msmith@fluendo.com>
20765
20766         * gst/smpte/Makefile.am:
20767           Link against GST_BASE_LIBS, to get it linked against libgstbase;
20768           needed to build on windows (bug 316204)
20769
20770 2005-09-12  Andy Wingo  <wingo@pobox.com>
20771
20772         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
20773
20774 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
20775
20776         * configure.ac:
20777         * gst/fdsrc/Makefile.am:
20778         * gst/fdsrc/gstfdsrc.c:
20779         * gst/fdsrc/gstfdsrc.h:
20780           Move fdsrc back into gstreamer core elements.
20781
20782         * gst/level/gstlevel.c: (gst_level_class_init),
20783         (gst_level_transform_ip):
20784         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
20785           Basetransform changes.
20786
20787 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20788
20789         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
20790         * ext/jpeg/smokecodec.c: (find_best_size):
20791           fix compiler warnings
20792
20793 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20794
20795         * gst-plugins-good.spec.in:
20796           spec file fixes
20797         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
20798         (gst_multiudpsink_render), (gst_multiudpsink_add),
20799         (gst_multiudpsink_clear):
20800           it actually helps to actually stream if we hook up the
20801           "add" signal to an actual implementation
20802         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
20803           some debugging
20804
20805 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20806
20807         * ext/jpeg/Makefile.am:
20808         * ext/jpeg/gstjpeg.c
20809         * ext/jpeg/gstjpegenc.c:
20810         * ext/jpeg/gstsmokeenc.c:
20811
20812 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
20813
20814         * ext/flac/gstflacdec.c:
20815         * ext/flac/gstflacenc.c:
20816         * ext/flac/gstflactag.c:
20817         * ext/speex/gstspeexenc.c:
20818           gsttaginterface.h -> gsttagsetter.h
20819
20820 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
20821
20822         * configure.ac:
20823         * gst/debug/Makefile.am:
20824         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
20825         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
20826         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
20827         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
20828         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
20829           Port to 0.9 and re-enable efence plugin.
20830
20831 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
20832
20833         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
20834         (gst_flacdec_write), (gst_flacdec_convert_src):
20835         * ext/flac/gstflacdec.h:
20836           Add support for flac files with 24/32 bits per sample; and misc.
20837           minor clean-ups. Seeking is still partly broken (for me at least).
20838
20839 2005-09-06  Wim Taymans  <wim@fluendo.com>
20840
20841         * gst/rtp/Makefile.am:
20842         * gst/rtp/gstrtp.c: (plugin_init):
20843         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
20844         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
20845         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
20846         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
20847         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
20848         (gst_rtpmp4vdec_plugin_init):
20849         * gst/rtp/gstrtpmp4vdec.h:
20850         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
20851         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
20852         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
20853         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
20854         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
20855         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
20856         * gst/rtp/gstrtpmp4venc.h:
20857         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
20858         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
20859         Added mpeg4 video payload encoder/decoder.
20860         Added some docs in mpa payloader.
20861
20862 === release 0.9.1 ===
20863
20864 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20865
20866         * NEWS:
20867         * README:
20868         * RELEASE:
20869         * autogen.sh:
20870         * configure.ac:
20871           releasing 0.9.1, "Blondie"
20872
20873 2005-09-05  Andy Wingo  <wingo@pobox.com>
20874
20875         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
20876         here from the state change handler, so we fire signals without
20877         holding the state lock.
20878
20879 2005-09-02  Andy Wingo  <wingo@pobox.com>
20880
20881         * All plugins updated for element state changes.
20882
20883 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20884
20885         * Makefile.am:
20886         * check/.cvsignore:
20887         * check/Makefile.am:
20888         * check/elements/.cvsignore:
20889         * check/elements/level.c: (setup_level), (cleanup_level),
20890         (GST_START_TEST), (level_suite), (main):
20891           add a test for level
20892         * common/release.mak:
20893           move the enum checking to release.mak
20894         * configure.ac:
20895           add valgrind and check checking
20896         * gst/level/gstlevel.c: (gst_level_transform):
20897         * gst/level/gstlevel.h:
20898           fix Andy's cast bug
20899           convert a field to int
20900           fix the arithmetic to int when checking for emit so that a
20901           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
20902
20903 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20904
20905         * Makefile.am:
20906         * configure.ac:
20907           add docs to build
20908         * common/plugins.xsl:
20909           wrap Description into a refsect2
20910         * docs/Makefile.am:
20911         * docs/plugins/Makefile.am:
20912         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20913         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20914         * gst/goom/Makefile.am:
20915         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
20916         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
20917         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
20918         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
20919         (gst_goom_change_state):
20920         * gst/goom/gstgoom.h:
20921           GstGOOM -> GstGoom
20922           add an example launch line
20923         * gst/level/gstlevel.h:
20924         * gst/monoscope/gstmonoscope.c:
20925           cleanups
20926
20927 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20928
20929         * configure.ac:
20930         * docs/plugins/Makefile.am:
20931         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20932         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20933         * docs/plugins/gst-plugins-good-plugins.types:
20934           document elements and plugins.  Shazam !
20935
20936 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20937
20938         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
20939           be found under doc/random/ChangeLog-0.8