gst/rtsp/gstrtspsrc.c: Only send one transport at a time for improved compatibility...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
4         (gst_rtspsrc_change_state):
5         Only send one transport at a time for improved compatibility with some
6         broken servers. See #537832.
7
8 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
9
10         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
11         (gst_rtspsrc_perform_seek):
12         Only pause/play in the seek handler when the source was playing.
13         Fixes #529379.
14
15 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
16
17         * gst/matroska/matroska-mux.c:
18         (gst_matroska_mux_handle_dirac_packet):
19         Fix muxing of Dirac streams if the input already has the format
20         we need, i.e. is the output of matroskademux.
21
22 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
23
24         * gst/avi/gstavimux.c:
25           Don't segfault on string typed tags being NULL. Fixes #560155.
26
27 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
28
29         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
30         (gst_matroska_mux_audio_pad_setcaps):
31         Fix mapping AAC profile to Matroska codec id.
32
33 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
34
35         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
36         (qtdemux_video_caps), (qtdemux_audio_caps):
37         Refactor some raw audio caps building, and handle >16-bit cases.
38         Fix/replace building caps from a string description.
39
40 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
41
42         * gst/audiofx/audiowsincband.c:
43         * gst/audiofx/audiowsinclimit.c:
44         * gst/cutter/gstcutter.c:
45           Make author name consistent with others.
46
47 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
48
49         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
50
51         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
52         (gst_rtspsrc_stream_configure_udp_sink):
53         Pause the RTSP stream before doing a new play request.
54         Make sure that adding the udpsinks does not cause the rtspsrc to become
55         a sink. Fixes #559547.
56
57 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
58
59         * gst/matroska/matroska-ids.h:
60         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
61         (gst_matroska_mux_handle_dirac_packet),
62         (gst_matroska_mux_write_data):
63         Implement Dirac muxing into Matroska comforming to the spec, i.e.
64         put all Dirac packages up to a picture into a Matroska block.
65
66         TODO: Implement writing of the ReferenceBlock Matroska elements,
67         currently the Dirac muxing is only 100% correct if Matroska version 2
68         is selected for muxing.
69
70 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
71
72         Patch by: Bastien Nocera <hadess at hadess dot net>,
73                   Hans de Goede <jwrdegoede at fedoraproject dot org>
74
75         * configure.ac:
76         * sys/v4l2/Makefile.am:
77         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
78         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
79         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
80         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
81         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
82         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
83         (gst_v4l2_get_input), (gst_v4l2_set_input):
84         * sys/v4l2/v4l2_calls.h:
85         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
86         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
87         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
88         (gst_v4l2src_fill_format_list),
89         (gst_v4l2src_probe_caps_for_format_and_size),
90         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
91         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
92         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
93         (gst_v4l2src_get_nearest_size):
94         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
95
96 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
97
98         * ext/aalib/Makefile.am:
99         * ext/annodex/Makefile.am:
100         * ext/cairo/Makefile.am:
101         * ext/dv/Makefile.am:
102         * ext/esd/Makefile.am:
103         * ext/flac/Makefile.am:
104         * ext/gconf/Makefile.am:
105         * ext/gdk_pixbuf/Makefile.am:
106         * ext/hal/Makefile.am:
107         * ext/jpeg/Makefile.am:
108         * ext/ladspa/Makefile.am:
109         * ext/libcaca/Makefile.am:
110         * ext/libmng/Makefile.am:
111         * ext/libpng/Makefile.am:
112         * ext/mikmod/Makefile.am:
113         * ext/pulse/Makefile.am:
114         * ext/raw1394/Makefile.am:
115         * ext/shout2/Makefile.am:
116         * ext/soup/Makefile.am:
117         * ext/speex/Makefile.am:
118         * ext/taglib/Makefile.am:
119         * ext/wavpack/Makefile.am:
120         * gst/alpha/Makefile.am:
121         * gst/apetag/Makefile.am:
122         * gst/audiofx/Makefile.am:
123         * gst/auparse/Makefile.am:
124         * gst/autodetect/Makefile.am:
125         * gst/avi/Makefile.am:
126         * gst/cutter/Makefile.am:
127         * gst/debug/Makefile.am:
128         * gst/effectv/Makefile.am:
129         * gst/equalizer/Makefile.am:
130         * gst/flx/Makefile.am:
131         * gst/goom/Makefile.am:
132         * gst/goom2k1/Makefile.am:
133         * gst/icydemux/Makefile.am:
134         * gst/id3demux/Makefile.am:
135         * gst/interleave/Makefile.am:
136         * gst/law/Makefile.am:
137         * gst/level/Makefile.am:
138         * gst/matroska/Makefile.am:
139         * gst/median/Makefile.am:
140         * gst/monoscope/Makefile.am:
141         * gst/multifile/Makefile.am:
142         * gst/multipart/Makefile.am:
143         * gst/oldcore/Makefile.am:
144         * gst/qtdemux/Makefile.am:
145         * gst/replaygain/Makefile.am:
146         * gst/rtp/Makefile.am:
147         * gst/rtsp/Makefile.am:
148         * gst/smpte/Makefile.am:
149         * gst/spectrum/Makefile.am:
150         * gst/udp/Makefile.am:
151         * gst/videobox/Makefile.am:
152         * gst/videocrop/Makefile.am:
153         * gst/videofilter/Makefile.am:
154         * gst/videomixer/Makefile.am:
155         * gst/wavenc/Makefile.am:
156         * gst/wavparse/Makefile.am:
157         * sys/directdraw/Makefile.am:
158         * sys/directsound/Makefile.am:
159         * sys/oss/Makefile.am:
160         * sys/osxaudio/Makefile.am:
161         * sys/osxvideo/Makefile.am:
162         * sys/sunaudio/Makefile.am:
163         * sys/v4l2/Makefile.am:
164         * sys/waveform/Makefile.am:
165         * sys/ximage/Makefile.am:
166           Don't install static libs for plugins. Fixes #550851 for -good.
167
168 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
169
170         * ext/flac/Makefile.am:
171         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
172         This fixes compilation if FLAC is installed in an uncommon location
173         that is not already handled by other CFLAGS. Fixes bug #558711.
174
175 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
176
177         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
178         Guard more uncommon formats with ifdefs so that we can compile on older
179         versions.
180
181 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
182
183         Patch by: Nick Haddad <nick at haddads dot net>
184
185         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
186         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
187         (gst_avi_demux_stream_data):
188         Invert other uncompressed RGB formats. Fixes #558554.
189
190 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
191
192         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
193         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
194         * gst/wavenc/gstwavenc.h:
195         Add support for float/double as input and remove the (nowadays)
196         useless parsing of the depth as we require width==depth.
197
198 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
199
200         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
201         * gst/rtp/gstrtpmpapay.c:
202         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
203         mpeg version 1. Fixes #558427.
204
205 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
206
207         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
208         (gst_rtp_L16_pay_getcaps):
209         Only put an integral amount of samples in the RTP packet.
210         Fixes #556641.
211
212 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
213
214         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
215         * gst/rtp/gstrtpchannels.h:
216         Add method to get possible channel positions.
217
218 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
219
220         * gst/rtp/Makefile.am:
221         Also commit updated makefile
222
223 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
224
225         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
226         Don't allow width=32,depth=24 as input. WAV requires that the width
227         is the next integer multiply of 8 from the depth.
228
229 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
230
231         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
232         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
233         (gst_rtp_L16_pay_getcaps):
234         * gst/rtp/gstrtpchannels.c: (check_channels),
235         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
236         (gst_rtp_channels_create_default):
237         * gst/rtp/gstrtpchannels.h:
238         Add mappings for multichannel support. Does not completely just work
239         because the getcaps function does not yet return the allowed channel
240         mappings. See #556641.
241
242 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
243
244         * gst/goom/Makefile.am:
245         * gst/goom/README:
246         * gst/goom/config_param.c:
247         * gst/goom/convolve_fx.c:
248         * gst/goom/drawmethods.c:
249         * gst/goom/drawmethods.h:
250         * gst/goom/filters.c:
251         * gst/goom/filters_mmx.s:
252         * gst/goom/flying_stars_fx.c:
253         * gst/goom/goom.h:
254         * gst/goom/goom_config.h:
255         * gst/goom/goom_config_param.h:
256         * gst/goom/goom_core.c:
257         * gst/goom/goom_filters.h:
258         * gst/goom/goom_fx.h:
259         * gst/goom/goom_graphic.h:
260         * gst/goom/goom_plugin_info.h:
261         * gst/goom/goom_tools.c:
262         * gst/goom/goom_tools.h:
263         * gst/goom/goom_typedefs.h:
264         * gst/goom/goom_visual_fx.h:
265         * gst/goom/graphic.c:
266         * gst/goom/ifs.c:
267         * gst/goom/ifs.h:
268         * gst/goom/lines.c:
269         * gst/goom/lines.h:
270         * gst/goom/mathtools.c:
271         * gst/goom/mathtools.h:
272         * gst/goom/mmx.c:
273         * gst/goom/motif_goom1.h:
274         * gst/goom/motif_goom2.h:
275         * gst/goom/plugin_info.c:
276         * gst/goom/ppc_drawings.h:
277         * gst/goom/ppc_zoom_ultimate.h:
278         * gst/goom/sound_tester.c:
279         * gst/goom/sound_tester.h:
280         * gst/goom/surf3d.c:
281         * gst/goom/surf3d.h:
282         * gst/goom/tentacle3d.c:
283         * gst/goom/tentacle3d.h:
284         * gst/goom/v3d.c:
285         * gst/goom/v3d.h:
286         * gst/goom/xmmx.c:
287           Add license headers in all source files. Remove filter.c from
288           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
289           which are not used right now. Fixes #557709.
290
291 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
292
293         Patch by: Olivier Crete <tester at tester dot ca>
294
295         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
296         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
297         Implement getcaps in rtpL16pay. Fixes #556484.
298
299 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
300
301         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
302         (gst_rtp_L16_depay_process):
303         Check if clock-rate and channels are valid.
304         Don't ignore the return value of setcaps.
305         No need to validate the buffer, the base class does that for us.
306         Use the marker bit to set the DISCONT flag on outgoing buffers.
307
308         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
309         Don't ignore the return value of set_outcaps.
310
311         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
312         (gst_rtp_ac3_depay_process):
313         Don't ignore the return value of set_caps.
314         No need to validate the buffer, the base class does that for us.
315
316         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
317         (gst_rtp_amr_depay_process):
318         * gst/rtp/gstrtpamrdepay.h:
319         Don't ignore the return value of setcaps.
320         No need to validate the buffer, the base class does that for us.
321         No need to set output caps on the buffers, the base class does that for
322         us.
323         The subclass will make sure we are negotiated.
324         
325         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
326         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
327         * gst/rtp/gstrtpdvdepay.h:
328         Clean up caps negotiation.
329         The subclass will make sure we are negotiated.
330
331         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
332         (gst_rtp_g726_depay_process):
333         Clean up caps negotiation.
334         Use the marker bit to set the DISCONT flag on outgoing buffers.
335
336         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
337         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
338         * gst/rtp/gstrtpg729depay.h:
339         The subclass will make sure we are negotiated.
340         Use the marker bit to set the DISCONT flag on outgoing buffers.
341
342         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
343         (gst_rtp_gsm_depay_process):
344         Clean up caps negotiation.
345         Use the marker bit to set the DISCONT flag on outgoing buffers.
346
347         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
348         Clean up caps negotiation.
349         Don't ignore the return value of set_outcaps.
350
351         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
352         (gst_rtp_h263_depay_process):
353         Clean up caps negotiation.
354         No need to validate the buffer, the base class does that for us.
355
356         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
357         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
358         * gst/rtp/gstrtph263pay.h:
359         Don't ignore the return value of set_outcaps.
360         Do some more timestamps.
361
362         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
363         (gst_rtp_h263p_depay_process):
364         Clean up caps negotiation.
365         Don't ignore the return value of setcaps.
366         No need to validate the buffer, the base class does that for us.
367
368         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
369         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
370         (gst_rtp_h263p_pay_handle_buffer):
371         * gst/rtp/gstrtph263ppay.h:
372         Don't ignore the return value of set_outcaps.
373         Do some more timestamps.
374
375         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
376         (gst_rtp_h264_depay_process):
377         Clean up caps negotiation.
378         Don't ignore the return value of setcaps.
379         Fix possible caps leak.
380         No need to validate the buffer, the base class does that for us.
381
382         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
383         Add some more debug info.
384
385         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
386         (gst_rtp_ilbc_depay_process):
387         Clean up caps negotiation.
388         Use the marker bit to set the DISCONT flag on outgoing buffers.
389
390         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
391         Clean up caps negotiation.
392
393         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
394         (gst_rtp_mp1s_depay_process):
395         Clean up caps negotiation.
396         Don't ignore the return value of setcaps.
397         No need to validate the buffer, the base class does that for us.
398         No need to set caps on buffers, subclass does that for us.
399
400         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
401         (gst_rtp_mp2t_depay_process):
402         Clean up caps negotiation.
403         Don't ignore the return value of setcaps.
404         No need to validate the buffer, the base class does that for us.
405         No need to set caps on buffers, subclass does that for us.
406
407         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
408         (gst_rtp_mp4a_depay_process):
409         Clean up caps negotiation.
410         Don't ignore the return value of setcaps.
411         No need to validate the buffer, the base class does that for us.
412
413         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
414         (gst_rtp_mp4a_pay_setcaps):
415         Don't ignore the return value of set_outcaps.
416
417         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
418         (gst_rtp_mp4g_depay_process):
419         Clean up caps negotiation.
420         Don't ignore the return value of setcaps.
421         No need to validate the buffer, the base class does that for us.
422         No need to set caps on buffers, subclass does that for us.
423
424         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
425         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
426         Don't ignore the return value of set_outcaps.
427
428         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
429         (gst_rtp_mp4v_depay_process):
430         Clean up caps negotiation.
431         Don't ignore the return value of setcaps.
432         No need to validate the buffer, the base class does that for us.
433         No need to set caps on buffers, subclass does that for us.
434
435         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
436         (gst_rtp_mp4v_pay_setcaps):
437         Don't ignore the return value of set_outcaps.
438
439         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
440         (gst_rtp_mpa_depay_process):
441         Clean up caps negotiation.
442         Don't ignore the return value of setcaps.
443         No need to validate the buffer, the base class does that for us.
444         Use the marker bit to set the DISCONT flag on outgoing buffers.
445
446         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
447         Don't ignore the return value of set_outcaps.
448
449         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
450         (gst_rtp_mpv_depay_process):
451         Clean up caps negotiation.
452         Actually set output caps.
453         No need to validate the buffer, the base class does that for us.
454
455         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
456         Don't ignore the return value of set_outcaps.
457
458         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
459         (gst_rtp_pcma_depay_process):
460         Clean up caps negotiation.
461         Set output buffer duration because we can.
462         Use the marker bit to set the DISCONT flag on outgoing buffers.
463
464         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
465         Don't ignore the return value of set_outcaps.
466
467         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
468         (gst_rtp_pcmu_depay_process):
469         Clean up caps negotiation.
470         Use the marker bit to set the DISCONT flag on outgoing buffers.
471
472         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
473         Don't ignore the return value of set_outcaps.
474
475         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
476         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
477         Clean up caps negotiation.
478         Set output caps on the pad and header buffers.
479         Set duration on output buffers because we can.
480
481         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
482         Don't ignore the return value of set_outcaps.
483
484         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
485         (gst_rtp_sv3v_depay_process):
486         Clean up caps negotiation.
487         No need to validate the buffer, the base class does that for us.
488         No need to set caps out output buffers, subclass does that.
489
490         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
491         (gst_rtp_theora_depay_process):
492         Don't ignore the return value of setcaps.
493         No need to validate the buffer, the base class does that for us.
494
495         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
496         (gst_rtp_theora_pay_flush_packet), (encode_base64),
497         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
498         (gst_rtp_theora_pay_handle_buffer):
499         Don't ignore the return value of set_outcaps.
500
501         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
502         (gst_rtp_vorbis_depay_process):
503         Don't ignore the return value of setcaps.
504         No need to validate the buffer, the base class does that for us.
505
506         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
507         Don't ignore the return value of set_outcaps.
508
509         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
510         Clean up caps negotiation, don't ignore setcaps return.
511
512         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
513         Don't ignore the return value of set_outcaps.
514
515 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
516
517         * gst/matroska/matroska-demux.c:
518         (gst_matroska_demux_handle_src_event):
519         Forward unknown events upstream.
520
521 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
522
523         * tests/check/elements/icydemux.c: (icydemux_found_pad):
524         Add some refcount check
525
526         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
527         Don't ignore the result of write(), fixes a  compiler warning for me.
528
529         * tests/icles/videobox-test.c: (main):
530         Make the output a little more pretty.
531
532 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
533
534         * ext/esd/esdmon.c:
535           Add doc blob.
536
537 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
538
539         * docs/plugins/Makefile.am:
540         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
541         * docs/plugins/gst-plugins-good-plugins-sections.txt:
542         * docs/plugins/gst-plugins-good-plugins.args:
543         * docs/plugins/gst-plugins-good-plugins.hierarchy:
544         * docs/plugins/gst-plugins-good-plugins.interfaces:
545         * docs/plugins/inspect/plugin-autodetect.xml:
546           Add the docs of the new elements.
547
548 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
549
550         * gst/autodetect/gstautoaudiosrc.c:
551         (gst_auto_audio_src_class_init):
552         * gst/autodetect/gstautovideosrc.c:
553         (gst_auto_video_src_class_init):
554         Fix "Since" tags in the documentation.
555
556 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
557
558         Patch by: Sjoerd Simons <sjoerd at luon dot net>
559
560         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
561         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
562         Add support for souphttpsrc to act as a live source. This makes it
563         possible to get timestamped buffers in combination with the
564         "do-timestamp" property. Fixes bug #556019.
565
566 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
567
568         * gst/autodetect/Makefile.am:
569         * gst/autodetect/gstautoaudiosink.c:
570         * gst/autodetect/gstautoaudiosrc.c:
571         * gst/autodetect/gstautoaudiosrc.h:
572         * gst/autodetect/gstautodetect.c:
573         * gst/autodetect/gstautovideosink.c:
574         * gst/autodetect/gstautovideosrc.c:
575         * gst/autodetect/gstautovideosrc.h:
576           Implement src plugins. Little code/string cleanup in the sinks.
577           Fixes #523813.
578
579 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
580
581         Patch by: Peter Kjellerstedt <pkj at axis com>
582
583         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
584         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
585         Fix a memory leak when pads are requested but the pipeline never
586         goes into PLAYING.
587
588         Correctly remove request pads, no matter if they have collected
589         data or not.
590
591         Fixes bug #557710.
592
593 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
594
595         Patch by: <lrn1986 at gmail dot com>
596
597         * gst/udp/gstudpnetutils.h:
598         Define the correct WINVER so getaddinfo() can be used when using
599         mingw32. Fixes bug #557294.
600
601 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
602
603         Patch by: <lrn1986 at gmail dot com>
604
605         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
606         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
607         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
608         Fix "argument type mismatch" compiler warnings on Windows.
609         Fixes bug #557293.
610
611 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
612
613         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
614         Don't calculate the filter coefficients for every single buffer
615         but only when it's needed. Fixes bug #557260.
616
617 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
618
619         * configure.ac:
620         Back to development -> 0.10.11.1
621
622 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
623
624         * gst-plugins-good.doap:
625         Fix version number of 0.10.11 release in doap file
626
627 === release 0.10.11 ===
628
629 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
630
631         * configure.ac:
632           releasing 0.10.11, "Secondary Consideration"
633
634 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
635
636         * configure.ac:
637         Commit 0.10.10.4 pre-release
638
639 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
640
641         * gst/avi/gstavimux.c:
642         Fix VPRP chunk setup in avimux.
643         Fixes: #556010
644         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
645
646 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
647
648         * gst/videobox/gstvideobox.c:
649         support dynamically changing properties in videobox
650         Fixed: #557085
651         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
652
653 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
654
655         * configure.ac:
656         0.10.10.3 pre-release
657
658 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
659
660         * tests/check/Makefile.am:
661         Don't run the states test on pulsesrc and pulsesink
662
663 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
664
665         * configure.ac:
666         Commit 0.10.10.2 pre-release bump that actually went
667         out on 2008-10-11
668
669 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
670
671         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
672         Skip entries for streams that don't have a output pad yet, thereby
673         avoiding calling pad functions with a NULL pad.
674         Fixes #556424
675
676 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
677
678         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
679         * tests/check/elements/icydemux.c: (icydemux_found_pad):
680         Remove problematic and useless refcount check.
681         Fixes #556381
682
683 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
684
685         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
686         Remove problematic and useless refcount check.
687         Fixes #556381
688
689 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
690
691         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
692         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
693         Cast some size_t arguments to guint to avoid compiler
694         warnings on 64-bit systems.
695
696 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
699         Return TRUE instead of FALSE from the event handler when we swallowed the
700         event.
701
702 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
703
704         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
705         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
706         Reset header state. Fixes #555321.
707
708 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
709
710         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
711         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
712         * gst/avi/gstavidemux.h:
713         For timestamping audio packets we need to take into account the
714         amount of blocks in one entry using the blockalign. Fixes some sync
715         issues with zero-padded audio blocks in the beginning of avi files.
716
717 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
718
719         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
720         (gst_multi_file_src_query):
721         Implement DEFAULT and BUFFER position queries. See #555260.
722
723 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
724
725         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
726         Fix build for systems that don't have XDamage.
727
728 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
729
730         * tests/examples/rtp/client-H263p.sdp:
731         * tests/examples/rtp/client-H263p.sh:
732         * tests/examples/rtp/server-VTS-H263p.sh:
733         Add some more H263p server and client examples.
734
735 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
736
737         * configure.ac::
738           Depend on released versions of core and base.
739
740 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
741
742         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
743         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
744         Return -1 instead of 0 in error cases. Fixes #554771.
745
746 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
747
748         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
749         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
750         Stop leaking the cursor image.
751         Unref the last_ximage and the cached cursor image on shutdown.
752         Fixes #551570.
753
754 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
755
756         * sys/v4l2/gstv4l2object.h:
757         Getting the Class from an instance is not just a matter of casting it to
758         the class struct but it involves calling G_OBJECT_GET_CLASS on the
759         instance. Fixes #549784.
760
761 2008-10-01  Michael Smith <msmith@songbirdnest.com>
762
763         * configure.ac:
764           Fix libs for linking directsound.
765         * sys/directsound/gstdirectsoundsink.c:
766           Fix buffer sizing to prevent racing the ringbuffer at startup.
767           Add volume property.
768
769 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
770
771         * ext/pulse/pulsesink.c:
772         Fix problems with pulsesink randomly erroring with code 'OK' after a
773         format change on the stream by waiting when disconnecting the stream.
774
775 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
776
777         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
778         (gst_rtp_amr_depay_process):
779         Mark DISCONT on output buffers when the marker bit signals a new talk
780         spurt.
781
782         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
783         Set the marker bit for buffers with a DISCONT flag to signal a talk
784         spurt.
785
786 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
787
788         * gst/rtp/Makefile.am:
789         * gst/rtp/gstrtp.c: (plugin_init):
790         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
791         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
792         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
793         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
794         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
795         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
796         * gst/rtp/gstrtpmp4apay.h:
797         Added MP4A-LATM payloader to match the depayloader.
798
799 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
800
801         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
802         (gst_videomixer_sink_event):
803         Handle segments a little better. Fixes #537361.
804
805 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
806
807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
808         Don't assume the server supports PAUSE by default. Fixes #551048.
809
810 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
811
812         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
813         (gst_udpsrc_set_uri), (gst_udpsrc_start):
814         Switch on the socket family to get the addrlen size right.
815
816 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
817
818         Patch by: Daniel Franke <df at dfranke dot us>
819
820         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
821         OS X's bind() implementation is picky about its addrlen parameter and
822         fails with EINVAL if it is larger than expected for the socket's address
823         family. Set the length to the expected length instead. Fixes #553191.
824
825 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
826
827         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
828         Handle the case where we cannot do desribe or when the describe result
829         does not contain a valid SDP message.
830
831 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
832
833         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
834         Fix setting the qos.
835
836 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
837
838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
839         (gst_qtdemux_chain):
840         Some 'broken' files out there have atom lengths of zero...
841         which basically results in qtdemux consuming that atom again and again
842         until the *end of night* !
843         Detect that and emits an adequate element error message.
844
845 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
846
847         * gst/interleave/Makefile.am:
848         * gst/matroska/Makefile.am:
849         Fix build flags order.
850
851         * tests/check/elements/audioamplify.c: (GST_START_TEST):
852         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
853         * tests/check/elements/audioinvert.c: (GST_START_TEST):
854         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
855         Format fixes.
856
857         * tests/check/elements/multifile.c:
858         Pull in unistd.h
859
860 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
861
862         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
863         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
864         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
865         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
866         (gst_rtp_mp4g_depay_change_state):
867         * gst/rtp/gstrtpmp4gdepay.h:
868         Handle interleaved streams by reordering AU in a queue.
869
870 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
871
872         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
873         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
874         Change some of the ranges in the caps, mostly for the amount of bits we
875         can use.
876         Added a little bitstream parse and use it to parse the AU header fields.
877         Check for malformed and wrongly sized packets better.
878         Implement more header field parsing.
879         Handle the size of fragmented packets correctly.
880
881 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
882
883         Patch by: Jonathan Matthew <notverysmart@gmail.com>
884         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
885         Add mapping for 'tiff' => image/tiff
886         Fixes #552213
887
888 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
889
890
891         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
892         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
893           Pretend to care about the result of write() which works around
894           compiler warnings.
895
896 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
897
898         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
899           Make sure the desired default values are actually set, not only
900           registered as defaults (actual problem is that the stereo-specific
901           values are only updated if channels==2, which is not the case yet
902           when the object is created, so the default values for the
903           mid-side-stereo and loose-mid-side-stereo settings are never
904           set in _update_quality()). Makes flacenc create smaller files by
905           default (for stereo input), and fixes #550791.
906
907 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
908
909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
910         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
911         (qtdemux_parse_trak), (qtdemux_video_caps):
912         * gst/qtdemux/qtdemux.h:
913         * gst/qtdemux/qtdemux_fourcc.h:
914         * gst/qtdemux/qtdemux_types.c:
915         Add support for video/mj2 mime-type and its additional atoms/boxes.
916         Fixes #550646.
917
918 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
919
920         * gst/debug/gsttaginject.c:
921           Add warning when tags parameter is unparsable and give example for
922           quoting in the docs.
923
924 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
925
926         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
927         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
928         Add some alternative byteswapped mappings that seem to pop up sometimes.
929         Fixes #550288.
930
931 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
932
933         * po/LINGUAS:
934         * po/POTFILES.in:
935         * po/POTFILES.skip:
936           Add 'ca' to LINGUAS; add some more files with translations and some
937           files which should be ignored by translation tools.
938
939 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
940
941         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
942         * ext/speex/gstspeexdec.h:
943         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
944         * ext/speex/gstspeexenc.h:
945         Use integer encoding and decoding functions instead of converting
946         the integer input to float in the element. The libspeex integer
947         functions are doing this for us already or, if libspeex was compiled
948         in integer mode, they're doing everything using integer arithmetics.
949         Also saves some copying around.
950
951 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
952
953         * configure.ac:
954           Fix --disable-external
955
956 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
957
958         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
959         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
960         * ext/wavpack/gstwavpackenc.h:
961         Handle non-zero start timestamps and stream discontinuities
962         correctly. This only has an effect if we're muxing into
963         a container format as the raw WavPack stream must contain
964         continous sample numbers.
965
966 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
967
968         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
969         Correct the timestamp and granulepos calculation by one Speex
970         frame.
971
972 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
973
974         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
975         Correctly take the granulepos from upstream if possible and
976         correctly handle the granulepos in various calculations: the
977         granulepos is the sample number of the _last_ sample in a frame, not
978         the first.
979
980         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
981         (gst_speex_enc_encode), (gst_speex_enc_chain),
982         (gst_speex_enc_change_state):
983         * ext/speex/gstspeexenc.h:
984         Handle non-zero start timestamps in the encoder and detect/handle
985         stream discontinuities. Fixes bug #547075.
986
987 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
988
989         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
990
991         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
992         Fix compiler warnings caused by passing a string as format string
993         instead of "%s" and then the string. This is only exposed by -Wformat=2
994         as used by default on Ubuntu. Fixes bug #550015.
995
996 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
997
998         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
999         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1000         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1001         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1002         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1003           (gst_ebml_read_element_length):
1004         * gst/matroska/matroska-demux.c:
1005           (gst_matroska_demux_check_subtitle_buffer):
1006           Make stuff compile with GST_DISABLE_GST_DEBUG.
1007
1008 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1009
1010         * gst/law/alaw.c:
1011         * gst/law/mulaw.c:
1012           Ref caps before passing to gst_pad_template_new(), since that takes
1013           ownership.
1014
1015 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1016
1017         Patch by: Mersad Jelacic <mersad at axis dot com>
1018
1019         * gst/multipart/multipartdemux.c:
1020         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1021         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1022         demuxer. Fixes #549551.
1023
1024 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1025
1026         * sys/osxaudio/gstosxaudiosink.c:
1027         (gst_osx_audio_sink_select_device):
1028         * sys/osxaudio/gstosxaudiosrc.c:
1029         (gst_osx_audio_src_create_ringbuffer),
1030         (gst_osx_audio_src_select_device):
1031         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1032         Fix the build on macosx.
1033
1034 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1035
1036         * gst/icydemux/gsticydemux.c:
1037           Small docs fix: in the example pipeline, we need to pass
1038           iradio-mode=true to the source, so the server actually sends
1039           an ICY stream.
1040
1041 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1042
1043         * sys/osxaudio/gstosxaudio.c:
1044           Oops. Revert more completely.
1045
1046 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1047
1048         * sys/osxaudio/gstosxaudio.c:
1049           Revert accidental element rename from testing.
1050
1051 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1052
1053         * gst-plugins-good.doap:
1054         Pull in 0.10.10 doap entry from release branch
1055
1056 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1057
1058         * configure.ac:
1059         Update version number to reflect 0.10.10 release from
1060         branch.
1061
1062 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1063
1064         * sys/osxaudio/Makefile.am:
1065         * sys/osxaudio/gstosxaudio.c:
1066         * sys/osxaudio/gstosxaudiosink.c:
1067         * sys/osxaudio/gstosxaudiosink.h:
1068         * sys/osxaudio/gstosxaudiosrc.c:
1069         * sys/osxaudio/gstosxaudiosrc.h:
1070         * sys/osxaudio/gstosxringbuffer.c:
1071         * sys/osxaudio/gstosxringbuffer.h:
1072           Rewrite caps setting and ring buffer initialisation.
1073           Previously we never told CoreAudio what format we were going to send it,
1074           so it only worked due to luck, and not at all on some hardware.
1075           Now we explicitly advertise what formats the hardware supports, and then
1076           configure the selected one correctly.
1077
1078 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1079
1080         * sys/v4l2/gstv4l2object.c:
1081         * sys/v4l2/gstv4l2src.c:
1082         * sys/v4l2/gstv4l2src.h:
1083         * sys/v4l2/v4l2_calls.c:
1084         * sys/v4l2/v4l2src_calls.c:
1085           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1086           need to memset instance structures. Some more FIXME's and comments.
1087
1088 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1089
1090         * tests/icles/.cvsignore:
1091           Ignore more.
1092
1093 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1094
1095         * gst/goom/.cvsignore:
1096         * gst/goom2k1/.cvsignore:
1097           Ignore files.
1098
1099 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1100
1101         * ext/cairo/gsttextoverlay.c:
1102           Fix compiler warning.
1103
1104 2008-08-25  David Schleef  <ds@schleef.org>
1105
1106         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1107
1108 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1109
1110         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1111         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1112         * gst/matroska/matroska-mux.c:
1113         (gst_matroska_mux_video_pad_setcaps),
1114         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1115         Add Real[Audio|Video] support to Matroska containers.
1116         It works fine for:
1117         * decoding real audio/video streams contained in mkv
1118         * 'transmuxing' real (.rm) files into .mkv files
1119         It will not work though for encoding real[audio/video] streams that
1120         don't contain the 'mdpr_data' extra data on the caps.
1121         The reason why this will not work is because I never intended to
1122         duplicate virtually all the 'mdpr' block creation into mkvmux.
1123         Fixes #536067
1124
1125 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1126
1127         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1128         * gst/law/mulaw-conversion.c:
1129         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1130         (gst_mulawenc_chain):
1131         The encoder can't really renegotiate at the time they perform a
1132         pad-alloc so make the srcpads use fixed caps.
1133         Check the buffer size after a pad-alloc because the returned size might
1134         not be right when the downstream element does not know the size of the
1135         new buffer (capsfilter). Fixes #549073.
1136
1137 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1138
1139         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1140
1141         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1142         v4l2src doesn't have a property named "norm" so don't try to notify
1143         about changes to that property. The "norm" property and related
1144         code are commented out currently. Fixes bug #549090.
1145
1146 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1147
1148         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1149
1150         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1151         Reprobe devices again instead of taking a cached list as new
1152         devices could've been plugged in. Fixes bug #549062.
1153
1154 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1155
1156         * gst/autodetect/Makefile.am:
1157         Don't link the autodetect plugin with GConf as it doesn't
1158         use GConf. Fixes bug #545463.
1159
1160 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1161
1162         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1163         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1164         (gst_ebml_read_sint), (gst_ebml_read_float),
1165         (gst_ebml_read_header):
1166         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1167         possible to ignore errors and not post any ERROR messages on
1168         the bus.
1169
1170         * gst/matroska/matroska-demux.c:
1171         (gst_matroska_demux_parse_contents):
1172         Ignore any errors and not just EOS when parsing the contents of
1173         a SeekHead. Errors here are usually caused by truncated files
1174         and playback of the file works fine. Fixes playback of the
1175         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1176         archive.
1177
1178 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1179
1180         * gst/multipart/multipartdemux.c:
1181         * gst/multipart/multipartmux.c:
1182         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1183
1184 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1185
1186         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1187           gst_directdraw_sink_bufferpool_clear):
1188           Fix two more buffer ref leaks.
1189
1190 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1191
1192         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1193
1194         * sys/directdraw/gstdirectdrawsink.c:
1195           (gst_directdraw_sink_show_frame):
1196           Fix buffer ref leak.
1197
1198 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1199
1200         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1201         Revert the last commit. wavenc still supports width!=depth for 32 bit
1202         width. Thanks Tim.
1203
1204 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1205
1206         * gst/matroska/matroska-demux.c:
1207         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1208         If the duration of a block is unknown only use the timestamp for the
1209         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1210         laces. Otherwise every lace has the same timestamp which leads to
1211         various problems. Really fixes bug #548831.
1212
1213 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1214
1215         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1216         If we're not allowing width!=depth in wavenc we should also disable
1217         the code that was added to support width!=depth.
1218
1219 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1220
1221         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1222         Don't calculate the default duration of a frame from the audio sampling
1223         rate. This only works for raw audio if every frame contains a single
1224         sample and results in broken buffer durations for other formats
1225         if no specified default duration is given or the blocks have no
1226         duration. Fixes bug #548831.
1227
1228 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1229
1230         * gst/matroska/matroska-demux.c:
1231         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1232         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1233         are used for text/plain subtitles as a gap-filler in some files.
1234
1235 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1236
1237         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1238         (gst_v4l2_get_caps_info):
1239         Add S910 and PWC formats with a low priority.
1240
1241         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1242         (gst_v4l2src_probe_caps_for_format):
1243         Add more debugging.
1244
1245 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1246
1247         * ext/flac/gstflacenc.c:
1248           Fix compilation against older libflac versions.
1249
1250 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1251
1252         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1253         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1254         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1255         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1256         (gst_pulsemixer_ctrl_set_volume):
1257         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1258         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1259         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1260         (gst_pulsesink_init), (gst_pulsesink_open),
1261         (gst_pulsesink_prepare), (gst_pulsesink_write),
1262         (gst_pulsesink_delay), (gst_pulsesink_reset):
1263         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1264         (gst_pulsesrc_init):
1265         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1266         Fix a locking issue in pulsesink's prepare function.
1267
1268         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1269         Check if the created channel layout is valid for GStreamer.
1270
1271 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1272
1273         * gst/rtsp/gstrtspgoogle.c:
1274         Things that can happen when your brain is in google mode trying to
1275         deal with their google rtsp server extensions and trying to type your
1276         google mail account.
1277
1278 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1279
1280         * gst/rtsp/Makefile.am:
1281         * gst/rtsp/gstrtsp.c: (plugin_init):
1282         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1283         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1284         (_do_init), (gst_rtsp_google_base_init),
1285         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1286         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1287         (gst_rtsp_google_extension_init):
1288         * gst/rtsp/gstrtspgoogle.h:
1289         Add google RTSP extension, it can only handle udp and responds with
1290         unsupported if we do anything else. Fixes #546465.
1291
1292         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1293         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1294         (gst_rtspsrc_create_transports_string),
1295         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1296         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1297         Make transport setup code a bit better using GString.
1298         Add some more debug.
1299         Check for closed connections before doing anything on them.
1300
1301 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1302
1303         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1304         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1305         (gst_pulsesrc_prepare):
1306         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1307         (gst_pulse_channel_map_to_gst):
1308         * ext/pulse/pulseutil.h:
1309         If downstream provides no channel layout and >2 channels should be
1310         used use the default layout that pulseaudio chooses and also
1311         add this layout to the caps. Fixes bug #547258.
1312
1313 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1314
1315         Patch by: Peter Kjellerstedt <pkj at axis com>
1316
1317         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1318         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1319         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1320         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1321         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1322         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1323         (gst_udpsrc_set_property):
1324         Avoid leaking internally allocated file descriptors when setting
1325         custom file descriptors. Fixes #543101.
1326
1327 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1328
1329         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1330         Don't try to configure RTCP back to the server when the server did not
1331         give us a valid port number.
1332
1333 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1334
1335         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1336         Use new basetransform method to renegotiate. Fixes #544956.
1337
1338         * tests/icles/Makefile.am:
1339         * tests/icles/videobox-test.c: (make_pipeline), (main):
1340         Add videobox renegotiation example.
1341
1342 2008-08-19  David Schleef  <ds@schleef.org>
1343
1344         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1345         with sane values.  Fixes #548530.
1346
1347 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1348
1349         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1350         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1351         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1352         are already filled with the correct values by
1353         gst_ring_buffer_parse_caps() so there's no need to set them again
1354         with wrong values.
1355
1356 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1357
1358         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1359         (gst_avi_demux_read_subindexes_push):
1360         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1361         and instead of using the 'ix##' nomenclature, use '##ix'.
1362         They're still valid though, this fixes the duration and indexes for
1363         virtually all the ODML files I have.
1364
1365 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1366
1367         Patch by: Olivier Crete <tester at tester dot ca>
1368
1369         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1370         (gst_rtp_vorbis_depay_process):
1371         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1372         Update the vorbis RTP pay/depay to RFC 5215.
1373         Fixes #547842.
1374
1375 2008-08-14  David Schleef  <ds@schleef.org>
1376
1377         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1378           with 3:2 pulldown, i.e., 24p.
1379
1380 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1381
1382         * tests/check/elements/level.c: (GST_START_TEST):
1383         Fix compilation some more.
1384
1385 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1386
1387         * configure.ac::
1388           Require -base CVS for wavparse acid chunk parsing.
1389
1390 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1391
1392         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1393         (gst_pulsesink_init), (gst_pulsesink_finalize),
1394         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1395         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1396         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1397         * ext/pulse/pulsesink.h:
1398         Add "device-name" property to pulsesink too and currently commented
1399         out and not working support for a "volume" property.
1400
1401 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1402
1403         * configure.ac:
1404         Remove more cdio stuff (moved to ugly)
1405
1406 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1407
1408         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1409
1410         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1411         (gst_pulsesrc_get_property):
1412         Add "device-name" property, which provides a human readable string
1413         for the audio device, to make it more consisten with other audio
1414         sources. Fixes bug #547519.
1415
1416 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1417
1418         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1419         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1420         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1421         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1422         * ext/pulse/pulsemixerctrl.h:
1423         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1424         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1425         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1426         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1427         * ext/pulse/pulseprobe.h:
1428         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1429         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1430         (gst_pulsesrc_change_state):
1431         Improve debugging a bit by including the parent object in pulsemixerctrl
1432         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1433         GST_WARNING.
1434
1435         Use the parent GObject subclass instead of a random struct as GObject
1436         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1437         when probing for another property than "device".
1438
1439 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1440
1441         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1442
1443         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1444         Fix property probing after the device property is set by calling
1445         set_server when the server property changes. Fixes bug #547518.
1446
1447 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1448
1449         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1450
1451         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1452         (gst_pulsesink_implements_interface_init),
1453         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1454         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1455         (gst_pulsesink_get_type):
1456         * ext/pulse/pulsesink.h:
1457         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1458         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1459         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1460         * ext/pulse/pulsesrc.h:
1461         Implement GstPropertyProbe interface on pulsesink for detecting
1462         sink devices and on pulsesrc for detecting source devices.
1463         Fixes bugs #547227 and #547217.
1464
1465 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1466
1467         * gst/spectrum/gstspectrum.c:
1468           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1469
1470 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1471
1472         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1473         Properly set the maximum latency value, in the same way it is done in
1474         v4lsrc.
1475         * sys/v4l2/v4l2src_calls.c:
1476         Simplify fraction equality check, no need to use GValues for this.
1477
1478 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1479
1480         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1481         Add warning messages stating exactly why the latency query failed.
1482         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1483         In some cases, the negotiated framerate might be the default one which
1484         is already set internally. But we still need to mark it down in fps_n
1485         and fps_d so that the latency query can happen properly.
1486
1487 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1488
1489         * docs/plugins/inspect/plugin-1394.xml:
1490         Whoops, forgot one doc file for people who can't/don't build the
1491         raw1394 plugin.
1492
1493 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1494
1495         * docs/plugins/Makefile.am:
1496         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1497         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1498         * docs/plugins/inspect/plugin-cdio.xml:
1499         * ext/Makefile.am:
1500         * ext/cdio/Makefile.am:
1501         * ext/cdio/gstcdio.c:
1502         * ext/cdio/gstcdio.h:
1503         * ext/cdio/gstcdiocddasrc.c:
1504         * ext/cdio/gstcdiocddasrc.h:
1505
1506         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1507         CDDA source to -ugly.
1508
1509         * po/LINGUAS:
1510         * po/POTFILES.in:
1511         * po/id.po:
1512         Pull in new translation from 0.10.9.2 release branch.
1513
1514 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1515
1516         * docs/plugins/Makefile.am:
1517         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1518         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1519         * docs/plugins/gst-plugins-good-plugins.args:
1520         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1521         * docs/plugins/gst-plugins-good-plugins.interfaces:
1522         Integrate documentation for new hdv1394src element.
1523
1524 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1525
1526         * ext/raw1394/Makefile.am:
1527         * ext/raw1394/gst1394.c: (plugin_init):
1528         * ext/raw1394/gsthdv1394src.c: (_do_init),
1529         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1530         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1531         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1532         (gst_hdv1394src_from_raw1394handle),
1533         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1534         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1535         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1536         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1537         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1538         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1539         (gst_hdv1394src_uri_handler_init):
1540         * ext/raw1394/gsthdv1394src.h:
1541         mpeg2-ts (HDV) variant of firewire capture element.
1542         Fixes #350830
1543
1544 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1545
1546         * gst/level/gstlevel.c: (gst_level_message_new):
1547          Fix compilation (also known as the classic 'fix code that someone
1548          committed without compiling it first').
1549
1550 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1551
1552         * tests/check/elements/level.c:
1553           Add a test for level in stereo mode.
1554
1555 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1556
1557         * tests/examples/spectrum/demo-audiotest.c:
1558         * tests/examples/spectrum/demo-osssrc.c:
1559           Demo how to draw analyzer results synced to the clock.
1560
1561 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1562
1563         * gst/level/gstlevel.c:
1564           Little renaming (l -> level).
1565
1566         * gst/spectrum/gstspectrum.c:
1567         * gst/spectrum/gstspectrum.h:
1568           Also send full timestamp/duration details here.
1569
1570 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1571
1572         * gst/level/gstlevel.c:
1573         * gst/level/gstlevel.h:
1574           Send same timestamp/duration details as videoanalysis. This gives
1575           applications better chance to sync analysis results with playback.
1576
1577 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1578
1579         * gst/matroska/matroska-mux.c:
1580         (gst_matroska_mux_handle_sink_event),
1581         (flac_streamheader_to_codecdata):
1582         We need to drop one additional buffer for FLAC as the fLaC
1583         marker and STREAMINFO block are merged into one buffer in the caps.
1584
1585         Also don't pretend to support NEWSEGMENT events, otherwise we
1586         will most probably write some invalid data.
1587
1588 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1589
1590         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1591         (gst_matroska_mux_audio_pad_setcaps):
1592         Add support for muxing FLAC into Matroska containers.
1593         Fixes bug #311586.
1594
1595 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1596
1597         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1598         Actually provide the variables required for the format string.
1599
1600 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1601
1602         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1603         (gst_matroska_demux_element_send_event),
1604         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1605         * gst/matroska/matroska-demux.h:
1606         Close the current segment if we're doing a non-flushing seek and send
1607         the close-segment and the new segment of the seek from the streaming
1608         thread.
1609
1610 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1611
1612         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1613         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1614         (gst_flac_enc_change_state):
1615         * ext/flac/gstflacenc.h:
1616         Handle non-zero start timestamps correctly, mark header packets as
1617         IN_CAPS and print a warning and suggest using audiorate if stream
1618         discontinuities are detected. When FLAC supports flushing the encoder
1619         somehow this should be done for discontinuities instead.
1620
1621         Remove some unused variables from the instance struct.
1622
1623 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1624
1625         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1626         If seeking failed return the appropiate return value to FLAC.
1627         Otherwise it thinks seeking was successfull and tries to rewrite
1628         parts of the headers which then get appended to the output.
1629
1630 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1631
1632         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1633
1634         * ext/esd/gstesd.c: (plugin_init):
1635         * ext/flac/gstflac.c: (plugin_init):
1636         * ext/shout2/gstshout2.c: (plugin_init):
1637         * ext/wavpack/gstwavpack.c: (plugin_init):
1638         * sys/oss/gstossaudio.c: (plugin_init):
1639         * sys/v4l2/gstv4l2.c: (plugin_init):
1640         Make sure gettext returns translations in UTF-8 encoding rather
1641         than in the current locale encoding (#546822).
1642
1643 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         * ext/flac/gstflacdec.c:
1646         Add FIXME for 0.11 to simply output everything with width=32 as given
1647         by FLAC and let audioconvert handle the conversions instead of doing
1648         them in flacdec.
1649
1650 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1651
1652         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1653         When outputting a pad template range for the size, include a framerate
1654         range too, to avoid 'not a real subset of template caps' errors.
1655
1656 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1657
1658         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1659
1660         * ext/flac/Makefile.am:
1661         * ext/flac/gstflac.c: (plugin_init):
1662         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1663         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1664         (gst_flac_tag_dispose), (gst_flac_tag_init),
1665         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1666         (gst_flac_tag_change_state):
1667         * ext/flac/gstflactag.h:
1668         Port flactag to 0.10, add documentation for it and clean it up a bit.
1669         Fixes bug #413841.
1670
1671         * docs/plugins/Makefile.am:
1672         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1673         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1674         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1675         * docs/plugins/gst-plugins-good-plugins.interfaces:
1676         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1677         * docs/plugins/inspect/plugin-flac.xml:
1678         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1679         * ext/flac/gstflacdec.h:
1680         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1681         * ext/flac/gstflacenc.h:
1682         Add flactag and flacenc to the documentation and mark
1683         the private parts of the flacdec instance structure as private.
1684
1685         Also use gst_element_class_set_details_simple() in flacdec and
1686         flacenc.
1687
1688 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1689
1690         * gst/qtdemux/qtdemux.c:
1691           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1692           for it but ffmpeg does not.
1693
1694 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1695
1696         * gst/wavparse/gstwavparse.c:
1697           Handle the list chunk and use gst_riff_parse_info() to parse the info
1698           sub-chunk.
1699
1700 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1701
1702         * gst/wavparse/gstwavparse.c:
1703           Handle the acid chunk and send tempo as part of tags. Other fields are
1704           interesting too, but need more tag-definitions. Fixes #545433.
1705
1706 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1707
1708         * gst/wavparse/gstwavparse.c:
1709           Refactor wavparse. Call _reset() from dispose() and move old code from
1710           dispose into reset. This way we don't leak taglists when we abort
1711           parsing. Fix some comments. Move code for skipping a chunk into extra
1712           function. Replace chunk sizes with a const to ease readability.         
1713
1714 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1715
1716         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1717
1718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1719         Improve udp port setup. Fixes #545710.
1720
1721 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1722
1723         * gst/rtp/Makefile.am:
1724         * gst/rtp/gstrtp.c: (plugin_init):
1725         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1726         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1727         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1728         (gst_rtp_mp1s_depay_set_property),
1729         (gst_rtp_mp1s_depay_get_property),
1730         (gst_rtp_mp1s_depay_change_state),
1731         (gst_rtp_mp1s_depay_plugin_init):
1732         * gst/rtp/gstrtpmp1sdepay.h:
1733         Add MP1S depayloader.
1734
1735         * gst/rtsp/URLS:
1736         Some more sample rtsp streams.
1737
1738 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1739
1740         * gst/rtsp/URLS:
1741         Add another URL.
1742
1743         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1744         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1745         Add some more debug info.
1746
1747 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1748
1749         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1750         Provide cbSize field for audio extra_data size, and take care to
1751         pad extra_data.
1752
1753 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1754
1755         * gst/qtdemux/qtdemux.c:
1756           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1757           TRUE.
1758
1759 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1760
1761         * gst/qtdemux/qtdemux.c:
1762         * gst/qtdemux/qtdemux_fourcc.h:
1763           Add keyword tag support. Fixes #520694 for qtdemux.
1764
1765 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1766
1767         * gst/qtdemux/qtdemux.c:
1768           Add support for tmpo tag (BPM).
1769
1770 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1771
1772         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1773         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1774         Set an estimate for the total number of samples that will be encoded
1775         if possible to help decoders if the streaminfo can't be rewritten
1776         later (like when muxing into Ogg containers).
1777
1778         Add a warning if we get header packets after data packets as those
1779         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1780         work.
1781
1782 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1783
1784         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1785         (gst_flac_dec_write):
1786         Support decoding of all depths between 4 and 32 bits and read the
1787         depth from the streaminfo header if needed. Also support all sampling
1788         rates between 1 and 655350 Hz.
1789
1790         * ext/flac/gstflacenc.c:
1791         (gst_flac_enc_caps_append_structure_with_widths),
1792         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1793         (gst_flac_enc_chain):
1794         * ext/flac/gstflacenc.h:
1795         Support encoding in all bit depths supported by the streamable
1796         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1797         between 1 Hz and 655350 Hz.
1798
1799 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1800
1801         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1802         (gst_flac_enc_sink_getcaps):
1803         Support encoding of up to 8 channels.
1804
1805 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1806
1807         * ext/soup/gstsouphttpsrc.c:
1808         * ext/soup/gstsouphttpsrc.h:
1809         Fix seeking race condition in #540300
1810         Patch By: Wouter Cloetens  <wouter at mind be>
1811
1812 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1813
1814         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1815         (gst_matroska_demux_element_send_event),
1816         (gst_matroska_demux_handle_seek_event),
1817         (gst_matroska_demux_handle_src_event):
1818         When receiving a SEEK event on a specific pad first search for a seek
1819         table entry for the stream of the pad and then fall back to an entry
1820         for a different stream.
1821
1822 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1823
1824         * configure.ac:
1825         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1826         * gst/matroska/matroska-ids.h:
1827         Build depend on core CVS for the attachment tag.
1828
1829 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1830
1831         * configure.ac:
1832         * gst/matroska/Makefile.am:
1833         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1834         (copy_backptr), (lzo1x_decode), (main):
1835         * gst/matroska/lzo.h:
1836         * gst/matroska/matroska-demux.c:
1837         (gst_matroska_demux_read_track_encoding),
1838         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1839         (gst_matroska_decode_buffer),
1840         (gst_matroska_decode_content_encodings),
1841         (gst_matroska_demux_read_track_encodings),
1842         (gst_matroska_demux_add_stream),
1843         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1844         * gst/matroska/matroska-ids.h:
1845         Decode the codec private data and following ContentEncoding if
1846         necessary.
1847
1848         Support bzip2, lzo and header stripped compression. For lzo use the
1849         ffmpeg lzo implementation as liblzo is GPL licensed.
1850         
1851         Fix zlib decompression.
1852
1853 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1854
1855         * gst/matroska/matroska-mux.c:
1856         (gst_matroska_mux_audio_pad_setcaps):
1857         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1858         duration of a frame with the new mpegaudioversion caps field.
1859
1860 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1861
1862         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1863         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1864         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1865         (gst_matroska_demux_stream_from_num),
1866         (gst_matroska_demux_tracknumber_unique),
1867         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1868         (gst_matroska_demux_handle_seek_event),
1869         (gst_matroska_demux_sync_streams),
1870         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1871         (gst_matroska_demux_loop):
1872         * gst/matroska/matroska-demux.h:
1873         Allow an infinite number of stream inside Matroska containers and use
1874         a GPtrArray for storing them instead of allowing "only" 127 streams.
1875
1876 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1877
1878         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1879         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1880         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1881         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1882         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1883         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1884         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1885         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1886         (gst_ebml_read_master), (gst_ebml_read_binary),
1887         (gst_ebml_read_header):
1888         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1889         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1890         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1891         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1892         (gst_ebml_replace_uint):
1893         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1894         (gst_matroska_demux_read_track_encoding),
1895         (gst_matroska_demux_read_track_encodings),
1896         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1897         (gst_matroska_demux_send_event),
1898         (gst_matroska_demux_element_send_event),
1899         (gst_matroska_demux_handle_seek_event),
1900         (gst_matroska_demux_handle_src_event),
1901         (gst_matroska_demux_init_stream),
1902         (gst_matroska_demux_parse_tracks),
1903         (gst_matroska_demux_parse_index_cuetrack),
1904         (gst_matroska_demux_parse_index_pointentry),
1905         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1906         (gst_matroska_demux_parse_metadata_id_simple_tag),
1907         (gst_matroska_demux_parse_metadata_id_tag),
1908         (gst_matroska_demux_parse_metadata),
1909         (gst_matroska_demux_parse_attached_file),
1910         (gst_matroska_demux_parse_attachments),
1911         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1912         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1913         (gst_matroska_demux_push_flac_codec_priv_data),
1914         (gst_matroska_demux_push_xiph_codec_priv_data),
1915         (gst_matroska_demux_push_dvd_clut_change_event),
1916         (gst_matroska_demux_add_mpeg_seq_header),
1917         (gst_matroska_demux_add_wvpk_header),
1918         (gst_matroska_demux_check_subtitle_buffer),
1919         (gst_matroska_decode_buffer),
1920         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1921         (gst_matroska_demux_parse_cluster),
1922         (gst_matroska_demux_parse_contents_seekentry),
1923         (gst_matroska_demux_parse_contents),
1924         (gst_matroska_demux_loop_stream_parse_id),
1925         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1926         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1927         (gst_matroska_demux_subtitle_caps),
1928         (gst_matroska_demux_change_state):
1929         * gst/matroska/matroska-ids.c:
1930         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1931         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1932         (gst_matroska_mux_video_pad_setcaps),
1933         (xiph3_streamheader_to_codecdata),
1934         (vorbis_streamheader_to_codecdata),
1935         (theora_streamheader_to_codecdata),
1936         (gst_matroska_mux_audio_pad_setcaps),
1937         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1938         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1939         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1940         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1941         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1942         Fix indention everywhere. A broken indent version has added newlines
1943         after every single declaration some time ago.
1944
1945 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1946
1947         * gst/matroska/matroska-demux.c:
1948         (gst_matroska_demux_loop_stream_parse_id):
1949         If no Tracks are found error out instead of trying it again until the
1950         end of time.
1951
1952 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1953
1954         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1955         Fix demuxing of raw integer audio. The samples are unsigned only for 8
1956         bit and signed otherwise, not the other way around.
1957
1958 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1959
1960         * gst/matroska/matroska-mux.c:
1961         Add more raw YUV formats to the list of supported formats.
1962
1963 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1964
1965         * gst/matroska/matroska-mux.c:
1966         (gst_matroska_mux_audio_pad_setcaps):
1967         Add support for muxing raw float audio now that the spec defines the
1968         endianness and add support for muxing raw integer audio with 24 and
1969         32 bits.
1970
1971         Allow muxing of more than 8 audio channels.
1972
1973 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1974
1975         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1976         (gst_matroska_mux_reset), (gst_matroska_mux_start):
1977         Add locking to the global array of used track UIDs to prevent random
1978         crashes if more than a single matrosmux instance is used.
1979
1980         Use 64 bit values for the track UIDs.
1981
1982         Use the global GRandom of GLib instead of creating our own one
1983         for the few random numbers we need every single time.
1984
1985 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1986
1987         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1988         (gst_flac_dec_setup_stream_decoder),
1989         (gst_flac_dec_update_metadata):
1990         Always post the audio-codec tag, not only if other tags are present.
1991
1992 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1993
1994         * configure.ac:
1995         Back to development -> 0.10.9.1
1996
1997 === release 0.10.9 ===
1998
1999 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2000
2001         * configure.ac:
2002           releasing 0.10.9, "Steam Train Rolling"
2003
2004 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2005
2006         * ext/soup/gstsouphttpsrc.c:
2007         Don't throw an error when soup completes a msg with status
2008         'cancelled', as that indicates we cancelled a request while
2009         shutting down or seeking, and it's not an error.
2010         Fixes: #540300 again.
2011
2012 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2013
2014         * configure.ac:
2015         0.10.8.4 pre-release
2016
2017 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2018
2019         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2020         Fix segment-stop regression.
2021         Add documentation regarding segments in quicktime files by Wim Taymans.
2022         Fixes #544509
2023
2024 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2025
2026         * configure.ac:
2027         0.10.8.3 pre-release
2028
2029         * po/LINGUAS:
2030         * po/pt_BR.po:
2031         Add pt_BR translation
2032
2033 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2034
2035         * gst/goom/convolve_fx.c:
2036         * gst/goom/filters.c:
2037         * gst/goom/goom_config.h:
2038         * gst/goom/goom_core.c:
2039         * gst/goom/goom_tools.h:
2040           Fix build with MSVC: include glib.h to define inline appropriately,
2041           use header guards where needed.
2042         * gst/udp/gstudpnetutils.c:
2043         * gst/udp/gstudpsrc.c:
2044           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2045           g_snprintf rather than snprintf.
2046           Fixes #544433.
2047
2048 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2049
2050         * gst/debug/gsttaginject.c:
2051         * gst/debug/gsttaginject.h:
2052           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2053           partially.
2054
2055 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2056
2057         * configure.ac:
2058         0.10.8.2 pre-release
2059
2060 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2061
2062         * ext/Makefile.am:
2063         Finish hooking up pulseaudio plugin to the build.
2064
2065         * ext/pulse/pulsemixerctrl.c:
2066         Fix compilation error.
2067
2068 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2069
2070         * po/LINGUAS:
2071         * po/lt.po:
2072         Add new lithunian translation, and add french to the LINGUAS
2073         file.
2074
2075 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2076
2077         * ext/soup/gstsouphttpsrc.c:
2078         Fix Soup HTTP source seeking.
2079         Patch By: Wouter Cloetens  <wouter at mind be>
2080         Fixes: #540300
2081
2082         * tests/check/elements/.cvsignore:
2083         Ignore new check programs.
2084
2085 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2086
2087         * configure.ac:
2088         * docs/plugins/Makefile.am:
2089         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2090         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2091         * docs/plugins/gst-plugins-good-plugins.args:
2092         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2093         * docs/plugins/gst-plugins-good-plugins.interfaces:
2094         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2095         * docs/plugins/inspect/plugin-interleave.xml:
2096         * docs/plugins/inspect/plugin-replaygain.xml:
2097         * tests/check/Makefile.am:
2098
2099         Move replaygain and interleave plugins from -bad.
2100         Fixes: #543406
2101         Fixes: #536228
2102
2103 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2104
2105         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2106         (qtdemux_parse_trak):
2107         Revert ISO base media spec based pixel-aspect-ratio calculation.
2108         Fixes #543300.
2109
2110 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2111
2112         * sys/osxvideo/osxvideosink.m:
2113         Fix minor build issues on macosx.
2114         Fixes #543054
2115
2116 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2117
2118         * configure.ac::
2119         * ext/taglib/Makefile.am::
2120           Only use -Wno-attributes (which is there to work around a
2121           bug in the taglib 1.5 headers) if the c++ compiler actually
2122           supports it (#543255).
2123
2124 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2125
2126         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2127
2128         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2129           Avoid compiler warning by initialising variable to NULL (#543259).
2130
2131 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2132
2133         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2134         Don't pass NULL taglists to gst_tag_list_is_empty().
2135
2136 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2137
2138         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2139         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2140         (rtp_pipeline_run):
2141         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2142         Don't use declarations after statements.
2143
2144 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2145
2146         * ext/jpeg/gstjpegdec.c:
2147         Align documentation with reality.
2148
2149 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2150
2151         * gst/udp/gstudpnetutils.c:
2152         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2153         old value (1) if it's not defined which should not cause any problems
2154         as we're using it internal only anyway.
2155
2156 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2157
2158         Patch by: Alessandro Decina <alessandro at nnva dot org>
2159
2160         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2161         Fix build of avidemux on big endian architectures.
2162
2163 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2164
2165         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2166
2167         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2168         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2169
2170 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2171
2172         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2173         (qtdemux_parse_trak):
2174         Set pixel-aspect-ratio in caps using display width and height
2175         provided in track.
2176
2177 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2178
2179         * configure.ac:
2180         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2181         flags that are invalid for C++. Fixes bug #516509.
2182
2183 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2184
2185         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2186         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2187         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2188         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2189         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2190         * tests/examples/equalizer/demo.c: (message_handler):
2191         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2192         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2193         Don't use declarations after statements and variable length arrays.
2194
2195 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2196
2197         Patch by: Daniel Drake <dsd at gentoo dot org>
2198
2199         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2200         (gst_v4l2src_get_nearest_size):
2201         Try progressive video if interlaced fails. Fixes bug #541956
2202         and the usage of v4l2src on OLPC.
2203
2204 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2205
2206         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2207         (gst_rtp_speex_depay_process):
2208         * gst/rtp/gstrtpspeexdepay.h:
2209         Revert last change: Only the jitterbuffer is able to convert RTP to
2210         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2211         Reopens bug #541787.
2212
2213 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2214
2215         * gst/rtp/gstrtpvrawdepay.c:
2216           Include stdlib.h for atoi().
2217
2218         * gst/rtsp/gstrtspsrc.c:
2219           Use floating point math for latencies < 0 sec in log output.
2220
2221 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2222
2223         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2224
2225         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2226         (gst_rtp_speex_depay_process):
2227         * gst/rtp/gstrtpspeexdepay.h:
2228         Take timestamp from the RTP packet as a first step to fix problems
2229         with transmission over RTP when the network is not reliable.
2230         Fixes bug #541787.
2231
2232 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2233
2234         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2235
2236         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2237         Fix parsing of udp:// URIs containing IPv6 addresses.
2238         Fixes bug #541650.
2239
2240 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2241
2242         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2243         Do not leak incoming buffers.
2244
2245 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2246
2247         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2248
2249         * configure.ac:
2250         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2251         for htons() and htonl(). Fixes bug #541412.
2252
2253 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2254
2255         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2256         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2257         (gst_matroska_demux_element_query),
2258         (gst_matroska_demux_handle_src_query),
2259         (gst_matroska_demux_handle_seek_event):
2260         Handle position and duration query in DEFAULT format if the
2261         pad's track has a default frame duration set.
2262
2263         Fix seeking now that the segment's duration doesn't contain the
2264         (possibly wrong or inaccurate) duration of the Matroska file.
2265
2266 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2267
2268         * gst/matroska/ebml-read.c: (_ext2dbl):
2269         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2270         in math.h except on MSVC where it is defined in xmath.h.
2271         Fixes compilation with MSVC.
2272
2273 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2274
2275         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2276         (gst_matroska_demux_handle_src_query),
2277         (gst_matroska_demux_parse_info),
2278         (gst_matroska_demux_loop_stream_parse_id):
2279         * gst/matroska/matroska-demux.h:
2280         Don't set the segment duration to the duration from the Matroska
2281         header as this value could be wrong and is just informational.
2282
2283 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2284
2285         * gst/matroska/matroska-demux.c:
2286         (gst_matroska_demux_loop_stream_parse_id):
2287         If no Tracks element is found until the first Cluster is found
2288         search it and error out if none is found in the complete file.
2289
2290 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2291
2292         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2293         Resync non-subtitle tracks too if a too large gap compared to other
2294         tracks is detected.
2295
2296 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2297
2298         * gst/rtp/Makefile.am:
2299         * gst/rtp/gstrtp.c: (plugin_init):
2300         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2301         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2302         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2303         (gst_rtp_vraw_depay_change_state),
2304         (gst_rtp_vraw_depay_plugin_init):
2305         * gst/rtp/gstrtpvrawdepay.h:
2306         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2307         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2308         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2309         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2310         (gst_rtp_vraw_pay_plugin_init):
2311         * gst/rtp/gstrtpvrawpay.h:
2312         Add raw video pay and depayloaders, see RFC4175.
2313
2314 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2315
2316         * ext/libpng/gstpngdec.c:
2317         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2318         whatever it returned.
2319
2320 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2321
2322         * gst/avi/avi-ids.h:
2323         Add vprp chunk related structures.
2324         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2325         (gst_avi_demux_parse_stream):
2326         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2327         to caps.  Fixes #539482.
2328         * gst/avi/gstavimux.h:
2329         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2330         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2331         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2332
2333 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2334
2335         * tests/check/elements/avimux.c: (check_avimux_pad):
2336         Adjust avimux unit test according to increased streamheader size.
2337
2338 2008-06-27  David Schleef  <ds@schleef.org>
2339
2340         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2341
2342 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2343
2344         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2345         * gst/avi/gstavimux.h:
2346         Add 8 bytes to current streamheader to make for a complete one
2347         and to make more players happy.  Fixes #519460.
2348
2349 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2350
2351         * sys/v4l2/v4l2_calls.c::
2352           Don't include unused gstv4l2xoverlay.h. Fixes build
2353           in case where X11 headers are not installed.
2354
2355 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2356
2357         * ext/dv/gstdv.c: (plugin_init):
2358         Fix compilation.
2359
2360 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2361
2362         * ext/dv/gstdv.c: (plugin_init):
2363         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2364         DV decoder available.
2365         Fixes #532393
2366
2367 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2368
2369         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2370         Call getsockname() after the call to bind() to get updated values
2371         for the port, etc. This fixes the usage of udpsrc on anonymous
2372         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2373         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2374
2375 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2376
2377         * tests/check/pipelines/wavpack.c: (bus_handler):
2378         Remove workaround for a bug in identity that is fixed in 0.10.20.
2379
2380 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2381
2382         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2383
2384         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2385         Fix HTTP auth support with user/password passed via the URI.
2386         Fixes bug #540067.
2387
2388 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2389
2390         * configure.ac:
2391           Depend on released versions of core and -base.
2392
2393 2008-06-23  Julien Moutte  <julien@fluendo.com>
2394
2395         * gst/matroska/matroska-demux.c:
2396         (gst_matroska_demux_read_track_encoding),
2397         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2398         format strings in macros. (makes it build on OS X again...)
2399
2400 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2401
2402         * gst/rtp/gstrtptheorapay.c:
2403         * gst/udp/gstmultiudpsink.c:
2404           Added debug.
2405
2406 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2407
2408         * configure.ac: switch v4l2src over to the normal build instead of
2409         being 'experimental'. Fixes bug #536831.
2410
2411 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2412
2413         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2414         Remove unused variable so that we can compile again.
2415
2416 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2417
2418         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2419         No need to check for audio/G723 and audio/32KADPCM here as they are
2420         no longer supported.
2421
2422 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2423
2424         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2425         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2426         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2427         known length.
2428
2429 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2430
2431         * gst/matroska/matroska-demux.c:
2432         (gst_matroska_demux_add_wvpk_header),
2433         (gst_matroska_demux_audio_caps):
2434         * gst/matroska/matroska-ids.h:
2435         Fix demuxing of WavPack files. Muxing is still broken.
2436
2437 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2438
2439         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2440         (gst_matroska_demux_add_mpeg_seq_header),
2441         (gst_matroska_demux_add_wvpk_header),
2442         (gst_matroska_demux_check_subtitle_buffer),
2443         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2444         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2445         (gst_matroska_demux_subtitle_caps):
2446         * gst/matroska/matroska-ids.h:
2447         Add a "vfunc" to the track context for postprocessing frames and
2448         convert the wavpack and subtitle postprocessing to this vfunc.
2449         Copy buffer flags in those functions to the new buffers too.
2450
2451         Parse CodecState elements of Blocks.
2452
2453         Add a postprocessing function for MPEG video that adds the sequence
2454         header from the codec private data or codec state to the frames if
2455         it's not already there.
2456
2457 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2458
2459         * gst/matroska/matroska-demux.c:
2460         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2461         If a gap of more than 1/2 second is found in one stream send a
2462         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2463         This also fixes Matroska files where the first buffer doesn't start
2464         at timestamp 0. Fixes bug #429322.
2465
2466         The duration of a block is the default duration multiplied with the
2467         number of laces. Every lace is one frame and the default duration
2468         is the duration of one frame. This fixes playback of files that use
2469         lacing for some tracks.
2470
2471 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2472
2473         * gst/matroska/matroska-demux.c:
2474         (gst_matroska_demux_parse_contents_seekentry):
2475         Update FIXME/TODOs and only ignore EOS at the central, important place
2476         instead of several places.
2477
2478 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2479
2480         * gst/rtp/gstrtpg726pay.c:
2481         Fix caps, See #538891.
2482
2483 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2484
2485         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2486         (gst_matroska_demux_stream_from_num),
2487         (gst_matroska_demux_encoding_cmp),
2488         (gst_matroska_demux_encoding_order_unique),
2489         (gst_matroska_demux_read_track_encoding),
2490         (gst_matroska_demux_read_track_encodings),
2491         (gst_matroska_demux_tracknumber_unique),
2492         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2493         (gst_matroska_demux_parse_tracks),
2494         (gst_matroska_demux_parse_index_cuetrack),
2495         (gst_matroska_demux_parse_index_pointentry),
2496         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2497         (gst_matroska_demux_parse_metadata_id_simple_tag),
2498         (gst_matroska_demux_parse_metadata_id_tag),
2499         (gst_matroska_demux_parse_metadata),
2500         (gst_matroska_demux_parse_attached_file),
2501         (gst_matroska_demux_parse_attachments),
2502         (gst_matroska_demux_parse_chapters),
2503         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2504         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2505         (gst_matroska_demux_parse_cluster),
2506         (gst_matroska_demux_parse_contents_seekentry),
2507         (gst_matroska_demux_parse_contents),
2508         (gst_matroska_demux_loop_stream_parse_id),
2509         (gst_matroska_demux_loop):
2510         Improve debug output everywhere and fix the EOS logic.
2511
2512         Check the values of the ContentEncoding elements more strictly and
2513         don't use tracks for which it's invalid.
2514
2515         Check that the track number is unique for this stream.
2516
2517         Check that seek positions are below G_MAXINT64 as our seeks are
2518         int64-based and overflows will fail badly.
2519
2520         After seeks also don't push SimpleBlocks until the first one
2521         containing a keyframe is found. Before this was done only for normal
2522         Blocks.
2523
2524         Update some FIXME/TODOs.
2525         
2526         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2527         (gst_ebml_read_utf8), (gst_ebml_read_header):
2528         Improve debug output.
2529
2530         * gst/matroska/matroska-ids.c:
2531         (gst_matroska_track_init_video_context):
2532         * gst/matroska/matroska-ids.h:
2533         * gst/matroska/matroska-mux.c:
2534         (gst_matroska_mux_video_pad_setcaps):
2535         Remove eye mode and don't parse it anymore. We can't use that
2536         information in GStreamer yet so it's useless.
2537
2538
2539 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2540
2541         Patch by: Mersad Jelacic <mersad at axis dot com>
2542
2543         * gst/rtp/Makefile.am:
2544         * gst/rtp/gstrtp.c: (plugin_init):
2545         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2546         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2547         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2548         (gst_rtp_g726_depay_plugin_init):
2549         * gst/rtp/gstrtpg726depay.h:
2550         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2551         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2552         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2553         * gst/rtp/gstrtpg726pay.h:
2554         Added G726 pay/depayloaders. Fixes #538891.
2555
2556 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2557
2558         * gst/rtsp/URLS:
2559         Some more urls.
2560
2561         * gst/smpte/barboxwipes.c:
2562         Add a comment
2563
2564         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2565         Fix typo, add audioresample to the pipeline.
2566
2567 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2568
2569         * ext/libmng/Makefile.am:
2570         * ext/libmng/gstmng.c: (plugin_init):
2571         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2572         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2573         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2574         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2575         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2576         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2577         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2578         (gst_mng_dec_change_state):
2579         * ext/libmng/gstmngdec.h:
2580         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2581         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2582         (gst_mng_enc_init), (gst_mng_enc_chain),
2583         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2584         * ext/libmng/gstmngenc.h:
2585         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2586         bits ifdeffed out still.
2587
2588 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2589
2590         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2591         When comparing index elements with the same time compare their
2592         block number.
2593
2594 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2595
2596         * gst/matroska/matroska-demux.c:
2597           (gst_matroska_demux_parse_attached_file)
2598           Init variable to NULL to avoid compiler warning.
2599
2600 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2601
2602         * gst/matroska/Makefile.am:
2603         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2604         (gst_matroska_demux_parse_attached_file),
2605         (gst_matroska_demux_parse_attachments),
2606         (gst_matroska_demux_parse_contents_seekentry),
2607         (gst_matroska_demux_loop_stream_parse_id):
2608         * gst/matroska/matroska-demux.h:
2609         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2610         * gst/matroska/matroska-ids.h:
2611         * gst/matroska/matroska.c: (plugin_init):
2612         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2613         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2614         and description of the attachments in the caps. Fixes bug #537622.
2615
2616 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2617
2618         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2619         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2620         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2621         (gst_speex_enc_src_query), (gst_speex_enc_init),
2622         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2623         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2624         (gst_speex_enc_set_property):
2625         Add mode property.
2626         Some cleanups, add more debug info.
2627         Add latency query.
2628
2629 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2630
2631         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2632         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2633         If we get less bytes than requested we can't do anything except doing
2634         our EOS logic.
2635
2636 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2637
2638         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2639         (gst_matroskademux_do_index_seek),
2640         (gst_matroska_demux_parse_index_cuetrack),
2641         (gst_matroska_demux_parse_index_pointentry),
2642         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2643         (gst_matroska_demux_parse_metadata):
2644         * gst/matroska/matroska-demux.h:
2645         * gst/matroska/matroska-ids.h:
2646         Use a GArray for storing the Cue (i.e. seek) information, store
2647         the CueTrackPositions for every track, store the block number
2648         and optimize searching in the array by sorting it after the last
2649         element was added.
2650
2651         Fix a small memory leak when trying to parse a tags element that was
2652         already parsed.
2653
2654 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2655
2656         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2657         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2658         (gst_matroska_mux_write_data):
2659         * gst/matroska/matroska-mux.h:
2660         Don't write another SeekHead which indexes all Clusters to the end of
2661         the file. This isn't useful for anything and just increases filesize.
2662
2663 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2664
2665         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2666         Prevent unaligned memory access when reading floats.
2667
2668 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2669
2670         * gst/matroska/ebml-read.c:
2671         * gst/matroska/ebml-read.h:
2672         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2673         (gst_matroska_demux_parse_metadata):
2674         * gst/matroska/matroska-demux.h:
2675         Make sure that every Tags element is only parsed once and it's
2676         containing tags are only posted once.
2677
2678 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2679
2680         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2681         (gst_ebml_read_header):
2682         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2683         (gst_matroska_demux_parse_tracks),
2684         (gst_matroska_demux_parse_index_cuetrack),
2685         (gst_matroska_demux_parse_index_pointentry),
2686         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2687         (gst_matroska_demux_parse_metadata_id_simple_tag),
2688         (gst_matroska_demux_parse_metadata_id_tag),
2689         (gst_matroska_demux_parse_metadata),
2690         (gst_matroska_demux_parse_attachments),
2691         (gst_matroska_demux_parse_chapters),
2692         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2693         (gst_matroska_demux_parse_cluster),
2694         (gst_matroska_demux_parse_contents_seekentry),
2695         (gst_matroska_demux_parse_contents),
2696         (gst_matroska_demux_loop_stream_parse_id):
2697         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2698         already. They're not useful in the matroska parser and only cause
2699         additional code.
2700
2701 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2702
2703         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2704         (gst_ebml_finalize), (gst_ebml_read_change_state),
2705         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2706         * gst/matroska/matroska-demux.c:
2707         (gst_matroska_demux_parse_contents_seekentry):
2708         Reverse the level list as we usually are only interested in the
2709         first element or want to add a new first element. Having the
2710         first element stored at the end and calling g_list_last() and
2711         g_list_append() is more expensive.
2712
2713         Also use GSlice for allocating the GstEbmlLevel structs.
2714
2715 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2716
2717         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2718           (gst_tag_inject_class_init), (gst_tag_inject_init):
2719           Don't unref NULL taglist in finalize. Don't use c++ style
2720           comments.
2721
2722 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2723
2724         * gst/matroska/matroska-demux.c:
2725         (gst_matroska_demux_parse_metadata_id_simple_tag):
2726         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2727         (gst_matroska_mux_write_data):
2728         Use gst_value_serialize() and gst_value_deserialize() for transforming
2729         tags from some GType to a string and the other way around. The default
2730         transformations in GLib don't include transformations from string to
2731         number types.
2732
2733 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2734
2735         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2736         (gst_matroska_demux_parse_tracks),
2737         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2738         (gst_matroska_demux_parse_attachments),
2739         (gst_matroska_demux_parse_chapters),
2740         (gst_matroska_demux_parse_contents_seekentry),
2741         (gst_matroska_demux_loop_stream_parse_id):
2742         * gst/matroska/matroska-demux.h:
2743         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2744         Tags multiple times. The first ones can appear more than once but must
2745         contain the same content as the first for backup purposes so we ignore
2746         all but the first one. Tags can appear multiple times with different
2747         content.
2748
2749         Jump to all elements except Clusters that are available from a
2750         SeekHead to make it more likely to have all required informations
2751         before getting to the first Clusters.
2752
2753         Add dummy functions for parsing Attachments and Chapters.
2754
2755 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2756
2757         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2758         (gst_udpsrc_create), (gst_udpsrc_set_property),
2759         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2760         * gst/udp/gstudpsrc.h:
2761         Add property to control automatic join/leave of multicast groups.
2762         Add G_LIKELY.
2763         Remove setting caps on buffers explicitly, basesrc does that for us now.
2764         Improve debug info.
2765         Convert some non-fatal error into warnings.
2766         Use g_ntohs for better portability.
2767         Leave multicast groups when stopping.
2768         When using external sockets, use getsockname() on them to fill up the
2769         addr structure before calling methods that use the structure.
2770         Should all fix #536903.
2771         API: GstUDPSrc::auto-multicast property
2772
2773 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2774
2775         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2776         Use g_ntohl for better portability.
2777
2778 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2779
2780         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2781         (gst_multiudpsink_remove):
2782         Fix a typo and do some small cleanups.
2783
2784 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2785
2786         Patch by: Olivier Crete <tester at tester dot ca>
2787
2788         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2789         Make the delivery-method mandatory on the caps and only accept inline
2790         for now.
2791         Reverse strcmp checks for delivery-method.
2792
2793         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2794         Make delivery method optional when parsing caps and note this in the
2795         caps.
2796         Reverse strcmp checks for delivery-method.
2797
2798         * gst/rtp/gstrtpvorbispay.c:
2799         Update a comment to note that the delivery-method is optional, 
2800         Fixes #537675.
2801
2802 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2803
2804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2805         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2806         leaving them in READY. Fixes #537832.
2807
2808 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2809
2810         * gst/avi/gstavimux.c:
2811           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2812           for a random constant in tagmuxing code.
2813
2814 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2815
2816         * gst/debug/gsttaginject.c:
2817         * gst/debug/gsttaginject.h:
2818           Now actually adding the new element.
2819
2820 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2821
2822         * docs/plugins/Makefile.am:
2823         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2824         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2825         * docs/plugins/gst-plugins-good-plugins.args:
2826         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2827         * docs/plugins/gst-plugins-good-plugins.interfaces:
2828         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2829         * docs/plugins/inspect/plugin-aasink.xml:
2830         * docs/plugins/inspect/plugin-alaw.xml:
2831         * docs/plugins/inspect/plugin-alpha.xml:
2832         * docs/plugins/inspect/plugin-alphacolor.xml:
2833         * docs/plugins/inspect/plugin-annodex.xml:
2834         * docs/plugins/inspect/plugin-apetag.xml:
2835         * docs/plugins/inspect/plugin-audiofx.xml:
2836         * docs/plugins/inspect/plugin-auparse.xml:
2837         * docs/plugins/inspect/plugin-autodetect.xml:
2838         * docs/plugins/inspect/plugin-avi.xml:
2839         * docs/plugins/inspect/plugin-cacasink.xml:
2840         * docs/plugins/inspect/plugin-cairo.xml:
2841         * docs/plugins/inspect/plugin-cdio.xml:
2842         * docs/plugins/inspect/plugin-cutter.xml:
2843         * docs/plugins/inspect/plugin-debug.xml:
2844         * docs/plugins/inspect/plugin-dv.xml:
2845         * docs/plugins/inspect/plugin-efence.xml:
2846         * docs/plugins/inspect/plugin-effectv.xml:
2847         * docs/plugins/inspect/plugin-equalizer.xml:
2848         * docs/plugins/inspect/plugin-esdsink.xml:
2849         * docs/plugins/inspect/plugin-flac.xml:
2850         * docs/plugins/inspect/plugin-flxdec.xml:
2851         * docs/plugins/inspect/plugin-gamma.xml:
2852         * docs/plugins/inspect/plugin-gconfelements.xml:
2853         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2854         * docs/plugins/inspect/plugin-goom.xml:
2855         * docs/plugins/inspect/plugin-goom2k1.xml:
2856         * docs/plugins/inspect/plugin-halelements.xml:
2857         * docs/plugins/inspect/plugin-icydemux.xml:
2858         * docs/plugins/inspect/plugin-id3demux.xml:
2859         * docs/plugins/inspect/plugin-jpeg.xml:
2860         * docs/plugins/inspect/plugin-level.xml:
2861         * docs/plugins/inspect/plugin-matroska.xml:
2862         * docs/plugins/inspect/plugin-monoscope.xml:
2863         * docs/plugins/inspect/plugin-mulaw.xml:
2864         * docs/plugins/inspect/plugin-multifile.xml:
2865         * docs/plugins/inspect/plugin-multipart.xml:
2866         * docs/plugins/inspect/plugin-navigationtest.xml:
2867         * docs/plugins/inspect/plugin-ossaudio.xml:
2868         * docs/plugins/inspect/plugin-png.xml:
2869         * docs/plugins/inspect/plugin-quicktime.xml:
2870         * docs/plugins/inspect/plugin-rtp.xml:
2871         * docs/plugins/inspect/plugin-rtsp.xml:
2872         * docs/plugins/inspect/plugin-smpte.xml:
2873         * docs/plugins/inspect/plugin-soup.xml:
2874         * docs/plugins/inspect/plugin-spectrum.xml:
2875         * docs/plugins/inspect/plugin-speex.xml:
2876         * docs/plugins/inspect/plugin-taglib.xml:
2877         * docs/plugins/inspect/plugin-udp.xml:
2878         * docs/plugins/inspect/plugin-video4linux2.xml:
2879         * docs/plugins/inspect/plugin-videobalance.xml:
2880         * docs/plugins/inspect/plugin-videobox.xml:
2881         * docs/plugins/inspect/plugin-videocrop.xml:
2882         * docs/plugins/inspect/plugin-videoflip.xml:
2883         * docs/plugins/inspect/plugin-videomixer.xml:
2884         * docs/plugins/inspect/plugin-wavenc.xml:
2885         * docs/plugins/inspect/plugin-wavpack.xml:
2886         * docs/plugins/inspect/plugin-wavparse.xml:
2887         * docs/plugins/inspect/plugin-ximagesrc.xml:
2888         * gst/debug/Makefile.am:
2889         * gst/debug/breakmydata.c:
2890         * gst/debug/efence.c:
2891         * gst/debug/gstdebug.c:
2892         * gst/debug/gstnavseek.c:
2893         * gst/debug/gstpushfilesrc.c:
2894         * gst/debug/gstpushfilesrc.h:
2895         * gst/debug/negotiation.c:
2896         * gst/debug/progressreport.c:
2897         * gst/debug/progressreport.h:
2898         * gst/debug/rndbuffersize.c:
2899         * gst/debug/testplugin.c:
2900           Remove dummy plugin_init. Remove some undefined entries from doc-
2901           section file. Add taginject element and rebuild docs for it.
2902
2903 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2904
2905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2906         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2907         Update the counter for the number of streams when pads are added or
2908         removed. This will make sure that a seek table is generated for
2909         files with just one audio stream.
2910
2911 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2912
2913         * gst/matroska/matroska-demux.c:
2914         (gst_matroska_demux_parse_metadata_id_simple_tag):
2915         * gst/matroska/matroska-ids.h:
2916         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2917         Add some more tags, improve debugging a bit and make sure that
2918         GValue transformation has succeeded before using the result
2919         as a tag.
2920
2921 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2922
2923         Patch by: Olivier Crete <tester at tester dot ca>
2924
2925         * gst/rtp/gstrtptheorapay.c:
2926         The Theora RTP payloader only supports the "inline" delievery method
2927         so let's declare this on the caps of the static pad template.
2928         Fixes bug #537675.
2929
2930 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2931
2932         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2933         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2934         Remove bogus check.
2935
2936 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2937
2938         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2939         (gst_videomixer_blend_buffers):
2940         Use stream_time to synchronize the object properties.
2941         Use running_time of the master pad to timestamp outgoing buffers.
2942         Fix the initial segment event to extend an unknown amount of time.
2943         Fixes #537361.
2944
2945 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2946
2947         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2948         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2949         (gst_avi_demux_calculate_durations_from_index),
2950         (gst_avi_demux_stream_header_push),
2951         (gst_avi_demux_stream_header_pull):
2952         Try to ignore unparsable/unknown streams and give a warning instead of
2953         erroring out. Fixes #537377.
2954
2955 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2956
2957         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
2958         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
2959
2960         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2961         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2962         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2963         (gst_matroska_demux_read_track_encodings),
2964         (gst_matroska_demux_add_stream),
2965         (gst_matroska_demux_handle_src_query),
2966         (gst_matroska_demux_init_stream),
2967         (gst_matroska_demux_parse_index_cuetrack),
2968         (gst_matroska_demux_parse_index_pointentry),
2969         (gst_matroska_demux_parse_info),
2970         (gst_matroska_demux_parse_metadata_id_simple_tag),
2971         (gst_matroska_demux_parse_metadata),
2972         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2973         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2974         (gst_matroska_demux_parse_cluster),
2975         (gst_matroska_demux_parse_contents_seekentry),
2976         (gst_matroska_demux_loop_stream_parse_id),
2977         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2978         (gst_matroska_demux_audio_caps),
2979         (gst_matroska_demux_subtitle_caps):
2980         * gst/matroska/matroska-demux.h:
2981         * gst/matroska/matroska-ids.c:
2982         (gst_matroska_track_init_subtitle_context):
2983         * gst/matroska/matroska-ids.h:
2984         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2985         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
2986         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
2987         (gst_matroska_mux_video_pad_setcaps),
2988         (gst_matroska_mux_audio_pad_setcaps),
2989         (gst_matroska_mux_subtitle_pad_setcaps),
2990         (gst_matroska_mux_request_new_pad),
2991         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2992         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2993         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
2994         (gst_matroska_mux_set_property):
2995         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
2996         elements, do some checks for valid values in the demuxer, handle
2997         tracktimecodescale in the demuxer, set correct default values for all
2998         settings in the demuxer, review and add all missing matroska
2999         IDs and some more raw YUV formats, and some trivial cleanup.
3000
3001 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3002
3003         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3004         (gst_pulsemixer_class_init):
3005         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3006         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3007         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3008         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3009         (gst_pulsesrc_prepare):
3010         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3011         gst_element_class_set_details_simple() and fix coding style a bit
3012         more.
3013
3014 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3015
3016         * docs/plugins/Makefile.am:
3017         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3018         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3019         * docs/plugins/gst-plugins-good-plugins.args:
3020         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3021         * docs/plugins/gst-plugins-good-plugins.interfaces:
3022         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3023         * docs/plugins/inspect/plugin-aasink.xml:
3024         * docs/plugins/inspect/plugin-alaw.xml:
3025         * docs/plugins/inspect/plugin-alpha.xml:
3026         * docs/plugins/inspect/plugin-alphacolor.xml:
3027         * docs/plugins/inspect/plugin-annodex.xml:
3028         * docs/plugins/inspect/plugin-apetag.xml:
3029         * docs/plugins/inspect/plugin-audiofx.xml:
3030         * docs/plugins/inspect/plugin-auparse.xml:
3031         * docs/plugins/inspect/plugin-autodetect.xml:
3032         * docs/plugins/inspect/plugin-avi.xml:
3033         * docs/plugins/inspect/plugin-cacasink.xml:
3034         * docs/plugins/inspect/plugin-cairo.xml:
3035         * docs/plugins/inspect/plugin-cdio.xml:
3036         * docs/plugins/inspect/plugin-cutter.xml:
3037         * docs/plugins/inspect/plugin-debug.xml:
3038         * docs/plugins/inspect/plugin-dv.xml:
3039         * docs/plugins/inspect/plugin-efence.xml:
3040         * docs/plugins/inspect/plugin-effectv.xml:
3041         * docs/plugins/inspect/plugin-equalizer.xml:
3042         * docs/plugins/inspect/plugin-esdsink.xml:
3043         * docs/plugins/inspect/plugin-flac.xml:
3044         * docs/plugins/inspect/plugin-flxdec.xml:
3045         * docs/plugins/inspect/plugin-gamma.xml:
3046         * docs/plugins/inspect/plugin-gconfelements.xml:
3047         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3048         * docs/plugins/inspect/plugin-goom.xml:
3049         * docs/plugins/inspect/plugin-goom2k1.xml:
3050         * docs/plugins/inspect/plugin-halelements.xml:
3051         * docs/plugins/inspect/plugin-icydemux.xml:
3052         * docs/plugins/inspect/plugin-id3demux.xml:
3053         * docs/plugins/inspect/plugin-jpeg.xml:
3054         * docs/plugins/inspect/plugin-level.xml:
3055         * docs/plugins/inspect/plugin-matroska.xml:
3056         * docs/plugins/inspect/plugin-monoscope.xml:
3057         * docs/plugins/inspect/plugin-mulaw.xml:
3058         * docs/plugins/inspect/plugin-multifile.xml:
3059         * docs/plugins/inspect/plugin-multipart.xml:
3060         * docs/plugins/inspect/plugin-navigationtest.xml:
3061         * docs/plugins/inspect/plugin-ossaudio.xml:
3062         * docs/plugins/inspect/plugin-png.xml:
3063         * docs/plugins/inspect/plugin-pulseaudio.xml:
3064         * docs/plugins/inspect/plugin-quicktime.xml:
3065         * docs/plugins/inspect/plugin-rtp.xml:
3066         * docs/plugins/inspect/plugin-rtsp.xml:
3067         * docs/plugins/inspect/plugin-smpte.xml:
3068         * docs/plugins/inspect/plugin-soup.xml:
3069         * docs/plugins/inspect/plugin-spectrum.xml:
3070         * docs/plugins/inspect/plugin-speex.xml:
3071         * docs/plugins/inspect/plugin-taglib.xml:
3072         * docs/plugins/inspect/plugin-udp.xml:
3073         * docs/plugins/inspect/plugin-video4linux2.xml:
3074         * docs/plugins/inspect/plugin-videobalance.xml:
3075         * docs/plugins/inspect/plugin-videobox.xml:
3076         * docs/plugins/inspect/plugin-videocrop.xml:
3077         * docs/plugins/inspect/plugin-videoflip.xml:
3078         * docs/plugins/inspect/plugin-videomixer.xml:
3079         * docs/plugins/inspect/plugin-wavenc.xml:
3080         * docs/plugins/inspect/plugin-wavpack.xml:
3081         * docs/plugins/inspect/plugin-wavparse.xml:
3082         * docs/plugins/inspect/plugin-ximagesrc.xml:
3083         * ext/pulse/plugin.c:
3084         * ext/pulse/pulsemixer.c:
3085         * ext/pulse/pulsesink.c:
3086         * ext/pulse/pulsesrc.c:
3087         Add documentation to the pulseaudio plugin and run make update
3088         in docs/plugins.
3089
3090 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3091
3092         Patch by: Brian Cameron <brian.cameron at sun dot com>
3093
3094         * sys/sunaudio/gstsunaudiomixerctrl.c:
3095         (gst_sunaudiomixer_ctrl_get_volume),
3096         (gst_sunaudiomixer_ctrl_set_volume):
3097         Improvements for the SunAudio mixer by handling mute as no gain
3098         for tracks that have a gain property but no mute property.
3099         Fixes bug #536067.
3100
3101 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3102
3103         * configure.ac:
3104         * ext/pulse/Makefile.am:
3105         * ext/pulse/plugin.c: (plugin_init):
3106         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3107         (gst_pulsemixer_implements_interface_init),
3108         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3109         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3110         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3111         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3112         * ext/pulse/pulsemixer.h:
3113         * ext/pulse/pulsemixerctrl.c:
3114         (gst_pulsemixer_ctrl_context_state_cb),
3115         (gst_pulsemixer_ctrl_sink_info_cb),
3116         (gst_pulsemixer_ctrl_source_info_cb),
3117         (gst_pulsemixer_ctrl_subscribe_cb),
3118         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3119         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3120         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3121         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3122         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3123         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3124         * ext/pulse/pulsemixerctrl.h:
3125         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3126         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3127         * ext/pulse/pulsemixertrack.h:
3128         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3129         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3130         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3131         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3132         (gst_pulseprobe_new), (gst_pulseprobe_free),
3133         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3134         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3135         (gst_pulseprobe_set_server):
3136         * ext/pulse/pulseprobe.h:
3137         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3138         (gst_pulsesink_class_init), (gst_pulsesink_init),
3139         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3140         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3141         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3142         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3143         (gst_pulsesink_stream_request_cb),
3144         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3145         (gst_pulsesink_close), (gst_pulsesink_prepare),
3146         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3147         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3148         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3149         (gst_pulsesink_event), (gst_pulsesink_get_type):
3150         * ext/pulse/pulsesink.h:
3151         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3152         (gst_pulsesrc_implements_interface_init),
3153         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3154         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3155         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3156         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3157         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3158         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3159         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3160         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3161         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3162         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3163         (gst_pulsesrc_get_type):
3164         * ext/pulse/pulsesrc.h:
3165         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3166         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3167         * ext/pulse/pulseutil.h:
3168         Add pulseaudio GStreamer element from gst-pulse. Development will
3169         continue here instead of pulseaudio SVN. Fixes bug #400679.
3170         Only changes over gst-pulse SVN are added copyright to the top of
3171         files and coding style changes.
3172
3173 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3174
3175         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3176
3177         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3178           (gst_cdio_add_cdtext_album_tags):
3179         * ext/cdio/gstcdio.h:
3180         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3181           Also extract album title and album genre from CD-TEXT if
3182           available (#537021).
3183
3184 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3185
3186         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3187
3188         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3189         Improve negotiation a bit more by picking the smallest possible
3190         resolution that is larger than the resolution specified in the
3191         first caps entry of the peer caps. Fixes bug #536994.
3192
3193 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3194
3195         Patch by: Bastien Nocera <hadess at hadess dot net>
3196
3197         * sys/v4l2/gstv4l2vidorient.c:
3198         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3199         Fix compilation with newer GIT kernels that deprecated
3200         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3201
3202 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3203
3204         * configure.ac:
3205         * ext/cdio/gstcdio.c:
3206         * ext/cdio/gstcdio.h:
3207         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3208           Require libcdio >= 0.76.
3209
3210 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3211
3212         * gst/avi/gstavidemux.c:
3213         Catch UNEXPECTED when downstream has reached end of
3214         segment in reverse mode.
3215
3216 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3217
3218         * gst/avi/gstavidemux.c:
3219         Fix typo in comment
3220
3221 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3222
3223         * gst/avi/gstavidemux.c:
3224         Because we don't know the frame order we need to push till
3225         the next keyframe
3226
3227 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3228
3229         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3230
3231         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3232         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3233         Provide a custom negotiation function to make sure to pick the highest
3234         possible framerate and resolution. Fixes bug #536646.
3235
3236 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3237
3238         * gst/avi/gstavidemux.c:
3239         Set EOS when going out of the segment in reverse playback
3240
3241 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3242
3243         * ext/taglib/Makefile.am::
3244           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3245           taglib headers (with gcc 4.3.1).
3246
3247 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3248
3249         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3250         Use the new gst_rtsp_connection_get_ip() to access the IP address
3251         of a GstRTSPConnection since it is a private member.
3252
3253 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3254
3255         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3256         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3257           Use new utility functions in libgsttag to process coverart (#512333).
3258
3259 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3260
3261         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3262         We actually support left/side, right/side and mid/side files. The
3263         conversion to normal, interleaved stereo is done by libflac.
3264
3265 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3266
3267         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3268         (gst_ebml_write_set_cache):
3269         Unref the write cache in finalize if it was set and add add "FIXME"
3270         to a comment that needs it.
3271
3272 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3273
3274         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3275
3276         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3277         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3278         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3279         (gst_avi_demux_process_next_entry):
3280         * gst/avi/gstavidemux.h:
3281         Implement reverse playback. Fixes #535300.
3282         Small cleanups.
3283
3284 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3285
3286         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3287         (gst_videomixer_query_latency):
3288         When using gst_element_iterate_pads() one has to unref every pad
3289         after usage.
3290
3291 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3292
3293         Patch by: Bastien Nocera <hadess at hadess dot net>
3294         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3295         (qtdemux_parse_udta):
3296         * gst/qtdemux/qtdemux_fourcc.h:
3297         Improve meta-data handling, add 'comment', 'description' and
3298         'copyright' tag handling.
3299         Fixes #535935
3300
3301 2008-05-31  Julien Moutte  <julien@fluendo.com>
3302
3303         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3304         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3305         (gst_qtdemux_seek_to_previous_keyframe),
3306         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3307         we don't clip the segment's stop using the main segment duration as
3308         that could crop quite some video frames. Make reverse playback support
3309         more robust and support edit lists. Support seeking to the last frame,
3310         and fix reverse looping playback. Add some debugging.
3311         * win32/common/config.h: Updated.
3312
3313 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3314
3315         * gst/equalizer/gstiirequalizer.c:
3316         (gst_iir_equalizer_transform_ip):
3317         Don't clip float/double samples, correctly unset passthrough mode
3318         and use better rounding for integer samples.
3319
3320 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3321
3322         * gst/equalizer/gstiirequalizer.c:
3323         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3324         (setup_filter), (set_passthrough), (update_coefficients),
3325         (gst_iir_equalizer_compute_frequencies),
3326         (gst_iir_equalizer_transform_ip):
3327         * gst/equalizer/gstiirequalizer.h:
3328         Update the filter coefficients only when needed in the transform_ip
3329         function and correctly set the element into passthrough mode if the
3330         gain of all bands is 0.
3331
3332 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3333
3334         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3335
3336         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3337         (gst_alpha_set_property), (gst_alpha_get_property),
3338         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3339         Try to skip pixels or areas that are too dark or too bright for us to do
3340         meaningfull color detection.
3341         Added properties to control the sensitivity to light and darkness.
3342         Added some small cleanups. Fixes #512345.
3343
3344 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3345
3346         * docs/plugins/.cvsignore:
3347         * tests/check/elements/.cvsignore:
3348         Ignore some more generated things
3349
3350         * tests/check/Makefile.am:
3351         Ignore OSS elements in the state changes test too.
3352
3353 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3354
3355         * docs/plugins/Makefile.am:
3356         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3357         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3358         Add SMPTE effect elements to docs.
3359
3360 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3361
3362         * docs/plugins/Makefile.am:
3363         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3364         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3365         * ext/raw1394/gstdv1394src.c:
3366           Document whats first shown on the fdo plugin docs page :)
3367
3368 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3369
3370         * docs/plugins/Makefile.am:
3371         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3372         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3373         * docs/plugins/gst-plugins-good-plugins.args:
3374         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3375         * docs/plugins/inspect/plugin-audiofx.xml:
3376         * gst/audiofx/Makefile.am:
3377         * gst/audiofx/audiofx.c:
3378         * gst/audiofx/audiokaraoke.c:
3379         * gst/audiofx/audiokaraoke.h:
3380         * gst/audiofx/audiovoice.c:
3381         * gst/audiofx/audiovoice.h:
3382           Rename audiovoice to audiokaraoke and add it to the docs.
3383
3384 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3385
3386         * REQUIREMENTS:
3387         * docs/plugins/Makefile.am:
3388         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3389         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3390         * docs/plugins/gst-plugins-good-plugins.args:
3391         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3392         * docs/plugins/gst-plugins-good-plugins.interfaces:
3393         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3394         * docs/plugins/inspect/plugin-aasink.xml:
3395         * docs/plugins/inspect/plugin-alaw.xml:
3396         * docs/plugins/inspect/plugin-alpha.xml:
3397         * docs/plugins/inspect/plugin-alphacolor.xml:
3398         * docs/plugins/inspect/plugin-annodex.xml:
3399         * docs/plugins/inspect/plugin-apetag.xml:
3400         * docs/plugins/inspect/plugin-audiofx.xml:
3401         * docs/plugins/inspect/plugin-auparse.xml:
3402         * docs/plugins/inspect/plugin-autodetect.xml:
3403         * docs/plugins/inspect/plugin-avi.xml:
3404         * docs/plugins/inspect/plugin-cacasink.xml:
3405         * docs/plugins/inspect/plugin-cairo.xml:
3406         * docs/plugins/inspect/plugin-cdio.xml:
3407         * docs/plugins/inspect/plugin-cutter.xml:
3408         * docs/plugins/inspect/plugin-debug.xml:
3409         * docs/plugins/inspect/plugin-dv.xml:
3410         * docs/plugins/inspect/plugin-efence.xml:
3411         * docs/plugins/inspect/plugin-effectv.xml:
3412         * docs/plugins/inspect/plugin-equalizer.xml:
3413         * docs/plugins/inspect/plugin-esdsink.xml:
3414         * docs/plugins/inspect/plugin-flac.xml:
3415         * docs/plugins/inspect/plugin-flxdec.xml:
3416         * docs/plugins/inspect/plugin-gamma.xml:
3417         * docs/plugins/inspect/plugin-gconfelements.xml:
3418         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3419         * docs/plugins/inspect/plugin-goom.xml:
3420         * docs/plugins/inspect/plugin-goom2k1.xml:
3421         * docs/plugins/inspect/plugin-halelements.xml:
3422         * docs/plugins/inspect/plugin-icydemux.xml:
3423         * docs/plugins/inspect/plugin-id3demux.xml:
3424         * docs/plugins/inspect/plugin-jpeg.xml:
3425         * docs/plugins/inspect/plugin-level.xml:
3426         * docs/plugins/inspect/plugin-matroska.xml:
3427         * docs/plugins/inspect/plugin-monoscope.xml:
3428         * docs/plugins/inspect/plugin-mulaw.xml:
3429         * docs/plugins/inspect/plugin-multifile.xml:
3430         * docs/plugins/inspect/plugin-multipart.xml:
3431         * docs/plugins/inspect/plugin-navigationtest.xml:
3432         * docs/plugins/inspect/plugin-ossaudio.xml:
3433         * docs/plugins/inspect/plugin-png.xml:
3434         * docs/plugins/inspect/plugin-quicktime.xml:
3435         * docs/plugins/inspect/plugin-rtp.xml:
3436         * docs/plugins/inspect/plugin-rtsp.xml:
3437         * docs/plugins/inspect/plugin-smpte.xml:
3438         * docs/plugins/inspect/plugin-soup.xml:
3439         * docs/plugins/inspect/plugin-spectrum.xml:
3440         * docs/plugins/inspect/plugin-speex.xml:
3441         * docs/plugins/inspect/plugin-taglib.xml:
3442         * docs/plugins/inspect/plugin-udp.xml:
3443         * docs/plugins/inspect/plugin-video4linux2.xml:
3444         * docs/plugins/inspect/plugin-videobalance.xml:
3445         * docs/plugins/inspect/plugin-videobox.xml:
3446         * docs/plugins/inspect/plugin-videocrop.xml:
3447         * docs/plugins/inspect/plugin-videoflip.xml:
3448         * docs/plugins/inspect/plugin-videomixer.xml:
3449         * docs/plugins/inspect/plugin-wavenc.xml:
3450         * docs/plugins/inspect/plugin-wavpack.xml:
3451         * docs/plugins/inspect/plugin-wavparse.xml:
3452         * docs/plugins/inspect/plugin-ximagesrc.xml:
3453         * ext/aalib/gstaasink.c:
3454         * ext/libcaca/gstcacasink.c:
3455           Document aasink and cacasink.
3456
3457 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3458
3459         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3460         (gst_videomixer_init), (gst_videomixer_query_duration),
3461         (gst_videomixer_query_latency), (gst_videomixer_query),
3462         (gst_videomixer_blend_buffers):
3463         * gst/videomixer/videomixer.h:
3464         Implement position (in time), duration and latency queries.
3465
3466 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3467
3468         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3469         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3470         (gst_videomixer_fill_queues), (forward_event_func),
3471         (forward_event), (gst_videomixer_src_event),
3472         (gst_videomixer_sink_event):
3473         * gst/videomixer/videomixer.h:
3474         Implement proper seek/newsegment handling.
3475         Based on adder's implementation.
3476         Fixes #535121
3477
3478 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3479
3480         Patch by: Jan Gerber <j at oil21 dot org>
3481
3482         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3483         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3484
3485 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3486
3487         * gst/audiofx/Makefile.am:
3488         * gst/audiofx/audiofx.c: (plugin_init):
3489         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3490         (gst_audio_voice_class_init), (gst_audio_voice_init),
3491         (update_filter), (gst_audio_voice_set_property),
3492         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3493         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3494         (gst_audio_voice_transform_ip):
3495         * gst/audiofx/audiovoice.h:
3496         Add simple voice removal element. Yay karaoke.
3497
3498 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3499
3500         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3501
3502         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3503         Fix potential caps leak.
3504         If we can't get the framerate with an ioctl, try to get it with the
3505         current norm. Fixes #520092.
3506
3507 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3508
3509         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3510
3511         * sys/v4l2/v4l2src_calls.c:
3512         (gst_v4l2src_probe_caps_for_format_and_size):
3513         If we fail to get the frame intervals, simply don't touch the framerates
3514         on the template caps instead of discarding the format. See #520092.
3515
3516 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3517
3518         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3519
3520         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3521         (gst_v4l2_get_caps_info):
3522         Add NV12, NV21 and bayer support. See #520092.
3523
3524 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3525
3526         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3527         (gst_qtdemux_activate_segment):
3528         Unbreak segment activation again. Fixes #531672.
3529
3530 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3531
3532         * ext/flac/Makefile.am:
3533         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3534         Set the channel layout when decoding FLAC files with more than 2
3535         channels as defined by the FLAC spec. Fixes bug #534570.
3536
3537         Also don't try to decode left/side, right/side and mid/side files
3538         as we don't support this at all.
3539
3540 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3541
3542         * configure.ac:
3543           We need -base CVS (rtsp).
3544
3545 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3546
3547         * gst/udp/Makefile.am:
3548           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3549           when including netdb.h when building against glibc >= 2.8.
3550
3551 2008-05-22  Julien Moutte  <julien@fluendo.com>
3552
3553         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3554         debug statement arguments.
3555         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3556         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3557         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3558         on more platforms.
3559
3560 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3561
3562         * tests/check/elements/avimux.c: (setup_src_pad),
3563         (teardown_src_pad):
3564         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3565         (GST_START_TEST):
3566         * tests/check/elements/matroskamux.c: (setup_src_pad),
3567         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3568         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3569         (GST_START_TEST):
3570         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3571         (setup_wavpackparse), (cleanup_wavpackparse):
3572         Don't use gst_element_get_pad(), it's a bad, bad method.
3573
3574 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3575
3576         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3577         (do_toggle_element):
3578         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3579         (do_toggle_element):
3580         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3581         (do_toggle_element):
3582         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3583         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3584         (do_toggle_element):
3585         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3586         (do_toggle_element):
3587         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3588         (gst_auto_audio_sink_detect):
3589         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3590         (gst_auto_video_sink_detect):
3591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3592         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3593         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3594         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3595         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3596         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3597         * tests/icles/videocrop-test.c: (test_with_caps),
3598         (video_crop_get_test_caps):
3599         Don't use gst_element_get_pad(), it's a bad method.
3600
3601 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3602
3603         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3604         (gst_multiudpsink_add_internal):
3605         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3606         (gst_udp_join_group):
3607         * gst/udp/gstudpnetutils.h:
3608         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3609         Joining a multicast group and setting the loop/ttl properties are
3610         totally unrelated tasks are must be separated.
3611
3612 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3613
3614         * gst/avi/gstavimux.c:
3615           Also support alaw/mulaw.
3616
3617 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3618
3619         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3620         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3621         * gst/udp/gstmultiudpsink.h:
3622         Add a fixme for the auto-multicast property.
3623         Fix some confusing debug messages.
3624         Disable setting a qos value by default.
3625
3626 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3627
3628         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3629
3630         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3631         Ignore EPERM errors from sendto. Fixes #533619.
3632
3633 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3634
3635         Patch by: Henrik Eriksson <henriken at axis dot com>
3636
3637         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3638         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3639         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3640         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3641         * gst/udp/gstmultiudpsink.h:
3642         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3643
3644 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3645
3646         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3647         Improve debugging of the ident.
3648
3649 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3650
3651         Patch by: Bruno Santos <brunof at ua dot pt>
3652
3653         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3654         (gst_udp_join_group), (gst_udp_leave_group),
3655         (gst_udp_is_multicast):
3656         * gst/udp/gstudpnetutils.h:
3657         Provide a bunch of helper methods to deal with IPv4 and IPv6
3658         transparently.
3659
3660         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3661         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3662         (gst_multiudpsink_get_property), (join_multicast),
3663         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3664         (gst_multiudpsink_remove):
3665         * gst/udp/gstmultiudpsink.h:
3666         Add multicast TTL and loopback properties.
3667         Use the helper methods to implement ip4 and ip6.
3668
3669         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3670         * gst/udp/gstudpsrc.h:
3671         Use the helper methods to implement ip4 and ip6.
3672         Fixes #515962.
3673
3674 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3675
3676         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3677
3678         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3679         (gst_multipart_demux_get_gstname),
3680         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3681         * gst/multipart/multipartdemux.h:
3682         Don't blindly copy the mime-type as the caps name because they not
3683         always map directly. Instead use a hashtable with common mappings.
3684         Fixes #533287.
3685
3686 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3687
3688         * ext/esd/esdsink.c: (gst_esdsink_write):
3689         When we post an error, we must return -1 to let the parent know that we
3690         cannot write the segment else it will loop and continue to call us again
3691         forever. Patch by Michael Meeks.
3692
3693 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3694
3695         * gst/videomixer/videomixer.c:
3696           Add missing incudes.
3697
3698 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3699
3700         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3701         (gst_rtp_h264_pay_handle_buffer):
3702         * gst/rtp/gstrtph264pay.h:
3703         Correct a typo (sinle -> single).
3704
3705 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3706
3707         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3708         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3709         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3710         (gst_rtp_h264_depay_process):
3711         * gst/rtp/gstrtph264depay.h:
3712         Add experimental support for outputting quicktime-like AVC output in
3713         addition to the existing bytestream output.
3714
3715         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3716         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3717         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3718         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3719         (gst_rtp_h264_pay_get_property):
3720         * gst/rtp/gstrtph264pay.h:
3721         Make the parsing mode configurable, for some inputs we don't need to
3722         scan every byte for start codes.
3723         Only set the marker bit on ACCESS units.
3724
3725 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3726
3727         * gst/equalizer/gstiirequalizer.c:
3728         Use a bigger type in integer mode for the intermediate results to
3729         prevent overflows. This fixes the crippled sound when using the
3730         equalizer in integer mode. Fixes bug #510865.
3731
3732 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3733
3734         * gst/videomixer/videomixer.c:
3735         * gst/videomixer/videomixer.h:
3736         Instead of a random number for the request pad id's,
3737         use a counter.
3738
3739         Register the videomixerpad class from the element's class_init
3740         where it's safer, and allows the docs generator to scan it.
3741
3742 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3743
3744         * gst/smpte/Makefile.am:
3745         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3746         * gst/smpte/gstsmpte.h:
3747         * gst/smpte/gstsmptealpha.c:
3748         (gst_smpte_alpha_transition_type_get_type),
3749         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3750         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3751         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3752         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3753         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3754         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3755         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3756         * gst/smpte/gstsmptealpha.h:
3757         * gst/smpte/plugin.c: (plugin_init):
3758         Add new plugin that adds the SMPTE transition in the alpha channel of
3759         I420 and AYUV frames so that they can be blended with videomixer later
3760         on. Uses all niceties such as using base transform for efficient alloc
3761         and negotiation. It currently requires GstController to control the
3762         position in the transition effect.
3763
3764 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3765
3766         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3768         * docs/plugins/gst-plugins-good-plugins.args:
3769         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3770         * docs/plugins/gst-plugins-good-plugins.interfaces:
3771         * docs/plugins/gst-plugins-good-plugins.types:
3772         * gst/videomixer/videomixer.c:
3773           Try using thaytans new mechanism to get extra classes into plugin
3774           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3775           missing still.
3776
3777 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3778
3779         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3780         Set proper rate in avi stream header for PCM audio, and also do some
3781         more sanity checks on caps in this case.  Fixes #511489.
3782
3783 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3784
3785         * sys/v4l2/gstv4l2src.c:
3786         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3787         isn't implemented at all yet and this requires X headers to be
3788         installed. Fixes bug #533264.
3789
3790 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3791
3792         reviewed by: <delete if not using a buddy>
3793
3794         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3795         (gst_ebml_write_set_cache):
3796         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3797         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3798         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3799         (gst_matroska_demux_read_track_encodings),
3800         (gst_matroska_demux_add_stream),
3801         (gst_matroska_demux_handle_src_query),
3802         (gst_matroska_demux_init_stream),
3803         (gst_matroska_demux_parse_index_cuetrack),
3804         (gst_matroska_demux_parse_index_pointentry),
3805         (gst_matroska_demux_parse_info),
3806         (gst_matroska_demux_parse_metadata_id_simple_tag),
3807         (gst_matroska_demux_parse_metadata),
3808         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3809         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3810         (gst_matroska_demux_parse_cluster),
3811         (gst_matroska_demux_parse_contents_seekentry),
3812         (gst_matroska_demux_loop_stream_parse_id),
3813         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3814         (gst_matroska_demux_audio_caps),
3815         (gst_matroska_demux_subtitle_caps):
3816         * gst/matroska/matroska-demux.h:
3817         * gst/matroska/matroska-ids.c:
3818         (gst_matroska_track_init_subtitle_context):
3819         * gst/matroska/matroska-ids.h:
3820         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3821         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3822         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3823         * sys/v4l2/gstv4l2src.c:
3824         * tests/check/pipelines/wavpack.c: (bus_handler):
3825         * win32/common/config.h:
3826
3827 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3828
3829         * ext/wavpack/gstwavpackstreamreader.c:
3830         * tests/examples/spectrum/demo-audiotest.c:
3831         * tests/examples/spectrum/demo-osssrc.c:
3832         Fix some compiler warnings.
3833
3834 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3835
3836         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3837         Small comment added.
3838
3839         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3840         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3841         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3842         Debug string cleanups (remove trailing \n)
3843         Refactor and clean up the payloader a bit and make sure that we only
3844         put one NAL unit in an RTP packet even if the input buffer contains
3845         multiple NAL units.
3846         Add suport for AVC format input.
3847
3848 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3849
3850         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3851         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3852         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3853         * gst/rtp/gstrtph264pay.h:
3854         Make it possible to specify profile-level-id and sprop-parameter-sets
3855         using properties in case they are not available in-stream.
3856
3857 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3858
3859         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3860         * docs/plugins/gst-plugins-good-plugins.args:
3861         * docs/plugins/inspect/plugin-ladspa.xml:
3862           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3863
3864 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3865
3866         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3867         Send an initial BYTE segment to inform downstream of later seeking,
3868         and to forego sync attempts.
3869
3870 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3871
3872         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3873         Fix wrong caps string.
3874
3875 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3876
3877         Based on patch by: Olivier Crete <tester at tester dot ca>
3878
3879         * gst/rtp/Makefile.am:
3880         * gst/rtp/gstrtp.c: (plugin_init):
3881         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3882         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3883         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3884         (gst_rtp_g729_depay_plugin_init):
3885         * gst/rtp/gstrtpg729depay.h:
3886         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3887         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3888         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3889         * gst/rtp/gstrtpg729pay.h:
3890         Added G729 pay and depayloaders. Fixes #532409.
3891
3892 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3893
3894         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3895         Fix the calculation of the duration of the concealment packets.
3896
3897 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3898
3899         Based on patch by: Olivier Crete <tester at tester dot ca>
3900
3901         * gst/rtp/Makefile.am:
3902         * gst/rtp/gstrtp.c: (plugin_init):
3903         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3904         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3905         (parse_encode), (gst_rtp_dv_depay_setcaps),
3906         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3907         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3908         (gst_rtp_dv_depay_plugin_init):
3909         * gst/rtp/gstrtpdvdepay.h:
3910         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3911         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3912         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3913         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3914         (gst_dv_pay_negotiate), (include_dif),
3915         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3916         * gst/rtp/gstrtpdvpay.h:
3917         Add DV pay and depayloaders. Fixes #532423.
3918
3919 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3920
3921         * gst/matroska/matroska-demux.c:
3922         (gst_matroska_demux_push_dvd_clut_change_event):
3923         Convert subtitle palette info in VobSub private data from VobSub's
3924         (buggy) RGB to YUV.
3925
3926 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3927
3928         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3929         Do not leave fourcc stream header field empty upon reset.
3930         Fixes #519301.
3931
3932 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3933
3934         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3935         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3936         * docs/plugins/inspect/plugin-goom.xml:
3937         * docs/plugins/inspect/plugin-goom2k1.xml:
3938         * gst/goom/gstgoom.c:
3939         * gst/goom2k1/gstgoom.c:
3940         Add goom2k1 into the docs.
3941
3942 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3943
3944         Based on patch by: Wouter Cloetens  <wouter at mind be>
3945
3946         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3947         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3948         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3949         (gst_rtsp_decode_quoted_string),
3950         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3951         (gst_rtspsrc_setup_auth):
3952         Support Digest authentication. Fixes #532065.
3953
3954 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
3955
3956         * gst/level/gstlevel.c:
3957           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
3958           about whats needed for liboil acceleration. Simplify docs a bit.
3959
3960 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3961
3962         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3963
3964         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
3965         Update the track duration if the old one was invalid.
3966         Fixes bug #532117.
3967
3968 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3969
3970         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
3971           Use GST_STR_NULL when trying to print sps and pps strings that could
3972           be NULL, as this might crash on some platforms.
3973
3974 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3975
3976         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3977
3978         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
3979           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
3980           set after creating the clipper.
3981
3982 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3983
3984         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3985
3986         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
3987           Added checking of surface lost case after an unsuccessful
3988           IDirectDrawSurface7_Lock() call.
3989           If surface is lost, return GST_FLOW_OK.
3990
3991 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3992
3993         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3994
3995         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
3996           WndProc, gst_directdraw_sink_window_thread):
3997           Improved Windows message loop and fixed window destruction issue.
3998           When the window which DirectDraw is rendering to is destroyed, the
3999           render/show_frame function will return GST_FLOW_ERROR.
4000           Partially fixes #520885.
4001
4002 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4003
4004         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4005
4006         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4007           Fixed mid stream resolution change bug, the offscreen surface is now
4008           released when set_caps is called.
4009           Partially fixes #520885.
4010
4011 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4012
4013         * sys/directdraw/gstdirectdrawsink.c
4014           (gst_directdraw_sink_buffer_alloc):
4015           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4016           width/height.
4017
4018           Especially when looking through the pool of buffers, make sure that
4019           the width/height of caps is used instead of the already negotiated
4020           dimensions.
4021           For example if a buffer with different caps is requested, i.e.
4022           higher resolution, the caller would get a buffer with the old
4023           dimensions and thus corrupt the heap.
4024
4025 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4026
4027         * sys/directdraw/gstdirectdrawsink.c
4028           (gst_directdraw_sink_buffer_alloc):
4029           Clear the flags on recycled buffers from buffer_alloc.
4030           Partially fixes #520885.
4031
4032 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4033
4034         * gst/rtp/gstrtpilbcpay.c:
4035           Added missing stdlib.h include for strtol(), and made include ordering and
4036           style consistent with the corresponding depayloader.
4037
4038 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4039
4040         * configure.ac:
4041           Error out if we don't have the required core/base versions.
4042
4043 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4044
4045         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4046
4047         * sys/osxvideo/cocoawindow.m:
4048         Fix compiler warnings on PPC64. Fixes bug #499318.
4049
4050 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4051
4052         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4053
4054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4055         Don't leak file descriptors on error. Fixes #531532.
4056
4057 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4058
4059         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4060         (gst_gconf_audio_src_change_state):
4061         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4062         (gst_gconf_video_sink_change_state):
4063         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4064         (gst_gconf_video_src_change_state):
4065         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4066         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4067         When we can't create a fakesink/fakesrc complain instead of unreffing
4068         NULL pointers and crashing later. See bug #530535.
4069
4070 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4071
4072         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4073         Add some more debug info and guard against small payloads.
4074
4075         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4076         Set duration on outgoing buffers because we can.
4077
4078 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4079
4080         Patch by: Olivier Crete <tester at tester dot ca>
4081
4082         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4083         (gst_speex_enc_init), (gst_speex_enc_chain):
4084         Add negotiation for the speex channels and rate. Fixes #465146.
4085
4086 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4087
4088         Patch by: Olivier Crete <tester at tester dot ca>
4089
4090         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4091         (gst_rtp_speex_pay_getcaps):
4092         Add negotiation for the speex channels and rate. See #465146.
4093
4094 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4095
4096         Patch by: Olivier Crete <tester at tester dot ca>
4097
4098         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4099         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4100         Add negotiation for the ILBC mode. See #465146.
4101
4102 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4103
4104         * ext/soup/gstsouphttpsrc.c:
4105           Include stdlib to fix the build. Use g_free instead of free, libsoup
4106           uses glib.
4107
4108 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4109
4110         Patch by: j^ <j@bootlab.org>
4111
4112         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4113         Add more mpeg2 variants. Fixes #530886.
4114
4115 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4116
4117         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4118
4119         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4120           Don't error out if we get an ICMP destination-unreachable
4121           message when trying to read packets on win32 (#529454).
4122
4123 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4124
4125         * configure.ac:
4126         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4127           Use new error code for encrypted streams (which requires core CVS).
4128
4129 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4130
4131         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4132           (gst_qtdemux_audiosrc_template):
4133           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4134
4135 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4136
4137         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4138         (speex_dec_chain_parse_data):
4139         Produce concealment data when time progresses in a segment update.
4140
4141 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4142
4143         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4144         (speex_dec_chain):
4145         Try to preserve input timestamps when we can.
4146         Do beginnings of error concealment.
4147
4148 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4149
4150         * gst/debug/gstnavigationtest.c:
4151           MSVC doesn't provide rint(), define an adequate replacement locally as
4152           elsewhere.
4153
4154 2008-04-28  Julien Moutte  <julien@fluendo.com>
4155
4156         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4157         format to pacify Mac OSX's gcc.
4158
4159 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4160
4161         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4162           (DEFAULT_MAX), (src_template), (sink_template),
4163           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4164           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4165           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4166           Bring rndbuffersize element into a state that doesn't require us
4167           to move it to -bad immediately. For one, fix up default min/max
4168           values so that the element actuall works using the default values.
4169           Also, don't ignore flow return values and do some kind of minimal
4170           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4171           other gratuitious clean-ups.
4172
4173 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4174
4175         * docs/plugins/Makefile.am:
4176         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4177         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4178         * docs/plugins/gst-plugins-good-plugins.args:
4179         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4180         * docs/plugins/gst-plugins-good-plugins.interfaces:
4181         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4182         * docs/plugins/inspect/plugin-1394.xml:
4183         * docs/plugins/inspect/plugin-aasink.xml:
4184         * docs/plugins/inspect/plugin-alaw.xml:
4185         * docs/plugins/inspect/plugin-alpha.xml:
4186         * docs/plugins/inspect/plugin-alphacolor.xml:
4187         * docs/plugins/inspect/plugin-annodex.xml:
4188         * docs/plugins/inspect/plugin-apetag.xml:
4189         * docs/plugins/inspect/plugin-audiofx.xml:
4190         * docs/plugins/inspect/plugin-auparse.xml:
4191         * docs/plugins/inspect/plugin-autodetect.xml:
4192         * docs/plugins/inspect/plugin-avi.xml:
4193         * docs/plugins/inspect/plugin-cacasink.xml:
4194         * docs/plugins/inspect/plugin-cairo.xml:
4195         * docs/plugins/inspect/plugin-cdio.xml:
4196         * docs/plugins/inspect/plugin-cutter.xml:
4197         * docs/plugins/inspect/plugin-debug.xml:
4198         * docs/plugins/inspect/plugin-dv.xml:
4199         * docs/plugins/inspect/plugin-efence.xml:
4200         * docs/plugins/inspect/plugin-effectv.xml:
4201         * docs/plugins/inspect/plugin-equalizer.xml:
4202         * docs/plugins/inspect/plugin-esdsink.xml:
4203         * docs/plugins/inspect/plugin-flac.xml:
4204         * docs/plugins/inspect/plugin-flxdec.xml:
4205         * docs/plugins/inspect/plugin-gamma.xml:
4206         * docs/plugins/inspect/plugin-gconfelements.xml:
4207         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4208         * docs/plugins/inspect/plugin-goom.xml:
4209         * docs/plugins/inspect/plugin-halelements.xml:
4210         * docs/plugins/inspect/plugin-icydemux.xml:
4211         * docs/plugins/inspect/plugin-id3demux.xml:
4212         * docs/plugins/inspect/plugin-jpeg.xml:
4213         * docs/plugins/inspect/plugin-level.xml:
4214         * docs/plugins/inspect/plugin-matroska.xml:
4215         * docs/plugins/inspect/plugin-monoscope.xml:
4216         * docs/plugins/inspect/plugin-mulaw.xml:
4217         * docs/plugins/inspect/plugin-multifile.xml:
4218         * docs/plugins/inspect/plugin-multipart.xml:
4219         * docs/plugins/inspect/plugin-navigationtest.xml:
4220         * docs/plugins/inspect/plugin-ossaudio.xml:
4221         * docs/plugins/inspect/plugin-png.xml:
4222         * docs/plugins/inspect/plugin-quicktime.xml:
4223         * docs/plugins/inspect/plugin-rtp.xml:
4224         * docs/plugins/inspect/plugin-rtsp.xml:
4225         * docs/plugins/inspect/plugin-shout2send.xml:
4226         * docs/plugins/inspect/plugin-smpte.xml:
4227         * docs/plugins/inspect/plugin-spectrum.xml:
4228         * docs/plugins/inspect/plugin-speex.xml:
4229         * docs/plugins/inspect/plugin-taglib.xml:
4230         * docs/plugins/inspect/plugin-udp.xml:
4231         * docs/plugins/inspect/plugin-video4linux2.xml:
4232         * docs/plugins/inspect/plugin-videobalance.xml:
4233         * docs/plugins/inspect/plugin-videobox.xml:
4234         * docs/plugins/inspect/plugin-videocrop.xml:
4235         * docs/plugins/inspect/plugin-videoflip.xml:
4236         * docs/plugins/inspect/plugin-videomixer.xml:
4237         * docs/plugins/inspect/plugin-wavenc.xml:
4238         * docs/plugins/inspect/plugin-wavpack.xml:
4239         * docs/plugins/inspect/plugin-wavparse.xml:
4240         * docs/plugins/inspect/plugin-ximagesrc.xml:
4241           Add docs for gdkpixbufsink; update docs to CVS version.
4242
4243 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4244
4245         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4246         Remove test sync-offset by default.
4247
4248 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4249
4250         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4251         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4252         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4253           Use GLib versions of htonl, htons, ntohl and ntohs in order
4254           to avoid problems on win32 (#529707).
4255
4256 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4257
4258         Patch by: Jesús Corrius <jesus at softcatala org>
4259
4260         * gst/goom/filters.c: (zoomVector):
4261         * gst/goom/goom_core.c: (init_buffers):
4262           Fix build with mingw32: use rand() instead of random() and
4263           replace bzero() with memset(). Fixes #529692.
4264
4265 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4266
4267         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4268         Fix typo in comments.
4269
4270         * tests/examples/rtp/client-H263p-PCMA.sdp:
4271         * tests/examples/rtp/client-H263p-PCMA.sh:
4272         * tests/examples/rtp/client-H264-PCMA.sdp:
4273         * tests/examples/rtp/client-H264-PCMA.sh:
4274         * tests/examples/rtp/client-H264.sdp:
4275         * tests/examples/rtp/client-H264.sh:
4276         * tests/examples/rtp/client-PCMA.sdp:
4277         * tests/examples/rtp/client-PCMA.sh:
4278         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4279         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4280         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4281         Add some more docs and fix examples.
4282
4283 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4284
4285         * tests/check/elements/multifile.c:
4286         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4287         declared in the former, some have it declared in the latter.
4288
4289 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4290
4291         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4292         * gst/debug/tests.c: (md5_get_value):
4293         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4294         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4295         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4296         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4297         Stop using deprecated GLib functions.
4298
4299 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4300
4301         * configure.ac:
4302         Back to development -> 0.10.8.1
4303
4304 === release 0.10.8 ===
4305
4306 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4307
4308         * configure.ac:
4309           releasing 0.10.8, "One For The Money"
4310
4311 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4312
4313         * configure.ac:
4314         0.10.7.4 pre-release
4315
4316 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4317
4318         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4319         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4320         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4321         * gst/goom/flying_stars_fx.c: (fs_free):
4322         * gst/goom/goom_config_param.h:
4323         * gst/goom/goom_core.c: (goom_init), (goom_close):
4324         * gst/goom/goom_plugin_info.h:
4325         * gst/goom/gstgoom.c: (gst_goom_finalize):
4326         * gst/goom/lines.c: (goom_lines_free):
4327         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4328         * gst/goom/surf3d.c: (grid3d_free):
4329         * gst/goom/surf3d.h:
4330         * gst/goom/tentacle3d.c: (tentacle_free):
4331         Free a bunch of stuff, and initialise things to fix leaks
4332         and valgrind warnings in the testsuite.
4333
4334         Fixes: #529268
4335
4336 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4337
4338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4339         (gst_rtspsrc_configure_caps):
4340         Ref caps as the return value for the request_pt_map signal.
4341         Remove some caps weirdness when configuring a stream. See #528245.
4342
4343 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4344
4345         * tests/icles/gdkpixbufsink-test.c:
4346           Add cast to placate gcc 4.1.2.
4347
4348 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4349
4350         * configure.ac:
4351         0.10.7.3 pre-release
4352
4353 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4354
4355         * tests/check/Makefile.am:
4356         Disable some more elements in the state test.
4357         Add a define so the soup test can find the test files
4358         it needs at runtime.
4359
4360         * tests/check/elements/souphttpsrc.c: (run_server):
4361
4362         Add a define so the soup test can find the test files
4363         it needs at runtime.
4364
4365 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4366
4367         * gst/goom/convolve_fx.c: (convolve_apply):
4368         Don't ever draw the GOOM logo.
4369         Fixes: #528615
4370
4371 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4372
4373         * ext/cdio/gstcdiocddasrc.c:
4374         * ext/dv/gstdvdemux.c: 
4375         gst_atomic_int_set ==> g_atomic_int_set
4376
4377 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4378
4379         * configure.ac:
4380         * gst/goom/Makefile.am:
4381         * gst/goom/convolve_fx.c:
4382         * gst/goom/default_scripts.h:
4383         * gst/goom/goom.h:
4384         * gst/goom/goom_core.c: (choose_a_goom_line):
4385         * gst/goom/goom_plugin_info.h:
4386         * gst/goom/goomsl.c:
4387         * gst/goom/goomsl.h:
4388         * gst/goom/goomsl_hash.c:
4389         * gst/goom/goomsl_hash.h:
4390         * gst/goom/goomsl_heap.c:
4391         * gst/goom/goomsl_heap.h:
4392         * gst/goom/goomsl_private.h:
4393         * gst/goom/plugin_info.c:
4394           Strip out the config/script parsing stuff, we don't need it.
4395           Fixes #527999.
4396
4397 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4398
4399         * gst/goom/plugin_info.c: (setOptimizedMethods):
4400           Disable altivec optimisations for 32-bit PPC as well to make
4401           things build properly on all PPC systems. Fixes #528143
4402
4403 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4404
4405         * gst-plugins-good.spec.in:
4406           Update for souphttpsrc plugin which has moved to -good.
4407
4408 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4409
4410         * gst/matroska/matroska-demux.c:
4411         (gst_matroska_demux_handle_seek_event):
4412         Fix open-ended seeks in matroskademux
4413         Patch by: Mark Nauwelaerts <manauw skynet be>
4414         Fixes: #526557
4415
4416 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4417
4418         * tests/check/Makefile.am:
4419         Add soup test certificates to the dist.
4420
4421 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4422
4423         * ext/Makefile.am:
4424         Remove LADSPA reference I missed.
4425
4426 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4427
4428         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4429         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4430         over gnome-vfs and everything else. Fixes bug #527848.
4431
4432 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4433
4434         * configure.ac:
4435         * ext/Makefile.am:
4436         Remove LADSPA plugin. Fixes: #515978
4437
4438 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4439
4440         * configure.ac:
4441         * docs/plugins/Makefile.am:
4442         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4443         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4444         * docs/plugins/gst-plugins-good-plugins.args:
4445         * docs/plugins/inspect/plugin-soup.xml:
4446         * ext/Makefile.am:
4447         * tests/check/Makefile.am:
4448         Move soup plugin from -bad (Fixes: #523124)
4449
4450 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4451
4452         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4453         Fix bounds checking of mode in Speex header, which may
4454         produce negative numbers in speex <= 1.1.12
4455
4456 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4457
4458         * gst/goom/Makefile.am:
4459         * gst/goom/gfontlib.c:
4460         * gst/goom/gfontlib.h:
4461         * gst/goom/gfontrle.c:
4462         * gst/goom/gfontrle.h:
4463         * gst/goom/goom.h:
4464         * gst/goom/goom_core.c: (goom_update):
4465         * gst/goom/goom_plugin_info.h:
4466         * gst/goom/gstgoom.c: (gst_goom_chain):
4467         * gst/goom/plugin_info.c:
4468           Remove a bunch of font/text related code that we don't need.
4469
4470 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4471
4472         * gst/goom/ppc_drawings.s:
4473         * gst/goom/ppc_zoom_ultimate.s:
4474           Change license of these files to LGPL, as permitted by the
4475           author, Guillaume Borios. See #515073.
4476
4477 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4478
4479         * gst/goom/convolve_fx.c:
4480         * gst/goom/motif_goom1.h:
4481         * gst/goom/motif_goom2.h:
4482           As hinted in Bug #518213, revert one change and fix warnings properly.
4483           This fixes both #518213 and #520073 for me.     
4484
4485 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4486
4487         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4488         * gst/matroska/matroska-demux.c:
4489         (gst_matroska_demux_handle_seek_event),
4490         (gst_matroska_demux_parse_contents_seekentry),
4491         (gst_matroska_demux_loop):
4492         Fix the Forte build by making function declaration signatures
4493         match the implementations.
4494
4495 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4496
4497         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4498         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4499         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4500           More logging when probing (see #518474), some comments in _reset().
4501
4502 2008-04-07  Julien Moutte  <julien@fluendo.com>
4503
4504         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4505         because of a bad argument number.
4506
4507 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4508
4509         * tests/icles/.cvsignore:
4510         * tests/icles/Makefile.am:
4511         * tests/icles/gdkpixbufsink-test.c:
4512           Interactive test app for gdkpixbufsink.
4513
4514 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4515
4516         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4517
4518         * configure.ac:
4519         Actually build dlls when cross-compiling with mingw32.
4520         Fixes bug #526247.
4521
4522 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4523
4524         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4525           Don't munge device string to 'default:x' for capture devices.
4526           Fixes #525833.
4527
4528 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4529
4530         * ext/wavpack/gstwavpackparse.c:
4531         (gst_wavpack_parse_index_entry_free):
4532         Always use GSlice as we actually depend on GLib 2.12 already.
4533
4534 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4535
4536         * configure.ac:
4537           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4538           Also bump the GLib requirement to the current de-facto requirement
4539           (ie. 2.12).
4540
4541 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4542
4543         * gst/rtp/gstrtph264pay.c: (encode_base64),
4544         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4545         * gst/rtp/gstrtph264pay.h:
4546         Parse codec_data for future AVC compatibility.
4547         Fail when we encounter AVC data for now.
4548
4549 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4550
4551         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4552           (gst_spectrum_init), (gst_spectrum_set_property),
4553           (gst_spectrum_get_property), (gst_spectrum_message_new):
4554           Rename property enums and default defines for the properties to match
4555           the property names and rephrase property descriptions to make them a
4556           bit clearer (hopefully). See #518188.
4557
4558 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4559
4560         * tests/check/Makefile.am:
4561         * tests/check/elements/.cvsignore:
4562         * tests/check/elements/gdkpixbufsink.c:
4563           Add unit test for gdkpixbufsink element.
4564
4565 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4566
4567         * ext/gdk_pixbuf/Makefile.am:
4568         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4569         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4570           (gst_gdk_pixbuf_sink_base_init),
4571           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4572           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4573           (gst_gdk_pixbuf_sink_set_caps),
4574           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4575           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4576           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4577           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4578           (gst_gdk_pixbuf_sink_get_property):
4579         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4580           Add gdkpixbufsink element for easy snapshotting (#525946).
4581
4582 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4583
4584         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4585         Bump timeout from 3 to 60 seconds.
4586
4587 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4588
4589         * tests/check/pipelines/.cvignore:
4590         Remove useless file.
4591
4592         * tests/check/pipelines/.cvsignore:
4593         Add new test to .cvsignore.
4594
4595 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4596
4597         * tests/check/Makefile.am:
4598         * tests/check/pipelines/wavpack.c: (bus_handler),
4599         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4600         (wavpack_suite), (main):
4601         Add unit test that encodes and decodes some data, checks that it
4602         is still the same and that all timestamps/offsets are perfect.
4603
4604 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4605
4606         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4607         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4608         * ext/wavpack/gstwavpackparse.c:
4609         (gst_wavpack_parse_index_entry_new),
4610         (gst_wavpack_parse_index_entry_free),
4611         (gst_wavpack_parse_base_init),
4612         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4613         Use GSlice for allocating index entries and use
4614         gst_element_class_set_details_simple().
4615
4616 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         Patch by: Brian Cameron <brian.cameron at sun dot com>
4619
4620         * sys/sunaudio/gstsunaudio.c:
4621         * sys/sunaudio/gstsunaudiomixer.c:
4622         * sys/sunaudio/gstsunaudiomixer.h:
4623         * sys/sunaudio/gstsunaudiomixerctrl.c:
4624         * sys/sunaudio/gstsunaudiomixerctrl.h:
4625         * sys/sunaudio/gstsunaudiomixertrack.c:
4626         * sys/sunaudio/gstsunaudiomixertrack.h:
4627         * sys/sunaudio/gstsunaudiosink.c:
4628         * sys/sunaudio/gstsunaudiosink.h:
4629         * sys/sunaudio/gstsunaudiosrc.c:
4630         * sys/sunaudio/gstsunaudiosrc.h:
4631           Fix up copyrights (#525860).
4632
4633 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4634
4635         * gst/goom/goomsl.c: (gsl_read_file):
4636           Check return value of fread() to avoid compiler warnings.
4637
4638 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4639
4640         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4641
4642         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4643         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4644         * gst/law/alaw-decode.h:
4645         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4646         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4647         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4648         * gst/law/mulaw-decode.h:
4649         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4650         Make negotiation a bit modern.
4651         Use pad_alloc. Fixes #525359.
4652
4653 2008-03-31  David Schleef  <ds@schleef.org>
4654
4655         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4656           compiles consistently.  Fixes #522278.
4657
4658 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4659
4660         Patch by: Brian Cameron <brian.cameron at sun dot com>
4661
4662         * sys/sunaudio/gstsunaudiomixerctrl.c:
4663           (gst_sunaudiomixer_ctrl_get_volume),
4664           (gst_sunaudiomixer_ctrl_set_volume):
4665         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4666           Fix up the mixer tracks to use a volume range of 0-255, which is what
4667           the sun audio API uses. This simplifies the code and avoids rounding
4668           errors. Fixes #524593.
4669
4670 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4671
4672         * sys/v4l2/gstv4l2object.c:
4673         * sys/v4l2/gstv4l2object.h:
4674         Add device-fd property to make it possible to apps to call ioctl's.
4675
4676 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4677
4678         * gst/qtdemux/qtdemux.c: (next_entry_size):
4679         Unbreak streaming mode again.
4680
4681 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4682
4683         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4684           Remove superfluous DEBUG macro.
4685
4686 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4687
4688         Based on patch by: William M. Brack <wbrack at mmm com hk>
4689
4690         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4691           (gst_v4l2src_set_capture):
4692           Check whether the device supports setting the framerate before
4693           trying to set it and then posting a warning or error if it doesn't
4694           work (#516649, #520092). Also compare fractions more correctly.
4695
4696 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         * gst/goom/Makefile.am:
4699           Remove ppc assembler optimisations from the build until they
4700           actually build (they also seem to have GPL headers).
4701
4702 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4703
4704         * m4/Makefile.am:
4705           Better not dist files that don't exist any longer (lrint*m4).
4706
4707 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4708
4709         * configure.ac:
4710         * m4/lrint.m4:
4711         * m4/lrintf.m4:
4712         Remove lrint/lrintf checks. We don't use it anywhere.
4713
4714 2008-03-18  Andy Wingo  <wingo@pobox.com>
4715
4716         * sys/osxvideo/osxvideosink.m
4717         (gst_osx_video_sink_osxwindow_destroy)
4718         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4719         task, whoopdee.
4720         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4721         2 ms.
4722
4723 2008-03-18  Andy Wingo  <wingo@pobox.com>
4724
4725         * sys/osxvideo/osxvideosink.m
4726         (gst_osx_video_sink_osxwindow_destroy)
4727         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4728         task, whoopdee.
4729         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4730         2 ms.
4731         
4732 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4733
4734         Patch by: William M. Brack <wbrack at mmm com hk>
4735
4736         * sys/v4l2/v4l2src_calls.c:
4737           (gst_v4l2src_probe_caps_for_format_and_size),
4738           (gst_v4l2src_probe_caps_for_format):
4739           Make sure the probed frame sizes are reversed in the resulting
4740           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4741           highest resolution first); also remove unused variable.
4742           (Partly fixes #520092)
4743
4744 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4745
4746         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4747
4748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4749         (gst_rtspsrc_finalize):
4750         Call WSAStartup() and WSACleanup before using the Winsock API.
4751         See #520808.
4752
4753 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4754
4755         * gst/avi/gstavidemux.c:
4756           Erm, the buffer-size is just guint, no need for the special format
4757           specifier.
4758
4759 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4760
4761         * gst/goom/plugin_info.c:
4762         * gst/goom/ppc_zoom_ultimate.h:
4763           Small fixes to build more on PPC: ifdef out code that uses unknown
4764           define; add newline at end of header file to avoid compiler warning.
4765           Assembler code still doesn't build though.
4766
4767 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4768
4769         * gst/avi/gstavidemux.c:
4770           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4771           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4772
4773 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4774
4775         * gst/avi/gstavidemux.c:
4776           Chunksize is uint32. Fix format specifier.
4777
4778 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4779
4780         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4781         mistake. Return file to pure MIT text.
4782
4783 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4784
4785         * gst/audiofx/audiofx.c:
4786         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4787         of hardcoding values.
4788
4789 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4790
4791         Patch by: Mark Nauwelaerts <manauw skynet be>
4792
4793         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4794           (gst_oss_src_close):
4795         * sys/oss/gstosssrc.h:
4796           Cache probed caps, so _get_caps() during recording doesn't cause
4797           ioctl calls which may disrupt the recording (fixes #521875).
4798
4799 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4800
4801         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4802         (gst_qtdemux_activate_segment),
4803         (gst_qtdemux_prepare_current_sample),
4804         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4805         Make sure we always send a DISCONT after a seek by setting the sample
4806         index to an undefined value after a seek.
4807
4808 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4809
4810         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4811           (GST_IS_AVI_SUBTITLE_CLASS):
4812           Fix up IS_FOO macros, which makes gtk-doc much happier.
4813
4814 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * tests/icles/Makefile.am:
4817           Move the -lgstfoo where it belongs.
4818
4819 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4820
4821         * gst/matroska/ebml-ids.h:
4822         Add ID for EBML CRC32 elements.
4823
4824         * gst/matroska/Makefile.am:
4825         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4826         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4827         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4828         (gst_ebml_read_header):
4829         Support reading 80bit floats, add finalize method to clean up
4830         in any case, support reading length/id elements with any length
4831         as long as it's smaller than our supported maximum, don't leak
4832         buffers if reading as much data as we wanted failed and some
4833         smaller cleanup.
4834
4835 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4836
4837         Patch by: Olivier Crete <tester at tester dot ca>
4838
4839         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4840         Check that a buffer is large enough before reading from it.
4841         Fixes bug #521102.
4842         
4843 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4844
4845         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4846         Fix compilation after removing the GstPollMode from the
4847         constructor.
4848
4849 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4850
4851         * configure.ac:
4852         * gst/audiofx/Makefile.am:
4853         * gst/audiofx/audiochebband.c:
4854         * gst/audiofx/audiocheblimit.c:
4855         * gst/audiofx/math_compat.h:
4856         Check for sinh(), cosh() and asinh() and define our own
4857         implementations if they're not available. Fixes bug #520880.
4858
4859 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4860
4861         Patch by: Olivier Crete <tester at tester dot ca>
4862
4863         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4864         Unref the buffers only once when handling not-negotiated errors.
4865         Fixes bug #520764.
4866
4867 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4868
4869         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4870
4871         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4872         (gst_udpsrc_stop):
4873         Properly balance WSA_Cleanup with WSA_Startup.
4874         Also make the poll controllable on windows. Fixes #520888.
4875
4876 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4877
4878         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4879         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4880         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4881         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4882         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4883         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4884         (gst_ebml_read_date), (gst_ebml_read_master),
4885         (gst_ebml_read_binary), (gst_ebml_read_header):
4886         * gst/matroska/ebml-read.h:
4887         * gst/matroska/matroska-demux.c:
4888         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4889         (gst_matroska_demux_read_track_encodings),
4890         (gst_matroska_demux_add_stream),
4891         (gst_matroska_demux_handle_src_query),
4892         (gst_matroska_demux_handle_seek_event),
4893         (gst_matroska_demux_init_stream),
4894         (gst_matroska_demux_parse_tracks),
4895         (gst_matroska_demux_parse_index_cuetrack),
4896         (gst_matroska_demux_parse_index_pointentry),
4897         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4898         (gst_matroska_demux_parse_metadata_id_simple_tag),
4899         (gst_matroska_demux_parse_metadata_id_tag),
4900         (gst_matroska_demux_parse_metadata),
4901         (gst_matroska_demux_sync_streams),
4902         (gst_matroska_demux_push_hdr_buf),
4903         (gst_matroska_demux_push_flac_codec_priv_data),
4904         (gst_matroska_demux_push_xiph_codec_priv_data),
4905         (gst_matroska_demux_add_wvpk_header),
4906         (gst_matroska_demux_check_subtitle_buffer),
4907         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4908         (gst_matroska_demux_parse_cluster),
4909         (gst_matroska_demux_parse_contents_seekentry),
4910         (gst_matroska_demux_parse_contents),
4911         (gst_matroska_demux_loop_stream_parse_id),
4912         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4913         * gst/matroska/matroska-demux.h:
4914         * gst/matroska/matroska-ids.h:
4915         Handle return values from pull_range in a more granular way to properly
4916         shut down on seeks.
4917         Combine return values from push.
4918         Implement proper error handling.
4919         Prepare for handling seeking correctly.
4920
4921 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4922
4923         * gst/matroska/ebml-read.c:
4924         Use GINT64 formatting constants from GLIB.
4925
4926         * gst/matroska/matroska-demux.c:
4927         Add some guards to avoid a possible division by 0 and crashing
4928         with NULL events on some systems.
4929         Use gst_gdouble_to_guint64 somewhere instead of an implicit
4930         conversion. 
4931
4932         * gst/matroska/matroska-mux.c:
4933         Check for invalid timestamps in a bunch of places to avoid
4934         writing bogus durations into the output file.
4935         Fix some double<->gint64 conversions that weren't using
4936         gst_guint64_to_gdouble
4937
4938 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4939
4940         * configure.ac:
4941         Move the checks for bison, flex and as to the program section and the
4942         check for gcc inline asm to the compiler characteristics section.
4943
4944 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4945
4946         * configure.ac:
4947         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4948         plug-ins are included/excluded. (#498222)
4949
4950 2008-02-29  Michael Smith <msmith@fluendo.com>
4951
4952         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4953           Don't call gst_object_sync_values() unless we have a valid timestamp.
4954
4955 2008-02-28  David Schleef  <ds@schleef.org>
4956
4957         * gst/matroska/matroska-demux.c:
4958         * gst/matroska/matroska-ids.h:
4959         * gst/matroska/matroska-mux.c:
4960           Fix Dirac mapping.  I had previously added a VfW-type
4961           mapping, but it looks like Dirac will get a native Matroska
4962           mapping, and this is the most likely method.
4963
4964 2008-02-28  David Schleef  <ds@schleef.org>
4965
4966         * gst/avi/gstavimux.c: Add Dirac encoding
4967
4968 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4969
4970         Patch by: Peter Kjellerstedt <pkj at axis com>
4971
4972         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4973         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
4974         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
4975         * gst/udp/gstudpsrc.h:
4976         Port to GstPoll. See #505417.
4977
4978 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
4979
4980         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
4981         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
4982         yet on the srcpad. We need rate and channels before we
4983         can do any processing. Fixes bug #519088.
4984
4985 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
4986
4987         * configure.ac:
4988         Detect and indicate if GCC inline assembly syntax is
4989         available.
4990
4991         * gst/goom/Makefile.am:
4992         * gst/goom/convolve_fx.c:
4993         * gst/goom/flying_stars_fx.c:
4994         * gst/goom/goom_config.h:
4995         * gst/goom/goom_core.c:
4996         * gst/goom/goomsl.c:
4997         * gst/goom/ifs.c:
4998         * gst/goom/mmx.c:
4999         * gst/goom/plugin_info.c:
5000         * gst/goom/xmmx.c:
5001         Fix various GCC-isms, and only build the inline assembly
5002         with compilers that support GCC inline assembly.
5003
5004         Fix a couple of other warnings shown with Forte.
5005
5006 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5007
5008         * gst/goom/xmmx.c:
5009           Use 'emms' instead of 'femms' to not crash on cpus that do not
5010           implement this 3dnow specific instruction.
5011
5012 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5013
5014         * gst/goom/plugin_info.c: (setOptimizedMethods):
5015         Use extended MMX for draw_line() too if available, not only
5016         normal MMX.
5017
5018 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5019
5020         * ext/jpeg/gstjpeg.c: (plugin_init):
5021         Remove (commented out) smoke typefinder. This is in base now.
5022
5023 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5024
5025         * gst/goom2k1/Makefile.am:
5026         * gst/goom2k1/gstgoom.c:
5027
5028         Rename the installed library, and don't register the same 
5029         GType name as the new goom.
5030
5031 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5032
5033         * configure.ac:
5034         * ext/taglib/Makefile.am:
5035           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5036           when building C++ code (#516509).
5037
5038 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5041         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5042           (setOptimizedMethods):
5043           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5044           anything useful. Export goom debug category so we can get
5045           rid of the VERBOSE define and the printfs.
5046
5047 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5048
5049         * gst/goom/goomsl_heap.c: (align_it):
5050         * gst/goom/plugin_info.c: (setOptimizedMethods):
5051           Compile fixes for x86-64.
5052
5053 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5054
5055         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5056         with warnings, but add other CFLAGS
5057
5058         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5059         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5060         (calculate_labels), (gsl_read_file):
5061         * gst/goom/goomsl_lex.l:
5062         * gst/goom/goomsl_yacc.y:
5063         * gst/goom/plugin_info.c: Remove a few live printf, and
5064         fprintf, replace exit() calls with g_assert_not_reached()
5065         if it not optimal for a library
5066
5067 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5068
5069         * gst/goom/Makefile.am: Remove the warnings being disabled,
5070         fix linkage on x86, spotted by Sebastian Dröge
5071         <slomo@circular-chaos.org>
5072
5073         * gst/goom/convolve_fx.c (convolve_init),
5074         (create_output_with_brightness), (convolve_apply):
5075         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5076         * gst/goom/goomsl.c:
5077         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5078         * gst/goom/plugin_info.c:
5079         * gst/goom/tentacle3d.c (tentacle_fx_create):
5080         Fix warnings, and disable the motifs in the convolve_fx
5081         plugin (they were causing warnings, and they were just
5082         "Goom" in funny letterring)
5083
5084 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5085
5086         * configure.ac: Add checks for Flex/Yacc/Bison and other
5087         furry animals, for the new goom 2k4 based plugin
5088
5089         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5090         CPU optimisations (not working yet), move the old plugin to...
5091
5092         * gst/goom2k1/*: ... here, in case somebody is sick enough
5093
5094         Fixes #515073
5095
5096 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5097
5098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5099         Post the server response code in an error message instead of a generic
5100         'error' message. Fixes #517237.
5101
5102 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5103
5104         * tests/check/Makefile.am:
5105         Ignore gconfaudiosrc for the states unit test too. It will fallback
5106         to alsasrc if the gconf settings can't be read and not everybody has
5107         alsa.
5108
5109 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5110
5111         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5112         (gst_wavpack_parse_create_src_pad):
5113         * ext/wavpack/gstwavpackparse.h:
5114         Always report the duration if we know it in push mode and don't
5115         return 0 just to make totem believe we can't seek in push mode.
5116         Newer totem version use the SEEKING query which properly reports
5117         if we can seek or not.
5118
5119 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5120
5121         Patch by: Jens Granseuer <jensgr at gmx dot net>
5122
5123         * tests/examples/equalizer/demo.c: (main):
5124         C89 fix, moving variable declarations to the beginning of
5125         the block. Fixes bug #517933.
5126
5127 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5128
5129         * configure.ac:
5130         Back to development...
5131
5132 === release 0.10.7 ===
5133
5134 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5135
5136         * configure.ac:
5137           releasing 0.10.7, "Red Door Black"
5138
5139 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5140
5141         * gst/alpha/Makefile.am:
5142         Link alpha plugin with libgstbase. Fixes bug #517386.
5143
5144 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5145
5146         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5147         Init values to -1 instead of the default 0 value.
5148         Fixes #516524.
5149
5150 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5151
5152         * tests/examples/spectrum/spectrum-example.c:
5153         Add missing include to fix compilation when libxml usage is disabled.
5154         Fixes: #516371
5155
5156 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5157
5158         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5159         fixes: #514889
5160
5161         * gst/rtp/gstrtph264pay.c:
5162         * gst/rtp/gstrtpmp4gdepay.c:
5163         * gst/rtp/gstrtpmp4gpay.c:
5164         * gst/rtp/gstrtpmp4gpay.h:
5165         * gst/rtp/gstrtptheorapay.c:
5166         * gst/rtp/gstrtpvorbispay.c:
5167
5168         Fix various leaks shown up in valgrind
5169         - free sprops and buffer in error cases in H264 payloader
5170         - fix leak in mp4g depayloader when construction the caps
5171         - don't leak config string in the mp4g payloader
5172         - don't leak buffers and headers in theora and vorbis payloaders
5173
5174         * tests/check/elements/rtp-payloading.c:
5175
5176         Fix the RTP data test
5177         - Actually send valid amr data to the payloader instead of 20
5178         zero-bytes
5179         - The mp4g payloader expects codec_data on the caps
5180
5181 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5182
5183         * win32/MANIFEST:
5184         Add libgstpng.dsp to MANIFEST.
5185         * win32/vs6/libgstaudiofx.dsp:
5186         Add new source files to VS project file.
5187
5188 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5189
5190         * sys/ximage/gstximagesrc.c:
5191         Initialise variables when opening the X display rather
5192         than in _start(), as the display can be opened before that.
5193
5194         Fixes: #515985
5195
5196 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5197
5198         * sys/directdraw/gstdirectdrawsink.c:
5199         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5200         (gst_directdraw_sink_finalize):
5201         Properly chain up finalize functions. Fixes bug #515980.
5202
5203 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5204
5205         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5206         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5207         (gst_v4l2_buffer_pool_class_init):
5208         Chain up the finalize functions. Fixes bug #515984.
5209
5210 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5211
5212         * sys/ximage/ximageutil.c:
5213         Chain up in the finalize function for our custom
5214         buffer sub-class.
5215         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5216         Fixes: #515706
5217
5218 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5219
5220         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5221         (gst_fenced_buffer_class_init):
5222         Properly chain up finalize method. Fixes bug #515979.
5223
5224 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5225
5226         * sys/ximage/gstximagesrc.c:
5227         Free allocated Damage memory before closing our connection to the
5228         X server. Partially fixes: #515706
5229
5230 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5231
5232         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5233         * tests/check/Makefile.am:
5234         * tests/check/gst-plugins-good.supp:
5235         Add a few libjpeg suppressions and initialize a variable to
5236         make smokeenc valgrind clean. Fixes bug #515701.
5237
5238 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5239
5240         * gst/avi/gstavidemux.c:
5241         Revert patch which sends timestamps only on keyframes, as it
5242         breaks playback with current gst-ffmpeg.
5243
5244         Fixes: #515562
5245
5246 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5247
5248         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5249         * tests/check/elements/multifile.c: (GST_START_TEST):
5250         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5251
5252 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5253
5254         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5255         Use and unset the GError when pipeline creation fails instead of
5256         simply leaking it. Fixes bug #515704.
5257
5258 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5259
5260         * gst/audiofx/audioamplify.c:
5261         * gst/audiofx/audiochebband.c:
5262         * gst/audiofx/audiocheblimit.c:
5263         * gst/audiofx/audiodynamic.c:
5264         * gst/audiofx/audioinvert.c:
5265         * gst/audiofx/audiopanorama.c:
5266         * gst/audiofx/audiowsincband.c:
5267         * gst/audiofx/audiowsinclimit.c:
5268         Fix long description of audiofx elements. Fixes bug #515457.
5269
5270 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5271
5272         * docs/plugins/Makefile.am:
5273         * gst/spectrum/gstspectrum.c:
5274         * tests/examples/spectrum/.cvsignore:
5275         * tests/examples/spectrum/Makefile.am:
5276         * tests/examples/spectrum/spectrum-example.c:
5277
5278         Add a simple example application for the spectrum element, include it
5279         in the docs, and fix some documentation ambiguities.
5280
5281         Fixes: #348085
5282
5283 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5284
5285         * gst/equalizer/Makefile.am:
5286         * gst/spectrum/Makefile.am:
5287         Fix includes order
5288
5289         * tests/check/Makefile.am:
5290         Exclude v4l2src from the states test - it takes too long to start.
5291
5292         * tests/check/elements/spectrum.c:
5293         Make the test run properly with CK_FORK=no
5294
5295 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5296
5297         * gst/audiofix/Makefile.am: add missing header files 
5298
5299 2008-02-08  Julien Moutte  <julien@fluendo.com>
5300
5301         * gst/matroska/matroska-demux.c:
5302         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5303         keyframe and delta units correctly when dealign with a BlockGroup.
5304         Fixes: #514397
5305
5306 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5307
5308         * tests/check/elements/.cvsignore:
5309         Spell the new tests correctly in .cvsignore
5310
5311 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5312
5313         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5314           Need to use gsize here for the size, fixes compiler warning.
5315
5316         * tests/examples/equalizer/.cvsignore:
5317         * tests/examples/equalizer/Makefile.am:
5318         * tests/examples/spectrum/.cvsignore:
5319         * tests/examples/spectrum/Makefile.am:
5320           Add missing files to fix the build.
5321
5322 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5323
5324         * configure.ac:
5325         * docs/plugins/Makefile.am:
5326         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5327         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5328         * docs/plugins/gst-plugins-good-plugins.args:
5329         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5330         * docs/plugins/inspect/plugin-multifile.xml:
5331         * tests/check/Makefile.am:
5332         * tests/check/elements/.cvsignore:
5333
5334         Move multifile plugin from -bad.
5335         Fixes: #490283
5336
5337 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5338
5339         * configure.ac:
5340         * docs/plugins/Makefile.am:
5341         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5342         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5343         * docs/plugins/gst-plugins-good-plugins.args:
5344         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5345         * docs/plugins/inspect/plugin-spectrum.xml:
5346         * gst/spectrum/Makefile.am:
5347         * tests/check/Makefile.am:
5348         * tests/check/elements/.cvsignore:
5349         * tests/examples/Makefile.am:
5350
5351         Move spectrum plugin from -bad.
5352         Move examples into tests/examples/spectrum.
5353
5354 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5355
5356         * configure.ac:
5357         * docs/plugins/Makefile.am:
5358         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5359         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5360         * docs/plugins/gst-plugins-good-plugins.args:
5361         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5362         * docs/plugins/gst-plugins-good-plugins.interfaces:
5363         * docs/plugins/inspect/plugin-equalizer.xml:
5364         * gst/equalizer/Makefile.am:
5365         * tests/check/Makefile.am:
5366         * tests/examples/Makefile.am:
5367         Move the equalizer plugin across from -bad
5368
5369         * tests/check/elements/.cvsignore:
5370         Add equalizer, audiosincwband and audiosincwlimit
5371
5372         * tests/check/elements/equalizer.c:
5373         Fix compiler warnings
5374
5375         Fixes: #415627
5376
5377 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5378
5379         * configure.ac:
5380         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5381         are treated like releases and build without it.
5382
5383 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5384
5385         * docs/plugins/Makefile.am:
5386         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5387         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5388         * docs/plugins/gst-plugins-good-plugins.args:
5389         * docs/plugins/inspect/plugin-audiofx.xml:
5390         * gst/audiofx/Makefile.am:
5391         * gst/audiofx/audiofx.c:
5392         * gst/audiofx/audiowsincband.c:
5393         * gst/audiofx/audiowsincband.h:
5394         * gst/audiofx/audiowsinclimit.c:
5395         * gst/audiofx/audiowsinclimit.h:
5396         * tests/check/Makefile.am:
5397         * tests/check/elements/audiowsincband.c:
5398         * tests/check/elements/audiowsinclimit.c:
5399
5400         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5401         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5402         respectively.
5403
5404         Fixes: #467666
5405
5406 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5407
5408         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5409         * tests/check/elements/icydemux.c:
5410           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5411           caps, and add a somewhat useful debug message. Plus test.
5412
5413 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5414
5415         * gst/rtsp/gstrtspsrc.c:
5416         Include unistd.h only if HAVE_UNISTD_H is defined
5417         * win32/common/config.h.in:
5418         * win32/common/config.h:
5419         Define socklen_t as it seems it's not defined in default 
5420         Visual Studio headers.
5421         * win32/vs6/libgstalpha.dsp:
5422         * win32/vs6/libgstapetag.dsp:
5423         * win32/vs6/libgstavi.dsp:
5424         * win32/vs6/libgstrtp.dsp:
5425         * win32/vs6/libgstrtsp.dsp:
5426         * win32/vs6/libgstvideomixer.dsp:
5427         Update project file dependencies and add new source files       
5428
5429 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5430
5431         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5432
5433         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5434         Don't leak buffers when we don't push them downstream.
5435         Fixes bug #514965.
5436
5437 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5438
5439         * configure.ac:
5440           Bump requirements to (good) released versions to avoid
5441           confusion and make implicit core requirement explicit.
5442
5443 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5444
5445         * docs/plugins/Makefile.am:
5446         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5447         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5448         * docs/plugins/gst-plugins-good-plugins.args:
5449         * docs/plugins/inspect/plugin-audiofx.xml:
5450         * gst/audiofx/Makefile.am:
5451         * gst/audiofx/audiochebband.c:
5452         * gst/audiofx/audiochebband.h:
5453         * gst/audiofx/audiocheblimit.c:
5454         * gst/audiofx/audiocheblimit.h:
5455         * gst/audiofx/audiochebyshevfreqband.c:
5456         * gst/audiofx/audiochebyshevfreqband.h:
5457         * gst/audiofx/audiochebyshevfreqlimit.c:
5458         * gst/audiofx/audiochebyshevfreqlimit.h:
5459         * gst/audiofx/audiofx.c:
5460         * tests/check/Makefile.am:
5461         * tests/check/elements/.cvsignore:
5462         * tests/check/elements/audiochebband.c:
5463         * tests/check/elements/audiocheblimit.c:
5464         * tests/check/elements/audiochebyshevfreqband.c:
5465         * tests/check/elements/audiochebyshevfreqlimit.c:
5466
5467         Rename audiochebyshevfreqband -> audiochebband and
5468         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5469         surgery.
5470
5471         Closes: #491811
5472
5473 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5474
5475         Patch by: Orjan Friberg <orjanf at axis dot com>
5476
5477         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5478         Fix caps memory leak. Fixes #514573.
5479
5480 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5481
5482         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5483         If there's no entries in the subindex, don't try to do anything stupid,
5484         just return.
5485
5486 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5487
5488         Patch by: John Millikin <jmillikin at gmail dot com>
5489
5490         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5491           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5492           Fix extraction of picture blocks with newer libflac versions again:
5493           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5494
5495 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5496
5497         * tests/check/Makefile.am:
5498           Add rtp-payloading test to VALGRIND_TO_FIX.
5499
5500         * tests/check/elements/rtp-payloading.c:
5501           Add semicolons after GST_TEST_END so gst-indent gets the
5502           formatting right; make test less verbose in general, but
5503           more verbose in the error case (which should probably
5504           make the test fail anyway).
5505
5506 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5507
5508         * docs/plugins/Makefile.am:
5509         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5510         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5511         * gst/avi/gstavisubtitle.c:
5512         Add documentation for avisubtitle and change class to
5513         Codec/Parser/Subtitle
5514
5515 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5516
5517         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5518         Treat ENOTTY (driver does not implement ioctl) the same as
5519         EINVAL since it implies there are no available standards.
5520
5521         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5522         (gst_v4l2src_get_nearest_size):
5523         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5524         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5525         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5526         reason, and if we aren't yet actively capturing.
5527
5528         * sys/v4l2/v4l2src_calls.h:
5529         Remove replaced function declaration.
5530
5531 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5532
5533         * configure.ac:
5534         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5535         API.
5536
5537 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5538
5539         * configure.ac:
5540         Fix typo.
5541
5542 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5543
5544         * gst/alpha/Makefile.am:
5545         * gst/alpha/gstalpha.c:
5546
5547         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5548         some stuff, and making buffer-alloc and resizing work automatically.
5549         No longer crashes on odd frame widths and heights, although there
5550         seems to be a disagreement with ffmpegcolorspace about what size
5551         an AYUV frame with odd height should be.
5552
5553 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5554
5555         Patch by: Alessandro Decina <alessandro at nnva dot org>
5556
5557         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5558         * ext/libpng/gstpngenc.h:
5559         Preallocate the output buffer so that g_memdup() and
5560         gst_buffer_merge() aren't needed anymore. This greatly improves
5561         performances and fixes #512544.
5562
5563 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5564
5565         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5566         (gst_avi_demux_stream_data):
5567         GStreamer timestamps are PTS values while AVI only knows about DTS
5568         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5569         we are dealing with a key frame.
5570
5571 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5572
5573         * tests/check/Makefile.am:
5574         * tests/check/elements/.cvsignore:
5575         * tests/check/elements/rtp-payloading.c:
5576           Add add testsuite for the rtp-payloader that tries simulating
5577           dataflow. Needs more test data.
5578
5579 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5580
5581         * tests/check/elements/alphacolor.c:
5582           Remove two unused variables.
5583
5584 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5585
5586         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5587           Use g_ascii_strtoll() instead of atoll, which is only
5588           available in C99.
5589
5590 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5591
5592         * gst/rtp/Makefile.am:
5593         * gst/rtp/gstrtp.c:
5594         * gst/rtp/gstrtpmpvpay.c:
5595         * gst/rtp/gstrtpmpvpay.h:
5596         Add MPEG2 video payloader
5597
5598 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5599
5600         * gst/level/gstlevel.c:
5601         Use #include <math.h> instead of #include "math.h".
5602
5603 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5604
5605         * tests/check/Makefile.am:
5606         Fix up some CFLAGS sets.
5607         Don't include gconfvideosrc in the states test.
5608
5609         * tests/check/elements/autodetect.c: (GST_START_TEST):
5610         Add some error strings to fail_unless arguments to fix some weird
5611         compiler errors on Solaris.
5612
5613 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5614
5615         * configure.ac:
5616         Detect video4linux headers on Solaris too.
5617         * sys/v4l2/gstv4l2colorbalance.h:
5618         * sys/v4l2/gstv4l2object.h:
5619         * sys/v4l2/v4l2_calls.c:
5620         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5621         (gst_v4l2_buffer_new):
5622
5623         Make v4l2 build on Solaris.
5624         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5625         Fixes: #510505
5626
5627 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5628
5629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5630           Update list from (still local) scanning script.
5631
5632 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5633
5634         Based on a patch by:
5635             Victor STINNER <victor dot stinner at haypocalc dot com>
5636
5637         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5638         Set variable to NULL after freeing it to prevent double frees
5639         or make failures by another use of it afterwards more obvious
5640         and fix use of it after the freeing. Fixes bug #510592.
5641
5642 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5643
5644         * gst/udp/gstmultiudpsink.c:
5645         use GST_WARNING for logging
5646
5647 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5648
5649         * gst/udp/gstmultiudpsink.c:
5650         Don't try to leave a multicast group with an invalid socket
5651
5652 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5653
5654         * ext/flac/gstflacdec.c:
5655           Fix compilation against flac 1.1.2 (as on debian stable), where
5656           the picture metadata defines and structs don't exist yet.
5657           Fixes #509301.
5658
5659 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5660
5661         Patch by: Olivier Crete <tester at tester dot ca>
5662
5663         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5664         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5665         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5666         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5667         * gst/udp/gstmultiudpsink.h:
5668         Add property to automatically join a multicast group or not. This can be
5669         useful when sharing a socket between multiple elements.
5670         Fixes #509531.
5671
5672 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5673
5674         * gst/videomixer/Makefile.am:
5675           Add controller flags.
5676
5677 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5678
5679         * gst/videomixer/videomixer.c:
5680           Also commit the missing gst_object_sync_values().
5681
5682 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5683
5684         * docs/plugins/Makefile.am:
5685           Remove duplicate entry.
5686
5687 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5688
5689         * docs/plugins/Makefile.am:
5690         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5691         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5692         * docs/plugins/inspect/plugin-gamma.xml:
5693         * docs/plugins/inspect/plugin-monoscope.xml:
5694         * docs/plugins/inspect/plugin-video4linux2.xml:
5695           Add 3 more plugins to docs.
5696
5697 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5698
5699         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5700         * sys/osxvideo/osxvideosink.h:
5701           Revert previous change caused by a file that got stuck on an old
5702           revision.
5703
5704 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5705
5706         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5707         * gst/multipart/Makefile.am:
5708         * gst/multipart/multipartdemux.c:
5709         * gst/multipart/multipartdemux.h:
5710         * gst/multipart/multipartmux.c:
5711         * gst/multipart/multipartmux.h:
5712           Re-add multipartdemux to the docs. Last round of section cleanup.
5713
5714 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5715
5716         * docs/plugins/Makefile.am:
5717         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5718         * sys/osxaudio/gstosxaudiosink.h:
5719         * sys/osxvideo/osxvideosink.h:
5720           Managed to resolve most unused declarations. Filed a bug for one left.          
5721
5722 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5723
5724         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5725           Cleanup section file.
5726
5727 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5728
5729         * docs/plugins/Makefile.am:
5730         * docs/plugins/gst-plugins-good-plugins.args:
5731         * docs/plugins/gst-plugins-good-plugins.signals:
5732         * docs/plugins/inspect/plugin-alaw.xml:
5733         * docs/plugins/inspect/plugin-alpha.xml:
5734         * docs/plugins/inspect/plugin-alphacolor.xml:
5735         * docs/plugins/inspect/plugin-annodex.xml:
5736         * docs/plugins/inspect/plugin-apetag.xml:
5737         * docs/plugins/inspect/plugin-audiofx.xml:
5738         * docs/plugins/inspect/plugin-auparse.xml:
5739         * docs/plugins/inspect/plugin-autodetect.xml:
5740         * docs/plugins/inspect/plugin-avi.xml:
5741         * docs/plugins/inspect/plugin-cairo.xml:
5742         * docs/plugins/inspect/plugin-cdio.xml:
5743         * docs/plugins/inspect/plugin-cutter.xml:
5744         * docs/plugins/inspect/plugin-debug.xml:
5745         * docs/plugins/inspect/plugin-dv.xml:
5746         * docs/plugins/inspect/plugin-efence.xml:
5747         * docs/plugins/inspect/plugin-effectv.xml:
5748         * docs/plugins/inspect/plugin-flac.xml:
5749         * docs/plugins/inspect/plugin-flxdec.xml:
5750         * docs/plugins/inspect/plugin-gconfelements.xml:
5751         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5752         * docs/plugins/inspect/plugin-goom.xml:
5753         * docs/plugins/inspect/plugin-halelements.xml:
5754         * docs/plugins/inspect/plugin-icydemux.xml:
5755         * docs/plugins/inspect/plugin-id3demux.xml:
5756         * docs/plugins/inspect/plugin-jpeg.xml:
5757         * docs/plugins/inspect/plugin-ladspa.xml:
5758         * docs/plugins/inspect/plugin-level.xml:
5759         * docs/plugins/inspect/plugin-matroska.xml:
5760         * docs/plugins/inspect/plugin-mulaw.xml:
5761         * docs/plugins/inspect/plugin-multipart.xml:
5762         * docs/plugins/inspect/plugin-navigationtest.xml:
5763         * docs/plugins/inspect/plugin-png.xml:
5764         * docs/plugins/inspect/plugin-quicktime.xml:
5765         * docs/plugins/inspect/plugin-rtp.xml:
5766         * docs/plugins/inspect/plugin-rtsp.xml:
5767         * docs/plugins/inspect/plugin-shout2send.xml:
5768         * docs/plugins/inspect/plugin-smpte.xml:
5769         * docs/plugins/inspect/plugin-speex.xml:
5770         * docs/plugins/inspect/plugin-taglib.xml:
5771         * docs/plugins/inspect/plugin-udp.xml:
5772         * docs/plugins/inspect/plugin-videobalance.xml:
5773         * docs/plugins/inspect/plugin-videobox.xml:
5774         * docs/plugins/inspect/plugin-videocrop.xml:
5775         * docs/plugins/inspect/plugin-videoflip.xml:
5776         * docs/plugins/inspect/plugin-videomixer.xml:
5777         * docs/plugins/inspect/plugin-wavenc.xml:
5778         * docs/plugins/inspect/plugin-wavpack.xml:
5779         * docs/plugins/inspect/plugin-wavparse.xml:
5780           Update plugin docs.
5781
5782         * gst/videomixer/Makefile.am:
5783         * gst/videomixer/videomixer.c:
5784         * gst/videomixer/videomixer.h:
5785         * gst/videomixer/videomixerpad.h:
5786           Split out header to fix warnings from the doc-build.
5787
5788 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5789
5790         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5791
5792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5793         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5794
5795 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5796
5797         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5798         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5799           Initialise variables to work around (false) 'foo might be used
5800           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5801
5802 2008-01-11  David Schleef  <ds@schleef.org>
5803
5804         * docs/plugins/.cvsignore:
5805         * tests/check/pipelines/.cvsignore:
5806           Ignore more files for the buildbot.
5807
5808 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5809
5810         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5811         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5812         Generate the image-type values correctly. Leave them out of the caps
5813         when outputting a "preview image" tag, since it only makes sense
5814         to have one of those - the type is irrelevant.
5815
5816         * sys/sunaudio/gstsunaudiomixerctrl.c:
5817         (gst_sunaudiomixer_ctrl_open):
5818         If we can, mark the mixer multiple open when we use it, in case
5819         (for some reason) the process wants to open it again elsewhere.
5820
5821 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5822
5823         Patch by: Olivier Crete <tester at tester dot ca>
5824
5825         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5826         * gst/rtp/gstrtptheorapay.c:
5827         Fix the clock rate to 90000 as required by the RFC.
5828         Fixes #508644.
5829
5830 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5833           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5834
5835 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5836
5837         * autogen.sh:
5838           Add -Wno-portability to the automake parameters to stop warnings
5839           about GNU make extensions being used. We require GNU make in almost
5840           every Makefile anyway.
5841           
5842         * configure.ac:
5843           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5844           at the same time is required for per target flags.
5845
5846 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5847
5848         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5849         Fix error from my last commit.
5850
5851 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5854
5855         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5856           Make sure the ISO 639-X language code in ID3v2 COMM frames
5857           is actually valid UTF-8 (or rather: ASCII), so we don't end
5858           up with non-UTF8 strings in tags if there's garbage in the
5859           language field. Also make sure the language code is always
5860           lower case. Fixes: #508291.
5861
5862 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5863
5864         * ChangeLog:
5865           Fix ChangeLog typo.
5866
5867 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5868
5869         * Makefile.am:
5870           Include lcov.mak to allow building coverage reports. Guard
5871           check-torture target like in the other packages.
5872
5873 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5874
5875         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5876
5877         * gst/videomixer/videomixer.c:
5878         (gst_videomixer_set_master_geometry), (_do_init),
5879         (gst_videomixer_child_proxy_get_child_by_index),
5880         (gst_videomixer_child_proxy_get_children_count),
5881         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5882         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5883         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5884         Implement GstChildProxy interface.
5885         Send newsegment at the right moment
5886         Fixes #488879
5887
5888 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5889
5890         * gst/alpha/Makefile.am:
5891         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5892         (gst_alpha_sink_event), (gst_alpha_chain),
5893         (gst_alpha_change_state), (plugin_init):
5894         Make the various properties of 'alpha' controllable. This allows doing
5895         niceties like fade-in/fade-out.
5896
5897 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5898
5899         * gst/rtp/gstasteriskh263.c:
5900         * gst/rtp/gstrtpL16depay.c:
5901         * gst/rtp/gstrtpac3depay.c:
5902         * gst/rtp/gstrtpamrpay.c:
5903         * gst/rtp/gstrtpdepay.c:
5904         * gst/rtp/gstrtpgsmdepay.c:
5905         * gst/rtp/gstrtph263depay.c:
5906         * gst/rtp/gstrtph263pdepay.c:
5907         * gst/rtp/gstrtph263ppay.c:
5908         * gst/rtp/gstrtph264depay.c:
5909         * gst/rtp/gstrtph264pay.c:
5910         * gst/rtp/gstrtpmp2tdepay.c:
5911         * gst/rtp/gstrtpmp4adepay.c:
5912         * gst/rtp/gstrtpmp4gdepay.c:
5913         * gst/rtp/gstrtpmp4gpay.c:
5914         * gst/rtp/gstrtpmp4vdepay.c:
5915         * gst/rtp/gstrtpmpadepay.c:
5916         * gst/rtp/gstrtpmpvdepay.c:
5917         * gst/rtp/gstrtpsv3vdepay.c:
5918         * gst/rtp/gstrtptheoradepay.c:
5919         * gst/rtp/gstrtptheorapay.c:
5920         * gst/rtp/gstrtpvorbisdepay.c:
5921         * gst/rtp/gstrtpvorbispay.c:
5922           Remove copy/paste unused code (property setters and getter) found by
5923           the coverage suite (yay, saves ~20k on disk).
5924
5925 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5926
5927         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5928           (videosink_templ):
5929           Also fix up pad templates to indicate that image/jpeg doesn't
5930           absolutely require the framerate property to be set (#504081).
5931
5932 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5933
5934         Based on patch by: Wouter Cloetens  <wouter at mind be>
5935
5936         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5937           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5938           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5939         * gst/matroska/matroska-mux.h:
5940           Keep track of first and last timestamps for each incoming stream,
5941           so we can calculate the total duration for live sources and other
5942           input where we can't query the duration from the start or where
5943           there's no constant framerate from which we can deduce the
5944           duration; also use calculated/observed duration if it is bigger
5945           than the previously queried duration. Furthermore, use
5946           gst_pad_query_peer_duration() and take into account that it may
5947           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5948           screws up comparisons when using unsigned integers. Fixes #504081.
5949
5950 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
5951
5952         * configure.ac:
5953         * gst/audiofx/audioamplify.c:
5954         (gst_audio_amplify_clipping_method_get_type),
5955         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
5956         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
5957         (gst_audio_dynamic_transform_ip):
5958         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
5959         (gst_audio_invert_transform_ip):
5960         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5961         (gst_audio_panorama_transform):
5962         * gst/level/gstlevel.c: (gst_level_init):
5963         Make elements GST_BUFFER_FLAG_GAP aware and call
5964         gst_base_transform_set_gap_aware for this.
5965         Bump core requirement to CVS.
5966         
5967         * gst/audiofx/audiochebyshevfreqband.c:
5968         (gst_audio_chebyshev_freq_band_transform_ip):
5969         * gst/audiofx/audiochebyshevfreqlimit.c:
5970         (gst_audio_chebyshev_freq_limit_transform_ip):
5971         Also sync GObject properties to the controller if operating
5972         in passthrough mode.
5973
5974 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5975
5976         * sys/directdraw/gstdirectdrawsink.c:
5977           (gst_directdraw_sink_window_thread):
5978           FALSE is not a gpointer.
5979
5980 2008-01-05  Julien Moutte  <julien@fluendo.com>
5981
5982         * sys/directdraw/gstdirectdrawsink.c:
5983         (gst_directdraw_sink_set_window_id),
5984         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
5985         (gst_directdraw_sink_buffer_alloc),
5986         (gst_directdraw_sink_draw_borders),
5987         (gst_directdraw_sink_show_frame),
5988         (gst_directdraw_sink_setup_ddraw),
5989         (gst_directdraw_sink_window_thread),
5990         (gst_directdraw_sink_get_ddrawcaps),
5991         (gst_directdraw_sink_surface_create): Make sure we create our
5992         internal window only when we need it. That will give a chance to
5993         the application to get the prepare-xwindow-id bus message. Draw
5994         black borders when keeping aspect ratio. Handle the case where our
5995         rendering window disappears (closed or errors) like other sinks
5996         do. Various 80 columns fixes, improve state change order. That
5997         element could need some more love.
5998
5999 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6000
6001         * ext/taglib/gstapev2mux.h:
6002         * ext/taglib/gstid3v2mux.h:
6003         Remove useless typedefs without new type name. Fixes a warning with
6004         gcc 4.3.
6005
6006 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6007
6008         Patch by: John Millikin <jmillikin at gmail dot com>
6009
6010         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6011         (gst_flac_dec_setup_stream_decoder),
6012         (gst_flac_normalize_picture_mime_type),
6013         (gst_flac_extract_picture_buffer),
6014         (gst_flac_dec_metadata_callback):
6015         Emit metadata messages when a PICTURE block is encountered.
6016         Fixes #506715.
6017
6018 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6019
6020         * gst/avi/gstavi.c:
6021         increase rank because no known issues anymore ...
6022         * gst/avi/gstavisubtitle.c:
6023         send subtitle name to the srcpad
6024
6025 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6026
6027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6028         * gst/rtsp/gstrtspsrc.h:
6029         Implement redirect for the DESCRIBE reply. Fixes #506025.
6030
6031 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6032
6033         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6034         Fix 'xyz may be used uninitialized' compiler warnings caused
6035         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6036         abort() in any case but properly report the error.
6037
6038 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6039
6040         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6041         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6042         * sys/ximage/gstximagesrc.c: (composite_pixel):
6043           Fix 'xyz may be used uninitialized' compiler warnings caused
6044           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6045           not really nice to abort in any case). Fixes #505745.
6046
6047 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6048
6049         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6050           Small unit test fix (has no practical impact at the moment,
6051           since we're only feeding utf8 and hence just create a sub-
6052           buffer for the output).
6053
6054 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6055
6056         * gst/avi/gstavisubtitle.c:
6057         * tests/check/elements/avisubtitle.c:
6058         Add seeking support for avi subtitle
6059
6060 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6061
6062         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6063         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6064         (gst_flac_dec_write):
6065         * ext/flac/gstflacdec.h:
6066         Remove some unused vars.
6067         Do more cleanup of leftover events and tags.
6068         Output tags after the segment event. Fixes #504018.
6069
6070 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6073           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6074           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6075           Detect other UTF byte order markers and convert to UTF-8 as
6076           appropriate.
6077
6078 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6079
6080         * gst/avi/gstavisubtitle.c: (src_template),
6081           (gst_avi_subtitle_extract_utf8_file),
6082           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6083           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6084           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6085         * gst/avi/gstavisubtitle.h:
6086           Refactor a bit; fix name extraction; don't assume all the data
6087           in the chunk is actually subtitle data, there may be padding at
6088           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6089           file so it's there to send again after a seek (for future use).
6090
6091 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6092
6093         * gst/avi/Makefile.am:
6094         * gst/avi/gstavi.c:
6095         * gst/avi/gstavisubtitle.c:
6096         * gst/avi/gstavisubtitle.h:
6097         * tests/check/Makefile.am:
6098         * tests/check/elements/avisubtitle.c:
6099         * win32/common/config.h:
6100                 Add avi subtitle element for bug #442034. Need seeking support
6101                 and more support for character conversion.
6102
6103 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6104
6105         * Makefile.am:
6106           Include common/win32.mak for CRLF check of win32 project
6107           files (see #393626).
6108
6109         * win32/vs6/libgstpng.dsp:
6110           Fix line endings and do cvs admin -kb.
6111
6112 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6113
6114         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6115         Actually drop the buffers which are outside the currently configured
6116         segment instead of just emitting a WARNING.
6117
6118 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6119
6120         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6121         (gst_flac_dec_write):
6122         * ext/flac/gstflacdec.h:
6123         Send segments from the streaming thread. Fixes #502187.
6124         Fix segment seeking and a bunch of other seeking cases.
6125
6126 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6127
6128         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6129           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6130           which is where it would end up if the same information was
6131           put in a vorbis comment (don't think it's worth adding a
6132           new URI tag for this). Fixes #488112.
6133
6134 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6135
6136         * configure.ac:
6137           We need core/base 0.10.15 or later.
6138
6139 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6140
6141         Patch by: Mark Nauwelaerts <manauw skynet be>
6142
6143         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6144         Fix regression in stream numbering. Fixes #502655.
6145
6146 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6147
6148         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6149
6150         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6151         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6152         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6153         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6154         (gst_rtp_h264_pay_handle_buffer):
6155         * gst/rtp/gstrtph264pay.h:
6156         Use higher performance start-code searching.
6157         Parse NALs and store SPS, PPS and profile in the caps so that they can
6158         be used in the SDP. Fixes #502814.
6159
6160 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6161
6162         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6163         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6164           Init some structs to zero before we pass them to ioctl, which
6165           avoids valgrind warnings.  Also fix a small memory leak.
6166
6167 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6168
6169         Patch by: Wouter Cloetens <wouter at mind dot be>
6170
6171         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6172         Copy timestamp from input to output. Not very perfect yet but better
6173         than nothing. Fixes #503023.
6174
6175 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6176
6177         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6178           Also print a useful error message with the old Wavpack API
6179           if possible.
6180
6181 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         * ext/wavpack/gstwavpackdec.c:
6184           More build fixes for old libwavpack versions: include config.h so
6185           that WAVPACK_OLD_API is actually defined as detected; only use
6186           WavpackGetErrorMessage if it is available. This fixes the build
6187           on debian stable for me.
6188
6189 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6190
6191         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6192         * ext/wavpack/gstwavpackparse.c:
6193           (gst_wavpack_parse_create_src_pad):
6194           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6195           versions below 4.40.0.
6196
6197 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6198
6199         * configure.ac:
6200           And now do it right for real...
6201
6202 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6203
6204         * configure.ac:
6205           Correctly reset $LIBS to not contain -lm.
6206
6207 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6208
6209         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6210
6211         * configure.ac:
6212         * ext/cairo/gsttimeoverlay.c:
6213           (gst_cairo_time_overlay_print_smpte_time):
6214           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6215           and checking for rint() and implementing it ourself if it doesn't
6216           exist. Fixes #497293.
6217
6218 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6219
6220         * configure.ac:
6221           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6222
6223 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6224
6225         * sys/oss/gstosshelper.c:
6226         Verify that the format returned after the ioctl is the one
6227         we requested. It is valid for the ioctl to succeed while
6228         substituting an alternate 'supported' sample format.
6229
6230 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6231
6232         * sys/oss/gstossaudio.c: (plugin_init):
6233         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6234         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6235           Post decent (and translated) error message when we can't
6236           open the audio device for some reason.
6237
6238 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6239
6240         * sys/oss/gstosssink.c:
6241         * sys/oss/gstosssrc.c:
6242         Allow the AUDIODEV environment variable to redirect us
6243         to a different default OSS device, like sunaudiosink does
6244         on Solaris (makes audio play automatically on SunRays).
6245
6246 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6247
6248         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6249         * gst/audiofx/audiochebyshevfreqband.c:
6250         (gst_audio_chebyshev_freq_band_transform_ip):
6251         * gst/audiofx/audiochebyshevfreqlimit.c:
6252         (gst_audio_chebyshev_freq_limit_transform_ip):
6253         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6254         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6255         The transform_ip() methods should do nothing if in passthrough mode.
6256         It might get non-writable buffers in that case but the buffer might
6257         as well be writable.
6258
6259         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6260         The transform() methods won't be called in passthrough mode and
6261         otherwise the buffer is always writable so don't check here.
6262
6263 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6264
6265         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6266           Fix seeking in .wav files again (#501775).  Some people seem to think
6267           they don't need to test their changes when they're just 'reflowing'
6268           some code.
6269
6270 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6271
6272         * gst/autodetect/gstautovideosink.c:
6273         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6274         (gst_auto_video_sink_init),
6275         (gst_auto_video_sink_create_element_with_pretty_name),
6276         (gst_auto_video_sink_find_best),
6277         (gst_auto_video_sink_set_property),
6278         (gst_auto_video_sink_get_property):
6279         * gst/autodetect/gstautovideosink.h:
6280         Fix docs.
6281         Use same error reporting code as autoaudiosink.
6282         Add property to filter sinks based on caps. Only select raw video sinks
6283         by default for backwards compat.
6284         API: GstAutoVideoSink::filter-caps
6285
6286 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6287
6288         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6289
6290         * gst/autodetect/gstautoaudiosink.c:
6291         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6292         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6293         (gst_auto_audio_sink_set_property),
6294         (gst_auto_audio_sink_get_property):
6295         * gst/autodetect/gstautoaudiosink.h:
6296         Add property to filter sinks based on caps. Only select raw audio sinks
6297         by default for backwards compat.  Fixes #417420.
6298         API: GstAutoAudioSink::filter-caps
6299
6300 2007-11-29  Michael Smith <msmith@fluendo.com>
6301
6302         Patch by: Arek Korbik <arkadini@gmail.com>
6303
6304         * gst/videobox/gstvideobox.c: (plugin_init):
6305           Initialise liboil in plugin_init()
6306
6307 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6308
6309         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6310         Post error before sending EOS. Fixes #499178.
6311
6312 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6313
6314         * win32/vs6/gst_plugins_good.dsw:
6315         * win32/vs6/libgstpng.dsp:
6316         Add a project file for libgstpng
6317
6318 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6319
6320         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6321         (gst_rtp_h263_depay_process):
6322         Code beautification.
6323         Added debug statements.
6324         Don't bit-shift everything, just do operations on last/first byte
6325         instead.
6326
6327 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6328
6329         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6330
6331         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6332         Fix wrong comparison in overrun check. Fixes #499239 some more.
6333
6334 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6335
6336         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6337         (gst_rtp_h263_depay_process):
6338         * gst/rtp/gstrtph263depay.h:
6339         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6340         stream.
6341
6342 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6343
6344         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6345
6346         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6347         (gst_rtp_mp4a_depay_process):
6348         * gst/rtp/gstrtpmp4adepay.h:
6349         Fix depayloading when multiple frames are inside one RTP packet.
6350         Fixes #499239.
6351
6352 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6353
6354         * gst/level/gstlevel.c:
6355           Add GAP-flag support.
6356
6357 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6358
6359         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6360         Read the I flag for Mode A h263 rtp stream and set the
6361         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6362         Fixes #499383
6363
6364 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6365
6366         * gst/level/gstlevel.c:
6367           Remove some dead code and do cleanups.
6368
6369 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6370
6371         * tests/check/pipelines/simple-launch-lines.c:
6372           Improve the tests by allowing to set a target state.
6373
6374 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6375
6376         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6377         Don't check the caps of the output buffer if they're equal some
6378         other caps. The caps can change in a backward compatible way
6379         and did at this point.
6380
6381 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6382
6383         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6384         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6385         (gst_qtdemux_seek_to_previous_keyframe),
6386         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6387         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6388         reverse playback support.
6389
6390 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6391
6392         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6393         Also set the channel layout on the Wavpack caps if we're having
6394         a mono layout. Of course only do it for "audio/x-wavpack".
6395
6396 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6397
6398         * ext/wavpack/gstwavpackcommon.c:
6399         (gst_wavpack_get_default_channel_mask),
6400         (gst_wavpack_set_channel_layout),
6401         (gst_wavpack_get_default_channel_positions),
6402         (gst_wavpack_get_channel_mask_from_positions),
6403         (gst_wavpack_set_channel_mapping):
6404         * ext/wavpack/gstwavpackcommon.h:
6405         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6406         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6407         * ext/wavpack/gstwavpackdec.h:
6408         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6409         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6410         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6411         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6412         (gst_wavpack_enc_rewrite_first_block),
6413         (gst_wavpack_enc_sink_event):
6414         * ext/wavpack/gstwavpackenc.h:
6415         * ext/wavpack/gstwavpackparse.c:
6416         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6417         (gst_wavpack_parse_scan_to_find_sample),
6418         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6419         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6420         * ext/wavpack/gstwavpackparse.h:
6421         Add support for encoding, parsing and decoding multichannel
6422         files with up to 8 channels. This also improves the robustness
6423         of parsing quite a bit.
6424
6425         * ext/wavpack/gstwavpackstreamreader.c:
6426         (gst_wavpack_stream_reader_read_bytes),
6427         (gst_wavpack_stream_reader_get_pos),
6428         (gst_wavpack_stream_reader_set_pos_abs),
6429         (gst_wavpack_stream_reader_set_pos_rel),
6430         (gst_wavpack_stream_reader_push_back_byte),
6431         (gst_wavpack_stream_reader_get_length),
6432         (gst_wavpack_stream_reader_can_seek),
6433         (gst_wavpack_stream_reader_write_bytes):
6434         Improve debugging.
6435
6436 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6437
6438         * ext/libpng/gstpngdec.c:
6439         * ext/libpng/gstpngdec.h:
6440           Don't release the png-memory from within the callback.
6441
6442 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6443
6444         Patch by: René Stadler <mail at renestadler dot de>
6445
6446         * ext/libpng/gstpngenc.c:
6447           Don't leak buffer data memory. Fixes #498395.
6448
6449 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6450
6451         Patch by: René Stadler <mail at renestadler dot de>
6452
6453         * tests/check/pipelines/simple-launch-lines.c:
6454           Tests for #498395.
6455
6456 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6457
6458         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6459         (gst_tag_lib_mux_adjust_event_offsets):
6460         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6461         * sys/osxaudio/Makefile.am:
6462         * sys/osxvideo/cocoawindow.h:
6463         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6464
6465 2007-11-15  David Schleef  <ds@schleef.org>
6466
6467         * ext/cairo/gsttextoverlay.c:
6468           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6469
6470 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6471
6472         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6473
6474         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6475         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6476         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6477         * gst/rtp/gstrtpmp2tpay.h:
6478         Fill the MTU with as many packets as possible. Fixes #491323.
6479
6480 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6481
6482         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6483
6484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6485         Fix some more leaks. Fixes #497007.
6486
6487 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6488
6489         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6490
6491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6492         (gst_rtspsrc_stream_configure_tcp):
6493         Fix 3 pad leaks. Fixes #496983.
6494
6495 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6496
6497         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6498
6499         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6500         Fix small leak. Fixes #497017.
6501
6502 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6503
6504         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6505         (gst_qtdemux_prepare_current_sample),
6506         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6507         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6508         * gst/qtdemux/qtdemux_fourcc.h:
6509         * gst/qtdemux/qtdemux_types.c:
6510         Add suppport for theora in quicktime according to XiphQT.
6511
6512 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6513
6514         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6515         (gst_v4l2src_init), (gst_v4l2src_set_property),
6516         (gst_v4l2src_get_property):
6517         * sys/v4l2/gstv4l2src.h:
6518         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6519           Always copy buffers by default (handle safer with bugged drivers)
6520           and added a property to make it possible to use mmap effectively (no
6521           copy if possible) when application wants to. Fixes: #480557.
6522
6523 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6524
6525         * gst/id3demux/id3tags.c:
6526         * gst/id3demux/id3tags.h:
6527         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6528           We don't want the same string multiple times in a tag list for the
6529           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6530           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6531
6532 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6535           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6536           into ID3v2 TXXX frames (fixes #347848).
6537
6538 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6541           Don't leak sdp message contents (fixes #496773).
6542
6543         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6544           Don't leak URI string.
6545
6546 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         Patch by: Julien Puydt <julien dot puydt at laposte net>
6549
6550         * ext/raw1394/Makefile.am:
6551         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6552           (gst_1394_property_probe_get_properties),
6553           (gst_1394_property_probe_probe_property),
6554           (gst_1394_property_probe_needs_probe),
6555           (gst_1394_property_probe_get_values),
6556           (gst_1394_property_probe_interface_init),
6557           (gst_1394_type_add_property_probe_interface):
6558         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6559         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6560           (gst_dv1394src_init), (gst_dv1394src_dispose),
6561           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6562           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6563           (gst_dv1394src_update_device_name):
6564         * ext/raw1394/gstdv1394src.h:
6565           Implement GstPropertyProbe interface and add "device-name" property,
6566           so applications can use this to probe for available devices in the
6567           same way they can already with v4lsrc and v4l2src (however horrible
6568           this property probe interface may be). Fixes #358841.
6569
6570 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6571
6572         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6573
6574         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6575           (gst_rtspsrc_parse_range):
6576           Don't leak event, don't leak range (fixes #496752).
6577
6578 2007-11-14  Michael Smith <msmith@fluendo.com>
6579
6580         Patch by: Arek Korbik <arkadini@gmail.com>
6581
6582         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6583           Detect RGBA/BGRA correctly on little endian systems.
6584
6585 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6586
6587         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6588           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6589           corresponding ioctl() call fails even though the driver claims to
6590           support this format, just fall back to the pre-2.6.19 kernel
6591           routine that creates caps with suitable height and width ranges
6592           (see #448278).
6593
6594 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6595
6596         Patch by: Mark Nauwelaerts <manauw skynet be>
6597
6598         * gst/matroska/matroska-demux.c:
6599           (gst_matroska_demux_push_dvd_clut_change_event),
6600           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6601           (gst_matroska_demux_subtitle_caps):
6602         * gst/matroska/matroska-ids.h:
6603           Extract palette data for dvd subpicture streams and send it
6604           downstream as custom gstreamer dvd event (fixes #453417).
6605
6606 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6607
6608         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6609           Implement minimal parsing of the passed pango font description
6610           string, so passing a font size works the same as with the
6611           pango textoverlay plugin; fixes #455086.
6612           (Maybe we could just use pangocairo here at some point).
6613
6614 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6615
6616         * gst/avi/gstavidemux.c:
6617         * gst/wavparse/gstwavparse.c:
6618           Return the result in _activate_pull(). Don't ref element there.
6619
6620 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6621
6622         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6623         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6624         (gst_wavparse_srcpad_event):
6625           Ref the element when we should, but not when we its not needed. Reflow
6626           the event_handling to not leak the event.       
6627
6628 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6629
6630         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6631         (qtdemux_parse_samples):
6632         Properly free QTDemuxSamples array.
6633         Protect table write with a sensible check, some files apparently DO contain
6634         stts values starting with 0 :(
6635
6636 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6637
6638         * gst/avi/gstavidemux.c:
6639         * gst/qtdemux/qtdemux.c:
6640           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6641           previous commit messed up.
6642
6643 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6644
6645         * gst/avi/gstavidemux.c:
6646         * gst/qtdemux/qtdemux.c:
6647           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6648           element when we should, but not when we its not needed.
6649
6650 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6651
6652         * gst/wavparse/gstwavparse.c:
6653           Return FALSE if we can't handle a query instead of changing the
6654           format. Ignore fact when dealing with mpeg audio.
6655
6656 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6657
6658         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6659
6660         * configure.ac:
6661         * gst/udp/gstdynudpsink.c:
6662         * gst/udp/gstdynudpsink.h:
6663         * gst/udp/gstmultiudpsink.c:
6664         * gst/udp/gstmultiudpsink.h:
6665         * gst/udp/gstudpsink.c:
6666         * gst/udp/gstudpsink.h:
6667           Fix includes for MSVC and GLib-2.14.0 (#492388).
6668
6669         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6670           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6671
6672 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6673
6674         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6675         (gst_mulawdec_chain):
6676         * gst/law/mulaw-decode.h:
6677         Calculate outgoing buffer duration if incoming buffer didn't have a
6678         valid duration.
6679
6680 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6681
6682         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6683         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6684         Smarter combine_flow code that also deals with downstream elements
6685         returning UNEXPECTED when they receive data out of the segment
6686         boundaries. Fixes #491305.
6687
6688 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6689
6690         * sys/v4l2/v4l2src_calls.c:
6691           Fix 'unused variable' compiler warning when compiling against
6692           older kernel headers.
6693
6694 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6695
6696         * ext/taglib/gstid3v2mux.cc (add_funcs):
6697           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6698
6699 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6700
6701         * tests/check/pipelines/simple-launch-lines.c:
6702            Improve the tests a little more.
6703
6704 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6705
6706         patch by: Yun Zheng Hu
6707
6708         * sys/osxaudio/gstosxaudiosrc.c:
6709         Use default input device instead of default output device and
6710         only memcpy actual available bytes.
6711
6712 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6713
6714         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6715           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6716           early. It is temporary until we find something better.
6717
6718 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6719
6720         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6721
6722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6723         Fix race when pausing a RTSP stream in interleaved.
6724         Fixes #475784.
6725
6726 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6727
6728         Patch by: Peter Kjellerstedt <pkj at axis com>
6729
6730         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6731         Use correct unref function for buffers. #488844.
6732
6733 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6734
6735         * gst/avi/gstavimux.c:
6736         * tests/check/elements/avimux.c:
6737           Add some debug and sync tests with the fix.     
6738
6739 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6740
6741         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6742
6743         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6744         When the socket is used by the app for other purposes, don't generate an
6745         error if there is activaty on the socket that is not data related.
6746         Fixes #487488.
6747
6748 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6749
6750         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6751         (gst_v4l2src_grab_frame):
6752         Add some more debug info. Generate an error when we run out of buffers
6753         for some reason. See #480557.
6754
6755 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6756
6757         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6758
6759         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6760         Set marker bit correctly.
6761
6762 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6763
6764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6765         Use allowed name for the GstStructure.
6766
6767 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6768
6769         * ext/gconf/gstswitchsink.c:
6770         * gst/autodetect/gstautoaudiosink.c:
6771           Use new gst_bus_pop_filtered().
6772
6773 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6774
6775         * sys/v4l2/gstv4l2src.c:
6776         * sys/v4l2/v4l2src_calls.c:
6777           When probing the formats and sizes a camera supports, make
6778           sure the best ones (highest resolution, prefered format)
6779           end up at the beginning of the probed caps and the less
6780           desirable ones at the end.  This is important because the
6781           order within the caps matters for things like fixation and
6782           negotiation, ie. what format is chosen in the end.
6783           With recent kernels, the current probing code will end up
6784           querying the supported sizes from lowest resolution to
6785           highest resolution, adding them to the probed caps in that
6786           order, resulting to v4l2src fixating to the lowest possible
6787           resolution if downstream does not express a size preference.
6788           Also make up a somewhat random ranking of prefered output
6789           formats for the same reason. Fixes #485828.
6790         
6791 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6792
6793         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6794
6795         * gst/id3demux/id3v2frames.c:
6796           Extract license/copyright URIs from ID3v2 WCOP frames
6797           (Fixes #447000).
6798
6799         * tests/check/elements/id3demux.c:
6800         * tests/files/Makefile.am:
6801         * tests/files/id3-447000-wcop.tag:
6802           Add simple unit test.
6803
6804 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6805
6806         * ext/taglib/gstid3v2mux.cc:
6807           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6808           Prerequisite for #447000.
6809
6810 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6811
6812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6813         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6814         a GstClockTime.
6815
6816 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6817
6818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6819         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6820         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6821         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6822         (gst_rtspsrc_change_state):
6823         More seeking fixes, mostly passing around the new playback segment in
6824         order to configure it properly.
6825         Also reset base_time of udp sources when setting them back to PLAYING as
6826         a temporary hack until core supports seek in live sources properly.
6827
6828 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6829
6830         * gst/rtp/gstrtpmp4adepay.c:
6831         Fix caps as to not confuse autopluggers.
6832
6833 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6834
6835         * gst/id3demux/gstid3demux.c:
6836         * gst/id3demux/gstid3demux.h:
6837         * gst/id3demux/id3tags.c:
6838         * gst/id3demux/id3tags.h:
6839         * gst/id3demux/id3v2frames.c:
6840           Port ID3 tag demuxer over to the new GstTagDemux in -base
6841           (now would be a good time to test re-importing your music
6842           collection).
6843
6844 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6845
6846         * gst/apetag/Makefile.am:
6847         * gst/apetag/gstapedemux.c:
6848         * gst/apetag/gstapedemux.h:
6849         * gst/apetag/gsttagdemux.c:
6850         * gst/apetag/gsttagdemux.h:
6851           Port APE tag demuxer over to the new GstTagDemux in -base.
6852
6853 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6854
6855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6856         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6857         (gst_rtspsrc_handle_internal_src_query),
6858         (gst_rtspsrc_handle_src_query), (new_session_pad),
6859         (gst_rtspsrc_stream_configure_tcp),
6860         (gst_rtspsrc_stream_configure_transport),
6861         (gst_rtspsrc_loop_send_cmd):
6862         Improve flushing behaviour.
6863         Set state of the udp sources to PAUSE/PLAYING correctly.
6864         Handle events and queries for UDP and TCP transport now.
6865
6866 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6867
6868         * gst/rtp/gstrtpgsmdepay.c:
6869         * gst/rtp/gstrtpgsmpay.c:
6870           Add log category.
6871
6872 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6873
6874         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6875
6876         * tests/check/Makefile.am:
6877         * tests/check/pipelines/simple-launch-lines.c:
6878           Add unit tests for payloaders/depayloaders.
6879
6880 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6881
6882         * gst/avi/gstavimux.c:
6883         * gst/avi/gstavimux.h:
6884           Also save codec data for audio streams. Fixes #482495.
6885
6886 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6887
6888         * gst/avi/gstavimux.c:
6889           Fix "Index entry has invalid stream nr 1".
6890           Add support for muxing aac - work in progress (see #482495).
6891
6892 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6893
6894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6895         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6896         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6897         * gst/rtsp/gstrtspsrc.h:
6898         Parse bandwidth modifiers, they are not yet configured in the session
6899         manager because we don't have an API for that yet.
6900
6901 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6902
6903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6904         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6905         Use shiny new function in -base to get the default clock-rate.
6906         Update some docs.
6907
6908 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6909
6910         * win32/MANIFEST:
6911         Add files to win32 manifest.
6912         * win32/vs6/libgstaudiofx.dsp:
6913         * win32/vs6/libgstqtdemux.dsp:
6914         * win32/vs6/libgstrtp.dsp:
6915         * win32/vs6/libgstrtsp.dsp:
6916         Update project files.
6917
6918 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6919
6920         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6921         (gst_rtspsrc_play):
6922         * gst/rtsp/gstrtspsrc.h:
6923         In TCP mode, only timestamp the first buffer. TCP is not real time and
6924         it does not make sense to try to skew compensate, also some servers send
6925         the first batch of data in a burst.
6926
6927 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6928
6929         * gst/matroska/matroska-demux.c:
6930           Fix setting the discont flag on the first buffer
6931           pushed downstream for formats with private codec
6932           data that needs to be deserialised into buffers
6933           (such as vorbis and FLAC when in a matroska container).
6934
6935 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
6936
6937         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6938
6939         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6940         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6941         (gst_rtp_mp4v_pay_handle_buffer):
6942         * gst/rtp/gstrtpmp4vpay.h:
6943         Free the config string. Fixes #480707.
6944         Clean up the timestamp code a little.
6945
6946 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6947
6948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6949         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6950         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6951         * gst/rtsp/gstrtspsrc.h:
6952         Set timestamps on RTP buffers in interleaved mode.
6953         Mark first buffers with a DISCONT.
6954         Remove flush hack now that sync for live sources has been figured out.
6955
6956 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6957
6958         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6959         Update documentation.
6960
6961 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6962
6963         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
6964         (gst_rtp_xqt_depay_change_state):
6965         * gst/qtdemux/gstrtpxqtdepay.h:
6966         Fail if we don't know the quicktime format.
6967
6968 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
6969
6970         * ext/flac/gstflacenc.c:
6971         * ext/flac/gstflacenc.h:
6972           Save the flow return from the last gst_pad_push() and
6973           make sure we pass the right flow return value upstream
6974           in the case of failure; minor clean-ups.
6975
6976 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6977
6978         * ext/taglib/gstapev2mux.cc:
6979         * ext/taglib/gstid3v2mux.cc:
6980         * gst/apetag/gstapedemux.c:
6981           Add support for the new GST_TAG_COMPOSER (#459809).
6982
6983 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6984
6985         * gst/law/alaw-decode.c:
6986         * gst/law/alaw-decode.h:
6987         * gst/law/alaw-encode.c:
6988         * gst/law/alaw-encode.h:
6989         * gst/law/alaw.c:
6990         * gst/law/mulaw-conversion.h:
6991           Compulsive clean-ups: use boilerplate macros, add debug
6992           categories, fix up things to conform to symbol nomenklatura,
6993           etc.
6994
6995 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6998
6999         * gst/law/alaw-decode.c:
7000         * gst/law/alaw-encode.c:
7001           Use static tables for A-Law decoding and encoding; this makes
7002           A-Law decoding and encoding less CPU-intensive, but increases
7003           the binary size a bit. Leaving old code around for now,
7004           selectable by a define in the code. Fixes #435435.
7005
7006 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7007
7008         * configure.ac:
7009         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7010         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7011         in configure.ac.
7012
7013 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7014
7015         Patch by: Jan Gerber <j at bootlab dot org>
7016
7017         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7018         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7019
7020 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7021
7022         * sys/oss/gstosshelper.c:
7023           Use GST_WARNING instead of a g_critical. This situation is not caused
7024           by the application.
7025
7026 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7027
7028         * po/LINGUAS:
7029         * po/nl.po:
7030           Updated translations.
7031
7032 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7033
7034         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7035
7036         * po/eu.po:
7037           Added Basque translation.
7038
7039 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7040
7041         translated by: Abel Cheung <abelcheung@gmail.com>
7042
7043         * po/zh_HK.po:
7044         * po/zh_TW.po:
7045           Added Chinese (traditional and Hong Kong) translation.
7046
7047 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7048
7049         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7050
7051         * po/pl.po:
7052           Added Polish translation.
7053
7054 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7055
7056         translated by: Ilkka Tuohela <hile@iki.fi>
7057
7058         * po/fi.po:
7059           Added Finnish translation.
7060
7061 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7062
7063         translated by: Jorge González González <aloriel@gmail.com>
7064
7065         * po/es.po:
7066           Added Spanish translation.
7067
7068 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7069
7070         translated by: Mogens Jaeger <mogens@jaeger.tf>
7071
7072         * po/da.po:
7073           Added Danish translation.
7074
7075 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7076
7077         translated by: Funda Wang <fundawang@linux.net.cn>
7078
7079         * po/zh_CN.po:
7080           Added Chinese (simplified) translation.
7081
7082 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7083
7084         translated by: Alexander Shopov <ash@contact.bg>
7085
7086         * po/bg.po:
7087           Added Bulgarian translation.
7088
7089 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7090
7091         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7092         Set outgoing packet duration because we can. Fixes #478244 some more.
7093
7094 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7095
7096         * ext/cairo/gsttextoverlay.c:
7097           Add info about static leak.
7098         
7099         * tests/check/Makefile.am:
7100         * tests/check/generic/states.c:
7101           Improved state change unit test.
7102
7103 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7104
7105         * docs/plugins/.cvsignore:
7106         * tests/check/.cvsignore:
7107           Ignore registries in any format.
7108
7109 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7110
7111         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7112         Removed some unused code.
7113
7114         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7115         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7116         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7117         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7118         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7119         (gst_rtp_theora_pay_flush_packet):
7120         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7121         Try to preserve the incomming buffer duration on the outgoing
7122         packets. Fixes #478244.
7123
7124 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7125
7126         * ext/taglib/gstapev2mux.cc:
7127         * ext/taglib/gstid3v2mux.cc:
7128           Work around compiler warnings with g++-4.2 when assigning a
7129           string constant to a gchar * (partially fixes #478092).
7130
7131 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7132
7133         * configure.ac:
7134           We require core CVS now for gst_base_src_set_do_timestamp().
7135
7136 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7137
7138         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7139         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7140         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7141         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7142         (gst_rtspsrc_handle_message):
7143         Fix compiler warnings shown with Forte.
7144
7145 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7146
7147         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7148         (gst_rtspsrc_dup_printf):
7149         Give meaningfull error when all streams failed to configure for some
7150         reason.
7151
7152 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7153
7154         * gst/rtp/README:
7155         Update README with the design for synchronisation rules of RTP on
7156         sender and receiver.
7157
7158 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7159
7160         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7161         (gst_wavparse_chain):
7162         Don't push EOS from the chain function, the element
7163         driving the pipeline is responsible for this. The bug
7164         this was meant to fix seems to be queue not forwarding
7165         EOS in all cases (see #476514).
7166
7167 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7168
7169         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7170         (gst_level_transform_ip):
7171         * gst/level/gstlevel.h:
7172         Use basetransform segment so that it is correctly managed on flushes and
7173         start/stop.
7174         Report message timestamp as stream time, which is what an application
7175         can understand.
7176
7177 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7178
7179         * ext/taglib/gstapev2mux.cc:
7180         * ext/taglib/gstapev2mux.h:
7181         * ext/taglib/gsttaglibmux.c:
7182         * tests/check/elements/apev2mux.c:
7183         Update my mail address.
7184
7185 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7186
7187         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7188         (gst_wavparse_loop), (gst_wavparse_chain):
7189         Add EOS logic for the push-based mode too. Fixes #476514.
7190
7191 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7192
7193         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7194         * gst/law/alaw-encode.h:
7195         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7196         (gst_mulawenc_chain):
7197         * gst/law/mulaw-encode.h:
7198         Fix law encoder timestamps.
7199
7200 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7201
7202         * ext/gconf/gstgconfaudiosink.c:
7203           Fix warning when building without debug.
7204
7205         * sys/oss/gstossmixertrack.c:
7206           Use const like in alsamixertrack.c (fixes warnings).
7207
7208 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7209
7210         * sys/v4l2/v4l2src_calls.c:
7211         (gst_v4l2src_probe_caps_for_format_and_size):
7212         Fix framerate detection code some more.
7213         Handle the case where there is a weird step in the stepwise framerates.
7214         Don't overwrite the min interval with the framerate, use a temp variable
7215         instead.
7216         Use max in the Continuous framerate intervals instead of step, which is
7217         1 according to the docs. Fixes #475424.
7218
7219 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7220
7221         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7222         Make udpsrc timestamp outgoing buffers based on when they were received.
7223         Also make it output a segment in time.
7224
7225 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7226
7227         * gst/avi/gstavidemux.c:
7228           Plug a little leak. Little code cleanups.
7229
7230 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7231
7232         * configure.ac:
7233           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7234           flac versions, 's good for cross-compilation karma.
7235
7236 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7237
7238         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7239
7240         * gst/rtp/gstrtph263pay.c:
7241           Fix up header structure so that compilers don't add padding
7242           between the structure fields, since that would lead to us
7243           sending RTP packets with broken headers (as is currently the
7244           case when compiling with MSVC). Also see similar fixes in
7245           libgstrtp in gst-plugins-base. (#474616; #471194)
7246
7247 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7248
7249         * sys/v4l2/v4l2src_calls.c:
7250         (gst_v4l2src_probe_caps_for_format_and_size):
7251         Don't overwrite our GValue with 0 but instead use the previously
7252         computed value. Fixes #471823 some more.
7253
7254 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7255
7256         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7257           No tabs in this file please, or gtk-doc will end up documenting
7258           rather absurd class hierarchies.
7259
7260 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7261
7262         * ext/gconf/gstswitchsink.c:
7263           If the new kid element fails to change state for some reason
7264           (e.g. esdsink not being able to connect to the sound server),
7265           forward the error message it posted on the bus instead of just
7266           posting a generic 'Internal state change error: please file a
7267           bug' error message. Fixes #471364.
7268
7269 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7270
7271         * gst/qtdemux/Makefile.am:
7272         * gst/qtdemux/qtdemux.c:
7273           Don't assume tags are encoded as UTF-8 (#473670).
7274
7275 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7276
7277         * sys/v4l2/gstv4l2src.c:
7278         * sys/v4l2/gstv4l2src.h:
7279         * sys/v4l2/v4l2src_calls.c:
7280           Implement LATENCY queries in the crudest way possible so I don't
7281           have to use sync=false any longer when testing with videosinks.
7282
7283 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7284
7285         * configure.ac:
7286           Fix build.
7287
7288 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7289
7290         * sys/v4l2/v4l2src_calls.c:
7291         (gst_v4l2src_probe_caps_for_format_and_size):
7292         Add some more debugging in the framerate function.
7293         Iterate stepwise framerate up to and _including_ the max and if nothing
7294         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7295         don't end up with an empty list. Fixes #471823
7296
7297 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7298
7299         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7300         (gst_multiudpsink_set_clients_string),
7301         (gst_multiudpsink_get_clients_string),
7302         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7303         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7304         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7305         (gst_multiudpsink_clear):
7306         Add property do configure destination address/port pairs
7307         API:GstMultiUDPSink::clients
7308
7309 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7310
7311         * tests/examples/Makefile.am:
7312         * tests/examples/rtp/Makefile.am:
7313         * tests/examples/rtp/client-H263p-AMR.sh:
7314         * tests/examples/rtp/client-H263p-PCMA.sdp:
7315         * tests/examples/rtp/client-H263p-PCMA.sh:
7316         * tests/examples/rtp/client-H264-PCMA.sdp:
7317         * tests/examples/rtp/client-H264-PCMA.sh:
7318         * tests/examples/rtp/client-PCMA.sh:
7319         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7320         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7321         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7322         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7323         Added some RTP example scripts for sending and receiving RTP streams.
7324
7325 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7326
7327         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7328         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7329         Restructure the setcaps function so that we can also compute the
7330         expected GStreamer output size of the video frames.
7331         Set frame_byte_size correctly so that read-based devices have a chance
7332         of working correctly.
7333         When grabbing a frame, discard frames that are not of the expected size.
7334         Some cameras don't output the right framesize for the first buffer.
7335         Try only a couple of times to get a valid frame, else error out.
7336
7337         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7338         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7339         Add some more debug info when scanning the device.
7340
7341         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7342         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7343         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7344         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7345         Add some more debug info when dequeing a frame.
7346
7347 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7348
7349         * gst/wavparse/gstwavparse.c:
7350           More code cleanups. Add some more comment and improve debugs logs.
7351
7352 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7353
7354         * gst/wavparse/gstwavparse.c:
7355         * gst/wavparse/gstwavparse.h:
7356           Implement seek-query. Refactor duration calculations. Appropriate use
7357           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7358           out of loops.
7359
7360 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7361
7362         * gst/avi/gstavidemux.c:
7363           Implement seek-query.
7364
7365 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7366
7367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7368         (gst_rtspsrc_dup_printf):
7369         Use new basesink async property to make sparse RTCP packet not wait for
7370         preroll.
7371
7372 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7373
7374         * gst/audiofx/Makefile.am:
7375         Dist the right file.
7376
7377 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7378
7379         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7380         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7381         Make sure we generate and parse floating point values in the POSIX
7382         locale instead of the current locale. 
7383
7384 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7385
7386         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7387         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7388         (gst_rtspsrc_play):
7389         * gst/rtsp/gstrtspsrc.h:
7390         Fix method detection again.
7391         Keep track of when we must send a Range header.
7392         Use segment values for Range, Speed and Scale headers.
7393         Parse Speed and Scale headers to update the segment values.
7394
7395 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7396
7397         patch by: Mark Nauwelaerts <manauw@skynet.be>
7398
7399         * sys/v4l2/v4l2src_calls.c:
7400           Handle optional v4l2 ioctls gracefully.
7401
7402 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7403
7404         * gst/rtp/Makefile.am:
7405         * gst/rtp/gstrtp.c: (plugin_init):
7406         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7407         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7408         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7409         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7410         (gst_rtp_h263_depay_get_property),
7411         (gst_rtp_h263_depay_change_state),
7412         (gst_rtp_h263_depay_plugin_init):
7413         * gst/rtp/gstrtph263depay.h:
7414         Added an H263 depayloader. Fixes #369392.
7415
7416         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7417         (gst_rtp_h263p_depay_process):
7418         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7419         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7420         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7421         payloads.
7422         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7423
7424 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7425
7426         * gst/audiofx/audiochebyshevfreqband.c:
7427         * gst/audiofx/audiochebyshevfreqlimit.c:
7428         Add small comparision with the windowed sinc filters in the docs.
7429
7430 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7431
7432         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7433         (audiochebyshevfreqband_suite):
7434         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7435         (audiochebyshevfreqlimit_suite):
7436         Also test 32 bit float mode and the type 2 variants of the filters.
7437
7438 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7439
7440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7441         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7442         (gst_rtspsrc_loop):
7443         Refactor the udp and interleaved loop function a bit.
7444
7445 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7446
7447         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7448         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7449         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7450         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7451         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7452         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7453         * gst/rtsp/gstrtspsrc.h:
7454         Protect connection activity with a new lock, avoids deadlocks when going
7455         to PAUSED. Fixes #455808.
7456
7457 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7458
7459         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7460         Fix debug statement.
7461
7462 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7463
7464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7465         Fix stray %u in debug line as spotted by Saur on IRC.
7466
7467 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7468
7469         * gst/audiofx/audiochebyshevfreqband.c:
7470         (gst_audio_chebyshev_freq_band_class_init):
7471         * gst/audiofx/audiochebyshevfreqlimit.c:
7472         (gst_audio_chebyshev_freq_limit_class_init):
7473         Use generator macros for the process functions for the different
7474         sample types, add lower upper boundaries for the GObject properties
7475         so automatically generated UIs can use sliders and add a note about
7476         the number of poles as a too high number of poles combined with
7477         very low or very high frequencies will produce only noise.
7478         * docs/plugins/gst-plugins-good-plugins.args:
7479         Regenerated for the property changes.
7480
7481 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7482
7483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7484         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7485         (gst_rtspsrc_stream_configure_udp_sink),
7486         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7487         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7488         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7489         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7490         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7491         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7492         * gst/rtsp/gstrtspsrc.h:
7493         Improve timeout handling.
7494         Use the same socket for sending and receiving RTCP packets so that some
7495         servers can track clients better.
7496         Improve connection closed handling. Try to reconnect.
7497         Don't overwrite our content base with NULL.
7498         Improve debugging.
7499         Improve range parsing and handling.
7500         Remove flushing hack now that core does the right thing.
7501
7502 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7503
7504         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7505         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7506         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7507         (gst_multiudpsink_close), (gst_multiudpsink_add):
7508         * gst/udp/gstmultiudpsink.h:
7509         Add support for getting and setting the socket to use.
7510
7511         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7512         (gst_udpsrc_create), (gst_udpsrc_get_property):
7513         Add support for getting the currently used socket.
7514
7515 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7516
7517         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7518
7519         * gst/audiofx/Makefile.am:
7520         * gst/audiofx/audiochebyshevfreqband.c:
7521         (gst_audio_chebyshev_freq_band_mode_get_type),
7522         (gst_audio_chebyshev_freq_band_base_init),
7523         (gst_audio_chebyshev_freq_band_dispose),
7524         (gst_audio_chebyshev_freq_band_class_init),
7525         (gst_audio_chebyshev_freq_band_init),
7526         (generate_biquad_coefficients), (calculate_gain),
7527         (generate_coefficients),
7528         (gst_audio_chebyshev_freq_band_set_property),
7529         (gst_audio_chebyshev_freq_band_get_property),
7530         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7531         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7532         (gst_audio_chebyshev_freq_band_start):
7533         * gst/audiofx/audiochebyshevfreqband.h:
7534         * gst/audiofx/audiochebyshevfreqlimit.c:
7535         (gst_audio_chebyshev_freq_limit_mode_get_type),
7536         (gst_audio_chebyshev_freq_limit_base_init),
7537         (gst_audio_chebyshev_freq_limit_dispose),
7538         (gst_audio_chebyshev_freq_limit_class_init),
7539         (gst_audio_chebyshev_freq_limit_init),
7540         (generate_biquad_coefficients), (calculate_gain),
7541         (generate_coefficients),
7542         (gst_audio_chebyshev_freq_limit_set_property),
7543         (gst_audio_chebyshev_freq_limit_get_property),
7544         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7545         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7546         (gst_audio_chebyshev_freq_limit_start):
7547         * gst/audiofx/audiochebyshevfreqlimit.h:
7548         * gst/audiofx/audiofx.c: (plugin_init):
7549         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7550         Fixes #464800.
7551
7552         * tests/check/Makefile.am:
7553         * tests/check/elements/.cvsignore:
7554         * tests/check/elements/audiochebyshevfreqband.c:
7555         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7556         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7557         * tests/check/elements/audiochebyshevfreqlimit.c:
7558         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7559         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7560         Add unit tests for the chebyshev filters.
7561
7562         * docs/plugins/Makefile.am:
7563         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7564         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7565         * docs/plugins/gst-plugins-good-plugins.args:
7566         * docs/plugins/inspect/plugin-1394.xml:
7567         * docs/plugins/inspect/plugin-audiofx.xml:
7568         * docs/plugins/inspect/plugin-dv.xml:
7569         * docs/plugins/inspect/plugin-flac.xml:
7570         * docs/plugins/inspect/plugin-jpeg.xml:
7571         * docs/plugins/inspect/plugin-png.xml:
7572         * docs/plugins/inspect/plugin-rtp.xml:
7573         * docs/plugins/inspect/plugin-shout2send.xml:
7574         * docs/plugins/inspect/plugin-wavpack.xml:
7575         And add docs for the chebyshev filters. While doing
7576         that also run make update in docs/plugins.
7577
7578 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7579
7580         * ext/annodex/gstcmmltag.c:
7581         * gst/rtp/gstrtpvorbispay.c:
7582           Make ro memory to share.
7583
7584 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7585
7586         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7587         Improve UDP performance by avoiding a select() when we have data
7588         available immediatly.
7589
7590 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7591
7592         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7593         (gst_rtp_dec_class_init):
7594         * gst/rtsp/gstrtpdec.h:
7595         Add (dummy) SSRC management signals.
7596
7597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7598         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7599         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7600         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7601         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7602         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7603         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7604         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7605         * gst/rtsp/gstrtspsrc.h:
7606         Add connection-speed property.
7607         Add find_stream helper functions.
7608         Handle stream EOS based on BYE messages or SSRC timeout.
7609         Returns SUCCESS from the state change function as we hide our async
7610         elements from the parent.
7611
7612 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7613
7614         * gst/debug/rndbuffersize.c:
7615           Fix da leak.
7616
7617 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7618
7619         * gst/debug/Makefile.am:
7620         * gst/debug/breakmydata.c:
7621         * gst/debug/gstdebug.c:
7622         * gst/debug/negotiation.c:
7623         * gst/debug/progressreport.c:
7624         * gst/debug/rndbuffersize.c:
7625         * gst/debug/testplugin.c:
7626           Add new test element and clean-up the others a little.
7627
7628 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7629
7630         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7631         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7632
7633 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7634
7635         * gst/rtp/gstrtpilbcdepay.c:
7636           Include stdlib.
7637
7638 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7639
7640         * gst/rtp/gstrtpmpvdepay.c:
7641         Set the mpegversion in the caps so that autoplugging does not get
7642         confused.
7643
7644 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7645
7646         * po/hu.po:
7647         * po/uk.po:
7648         * po/vi.po:
7649           Updated translations.
7650
7651 2007-08-08  Michael Smith <msmith@fluendo.com>
7652
7653         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7654           Render right border in the correct location.
7655
7656 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7657
7658         Patch by: Olivier Crete <tester at tester dot ca>
7659
7660         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7661         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7662         Make mode property a string. Fixes #464475.
7663
7664 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7665
7666         * ext/flac/gstflacenc.c:
7667           Widen caps to match decoder a bit and add more FIXMEs.
7668
7669 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7670
7671         patch by: Mark Nauwelaerts <manauw@skynet.be>
7672
7673         * gst/avi/gstavimux.c:
7674           Fix ODML index tag numbering. Fixes #463624.
7675
7676 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7677
7678         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7679         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7680         (gst_rtspsrc_stream_configure_tcp),
7681         (gst_rtspsrc_stream_configure_udp_sink):
7682         Fix default clock-rate for realmedia.
7683         Fix parsing of transport.
7684         Don't try to link NULL pads.
7685
7686 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7687
7688         * po/POTFILES.skip:
7689           Add POTFILES.skip with list of source files that aren't disted at the
7690           moment but contain translatable strings. Should hopefully pacify
7691           broken tools and make it clearer that these files are left out
7692           intentionally (#461600).
7693
7694 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7695
7696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7697         If the buffer was entirely clipped ... don't try sending it :)
7698
7699 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7700
7701         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7702         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7703         (gst_rtspsrc_create_transports_string),
7704         (gst_rtspsrc_prepare_transports):
7705         If we don't hav a session manager, set the caps on outgoing buffers
7706         ourselves.
7707         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7708         Append final bit of the transport string even when it does not contain a
7709         placeholder.
7710
7711 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7712
7713         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7714         (gst_rtsp_ext_list_connect):
7715         * gst/rtsp/gstrtspext.h:
7716         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7717         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7718         Clean up the interface list.
7719         Allow connecting to interface signals for the extensions.
7720         Remove old extension code.
7721         Free list on cleanup.
7722         Allow extensions to send additional RTSP messages.
7723
7724 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7725
7726         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7727         Handle a NULL gconf key gracefully by rendering the default element.
7728
7729 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7730
7731         * gst/rtsp/gstrtspext.h:
7732         Fix include path for extension interface.
7733
7734 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7735
7736         * gst/audiofx/audioamplify.h:
7737         Also remove a now unecessary variable here.
7738
7739 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7740
7741         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7742         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7743         * gst/audiofx/audiodynamic.c:
7744         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7745         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7746         * gst/audiofx/audiodynamic.h:
7747         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7748         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7749         * gst/audiofx/audioinvert.h:
7750         Don't save format information ourselves, this is already saved in
7751         GstAudioFilter.
7752
7753 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7754
7755         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7756         (gst_rtsp_ext_list_stream_select):
7757         * gst/rtsp/gstrtspext.h:
7758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7759         Use rank to filter out extensions.
7760         Add url to stream_select interface call.
7761
7762 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7763
7764         * gst/rtsp/Makefile.am:
7765         * gst/rtsp/base64.c:
7766         * gst/rtsp/base64.h:
7767         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7768         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7769         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7770         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7771         (gst_rtsp_ext_list_setup_media),
7772         (gst_rtsp_ext_list_configure_stream),
7773         (gst_rtsp_ext_list_get_transports),
7774         (gst_rtsp_ext_list_stream_select):
7775         * gst/rtsp/gstrtspext.h:
7776         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7777         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7778         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7779         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7780         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7781         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7782         (gst_rtspsrc_stream_configure_tcp),
7783         (gst_rtspsrc_stream_configure_mcast),
7784         (gst_rtspsrc_stream_configure_udp),
7785         (gst_rtspsrc_stream_configure_udp_sink),
7786         (gst_rtspsrc_stream_configure_transport),
7787         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7788         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7789         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7790         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7791         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7792         (gst_rtspsrc_parse_methods),
7793         (gst_rtspsrc_create_transports_string),
7794         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7795         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7796         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7797         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7798         * gst/rtsp/gstrtspsrc.h:
7799         * gst/rtsp/rtsp.h:
7800         * gst/rtsp/rtspconnection.c:
7801         * gst/rtsp/rtspconnection.h:
7802         * gst/rtsp/rtspdefs.c:
7803         * gst/rtsp/rtspdefs.h:
7804         * gst/rtsp/rtspext.h:
7805         * gst/rtsp/rtspextwms.c:
7806         * gst/rtsp/rtspextwms.h:
7807         * gst/rtsp/rtspmessage.c:
7808         * gst/rtsp/rtspmessage.h:
7809         * gst/rtsp/rtsprange.c:
7810         * gst/rtsp/rtsprange.h:
7811         * gst/rtsp/rtsptransport.c:
7812         * gst/rtsp/rtsptransport.h:
7813         * gst/rtsp/rtspurl.c:
7814         * gst/rtsp/rtspurl.h:
7815         * gst/rtsp/sdp.h:
7816         * gst/rtsp/sdpmessage.c:
7817         * gst/rtsp/sdpmessage.h:
7818         * gst/rtsp/test.c:
7819         Use shiny new RTSP and SDP library.
7820         Implement RTSP extensions using the new interface.
7821         Remove a lot of old code.
7822
7823 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7824
7825         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7826         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7827
7828 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7829
7830         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7831         Don't unref the outgoing buffer twice when dropping it because it's
7832         outside of the segment.
7833
7834 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7835
7836         * configure.ac:
7837         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7838         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7839         Use the new buffer clipping function from gstaudio here and
7840         require gst-plugins-base CVS.
7841         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7842         For framed Wavpack buffers we require a valid timestamp.
7843
7844 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7845
7846         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7847         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7848         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7849         Clip raw audio and video when we can, keep track of current output
7850         segment.
7851         Don't leak buffers and events when there is no output pad.
7852         Improve debugging here and there.
7853
7854 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7855
7856         * configure.ac:
7857           Sync liboil check with plugins-base.
7858
7859 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7860
7861         * ext/annodex/Makefile.am:
7862           Fix CFLAGS/LIBS.
7863
7864         * ext/cdio/gstcdiocddasrc.c:
7865         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7866           Include stdlib
7867
7868         * ext/cairo/Makefile.am:
7869         * gst/videofilter/Makefile.am:
7870         * tests/examples/level/Makefile.am:
7871           Use $(LIBM) instead of -lm
7872
7873 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7874
7875         * sys/v4l2/gstv4l2src.c:
7876           Add another example pipeline.
7877
7878 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7879
7880         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7881
7882         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7883           Use define here.
7884
7885         * sys/v4l2/gstv4l2tuner.c:
7886         (gst_v4l2_tuner_set_frequency_and_notify):
7887           Don't touch the property - its still disabled.
7888
7889         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7890         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7891         * sys/v4l2/v4l2src_calls.h:
7892           Improve fallback format negotionation. Fixes #451388
7893
7894 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7895
7896         * tests/check/elements/videocrop.c: (GST_START_TEST):
7897           Fix the test.
7898
7899 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7900
7901         * docs/plugins/Makefile.am:
7902         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7903         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7904         * docs/plugins/inspect/plugin-jpeg.xml:
7905         * docs/plugins/inspect/plugin-png.xml:
7906         * ext/jpeg/gstjpegdec.c:
7907         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7908         (gst_pngdec_sink_setcaps):
7909           More docs. More logs in pngdec.
7910
7911 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7912
7913         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7914           Initialize num_buffers with minimum value.
7915
7916         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7917         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7918           Handle frame-size query failure gracefully.
7919
7920 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7921
7922         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7923         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7924         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7925         of qt/aac files.
7926
7927 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
7928
7929         * ext/wavpack/gstwavpackdec.c:
7930         (gst_wavpack_dec_clip_outgoing_buffer):
7931         Fix buffer clipping to correctly clip to the segment stop.
7932
7933 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7934
7935         * configure.ac:
7936         * tests/Makefile.am:
7937         Remove bogus check for libcheck, since we check for
7938         gstreamer-check and it pulls in the required info from there,
7939         and we weren't actually _using_ the information for libcheck
7940         ourselves anyway.
7941
7942 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7943
7944         * configure.ac:
7945           Use pkg-config to locate check.
7946
7947 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7948
7949         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7950         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7951         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
7952         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7953         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
7954         * gst/effectv/gstaging.c: (gst_agingtv_transform):
7955         * gst/effectv/gstdice.c: (gst_dicetv_transform):
7956         * gst/effectv/gstedge.c: (gst_edgetv_transform):
7957         * gst/effectv/gstquark.c: (gst_quarktv_transform):
7958         * gst/effectv/gstrev.c: (gst_revtv_transform):
7959         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
7960         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
7961         * gst/effectv/gstwarp.c: (gst_warptv_transform):
7962         * gst/matroska/matroska-demux.c:
7963         (gst_matroska_demux_add_wvpk_header),
7964         (gst_matroska_demux_check_subtitle_buffer),
7965         (gst_matroska_decode_buffer):
7966         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
7967           Fix build against core CVS.
7968
7969 2007-07-10  Edward Hervey  <bilboed@gmail.com>
7970
7971         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7972         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
7973         don't have enough granularity to convert that boolean into a
7974         GstFlowReturn.
7975
7976 2007-07-06  Michael Smith <msmith@fluendo.com>
7977
7978         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
7979         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
7980         (gst_alawdec_change_state):
7981         * gst/law/alaw-decode.h:
7982         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7983         (gst_mulawdec_class_init), (gst_mulawdec_init),
7984         (gst_mulawdec_chain), (gst_mulawdec_change_state):
7985         * gst/law/mulaw-decode.h:
7986           Fix capsnego bogosity in *law decoders. 
7987
7988 2007-07-06  Michael Smith <msmith@fluendo.com>
7989
7990         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
7991         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
7992         (gst_smokeenc_change_state):
7993         * ext/jpeg/gstsmokeenc.h:
7994           Remove stupidity in get/set caps functions.
7995           Fix some refcounting problems.
7996
7997 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7998
7999         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8000         Remove endianness-flipping hack that seems to have been required
8001         only because of a bug in ffmpegcolorspace.
8002         Partially Fixes: #451908
8003
8004 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8005
8006         * docs/plugins/Makefile.am:
8007           Simplify --extra-dir as gtkdoc scans recursively.
8008
8009 2007-07-03  Wim Taymans  <wim@fluendo.com>
8010
8011         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8012
8013         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8014         Set the encoding-name in the rtp caps to all uppercase, as required by
8015         the caps spec.
8016         Some small cleanups in the error paths. Fixes #453037.
8017
8018 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8019
8020         * ext/wavpack/gstwavpackparse.c:
8021         (gst_wavpack_parse_index_get_last_entry),
8022         (gst_wavpack_parse_index_get_entry_from_sample),
8023         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8024         (gst_wavpack_parse_scan_to_find_sample):
8025         * ext/wavpack/gstwavpackparse.h:
8026         Use a GSList for the GArray that is used like a list anyway.
8027
8028 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8029
8030         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8031         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8032         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8033           Add state change function where we set 0/1 as default framerate in
8034           case our setcaps function isn't called, like it might not in a
8035           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8036           gdkpixbufdec trying to create caps with a 0/0 framerate.
8037           Also post an error message on the bus if gst_pad_push() fails when
8038           called from our sink event handler (+1 for flow returns for event
8039           functions in 0.11) instead of failing silently.
8040
8041 2007-06-27  Wim Taymans  <wim@fluendo.com>
8042
8043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8044         Cast stack args to the proper types. Fixes #451249.
8045
8046 2007-06-27  Wim Taymans  <wim@fluendo.com>
8047
8048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8049         (new_session_pad), (gst_rtspsrc_setup_streams):
8050         * gst/rtsp/gstrtspsrc.h:
8051         For container formats we only need to activate one of the streams so
8052         that we correctly signal no-more-pads. Fixes #451015.
8053
8054 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8055
8056         * docs/plugins/gst-plugins-good-plugins.args:
8057         * docs/plugins/inspect/plugin-aasink.xml:
8058         * docs/plugins/inspect/plugin-alaw.xml:
8059         * docs/plugins/inspect/plugin-alpha.xml:
8060         * docs/plugins/inspect/plugin-alphacolor.xml:
8061         * docs/plugins/inspect/plugin-annodex.xml:
8062         * docs/plugins/inspect/plugin-apetag.xml:
8063         * docs/plugins/inspect/plugin-audiofx.xml:
8064         * docs/plugins/inspect/plugin-auparse.xml:
8065         * docs/plugins/inspect/plugin-autodetect.xml:
8066         * docs/plugins/inspect/plugin-avi.xml:
8067         * docs/plugins/inspect/plugin-cacasink.xml:
8068         * docs/plugins/inspect/plugin-cairo.xml:
8069         * docs/plugins/inspect/plugin-cdio.xml:
8070         * docs/plugins/inspect/plugin-cutter.xml:
8071         * docs/plugins/inspect/plugin-debug.xml:
8072         * docs/plugins/inspect/plugin-efence.xml:
8073         * docs/plugins/inspect/plugin-effectv.xml:
8074         * docs/plugins/inspect/plugin-esdsink.xml:
8075         * docs/plugins/inspect/plugin-flac.xml:
8076         * docs/plugins/inspect/plugin-flxdec.xml:
8077         * docs/plugins/inspect/plugin-gconfelements.xml:
8078         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8079         * docs/plugins/inspect/plugin-goom.xml:
8080         * docs/plugins/inspect/plugin-halelements.xml:
8081         * docs/plugins/inspect/plugin-icydemux.xml:
8082         * docs/plugins/inspect/plugin-id3demux.xml:
8083         * docs/plugins/inspect/plugin-jpeg.xml:
8084         * docs/plugins/inspect/plugin-ladspa.xml:
8085         * docs/plugins/inspect/plugin-level.xml:
8086         * docs/plugins/inspect/plugin-matroska.xml:
8087         * docs/plugins/inspect/plugin-mulaw.xml:
8088         * docs/plugins/inspect/plugin-multipart.xml:
8089         * docs/plugins/inspect/plugin-navigationtest.xml:
8090         * docs/plugins/inspect/plugin-ossaudio.xml:
8091         * docs/plugins/inspect/plugin-png.xml:
8092         * docs/plugins/inspect/plugin-quicktime.xml:
8093         * docs/plugins/inspect/plugin-rtp.xml:
8094         * docs/plugins/inspect/plugin-rtsp.xml:
8095         * docs/plugins/inspect/plugin-smpte.xml:
8096         * docs/plugins/inspect/plugin-speex.xml:
8097         * docs/plugins/inspect/plugin-taglib.xml:
8098         * docs/plugins/inspect/plugin-udp.xml:
8099         * docs/plugins/inspect/plugin-videobalance.xml:
8100         * docs/plugins/inspect/plugin-videobox.xml:
8101         * docs/plugins/inspect/plugin-videocrop.xml:
8102         * docs/plugins/inspect/plugin-videoflip.xml:
8103         * docs/plugins/inspect/plugin-videomixer.xml:
8104         * docs/plugins/inspect/plugin-wavenc.xml:
8105         * docs/plugins/inspect/plugin-wavparse.xml:
8106         * docs/plugins/inspect/plugin-ximagesrc.xml:
8107           Update docs with caps info.
8108
8109 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8110
8111         * po/POTFILES.in:
8112           Add more files with translatable strings (#450878).
8113
8114 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8115
8116         * MAINTAINERS:
8117         Updating all the maintainers files
8118
8119 2007-06-22  Edward Hervey  <edward@fluendo.com>
8120
8121         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8122         * gst/interleave/deinterleave.c: (deinterleave_init),
8123         (deinterleave_sink_link):
8124         * gst/interleave/interleave.c: (interleave_init):
8125         * gst/median/gstmedian.c: (gst_median_init):
8126         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8127         Fix memory leaks.
8128         * tests/check/elements/id3demux.c: (pad_added_cb):
8129         Remove unused variable.
8130
8131 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8132
8133         * ext/gconf/gconf.h:
8134         Make the prototype of gst_gconf_get_key_for_sink_profile
8135         match the implementation.
8136         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8137         Fixes: #449747
8138
8139 2007-06-20  Michael Smith <msmith@fluendo.com>
8140
8141         * gst/rtp/gstrtpdepay.c:
8142           Fix description - rtpdepay is not a payloader.
8143
8144 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8145
8146         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8147         (qtdemux_video_caps):
8148         * gst/qtdemux/qtdemux_fourcc.h:
8149           Add MJPG to the variants of motion jpeg.
8150
8151 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8152
8153         * tests/check/Makefile.am:
8154         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8155         * tests/check/elements/videocrop.c: (GST_START_TEST):
8156         * tests/check/elements/videofilter.c:
8157         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8158         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8159           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8160           error flags are included and it errors out on compiler warnings
8161           for CVS builds; remove unused variables in various unit tests.
8162
8163 2007-06-19  Wim Taymans  <wim@fluendo.com>
8164
8165         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8166         (rtsp_connection_close), (rtsp_connection_free):
8167         Use threadsafe inet_ntop to convert an ip number to a string. 
8168         Fixes #447961.
8169         Don't leak fd (and ip) when freeing a connection without first closing
8170         it.
8171
8172 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8173
8174         * configure.ac:
8175         Back to CVS
8176
8177         * gst-plugins-good.doap:
8178         Add 0.10.6 to the doap file.
8179
8180 === release 0.10.6 ===
8181
8182 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8183
8184         * configure.ac:
8185           releasing 0.10.6, "Wobble Board"
8186
8187 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8188
8189         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8190         (rtsp_connection_free):
8191           Revert previous commit again, since we are frozen (sorry).
8192
8193 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8194
8195         Patch by: Peter Kjellerstedt <pkj at axis com>
8196
8197         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8198         (rtsp_connection_free):
8199           inet_ntoa() uses a static buffer internally, so we need to copy the
8200           returned string if we want to store it for later (#447961).
8201
8202 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8203
8204         * win32/vs6/autogen.dsp:
8205         * win32/vs6/gst_plugins_good.dsw:
8206         * win32/vs6/libgstalaw.dsp:
8207         * win32/vs6/libgstalpha.dsp:
8208         * win32/vs6/libgstalphacolor.dsp:
8209         * win32/vs6/libgstapetag.dsp:
8210         * win32/vs6/libgstaudiofx.dsp:
8211         * win32/vs6/libgstauparse.dsp:
8212         * win32/vs6/libgstautodetect.dsp:
8213         * win32/vs6/libgstavi.dsp:
8214         * win32/vs6/libgstcutter.dsp:
8215         * win32/vs6/libgstdirectdraw.dsp:
8216         * win32/vs6/libgstdirectsound.dsp:
8217         * win32/vs6/libgsteffectv.dsp:
8218         * win32/vs6/libgstflx.dsp:
8219         * win32/vs6/libgstgoom.dsp:
8220         * win32/vs6/libgsticydemux.dsp:
8221         * win32/vs6/libgstid3demux.dsp:
8222         * win32/vs6/libgstinterleave.dsp:
8223         * win32/vs6/libgstjpeg.dsp:
8224         * win32/vs6/libgstlevel.dsp:
8225         * win32/vs6/libgstmatroska.dsp:
8226         * win32/vs6/libgstmedian.dsp:
8227         * win32/vs6/libgstmonoscope.dsp:
8228         * win32/vs6/libgstmulaw.dsp:
8229         * win32/vs6/libgstmultipart.dsp:
8230         * win32/vs6/libgstqtdemux.dsp:
8231         * win32/vs6/libgstrtp.dsp:
8232         * win32/vs6/libgstrtsp.dsp:
8233         * win32/vs6/libgstsmpte.dsp:
8234         * win32/vs6/libgstspeex.dsp:
8235         * win32/vs6/libgstudp.dsp:
8236         * win32/vs6/libgstvideobalance.dsp:
8237         * win32/vs6/libgstvideobox.dsp:
8238         * win32/vs6/libgstvideocrop.dsp:
8239         * win32/vs6/libgstvideoflip.dsp:
8240         * win32/vs6/libgstvideomixer.dsp:
8241         * win32/vs6/libgstwaveform.dsp:
8242         * win32/vs6/libgstwavenc.dsp:
8243         * win32/vs6/libgstwavparse.dsp:
8244         Mark *.dsp & *.dsw as binary files and convert to DOS line
8245         endings, as they don't load into VS6 correctly otherwise.
8246
8247 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8248
8249         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8250         (rtsp_connection_connect):
8251         Fix the MingW build. 
8252         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8253         Fixes: #446981
8254
8255 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8256
8257         * tests/check/elements/.cvsignore:
8258         * tests/icles/.cvsignore:
8259         Hush the buildbots up
8260
8261 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8262
8263         * configure.ac:
8264         * sys/Makefile.am:
8265         * sys/directdraw/Makefile.am:
8266         * sys/directsound/Makefile.am:
8267         * sys/waveform/Makefile.am:
8268         Make sure to dist everything needed for win32 builds.
8269
8270 2007-06-14  Edward Hervey  <edward@fluendo.com>
8271
8272         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8273         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8274         caps.
8275         Fixes #447458
8276
8277 2007-06-13  Wim Taymans  <wim@fluendo.com>
8278
8279         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8280         Make sure we allocate enough memory for the codec_data.
8281         Fixes #447210.
8282
8283 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8284
8285         * win32/MANIFEST:
8286         Add videocrop project file to the win32 manifest.
8287         * win32/vs6/gst_plugins_good.dsw:
8288         Add qtdemux,videocrop and waveform projects to the workspace.
8289         * win32/vs6/libgstqtdemux.dsp:
8290         Add zlib to the link list of qtdemux.
8291         * win32/vs6/libgstvideocrop.dsp:
8292         Add a project file for videocrop.
8293
8294 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8295
8296         * po/POTFILES.in:
8297         Add qtdemux for translation
8298
8299 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8300
8301         * configure.ac:
8302         * docs/plugins/Makefile.am:
8303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8304         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8305         * docs/plugins/inspect/plugin-videocrop.xml:
8306         * gst-plugins-good.spec.in:
8307         * sys/Makefile.am:
8308         * tests/check/Makefile.am:
8309         * tests/icles/Makefile.am:
8310         * tests/icles/videocrop-test.c:
8311         Move videocrop and osxvideo from -bad.
8312
8313 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8314
8315         * configure.ac:
8316         * docs/plugins/Makefile.am:
8317         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8318         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8319         * docs/plugins/gst-plugins-good-plugins.args:
8320         * docs/plugins/inspect/plugin-qtdemux.xml:
8321         * docs/plugins/inspect/plugin-quicktime.xml:
8322         * win32/MANIFEST:
8323         Move qtdemux from -bad.
8324
8325         * gst-plugins-good.spec.in:
8326         Update spec file to reflect moving of qtdemux and wavpack
8327
8328 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8329         
8330         * win32/MANIFEST:
8331         * docs/plugins/Makefile.am:
8332         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8333         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8334         * docs/plugins/inspect/plugin-directdraw.xml:
8335         * docs/plugins/inspect/plugin-directsound.xml:
8336         * docs/plugins/inspect/plugin-waveform.xml:
8337         Move the waveform plugin from -bad too. Update the inspect xml
8338         files to mention Plugins Good instead of Plugins Bad.
8339
8340 2007-06-12  Andy Wingo  <wingo@pobox.com>
8341
8342         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8343         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8344         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8345         finalization and resuscitation. No longer public.
8346         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8347         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8348         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8349         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8350         miniobject semantics, and be threadsafe.
8351         (gst_v4l2src_queue_frame): Remove this function, as we just call
8352         the ioctls directly in the two places where we queue buffers.
8353         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8354         directly.
8355         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8356         to allocate the pool, which also preallocates the GstBuffers.
8357         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8358         queueing the frames directly.
8359         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8360         mmap buffers have been dequeued.
8361
8362         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8363         real MiniObject instead of rolling our own refcounting and
8364         finalizing. Give it a lock.
8365         (struct _GstV4l2Buffer): Remove one intermediary object, having
8366         the buffers hold the struct v4l2_buffer directly.
8367
8368         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8369         capture_init so that it can set them on the buffers that it will
8370         create.
8371         (gst_v4l2src_get_read): For better or for worse, include the
8372         timestamping and offsetting code here; really we should be using
8373         bufferalloc though.
8374         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8375         preallocated, mmap'd buffers.
8376
8377 2007-06-11  Wim Taymans  <wim@fluendo.com>
8378
8379         Patch by: daniel fischer <dan at f3c dot com>
8380
8381         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8382         (gst_ximage_src_get_caps):
8383         Actually use the display_name property so that we can dump any
8384         available X display. Fixes #445905.
8385
8386 2007-06-11  Wim Taymans  <wim@fluendo.com>
8387
8388         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8389
8390         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8391         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8392         Add missing rate fields to caps. Fixes #441118.
8393
8394 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8395
8396         * win32/vs6/gst_plugins_good.dsw:
8397         * win32/vs8/gst-plugins-good.sln:
8398         Add DirectSound and DirectDraw sinks project files to
8399         workspace and solution files.
8400
8401 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8402
8403         Patch by: Josh Coalson <xflac at yahoo dot com>,
8404         updated by Alexis Ballier <aballier at gentoo dot org>:
8405
8406         * configure.ac:
8407         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8408         (gst_flac_dec_setup_seekable_decoder),
8409         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8410         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8411         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8412         * ext/flac/gstflacdec.h:
8413         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8414         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8415         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8416         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8417         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8418         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8419         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8420         * ext/flac/gstflacenc.h:
8421         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8422         
8423 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8424
8425         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8426         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8427         not necessary anymore as we need at least that core version. 
8428
8429 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8430
8431         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8432         (gst_wavpack_dec_chain):
8433         * ext/wavpack/gstwavpackdec.h:
8434         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8435         (gst_wavpack_parse_push_buffer):
8436         * ext/wavpack/gstwavpackparse.h:
8437         Improve discont handling by checking if the next Wavpack block has
8438         the expected, following block index.
8439
8440 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8441
8442         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8443           Fix element description.
8444
8445 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8446
8447         * configure.ac:
8448         * docs/plugins/Makefile.am:
8449         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8450         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8451         * docs/plugins/gst-plugins-good-plugins.args:
8452         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8453         * docs/plugins/gst-plugins-good-plugins.signals:
8454         * docs/plugins/inspect/plugin-autodetect.xml:
8455         * docs/plugins/inspect/plugin-gconfelements.xml:
8456         * docs/plugins/inspect/plugin-ladspa.xml:
8457         * docs/plugins/inspect/plugin-rtp.xml:
8458         * docs/plugins/inspect/plugin-wavpack.xml:
8459         * ext/Makefile.am:
8460         * tests/check/Makefile.am:
8461           move wavpack plugin.  See #352605.
8462
8463 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8464
8465         * configure.ac:
8466         * docs/plugins/Makefile.am:
8467         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8468         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8469         * docs/plugins/gst-plugins-good-plugins.args:
8470         * sys/Makefile.am:
8471         * win32/MANIFEST:
8472         Add DirectDraw & DirectSound plugins to the build and docs.
8473
8474 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8475
8476         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8477         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8478           When operating in pull mode, error out correct on not-linked.
8479
8480 2007-06-06  Andy Wingo  <wingo@pobox.com>
8481
8482         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8483         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8484         format and size if the ioctls are defined; should fix compilation
8485         on Linux < 2.16.19.
8486
8487 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8488
8489         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8490           Printf fixes in debug statements; use LOG level for debug statements
8491           that are printed for each and every frame; convert c++ comments to
8492           C-style comments; not much point using g_try_malloc() if we then not
8493           even check the return value.
8494
8495 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8496
8497         * configure.ac:
8498           Bump requirements to released versions (core and base 0.10.13).
8499
8500         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8501           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8502           own implementation.
8503
8504 2007-06-05  Andy Wingo  <wingo@pobox.com>
8505
8506         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8507         some useless comments.
8508
8509         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8510         frames before calling STREAMON, that might leave them in a state
8511         where they can't be dequeued if we go back to NULL without calling
8512         STREAMON, according to the docs.
8513         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8514         before we call STREAMON.
8515         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8516         failures. (For me this code hung.) The pool refcounting is still
8517         crack; added a note to that effect.
8518
8519 2007-06-05  Wim Taymans  <wim@fluendo.com>
8520
8521         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8522         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8523         Add support for mapping gst structure names to the MIME type equivalent.
8524         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8525
8526 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8527
8528         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8529         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8530         (gst_wavenc_chain), (gst_wavenc_change_state):
8531         * gst/wavenc/gstwavenc.h:
8532         Properly write wav files with width!=depth by having the depth most
8533         significant bytes set and all others zero. Fixes #442535.
8534
8535 2007-06-01  Wim Taymans  <wim@fluendo.com>
8536
8537         * gst/rtsp/rtspconnection.c:
8538         Add include to make buildbot happy.
8539
8540 2007-06-01  Wim Taymans  <wim@fluendo.com>
8541
8542         Patch by: Peter Kjellerstedt  <pkj at axis com>
8543
8544         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8545         (rtsp_connection_connect), (add_date_header),
8546         (rtsp_connection_send), (parse_response_status),
8547         (parse_request_line), (parse_line), (rtsp_connection_receive):
8548         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8549         * gst/rtsp/rtspdefs.h:
8550         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8551         (rtsp_message_init_request), (rtsp_message_init_response),
8552         (rtsp_message_remove_header), (rtsp_message_append_headers),
8553         (rtsp_message_dump):
8554         * gst/rtsp/rtspmessage.h:
8555         Improves version checking, allowing an RTSP server to reply with "505
8556         RTSP Version not supported.
8557         Adds a Date header to all messages.
8558         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8559         want to be able to send a response even if something in the request was
8560         invalid. EINVAL is only used when passing wrong arguments to functions.
8561         Do not handle an invalid method in parse_request_line(). Defer this to
8562         the caller so it can respond with "405 Method Not Allowed".
8563         Improves parsing of the timeout parameter to the Session header,
8564         allowing whitespace after the semicolon. 
8565         Avoids a compiler warning due to variables shadowing a function argument.
8566
8567 2007-06-01  Wim Taymans  <wim@fluendo.com>
8568
8569         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8570
8571         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8572         (gst_rtp_amr_depay_process):
8573         * gst/rtp/gstrtpamrdepay.h:
8574         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8575         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8576         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8577         * gst/rtp/gstrtpamrpay.h:
8578         Add support for AMR-WB.
8579         Small cleanups such as using BOILERPLATE.
8580
8581 2007-05-31  Wim Taymans  <wim@fluendo.com>
8582
8583         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8584         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8585
8586 2007-05-30  Andy Wingo  <wingo@pobox.com>
8587
8588         * sys/v4l2/gstv4l2object.h: 
8589         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8590         unintended changes.
8591
8592         * sys/v4l2/v4l2src_calls.h: 
8593         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8594         the format list in the order that the driver gives it to us.
8595         (gst_v4l2src_probe_caps_for_format_and_size)
8596         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8597         based on the capabilities of the device.
8598         (gst_v4l2src_grab_frame): Update for object variable renaming.
8599         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8600         as in the set_caps below.
8601         (gst_v4l2src_capture_init): Update for object variable renaming,
8602         and reflow.
8603         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8604         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8605         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8606         (gst_v4l2src_get_fps): Remove; these functions don't have much
8607         meaning outside of an atomic set_caps method.
8608         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8609         known.
8610
8611         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8612         call to update_fps; not sure about this change.
8613         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8614         moment we don't have an update_fps_func.
8615
8616         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8617         structures in the object, just store what we need. Do store the
8618         probed caps of the device. Don't store the current frame rate.
8619
8620         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8621         update_fps_function, for now. Update for new object variable
8622         naming.
8623         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8624         new object variable naming.
8625         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8626         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8627         (gst_v4l2src_get_caps): Rework to probe the device for supported
8628         frame sizes and frame rates.
8629         (gst_v4l2src_set_caps): Rework to be strict in the given
8630         parameters: if someone asks us to have a certain size and rate,
8631         that is what we configure.
8632         (gst_v4l2src_get_read): Update for object variable naming. Don't
8633         leak buffers on short reads.
8634         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8635         comments.
8636         (gst_v4l2src_create): Update for object variable naming.
8637
8638 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8639
8640         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8641         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8642         * gst/avi/gstavidemux.h:
8643           Parse subtitle text streams instead of erroring out (#442034). Still
8644           needs a parser for the subtitles to actually show up.
8645
8646 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8647
8648         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8649         (gst_avi_demux_loop):
8650           Make _push_event() return TRUE if the event could be pushed on at
8651           least one pad and not only if it could be pushed on all pads,
8652           otherwise we'll end up posting an error message on EOS if one or
8653           more source pads are not connected.
8654
8655 2007-05-28  Wim Taymans  <wim@fluendo.com>
8656
8657         * gst/rtsp/rtsptransport.c:
8658         Use renamed RTP bin.
8659
8660 2007-05-28  Wim Taymans  <wim@fluendo.com>
8661
8662         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8663
8664         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8665         (gst_video_box_set_property), (gst_video_box_transform_caps),
8666         (video_box_recalc_transform), (gst_video_box_set_caps),
8667         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8668         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8669         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8670         (gst_video_box_i420_i420), (gst_video_box_transform),
8671         (plugin_init):
8672         Add AYUV->AYUV and AYUV->I420 formats. 
8673         Fix negotiation and I420->AYUV conversion.
8674         Fixes #429329.
8675
8676 2007-05-26  Wim Taymans  <wim@fluendo.com>
8677
8678         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8679         Use different variables for nested for loops so that the outer loop
8680         functions properly and speex files with multiple frames per buffer work
8681         properly.
8682         Fixes #441408.
8683
8684 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8685
8686         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8687           Don't leak newsegment events.
8688
8689 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8690
8691         * gst/wavparse/Makefile.am:
8692           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8693           drags it in.
8694
8695 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8696
8697         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8698         (notgst_value_array_append_buffer),
8699         (gst_flac_enc_process_stream_headers),
8700         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8701         (gst_flac_enc_change_state):
8702         * ext/flac/gstflacenc.h:
8703           Collect headers, add "streamheader" field to output caps and set
8704           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8705           produces output according to the official FLAC-to-Ogg mapping
8706           instead of completely broken files. Fixes #426044.
8707
8708 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8709
8710         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8711         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8712         (gst_id3demux_sink_event):
8713         * gst/id3demux/gstid3demux.h:
8714         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8715         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8716         (gst_tag_demux_send_new_segment):
8717         Handle and adjust new-segment events so that downstream really
8718         sees a stream with the tag pieces stripped off the front and back.
8719         Fixes strangeness in seeking when mp3 decoders use the new-segment
8720         byte position to estimate their current playback position timestamp
8721         and then the arriving buffers don't match up.
8722
8723 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8724
8725         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8726           Don't unnecessarily perform a READY->NULL->READY transition on the
8727           detected audio sink when starting up. Fixes: #440127
8728
8729 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8730
8731         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8732         (gst_flac_enc_chain):
8733           Don't crash in chain function if setcaps hasn't been called.
8734
8735 2007-05-24  Wim Taymans  <wim@fluendo.com>
8736
8737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8738         Init value to avoid infinte loops.
8739
8740 2007-05-24  Wim Taymans  <wim@fluendo.com>
8741
8742         Patch by: Peter Kjellerstedt  <pkj at axis com>
8743
8744         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8745         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8746         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8747         (gst_rtspsrc_play):
8748         (rtsp_connection_send), (rtsp_connection_receive):
8749         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8750         Fix for new API.
8751
8752         * gst/rtsp/rtspconnection.c: (add_auth_header),
8753         Only add authorisation and session headers when sending messages.
8754
8755         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8756         (rtsp_message_init_request), (rtsp_message_init_response),
8757         (rtsp_message_unset), (rtsp_message_add_header),
8758         (rtsp_message_remove_header), (rtsp_message_get_header),
8759         (rtsp_message_append_headers), (dump_key_value),
8760         (rtsp_message_dump):
8761         * gst/rtsp/rtspmessage.h:
8762         Add support for multiple headers of the same type by storing the parsed
8763         headers in a GArray instaed of a hashtable.
8764
8765 2007-05-21  Wim Taymans  <wim@fluendo.com>
8766
8767         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8768         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8769         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8770         safer shutdown.
8771
8772 2007-05-21  Wim Taymans  <wim@fluendo.com>
8773
8774         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8775         * gst/rtsp/gstrtpdec.h:
8776         Added signal for backwards compat.
8777
8778 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8779         
8780         Patch by: René Stadler <mail at renestadler dot de>
8781
8782         * configure.ac:
8783         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8784         (gst_au_parse_parse_header), (gst_au_parse_chain):
8785         * gst/auparse/gstauparse.h:
8786         Use audioconvert for converting from non-native endianness floats
8787         in auparse instead of doing it ourself. Fixes #424527.
8788         This needs the audioconvert from plugins-base CVS.
8789         
8790 2007-05-21  Wim Taymans  <wim@fluendo.com>
8791
8792         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8793         (gst_rtp_h263p_pay_flush):
8794         Fix enum registration.
8795
8796 2007-05-21  Wim Taymans  <wim@fluendo.com>
8797
8798         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8799
8800         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8801         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8802         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8803         (gst_rtp_h263p_pay_flush):
8804         * gst/rtp/gstrtph263ppay.h:
8805         Add new fragmentation mode base on GOB headers. Fixes #438940.
8806
8807 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8810           Printf format fix.
8811
8812 2007-05-18  Wim Taymans  <wim@fluendo.com>
8813
8814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8815         Don't crash when an unsupported transport error was returned by the
8816         server, just try to configure the next stream. Fixes #439255.
8817
8818 2007-05-18  Wim Taymans  <wim@fluendo.com>
8819
8820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8821         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8822         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8823         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8824         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8825         * gst/rtsp/gstrtspsrc.h:
8826         Add TCP timeout property and use it for all TCP connection.
8827
8828         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8829         (rtsp_connection_write), (rtsp_connection_next_timeout),
8830         (rtsp_connection_reset_timeout):
8831         Make connect and writes cancelable and make them use the timeout.
8832
8833 2007-05-18  Wim Taymans  <wim@fluendo.com>
8834
8835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8836         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8837         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8838         (gst_rtspsrc_setup_streams):
8839         Refactor timeout handling.
8840         Also send keep-alive when dealing with TCP transport.
8841
8842         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8843         (rtsp_connection_free), (rtsp_connection_next_timeout),
8844         (rtsp_connection_reset_timeout):
8845         * gst/rtsp/rtspconnection.h:
8846         Use a timer to handle the session timeouts, add some methods to deal
8847         with timeouts.
8848
8849 2007-05-17  Wim Taymans  <wim@fluendo.com>
8850
8851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8852         (gst_rtspsrc_setup_streams):
8853         Ignore streams that fail the setup command, we will retry with a
8854         different transport later on.
8855
8856         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8857         (rtsp_ext_wms_configure_stream):
8858         Fix encoding name case.
8859
8860 2007-05-16  Edward Hervey  <edward@fluendo.com>
8861
8862         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8863         Fix build on macosx.
8864
8865 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8866
8867         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8868         Replace direct comparison of a string with the string literal "" with
8869         a comparison of the first character with '\0'. Fixes #438926.
8870
8871 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8872
8873         * gst/debug/breakmydata.c (gst_break_my_data_init):
8874           One more try. This should be the proper fix now.
8875
8876 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8877
8878         * gst/debug/breakmydata.c:
8879           Ooops, no // comments please.
8880
8881 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8882
8883         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8884         (gst_break_my_data_init):
8885           Fix gst_buffer_is_writable() assertion.
8886
8887 2007-05-14  David Schleef  <ds@schleef.org>
8888
8889         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8890           video/x-raw-bayer.  Fixes #314160.
8891
8892 2007-05-14  Wim Taymans  <wim@fluendo.com>
8893
8894         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8895         (gst_rtp_theora_depay_parse_configuration):
8896         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8897         (gst_rtp_theora_pay_finish_headers),
8898         (gst_rtp_theora_pay_handle_buffer):
8899         Update theora pay/depayloader in a similar to vorbis.
8900
8901         * gst/rtp/gstrtpvorbisdepay.c:
8902         (gst_rtp_vorbis_depay_parse_configuration):
8903         Update docs.
8904
8905 2007-05-14  Wim Taymans  <wim@fluendo.com>
8906
8907         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8908         When we try to execute a method that is not supported by the server,
8909         don't error out but remove the method from the accepted methods so that
8910         we never try to perform this method again.
8911
8912 2007-05-14  Wim Taymans  <wim@fluendo.com>
8913
8914         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8915         Remove annoying _dump_mem.
8916
8917 2007-05-14  Wim Taymans  <wim@fluendo.com>
8918
8919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8920         Parse range correctly.
8921
8922         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8923         The baseurl now always has a '/' at the start.
8924
8925 2007-05-14  Wim Taymans  <wim@fluendo.com>
8926
8927         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8928         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8929         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8930         Factor out caps configuration and configure more stuff such as the time
8931         ranges and speed/scale values.
8932
8933         * gst/rtsp/rtsptransport.c:
8934         Add Copyright after non-trival fixes.
8935
8936 2007-05-12  Wim Taymans  <wim@fluendo.com>
8937
8938         Patch by: Peter Kjellerstedt  <pkj at axis com>
8939
8940         * gst/rtsp/gstrtspsrc.h:
8941         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8942         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8943         (rtsp_message_get_header):
8944         * gst/rtsp/rtspmessage.h:
8945         Make channel guint8 where possible.
8946         Make rtsp_message_init_data() take the channel as a guint8.
8947
8948         * gst/rtsp/rtspdefs.c:
8949         Fixed a typo: Timout -> Timeout
8950
8951         * gst/rtsp/rtspdefs.h:
8952         Make RTSP_CHECK() behave as a statement.
8953
8954         * gst/rtsp/sdpmessage.c:
8955         Avoid a compiler warning in INIT_ARRAY().
8956         Fixes #437692.
8957
8958 2007-05-12  Wim Taymans  <wim@fluendo.com>
8959
8960         Patch by: Peter Kjellerstedt  <pkj at axis com>
8961
8962         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
8963         (rtsp_url_get_request_uri):
8964         * gst/rtsp/rtspurl.h:
8965         Add support for query parameters to RTSP URLs.
8966
8967 2007-05-12  Wim Taymans  <wim@fluendo.com>
8968
8969         Patch by: Peter Kjellerstedt  <pkj at axis com>
8970
8971         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8972         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
8973         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8974         (rtsp_transport_parse), (rtsp_transport_as_text):
8975         * gst/rtsp/rtsptransport.h:
8976         Add validation to rtsp_transport_parse().
8977         Add rtsp_transport_as_text() to generate an RTSP header from an
8978         RTSPTransport.
8979         Change ssrc to guint (was a string) since that is what it is, even
8980         though it is sent as a hex string.
8981         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
8982         incorrect, which can be seen when looking at the examples in the RFC).
8983         Fixes #437670.
8984
8985 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8986
8987         Patch by: Eric Anholt
8988
8989         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
8990           gst_ximage_src_ximage_get):
8991         Use union of all damage between frames to make it faster.
8992         Fixes bug #342463.
8993         Also fix crasher when cursor is at bottom right of window.
8994
8995 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8996
8997         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8998           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
8999           streaming mode regression for file from #343837 with 'bext' chunk
9000           before the 'fmt' chunk.
9001
9002 2007-05-11  Wim Taymans  <wim@fluendo.com>
9003
9004         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9005         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9006         (gst_rtspsrc_handle_src_event),
9007         (gst_rtspsrc_stream_configure_manager),
9008         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9009         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9010         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9011         * gst/rtsp/gstrtspsrc.h:
9012         * gst/rtsp/rtspdefs.h:
9013         Preliminary seek support.
9014         Activate internal pads so that we can receive events on them.
9015         Don't try to parse a range string when it's NULL.
9016
9017 2007-05-11  Wim Taymans  <wim@fluendo.com>
9018
9019         * gst/rtp/README:
9020         Update README with new RTP variables that will be used for
9021         synchronisation.
9022
9023         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9024         (gst_rtp_vorbis_depay_parse_configuration),
9025         (gst_rtp_vorbis_depay_process):
9026         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9027         (gst_rtp_vorbis_pay_finish_headers),
9028         (gst_rtp_vorbis_pay_handle_buffer):
9029         Update vorbis pay and depayloader to draft-04.
9030
9031 2007-05-11  Wim Taymans  <wim@fluendo.com>
9032
9033         * gst/rtsp/rtsptransport.c:
9034         UDP MCAST is actually the default for RTP/AVP.
9035 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9036
9037         * gst/level/gstlevel.c: (gst_level_transform_ip):
9038         Use guint8 * instead of gpointer then vs6 can build 
9039         in_data += (filter->width / 8).
9040
9041 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9042
9043         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9044           gst_ximage_src_ximage_get):
9045         * sys/ximage/gstximagesrc.h (last_ximage):
9046         When using Damage actually keep the last frame, and not assume
9047         that the buffer we get already has the last frame on it.
9048         Copy the cursor over if we specify a non-zero start x and
9049         start y.
9050
9051 2007-05-11  Wim Taymans  <wim@fluendo.com>
9052
9053         * gst/rtsp/rtsptransport.c:
9054         Make UDP the default transport when not specified.
9055
9056 2007-05-09  David Schleef  <ds@schleef.org>
9057
9058         * gst/level/gstlevel.c:
9059           Revert last change.
9060
9061 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9062
9063         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9064         (gst_level_transform_ip):
9065         Use guint8 * instead of gpointer then vs6 know the size of data
9066         pointed when moving the pointer.
9067         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9068         Move instructions after variables declaration.
9069         * win32/vs6/autogen.dsp:
9070         * win32/vs6/libgstrtp.dsp:
9071         * win32/vs6/libgstrtsp.dsp:
9072         Update vs6 project files.
9073
9074 2007-05-09  Wim Taymans  <wim@fluendo.com>
9075
9076         * gst/rtsp/Makefile.am:
9077         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9078         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9079         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9080         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9081         (rtsp_range_free):
9082         * gst/rtsp/rtsprange.h:
9083         Add code to parse time ranges.
9084         Report DURATION on the stream when possible.
9085
9086 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9087
9088         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9089         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9090         (gst_videomixer_collected):
9091           Fix strides calculation for AYUV (it's just width*4) (#436910).
9092
9093 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9094
9095         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9096         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9097         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9098         Sync the GObject properties before each processing step to properly
9099         work with the controller.
9100
9101 2007-05-04  Wim Taymans  <wim@fluendo.com>
9102
9103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9104         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9105         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9106         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9107         (gst_rtspsrc_change_state):
9108         Let more error state trickle down so that we can catch more error
9109         cases.
9110         Handle keep-alive a little smarter by selecting a method the server
9111         actually supports.
9112         Fix a race in UDP streaming shutdown.
9113
9114 2007-05-04  Wim Taymans  <wim@fluendo.com>
9115
9116         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9117         Ignore errors when trying to use the keep-alive messages.
9118
9119 2007-05-04  Wim Taymans  <wim@fluendo.com>
9120
9121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9122         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9123         (gst_rtspsrc_stream_configure_manager),
9124         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9125         (gst_rtspsrc_stream_configure_mcast),
9126         (gst_rtspsrc_stream_configure_udp),
9127         (gst_rtspsrc_stream_configure_udp_sink),
9128         (gst_rtspsrc_stream_configure_transport):
9129         Send RTCP messages back to the server over the TCP connection.
9130
9131         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9132         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9133         (rtsp_connection_receive):
9134         * gst/rtsp/rtspconnection.h:
9135         Factor out and expose lowlevel _write and _read methods.
9136         Implement sending data messages to the server.
9137
9138 2007-05-03  Wim Taymans  <wim@fluendo.com>
9139
9140         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9141         (gst_multipart_mux_collected):
9142         Fix timestamps on outgoing buffers.
9143
9144 2007-05-03  Wim Taymans  <wim@fluendo.com>
9145
9146         * gst/multipart/multipartmux.c:
9147         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9148         (gst_multipart_mux_change_state):
9149         Emit NEWSEGMENT events before pushing the first buffer.
9150
9151 2007-05-03  Wim Taymans  <wim@fluendo.com>
9152
9153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9154         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9155         (gst_rtspsrc_handle_src_query),
9156         (gst_rtspsrc_stream_configure_manager),
9157         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9158         (gst_rtspsrc_stream_configure_mcast),
9159         (gst_rtspsrc_stream_configure_udp),
9160         (gst_rtspsrc_stream_configure_udp_sink),
9161         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9162         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9163         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9164         (gst_rtspsrc_pause):
9165         Refactor transport configuration code.
9166         Create internal pads for TCP transport so that we can implement events
9167         and queries.
9168         Handle events and queries.
9169         Parse range from the SDP.
9170         Fix race in pause handler where the connection could still be flushing.
9171
9172 2007-05-02  Wim Taymans  <wim@fluendo.com>
9173
9174         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9175         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9176         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9177         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9178         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9179         (gst_rtspsrc_change_state):
9180         * gst/rtsp/gstrtspsrc.h:
9181         Fix race when multiple udp sources post timeouts, just act on the first
9182         received timeout.
9183         Protect stream list with a recursive lock to fix some races.
9184         Flush connection when we need to do a reconnect or stop.
9185         Make state lock recursive.
9186
9187         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9188         (rtsp_connection_close):
9189         Some small cleanups.
9190
9191 2007-05-02  Wim Taymans  <wim@fluendo.com>
9192
9193         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9194         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9195         Only set DISCONT when there actually is a discont or when we just
9196         started.
9197
9198 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9199
9200         * ext/flac/gstflac.c: (plugin_init):
9201         Call bindtextdomain() to get localized strings.
9202
9203 2007-05-02  Wim Taymans  <wim@fluendo.com>
9204
9205         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9206         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9207         (gst_wavparse_stream_data):
9208         * gst/wavparse/gstwavparse.h:
9209         Be a bit more clever when dealing with VBR files with FACT tags, we
9210         don't want to timestamp buffers in that case but the estimated BPS can
9211         be used for seeking.
9212         Only send close segment in the streaming thread.
9213
9214 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9215
9216         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9217         Correctly post an error on the bus if something went wrong in the loop
9218         function. This fixes a few cases where the task was paused and nothing
9219         happened anymore.
9220
9221 2007-05-02  Wim Taymans  <wim@fluendo.com>
9222
9223         * gst/rtsp/test.c: (main):
9224         Fix compilation of deprecated test just because I'm too lazy to delete
9225         it.
9226
9227 2007-05-02  Wim Taymans  <wim@fluendo.com>
9228
9229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9230         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9231         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9232         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9233         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9234         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9235         * gst/rtsp/gstrtspsrc.h:
9236         Fix sending RTCP to the right place.
9237         Fix bug in reffing the wrong UDP element.
9238         Use new pad names for the session manager.
9239         Implement handling server requests in interleaved and UDP modes.
9240         Handle session keep-alive in UDP modes.
9241         Remove GCond for handling UDP timeouts.
9242
9243         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9244         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9245         (rtsp_connection_receive), (rtsp_connection_close):
9246         * gst/rtsp/rtspconnection.h:
9247         Store connection IP address for later.
9248         Add timeout args to all operations that might block forever.
9249         Parse session timeout.
9250         Only close sockets when not already closed.
9251
9252         * gst/rtsp/rtspdefs.c:
9253         * gst/rtsp/rtspdefs.h:
9254         Add timeout return value and error string.
9255
9256         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9257         Add small comment.
9258
9259 2007-05-01  Wim Taymans  <wim@fluendo.com>
9260
9261         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9262
9263         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9264         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9265         * gst/rtp/gstrtpmp4vpay.h:
9266         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9267
9268 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9269
9270         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9271           Remove v4l2src from docs, since it breaks the docs build, and the
9272           plugin is only built if --enable-experimental is used anyway.
9273
9274         * docs/plugins/Makefile.am:
9275           Spaces => tab.
9276
9277 2007-04-29  Wim Taymans  <wim@fluendo.com>
9278
9279         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9280         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9281         Add code to drop membership of a multicast group.
9282
9283         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9284         (gst_udpsink_set_uri):
9285         Implement URI handler.
9286
9287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9288         (gst_rtspsrc_parse_rtpinfo):
9289         Use URI handler to make udpsink instace.
9290         Improve code to configure port and destination.
9291
9292 2007-04-29  Wim Taymans  <wim@fluendo.com>
9293
9294         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9295         Fix multicast detection.
9296         Don't try to join a multicast group if the address is not multicast.
9297
9298         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9299         Small debug improvement.
9300
9301 2007-04-27  Wim Taymans  <wim@fluendo.com>
9302
9303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9304         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9305         (gst_rtspsrc_handle_message):
9306         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9307         parent.
9308
9309 2007-04-27  Wim Taymans  <wim@fluendo.com>
9310
9311         * gst/rtp/gstrtpilbcdepay.h:
9312         Fix mode property when specified as an arg.
9313
9314 2007-04-26  Edward Hervey  <edward@fluendo.com>
9315
9316         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9317         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9318         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9319         * docs/plugins/inspect/plugin-osxaudio.xml:
9320         Add documentation for osxaudio plugin.
9321
9322 2007-04-26  Wim Taymans  <wim@fluendo.com>
9323
9324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9325         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9326         (gst_rtspsrc_open), (gst_rtspsrc_close),
9327         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9328         (gst_rtspsrc_pause):
9329         * gst/rtsp/gstrtspsrc.h:
9330         Protect state changes with a lock.
9331
9332         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9333         (parse_line):
9334         * gst/rtsp/rtspconnection.h:
9335         Remove some unused stuff.
9336
9337 2007-04-26  Wim Taymans  <wim@fluendo.com>
9338
9339         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9340         Handle the case where there are exactly 0 bytes to read and the ioctl
9341         did not report an error. Fixes #433530.
9342
9343 2007-04-26  Wim Taymans  <wim@fluendo.com>
9344
9345         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9346         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9347         * gst/wavparse/gstwavparse.h:
9348         Apply DISCONT to buffers.
9349         Only apply timestamp to the first sample after a DISCONT, too many VBR
9350         files cause random jitter in the timestamps. Fixes #433119.
9351
9352 2007-04-25  Wim Taymans  <wim@fluendo.com>
9353
9354         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9355         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9356         (gst_rtp_dec_get_property):
9357         * gst/rtsp/gstrtpdec.h:
9358         Add dummy latency property to be backwards compat with rtpbin.
9359
9360         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9361         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9362         (gst_rtspsrc_stream_configure_transport),
9363         (gst_rtspsrc_parse_rtpinfo):
9364         * gst/rtsp/gstrtspsrc.h:
9365         Add latency property and configure in the session manager.
9366         Don't set invalid clock-base and seqnum-base on caps, some servers
9367         sometimes don't send them.
9368
9369 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9370
9371         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9372         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9373           Double-check that RGB input caps are really RGBA caps (apparently
9374           the core doesn't always catch it if those caps aren't a subset of
9375           our template caps, also see #421543). Fixes #429319 in a way.
9376           Also, don't leak the pad template in the transform_caps function.
9377
9378         * tests/check/Makefile.am:
9379         * tests/check/elements/.cvsignore:
9380         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9381         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9382         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9383         (GST_START_TEST), (alphacolor_suite):
9384           Add some basic unit tests for alphacolor.
9385
9386 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9387
9388         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9389           If we get a fatal flow return in the loop function, first post the
9390           error message and only then send the EOS event downstream, otherwise
9391           applications might get an eos message before the error message and
9392           think everything was ok (related to #429319).
9393
9394 2007-04-25  Wim Taymans  <wim@fluendo.com>
9395
9396         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9397         Read the channel byte as an unsigned byte.
9398
9399 2007-04-25  Wim Taymans  <wim@fluendo.com>
9400
9401         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9402         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9403         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9404         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9405         (gst_rtp_gsm_depay_setcaps):
9406         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9407         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9408         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9409         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9410         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9411         (gst_ilbc_depay_get_property):
9412         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9413         * gst/rtp/gstrtpmp4adepay.c:
9414         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9415         (gst_rtp_pcma_depay_setcaps):
9416         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9417         (gst_rtp_pcmu_depay_setcaps):
9418         Make sure we configure the clock_rate in the baseclass in the setcaps
9419         function. Fixes #431282.
9420
9421 2007-04-25  Wim Taymans  <wim@fluendo.com>
9422
9423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9424         (gst_rtspsrc_stream_free), (request_pt_map),
9425         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9426         * gst/rtsp/gstrtspsrc.h:
9427         Parse server address from SDP.
9428         Hook up a udpsink to send RTCP back to the server.
9429
9430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9431         * gst/rtsp/rtsptransport.h:
9432         Add some docs.
9433
9434 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9435
9436         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9437           Make header field check conditional. Fixes #433135
9438
9439 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9440
9441         * docs/plugins/Makefile.am:
9442         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9443         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9444         * docs/plugins/inspect/plugin-alphacolor.xml:
9445         * gst/alpha/Makefile.am:
9446         * gst/alpha/gstalphacolor.c:
9447         * gst/alpha/gstalphacolor.h:
9448           Add minimal docs blurb to alphacolor; split out headers into
9449           separate header file for gtk-doc.
9450
9451 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9452
9453         * gst/debug/progressreport.c: (gst_progress_report_report):
9454           Don't try to post NULL message (in case we can't query upstream
9455           position or duration).
9456
9457 2007-04-18  Michael Smith  <msmith@fluendo.com>
9458
9459         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9460         (gst_cutter_get_caps):
9461         * gst/cutter/gstcutter.h:
9462           Fix some of the most obvious bugs in cutter. Now doesn't leak
9463           everything if input is silent.
9464
9465 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9466
9467         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9468         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9469         * gst/wavenc/gstwavenc.h:
9470         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9471         else results in a invalid block align and invalid files.
9472
9473 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9474
9475         Patch by: Snaik <snaik32 gmail com>
9476
9477         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9478           Add missing break statement for BOX_HORIZONTAL case.
9479
9480 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9481
9482         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9483
9484         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9485         Use correct format strings for integer types.
9486
9487 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9488
9489         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9490         (gst_wavparse_create_sourcepad):
9491         Use gst_riff_create_audio_template_caps () instead of the local caps.
9492         This makes updates of the local caps unecessary whenever libgstriff
9493         gets support for new formats.
9494
9495 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9496
9497         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9498
9499         * sys/sunaudio/gstsunaudio.c:
9500         * sys/sunaudio/gstsunaudiomixer.c:
9501         * sys/sunaudio/gstsunaudiomixer.h:
9502         * sys/sunaudio/gstsunaudiomixerctrl.c:
9503         * sys/sunaudio/gstsunaudiomixerctrl.h:
9504         * sys/sunaudio/gstsunaudiomixertrack.h:
9505         * sys/sunaudio/gstsunaudiosink.c:
9506         * sys/sunaudio/gstsunaudiosink.h:
9507         * sys/sunaudio/gstsunaudiosrc.c:
9508         * sys/sunaudio/gstsunaudiosrc.h:
9509           Fix and/or update copyright attributions (#430228).
9510
9511 2007-04-13  Wim Taymans  <wim@fluendo.com>
9512
9513         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9514         Fix docs.
9515
9516         * gst/rtsp/URLS:
9517         Add some more example urls.
9518
9519         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9520         (gst_rtp_dec_chain_rtp):
9521         Better debugging.
9522
9523         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9524         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9525         (gst_rtspsrc_parse_rtpinfo):
9526         Remove unused code.
9527
9528 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9529
9530         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9531         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9532         (gst_wavparse_stream_data):
9533           Relax the audio/mpeg caps again and add FIXME: comment.
9534
9535 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9536
9537         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9538         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9539         (gst_wavparse_stream_data):
9540         * gst/wavparse/gstwavparse.h:
9541           More sanity check for the header fields. Fix type for 'rate' header
9542           field.
9543
9544 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9545
9546         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9547         (gst_icydemux_unicodify):
9548           If the metadata strings we get in the stream are not UTF-8, try to
9549           interpret them according to the character encodings specified in the
9550           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9551           only fall back to locale/ISO-8859-1 if those aren't set or don't
9552           work. Should fix #428901.
9553
9554 2007-04-12  Wim Taymans  <wim@fluendo.com>
9555
9556         * gst/rtp/gstrtph264depay.c:
9557         Use the proper sync word for SPS and PPS.
9558
9559 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9560
9561         * gst/rtp/Makefile.am:
9562         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9563           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9564         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9565           Add a simple hashing implementation that we can use to generate
9566           a 24-bit ident value based on the codebooks for vorbis and theora.
9567         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9568           gst_rtp_theora_pay_handle_buffer):
9569         * gst/rtp/gstrtpvorbisdepay.c
9570           (gst_rtp_vorbis_depay_parse_configuration,
9571           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9572         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9573           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9574           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9575           Use the hashing function, ensuring that the same codebooks result
9576           in the same ident and thus the same SDP description.
9577           Various log fixes/changes.
9578
9579 2007-04-12  Wim Taymans  <wim@fluendo.com>
9580
9581         Patch by: jerry tan <jerry dot tan at sun dot com>
9582
9583         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9584         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9585         application's responsibility to make sure it open the device once.
9586         Remove a careless error if AUDIODEV is set. Fixes #392620.
9587
9588 2007-04-12  Wim Taymans  <wim@fluendo.com>
9589
9590         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9591         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9592         * gst/rtsp/gstrtpdec.h:
9593         Make backward compat with rtpbin by adding the request-pt-map signals.
9594
9595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9596         (new_session_pad), (request_pt_map),
9597         (gst_rtspsrc_stream_configure_transport),
9598         (gst_rtspsrc_stream_configure_caps),
9599         (gst_rtspsrc_activate_streams):
9600         * gst/rtsp/gstrtspsrc.h:
9601         Implement request-pt-map signals instead of setting caps on the buffers
9602         for the session manager.
9603
9604 2007-04-11  Wim Taymans  <wim@fluendo.com>
9605
9606         * gst/udp/gstudp.c: (plugin_init):
9607         Register GstNetBuffer in plugin_init so that the type can be used from
9608         multiple threads without races.
9609
9610 2007-04-10  Wim Taymans  <wim@fluendo.com>
9611
9612         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9613         (gst_rtp_amr_depay_process):
9614         Fix depayloader clock_rate and some cleanups.
9615
9616         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9617         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9618         * gst/rtp/gstrtph264depay.h:
9619         Don't push codec_data in the adapter because it might get flushed when
9620         we get a discont.
9621
9622         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9623         Handle multiple AU per packet.
9624
9625         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9626         (gst_rtp_sv3v_depay_plugin_init):
9627         Disable rank, this one does not work.
9628         Remove timestamping, base class does that.
9629
9630 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9631
9632         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9633           limit caps to the formats we announce in the template
9634
9635         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9636         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9637         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9638           fix some crashers/asserts when dealing with broken files
9639
9640 2007-04-10  Wim Taymans  <wim@fluendo.com>
9641
9642         Patch by: Peter Kjellerstedt  <pkj at axis com>
9643
9644         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9645         * gst/rtp/gstrtpL16depay.c:
9646         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9647         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9648         (gst_rtp_speex_depay_setcaps):
9649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9650         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9651         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9652         Fix some compiler warnings. Fixes #428182.
9653
9654 2007-04-06  Wim Taymans  <wim@fluendo.com>
9655
9656         * gst/rtsp/Makefile.am:
9657         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9658         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9659         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9660         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9661         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9662         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9663         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9664         (create_rtcp), (gst_rtp_dec_request_new_pad),
9665         (gst_rtp_dec_release_pad):
9666         * gst/rtsp/gstrtpdec.h:
9667         * gst/rtsp/gstrtsp.c: (plugin_init):
9668         Morph RTPDec into something compatible with RTPBin as a fallback.
9669         Various other style fixes.
9670
9671         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9672         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9673         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9674         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9675         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9676         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9677         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9678         * gst/rtsp/gstrtspsrc.h:
9679         Implement RTPBin session manager handling.
9680         Don't try to add empty properties to caps.
9681         Implement fallback session manager, handling.
9682         Don't combine errors from RTCP streams, just ignore them.
9683
9684         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9685         * gst/rtsp/rtsptransport.h:
9686         Implement fallback session manager.
9687         Make RTPBin the default one when available.
9688
9689 2007-04-05  Wim Taymans  <wim@fluendo.com>
9690
9691         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9692         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9693         This element is ready to be autoplugged.
9694
9695 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9696
9697         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9698         Don't leave the offsets defined by upstream element on the
9699         compressed data buffer we are pushing downstream. Make them
9700         GST_BUFFER_OFFSET_NONE.
9701
9702 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9703
9704         * gst/avi/README:
9705         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9706         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9707         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9708         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9709         (gst_avi_demux_calculate_durations_from_index),
9710         (gst_avi_demux_stream_header_push),
9711         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9712         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9713           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9714
9715 2007-04-03  Wim Taymans  <wim@fluendo.com>
9716
9717         * gst/smpte/barboxwipes.c:
9718         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9719
9720 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9721
9722         * gst/wavparse/gstwavparse.c:
9723         Support audio/x-raw-float in wav files. This only works with
9724         plugins-base CVS, using an older version doesn't have any
9725         disadvantages though.
9726
9727 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9728
9729         * configure.ac:
9730         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9731         (gst_au_parse_parse_header), (gst_au_parse_chain):
9732         * gst/auparse/gstauparse.h:
9733         Revert last change as we don't want plugins-good to depend on
9734         plugins-base CVS now.
9735
9736 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9737
9738         * configure.ac:
9739         Require gst-plugins-base CVS for audioconvert with non-native
9740         float support and width/depth fix in libgstriff.
9741
9742         Patch by: René Stadler <mail at renestadler dot de>
9743
9744         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9745         (gst_au_parse_parse_header), (gst_au_parse_chain):
9746         * gst/auparse/gstauparse.h:
9747         Don't swap the floats ourself if they're not in native endianness.
9748         Instead let audioconvert handle this. Fixes #339838.
9749
9750 2007-03-29  Wim Taymans  <wim@fluendo.com>
9751
9752         * gst/rtp/gstasteriskh263.h:
9753         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9754         (gst_rtp_h263p_depay_change_state):
9755         * gst/rtp/gstrtph263pdepay.h:
9756         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9757         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9758         (gst_rtp_h264_depay_change_state):
9759         * gst/rtp/gstrtph264depay.h:
9760         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9761         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9762         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9763         Flush adapter on disconts.
9764
9765 2007-03-29  Wim Taymans  <wim@fluendo.com>
9766
9767         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9768         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9769         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9770         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9771         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9772         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9773         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9774         (gst_rtp_mp4v_depay_process):
9775         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9776         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9777         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9778         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9779         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9780         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9781         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9782         Use more efficient adapter and rtpbuffer methods when possible.
9783
9784 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9785
9786         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9787         (gst_wavenc_sink_setcaps):
9788         Correctly handle width!=depth input.
9789         * gst/wavparse/gstwavparse.c:
9790         Already export in the caps that width==8 uses unsigned samples and
9791         everything else uses signed samples.
9792
9793 2007-03-29  Wim Taymans  <wim@fluendo.com>
9794
9795         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9796
9797         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9798         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9799         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9800         (gst_dynudpsink_close):
9801         * gst/udp/gstdynudpsink.h:
9802         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9803         (gst_udpsrc_create), (gst_udpsrc_set_property),
9804         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9805         * gst/udp/gstudpsrc.h:
9806         Rework the socket allocation a bit based on the sockfd argument so that
9807         it becomes usable.
9808         Add a closefd property to instruct the udp elements to close the custom
9809         file descriptors when going to READY. Fixes #423304.
9810         API:GstUDPSrc::closefd property
9811         API:GstDynUDPSink::closefd property
9812
9813 2007-03-29  Wim Taymans  <wim@fluendo.com>
9814
9815         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9816
9817         * gst/rtp/Makefile.am:
9818         * gst/rtp/gstrtp.c: (plugin_init):
9819         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9820         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9821         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9822         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9823         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9824         (gst_rtp_h264_pay_plugin_init):
9825         * gst/rtp/gstrtph264pay.h:
9826         Added H264 payloader. Fixes #423782.
9827
9828         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9829         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9830         Small fixes.
9831
9832 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9833
9834         * gst/wavparse/gstwavparse.c:
9835         Actually support depths from 1 to 32, not only 8 to 32.
9836
9837 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9838
9839         * gst/wavparse/gstwavparse.c:
9840         Add support for wav files containing audio/x-raw-int with random
9841         depths between 1 and 32 bits.
9842
9843 2007-03-28  Wim Taymans  <wim@fluendo.com>
9844
9845         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9846
9847         * gst/rtp/Makefile.am:
9848         * gst/rtp/gstrtp.c: (plugin_init):
9849         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9850         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9851         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9852         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9853         (gst_rtp_mp4a_depay_get_property),
9854         (gst_rtp_mp4a_depay_change_state),
9855         (gst_rtp_mp4a_depay_plugin_init):
9856         * gst/rtp/gstrtpmp4adepay.h:
9857         Added MP4A-LATM depayloader. Fixes #417792.
9858
9859         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9860         (gst_rtp_mp4v_depay_process):
9861         Fixup depayloader, setting codec_data, using more efficient adaptor and
9862         rtpbuffer handling.
9863
9864         * gst/rtsp/URLS:
9865         Add url to test above.
9866
9867 2007-03-25  Wim Taymans  <wim@fluendo.com>
9868
9869         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9870         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9871         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9872         (gst_rtspsrc_media_to_caps),
9873         (gst_rtspsrc_stream_configure_transport),
9874         (gst_rtspsrc_stream_configure_caps),
9875         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9876         * gst/rtsp/gstrtspsrc.h:
9877         Handle default clock-rates for static payload types, rearrange stuff so
9878         that the rtpmap field in the sdp can override the defaults.
9879         Parse RTP-Info field to get the seqnum and timebase fields that should
9880         go in the caps.
9881         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9882         the server. 
9883
9884 2007-03-22  Wim Taymans  <wim@fluendo.com>
9885
9886         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9887
9888         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9889         Accept complex pipeline descriptions as an audio profile instead of just
9890         a single element. Fixes #420658.
9891
9892 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9893
9894         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9895           Rename registered type in preparation of GstTagDemux moving to
9896           -base at some point in the future.
9897
9898 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9899
9900         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9901           Streaming mode fixes: don't unref buffer we don't own any longer;
9902           remove bogus adapter flush. Fixes #419338.
9903
9904 2007-03-17  David Schleef  <ds@schleef.org>
9905
9906         * REQUIREMENTS: Change the format to key/value, add a bunch of
9907           information, remove a bunch of requirements that are for
9908           other GStreamer packages.
9909
9910 2007-03-17  David Schleef  <ds@schleef.org>
9911
9912         * REQUIREMENTS: Fix a few things.  This file really needs a
9913         good once-over.
9914
9915 2007-03-15  Edward Hervey  <edward@fluendo.com>
9916
9917         * sys/Makefile.am:
9918         Don't forget to distribute the sys/osxaudio/ directory.
9919
9920 2007-03-15  Edward Hervey  <edward@fluendo.com>
9921
9922         * configure.ac:
9923         * sys/Makefile.am:
9924         * sys/osxaudio/Makefile.am:
9925         * sys/osxaudio/gstosxaudio.c:
9926         * sys/osxaudio/gstosxaudiosink.c:
9927         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9928         (gst_osx_audio_sink_getcaps),
9929         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9930         * sys/osxaudio/gstosxaudiosrc.c:
9931         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9932         (gst_osx_audio_src_create_ringbuffer):
9933         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9934         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9935         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9936         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9937         * sys/osxaudio/gstosxringbuffer.h:
9938         Activate osxaudio in gst-plugins-good with proper build setup.
9939         Add inlined documentation.
9940         Fix debug statements
9941         Fix ringbuffer when pausing.
9942         Fixes #323471
9943
9944 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9945         * gst/rtp/gstrtppcmapay.c:
9946         * gst/rtp/gstrtppcmapay.h:
9947         * gst/rtp/gstrtppcmupay.c:
9948         * gst/rtp/gstrtppcmupay.h:
9949         Ported mulaw and alaw payloaders to use new base class
9950
9951 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9952
9953         * po/af.po:
9954         * po/az.po:
9955         * po/cs.po:
9956         * po/en_GB.po:
9957         * po/it.po:
9958         * po/nl.po:
9959         * po/or.po:
9960         * po/sq.po:
9961         * po/sr.po:
9962         * po/sv.po:
9963         * po/uk.po:
9964         * po/vi.po:
9965           Update translations.
9966
9967 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9968
9969         * configure.ac:
9970           Fix string replace error (AG_AG_GST_* => AG_GST_*).
9971
9972 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9973
9974         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
9975           Fix handling of -1 values for start and stop values when seeking,
9976           and SEEK_CUR+SEEK_END here as well.
9977
9978 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
9979
9980         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
9981           Fix handling of -1 values for start and stop values when seeking, 
9982           and SEEK_CUR+SEEK_END.
9983
9984 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9985
9986         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9987           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
9988           the image format a variable-length NUL-terminated string; in
9989           versions before that the image format is a fixed-length string of
9990           3 characters (see #348644 for a sample tag).
9991           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
9992
9993 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9994
9995         * win32/MANIFEST:
9996         Add new project files to MANIFEST.
9997         * win32/vs6/libgstaudiofx.dsp:
9998         * win32/vs6/libgstrtp.dsp:
9999         * win32/vs6/libgstrtsp.dsp:
10000         Update project files.
10001         
10002 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10003
10004         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10005         (gst_avi_demux_parse_index):
10006         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10007         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10008           Printf format fixes; also add some missing quotes in translated
10009           strings. Fixes #416728 and #416727.
10010
10011 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10012
10013         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10014           Tim and I can't think of any reason the child audio sink needs to 
10015           be set back to NULL after successfully determining that it can 
10016           reach READY - it gets immediately set back to READY by the caller
10017           anyway, causing an unnecessary close/open of any audio devices
10018           involved.
10019
10020 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10021
10022         * po/LINGUAS:
10023         * po/ja.po:
10024           Add ja.po file from #377306.
10025
10026 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10027
10028         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10029         * sys/sunaudio/gstsunaudiomixertrack.c:
10030         (gst_sunaudiomixer_track_new):
10031           Actually translate sunaudio mixer track labels instead of just
10032           marking the strings as translatable (#377306); clean up weird
10033           label string mapping code that serves no apparent purpose. Also
10034           set the 'untranslated-label' property when creating mixer tracks
10035           if the GstMixerTrack base class supports this.
10036
10037         * tests/check/Makefile.am:
10038         * tests/check/elements/.cvsignore:
10039         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10040         (sunaudio_suite):
10041           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10042           actually tested on a system where sunaudiomixer is available).
10043
10044 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10045
10046         * tests/check/Makefile.am:
10047         Re-enable the states test and see if it works on the buildbots.
10048
10049 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10050
10051         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10052         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10053         (gst_dvdec_change_state):
10054         * ext/dv/gstdvdec.h:
10055         Infer pixel-aspect-ratio from the video frame format if it isn't
10056         provided by the container, as happens when playing DV from AVI
10057         or Quicktime containers.
10058
10059         Patch by: Wim Taymans <wim@fluendo.com>
10060         Fixes #380944
10061
10062 2007-03-09  Wim Taymans  <wim@fluendo.com>
10063
10064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10065         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10066         will later be handled by the jitterbuffer.
10067
10068 2007-03-09  Wim Taymans  <wim@fluendo.com>
10069
10070         * ext/taglib/gstid3v2mux.cc:
10071         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10072         Fixes #414496.
10073         
10074         Patch by: Alex Lancaster <alexl at users sourceforge net>
10075
10076 2007-03-09  Wim Taymans  <wim@fluendo.com>
10077
10078         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10079         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10080         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10081         (gst_avi_demux_chain):
10082         Fix stream position reporting after a seek. Fixes #416445.
10083
10084 2007-03-08  Wim Taymans  <wim@fluendo.com>
10085
10086         Patch by: René Stadler <mail at renestadler dot de>
10087
10088         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10089         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10090         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10091         Make avidemux accept optional header chunks in any order.
10092         Fixes #415446.
10093
10094 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10095
10096         * tests/check/Makefile.am:
10097         Disable the states check until the remaining Valgrind errors
10098         are fixed or suppressed.
10099
10100 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10101
10102         * tests/check/elements/.cvsignore:
10103           Add audiodynamic check to .cvsignore
10104
10105 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10106
10107         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10108
10109         * gst/audiofx/Makefile.am:
10110         * gst/audiofx/audiodynamic.c:
10111         (gst_audio_dynamic_characteristics_get_type),
10112         (gst_audio_dynamic_mode_get_type),
10113         (gst_audio_dynamic_set_process_function),
10114         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10115         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10116         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10117         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10118         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10119         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10120         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10121         (gst_audio_dynamic_transform_hard_knee_expander_int),
10122         (gst_audio_dynamic_transform_hard_knee_expander_float),
10123         (gst_audio_dynamic_transform_soft_knee_expander_int),
10124         (gst_audio_dynamic_transform_soft_knee_expander_float),
10125         (gst_audio_dynamic_transform_ip):
10126         * gst/audiofx/audiodynamic.h:
10127         * gst/audiofx/audiofx.c: (plugin_init):
10128         Add new audiodynamic element which can act as a compressor or
10129         expander. Supported are hard-knee and soft-knee operation modes with
10130         user-specified ratio and threshold.
10131         Attack and release parameters are not yet implemented but will follow.
10132         * docs/plugins/Makefile.am:
10133         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10134         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10135         * docs/plugins/gst-plugins-good-plugins.args:
10136         * docs/plugins/inspect/plugin-audiofx.xml:
10137         Integrate audiodynamic into the docs.
10138         * tests/check/Makefile.am:
10139         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10140         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10141         Add unit test for audiodynamic.
10142
10143 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10144
10145         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10146         Free handles that we allocated when exiting via the error paths.
10147
10148 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10149
10150         * gst/level/gstlevel.c: (gst_level_class_init),
10151         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10152         (gst_level_transform_ip):
10153         * gst/level/gstlevel.h:
10154           Resolve message timestamps against the playback segment.
10155
10156 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10157
10158         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10159         (gst_id3demux_sink_activate):
10160           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10161           caps passed to it (previously one code path assumed it took ownership
10162           while another one assumed it didn't, while in fact it sometimes did and
10163           sometimes didn't ...).
10164
10165         * configure.ac:
10166         * tests/files/Makefile.am:
10167         * tests/files/id3-407349-1.tag:
10168         * tests/files/id3-407349-2.tag:
10169           Add directory where data for unit tests can be stored.
10170
10171         * tests/Makefile.am:
10172         * tests/check/Makefile.am:
10173         * tests/check/elements/.cvsignore:
10174         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10175         (read_tags_from_file), (run_check_for_file),
10176         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10177           Add unit test for id3demux, and in particular for bug #407349. Only
10178           testing pull-mode for now; push mode doesn't work yet because the test
10179           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10180
10181 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10182
10183         * tests/check/Makefile.am:
10184           Add missing backslash at end of line.
10185
10186 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10187
10188         Trigger rebuild.
10189
10190 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10191
10192         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10193         * gst/id3demux/id3tags.h:
10194         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10195         (parse_obsolete_tdat_frame):
10196           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10197           the four-digit number will be interpreted as a year, whereas it is
10198           month and day in DDMM format. Instead, parse TDAT frames and fix up
10199           the date in the GST_TAG_DATE tag later if we also extracted a year.
10200           Fixes #407349.
10201
10202 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10203
10204         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10205         (gst_switch_commit_new_kid):
10206         Fix up the dispose logic so it doesn't leak, and fix setting of 
10207         the child state so that we don't set a child to our current state 
10208         just as we are changing it to something else.
10209
10210 2007-03-06  Wim Taymans  <wim@fluendo.com>
10211
10212         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10213         (gst_goom_chain):
10214         * gst/goom/gstgoom.h:
10215         Document, fix and improve goom adapter behaviour.
10216         Fixes #407006.
10217
10218 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10219
10220         * ext/esd/esdsink.c: (gst_esdsink_open):
10221         Unref static pad template after using it.
10222
10223 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10224
10225         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10226         (gst_switch_commit_new_kid):
10227         Fix up the reference counting of the child elements.
10228
10229 2007-03-05  Wim Taymans  <wim@fluendo.com>
10230
10231         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10232         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10233         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10234         Fix encoding-name case.
10235
10236 2007-03-05  Wim Taymans  <wim@fluendo.com>
10237
10238         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10239         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10240         (gst_rtp_speex_depay_process):
10241         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10242         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10243         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10244         (gst_rtp_speex_pay_change_state):
10245         * gst/rtp/gstrtpspeexpay.h:
10246         Fix speex (de)payloader. Fixes #358040.
10247
10248 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10249
10250         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10251         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10252         Install fakesink in NULL by fixing some broken logic. This obviates
10253         the need to manually set _IS_SINK.
10254         Add some comments and remove a little cruft while I'm at it.
10255
10256 2007-03-05  Wim Taymans  <wim@fluendo.com>
10257
10258         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10259         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10260
10261 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10262
10263         * po/POTFILES.in:
10264           Update.
10265
10266 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10267
10268         * tests/check/Makefile.am:
10269         Gah! Also disable gconfvideosink from the tests, otherwise
10270         it will instantiate autovideosink, and dfbvideosink and
10271         leak on the buildbots.
10272
10273 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10274
10275         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10276         (gst_cdio_cdda_src_finalize):
10277         Make sure we always destroy our libcdio handle.
10278
10279 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10280
10281         * tests/check/Makefile.am:
10282         Disable autovideosink so the buildbots don't barf over memory
10283         leaked in the directfb sink.
10284
10285 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10286
10287         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10288         Chain up in dispose
10289
10290 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10291
10292         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10293         (gst_multipart_find_pad_by_mime):
10294         Use gst_pad_new_from_static_template instead of
10295         static_pad_template_get+pad_new.
10296
10297 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10298
10299         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10300         Catch the case where no clock has been set.
10301
10302 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10303
10304         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10305         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10306         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10307         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10308         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10309         (gst_gconf_audio_src_finalize), (do_toggle_element):
10310         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10311         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10312         (do_toggle_element):
10313         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10314         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10315         (gst_gconf_video_src_finalize), (do_toggle_element):
10316         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10317         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10318         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10319         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10320         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10321         (gst_shout2send_init), (gst_shout2send_finalize):
10322         * gst/debug/testplugin.c: (gst_test_class_init),
10323         (gst_test_finalize):
10324         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10325         (gst_flxdec_dispose):
10326         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10327         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10329         (gst_rtspsrc_finalize):
10330         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10331         * gst/rtsp/rtspextwms.h:
10332         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10333         (gst_smpte_finalize):
10334         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10335         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10336         (gst_udpsink_finalize):
10337         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10338         (gst_wavparse_sink_activate):
10339         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10340         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10341         (gst_oss_src_finalize):
10342         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10343         * sys/v4l2/gstv4l2object.h:
10344         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10345         (gst_v4l2src_finalize):
10346         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10347
10348         Fix a bunch of leaks shown by the newly-added states test.
10349
10350 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10351
10352         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10353         Use gst_pad_new_from_static_template instead of 
10354         static_pad_template_get+pad_new.
10355
10356 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10357
10358         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10359
10360         * ext/libcaca/Makefile.am:
10361         * gst/debug/Makefile.am:
10362           Don't mix tabs and spaces (#414168).
10363
10364 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10365
10366         * tests/check/generic/.cvsignore:
10367           Ignore files to please buildbot.
10368
10369 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10370
10371         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10372         (gst_wavparse_stream_data):
10373           Unbreak my previous commit (swapped nominator & denominator). Tim,
10374           thanks for spotting.
10375
10376 2007-03-02  Wim Taymans  <wim@fluendo.com>
10377
10378         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10379         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10380         (gst_cdio_cdda_src_finalize):
10381         Small code cleanups.
10382         Don't use pad_alloc as the base class cannot deal with the error codes.
10383
10384 2007-03-02  Wim Taymans  <wim@fluendo.com>
10385
10386         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10387         (gst_udpsrc_create):
10388         Fix doc.
10389
10390 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10391
10392         Patch by: René Stadler <mail@renestadler.de>
10393
10394         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10395         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10396         (gst_wavparse_stream_data):
10397           Handle rounding better to not drop last sample frame. Fixes #356692
10398
10399 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10400
10401         * tests/check/Makefile.am:
10402         Disable cacasink from the states check too - it also calls exit(1)
10403         on us when it can't find a terminal to talk to.
10404
10405 2007-03-02  Wim Taymans  <wim@fluendo.com>
10406
10407         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10408
10409         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10410         (gst_udpsrc_create), (gst_udpsrc_set_property),
10411         (gst_udpsrc_get_property):
10412         * gst/udp/gstudpsrc.h:
10413         Add support to strip proprietary headers. Fixes #350296.
10414
10415 2007-03-02  Wim Taymans  <wim@fluendo.com>
10416
10417         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10418         Fix compilation.
10419
10420 2007-03-02  Wim Taymans  <wim@fluendo.com>
10421
10422         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10423
10424         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10425         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10426         (gst_rtp_mp2t_depay_set_property),
10427         (gst_rtp_mp2t_depay_get_property):
10428         * gst/rtp/gstrtpmp2tdepay.h:
10429         Add support to strip off proprietary headers. Fixes #350278.
10430
10431 2007-03-02  Wim Taymans  <wim@fluendo.com>
10432
10433         * ext/hal/hal.c:
10434         Fix compilation.
10435
10436 2007-03-02  Wim Taymans  <wim@fluendo.com>
10437
10438         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10439         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10440         (gst_sunaudiosrc_open):
10441         * sys/sunaudio/gstsunaudiosrc.h:
10442         Remove device-name from GstSunAudioSrc. Fixes #412597.
10443
10444 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10445
10446         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10447         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10448         Having NULL as UDI previously selected the default sink/src. Change
10449         this back but mention it in the debug output.
10450         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10451         (gst_hal_get_oss_element), (gst_hal_get_string),
10452         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10453         (gst_hal_get_audio_src):
10454         * ext/hal/hal.h:
10455         Refactor a bit, check all error conditions, greatly improve debugging
10456         and fix some possible memory leaks. Also implement OSS support
10457         and allow specifying an UDI that points to a real device. For this the
10458         child device which supports ALSA (preferred) or OSS is used.
10459         As a side effect this makes it impossible now to get a alsasink in
10460         halaudiosrc and a alsasrc in halaudiosink.
10461
10462 2007-03-01  Wim Taymans  <wim@fluendo.com>
10463
10464         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10465         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10466         Errors from the udp sources are not fatal unless all of them are in
10467         error.
10468
10469 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10470
10471         * tests/check/Makefile.am:
10472         Disable aasink in the states test. I suspect this is the element that
10473         is calling exit(1) when it can't proceed.
10474
10475 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10476
10477         * tests/check/Makefile.am:
10478         Draw plugins in from the build tree sys/ dir, rather than picking
10479         up the already installed versions.
10480
10481 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10482
10483         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10484         Error out correctly when getting xcontext fails.
10485
10486 2007-03-01  Wim Taymans  <wim@fluendo.com>
10487
10488         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10489         Make state change to PAUSED NO_PREROLL because that's what it will be in
10490         the future and rtspsrc relies on it.
10491
10492         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10493         (gst_rtspsrc_change_state):
10494         Don't error out when we don't get an error from the state change
10495         function.
10496
10497 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10498
10499         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10500         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10501           Check if the device UDI is set before trying to query HAL
10502           about it and give a useful error message if it wasn't set.
10503         * ext/hal/hal.c: (gst_hal_get_string):
10504           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10505           gives an assertion failure in D-Bus when running with
10506           DBUS_FATAL_WARNINGS=1.
10507
10508 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10509
10510         * configure.ac:
10511           Convert to new AG_GST style.
10512
10513 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10514
10515         * tests/check/Makefile.am:
10516         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10517           add test for states
10518
10519 2007-02-28  Wim Taymans  <wim@fluendo.com>
10520
10521         * tests/check/elements/.cvsignore:
10522         Add new videofilter check to .cvsignore.
10523
10524 2007-02-28  Wim Taymans  <wim@fluendo.com>
10525
10526         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10527         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10528         (gst_avi_demux_loop), (gst_avi_demux_chain):
10529         Fix combined flow return. Fixes #412608.
10530
10531 2007-02-28  Wim Taymans  <wim@fluendo.com>
10532
10533         * gst/videofilter/Makefile.am:
10534         Dist header..
10535
10536 2007-02-28  Wim Taymans  <wim@fluendo.com>
10537
10538         * gst/videofilter/gstgamma.h:
10539         Add header too.
10540
10541 2007-02-28  Wim Taymans  <wim@fluendo.com>
10542
10543         Patch by: Mark Nauwelaerts <manauw at skynet be>
10544
10545         * gst/videofilter/Makefile.am:
10546         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10547         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10548         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10549         (oil_tablelookup_u8), (gst_gamma_set_caps),
10550         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10551         Port gamma filter to 0.10. Fixes #412704.
10552
10553         * tests/check/Makefile.am:
10554         * tests/check/elements/videofilter.c: (setup_filter),
10555         (cleanup_filter), (check_filter), (GST_START_TEST),
10556         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10557         Add unit tests for videofilters.
10558
10559 2007-02-28  Wim Taymans  <wim@fluendo.com>
10560
10561         * gst/rtsp/URLS:
10562         Add another interesting test url.
10563
10564         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10565         Don't allow getting header fields from data packets.
10566
10567 2007-02-28  Michael Smith  <msmith@fluendo.com>
10568
10569         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10570         (gst_shout2send_init), (gst_shout2send_start),
10571         (gst_shout2send_set_property), (gst_shout2send_get_property):
10572         * ext/shout2/gstshout2.h:
10573           Add a property for username.
10574
10575 2007-02-27  Christian Schallerr <christian@fluendo.com>
10576
10577         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10578
10579 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10580
10581         * gst/rtsp/Makefile.am:
10582         Fix make check too.
10583
10584 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10585
10586         * gst/rtsp/base64.c: (util_base64_encode):
10587         * gst/rtsp/base64.h:
10588         Commit missing files for base64 encoding.
10589
10590 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10591
10592         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10593
10594         * configure.ac:
10595         * ext/annodex/Makefile.am:
10596         * ext/jpeg/Makefile.am:
10597         * ext/speex/Makefile.am:
10598         * gst/alpha/Makefile.am:
10599         * gst/cutter/Makefile.am:
10600         * gst/debug/Makefile.am:
10601         * gst/effectv/Makefile.am:
10602         * gst/goom/Makefile.am:
10603         * gst/level/Makefile.am:
10604         * gst/smpte/Makefile.am:
10605         * gst/videofilter/Makefile.am:
10606           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10607
10608 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10609
10610         * gst/rtsp/Makefile.am:
10611         * gst/rtsp/rtspconnection.c: (append_auth_header),
10612         (rtsp_connection_send), (rtsp_connection_set_auth):
10613         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10614         from icecast to replace it. Relicensed from GPL courtesy of Mike
10615         Smith.
10616
10617 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10618
10619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10620         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10621         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10622         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10623         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10624         (gst_rtspsrc_uri_set_uri):
10625         * gst/rtsp/gstrtspsrc.h:
10626         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10627         (append_auth_header), (rtsp_connection_send),
10628         (rtsp_connection_free), (rtsp_connection_set_auth):
10629         * gst/rtsp/rtspconnection.h:
10630         * gst/rtsp/rtspdefs.h:
10631         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10632         * gst/rtsp/rtspurl.h:
10633
10634         Implement simple Basic Authentication support so that urls like
10635         rtsp://user:pass@hostname/rtspstream work on hosts that require
10636         authentication.
10637
10638 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10639
10640         * sys/v4l2/gstv4l2object.c:
10641         * sys/v4l2/gstv4l2tuner.c:
10642         * sys/v4l2/v4l2_calls.c:
10643         Fix segfault when oppening a radio device.
10644         
10645 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10646
10647         * gst/level/gstlevel.c: (gst_level_set_caps),
10648         (gst_level_transform_ip):
10649         * sys/v4l2/README:
10650         * tests/check/elements/level.c: (GST_START_TEST):
10651           Fix level for multi-channel case.
10652
10653 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10654
10655         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10656         (gst_level_transform_ip):
10657         * gst/level/gstlevel.h:
10658           Use function pointer for process function and add process functions
10659           for float audio.
10660
10661 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10662
10663         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10664         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10665         (gst_v4l2src_capture_init):
10666           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10667           fixes #407369
10668
10669 2007-02-18  Wim Taymans  <wim@fluendo.com>
10670
10671         * gst/rtp/Makefile.am:
10672         * gst/rtp/gstrtp.c: (plugin_init):
10673         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10674         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10675         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10676         (gst_rtp_mp2t_pay_plugin_init):
10677         * gst/rtp/gstrtpmp2tpay.h:
10678         Added simple mpeg transport stream payloader.
10679
10680 2007-02-16  Wim Taymans  <wim@fluendo.com>
10681
10682         * gst/rtsp/URLS:
10683         Add example H264 rtsp url.
10684
10685         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10686         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10687         Don't convert values to lowercase or we might mess up base64 encoded
10688         properties.
10689
10690 2007-02-16  Wim Taymans  <wim@fluendo.com>
10691
10692         * gst/rtp/README:
10693         Fix case of string params.
10694
10695         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10696         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10697         Fix depayloader, support more packet types.
10698         Add sync codes to make sure the packetizer can do its job.
10699
10700         * gst/rtp/gstrtpmp4gdepay.c:
10701         * gst/rtp/gstrtpmp4gpay.c:
10702         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10703         Fix caps case again.
10704
10705 2007-02-15  Wim Taymans  <wim@fluendo.com>
10706
10707         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10708         Set right caps on output buffers.
10709
10710 2007-02-14  Wim Taymans  <wim@fluendo.com>
10711
10712         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10713         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10714         Clear stack allocated SDPMedia struct before calling _init() on it.
10715         Clarify this in the docs as well.
10716
10717 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10718
10719         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10720         (do_change_child):
10721         Don't reset the profile when going switching states, as it makes
10722         the element non-reusable.
10723
10724 2007-02-14  Wim Taymans  <wim@fluendo.com>
10725
10726         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10727         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10728         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10729         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10730         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10731         (sdp_parse_line):
10732         * gst/rtsp/sdpmessage.h:
10733         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10734         Fix memory management of SDP messages. Fixes #407793.
10735
10736 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10737
10738         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10739
10740         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10741         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10742
10743 2007-02-14  Wim Taymans  <wim@fluendo.com>
10744
10745         Patch by: jp.liu <jp_liu at astrocom dot cn>
10746
10747         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10748         Fix parsing of password field in url. Fixes #407797.
10749
10750 2007-02-14  Wim Taymans  <wim@fluendo.com>
10751
10752         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10753         (gst_wavparse_reset), (gst_wavparse_init),
10754         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10755         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10756         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10757         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10758         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10759         (gst_wavparse_loop), (gst_wavparse_chain),
10760         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10761         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10762         (plugin_init):
10763         * gst/wavparse/gstwavparse.h:
10764         Update docs.
10765         Use boilerplate.
10766         Various code cleanups.
10767         When the bitrate is not known (bps == 0 or compressed formats) let
10768         downstream element guestimate the duration and position and don't
10769         generate timestamps or durations. Fixes #405213.
10770         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10771         error flowreturn upstream.
10772
10773 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10774
10775         * ext/gconf/Makefile.am:
10776         * ext/gconf/gconf.c: (gst_gconf_get_string),
10777         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10778         (gst_gconf_render_bin_with_default):
10779         * ext/gconf/gconf.h:
10780         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10781         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10782         (gst_gconf_audio_sink_dispose), (do_change_child),
10783         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10784         (cb_change_child), (gst_gconf_audio_sink_change_state):
10785         * ext/gconf/gstgconfaudiosink.h:
10786         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10787         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10788         (gst_switch_sink_init), (gst_switch_sink_dispose),
10789         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10790         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10791         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10792         * ext/gconf/gstswitchsink.h:
10793         * gst/autodetect/gstautoaudiosink.c:
10794         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10795         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10796         (gst_auto_audio_sink_detect):
10797         * gst/autodetect/gstautovideosink.c:
10798         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10799         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10800         (gst_auto_video_sink_detect):
10801         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10802         and a child that implements the GConf key monitoring. The end goal of
10803         this is an audio sink that can be changed on the fly, but at the 
10804         moment it still only changes on the next READY transition.
10805
10806 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10807
10808         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10809         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10810         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10811         (gst_avi_demux_calculate_durations_from_index),
10812         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10813         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10814         (gst_avi_demux_loop):
10815           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10816
10817 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10818
10819         * configure.ac:
10820         * docs/plugins/Makefile.am:
10821           Add crossreferences to glib/gobject/gstream docs.
10822
10823 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10824
10825         * gst/monoscope/Makefile.am:
10826         * gst/monoscope/gstmonoscope.c:
10827           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10828           (but no LIBS, since we only use defines from the headers).
10829
10830 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10831
10832         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10833
10834         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10835         (gst_wavparse_stream_data):
10836           Fix massive memory leak when operating in streaming mode due to
10837           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10838           Fixes #407057.
10839
10840 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10841
10842         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10843         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10844         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10845         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10846         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10847         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10848         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10849         (gst_avi_demux_calculate_durations_from_index),
10850         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10851         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10852         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10853         * gst/avi/gstavidemux.h:
10854           Save some memory (8%) by repacking the index entry structure (more to
10855           come). Add more FIXMEs to questionable parts.
10856
10857 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10858
10859         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10860         (gst_v4l2src_get_caps):
10861         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10862         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10863         (gst_v4l2src_capture_init):
10864           More FIXME comments and messaging changes.
10865
10866 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10867
10868         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10869         (gst_goom_change_state):
10870         * gst/goom/gstgoom.h:
10871           Improved docs and use GST_DEBUG_FUNCPTR.
10872
10873         * gst/level/gstlevel.c: (gst_level_class_init):
10874           Use GST_DEBUG_FUNCPTR.
10875
10876         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10877         (gst_monoscope_chain), (gst_monoscope_change_state):
10878           Improved docs source cleanups.
10879
10880 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10881
10882         * gst/debug/Makefile.am:
10883         * gst/debug/gstdebug.c: (plugin_init):
10884         * gst/debug/gstpushfilesrc.c:
10885         * gst/debug/gstpushfilesrc.h:
10886           Add code for a pushfilesrc element that implements a pushfile:// URI
10887           handler, to make debugging push-mode operation of demuxer/decoders
10888           that support both easier in connection with seek/playbin/etc.
10889           The element isn't registered at the moment.
10890
10891 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10892
10893         * gst/avi/gstavimux.c:
10894           Comment a #if 0 in caps template definition as VS6 seems to 
10895         do not support it.
10896         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10897           Use gst_guint64_to_gdouble for conversion.
10898         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10899           Move variables declaration before the first instruction.
10900         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10901           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10902           And don't include netdb.h for G_OS_WIN32
10903         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10904           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10905           by VS6 then use an other way to initialize SDPMedia structure.
10906         * gst/udp/gstdynudpsink.h:
10907         * gst/udp/gstdynudpnetutils.h:
10908           Do not include <sys/time.h> for G_OS_WIN32
10909         * gst/udp/gstudpsrc.c:
10910           Define socklen_t as int for G_OS_WIN32
10911         * win/common/config.h.in:
10912           Undef HAVE_NETINET_IN_H
10913         * win32/vs6/gst_plugins_good.dsw:
10914         * win32/vs6/libgstrtp.dsp:
10915         * win32/vs6/libgstrtsp.dsp:
10916         * win32/vs6/libgstautogen.dsp:
10917         * win32/vs6/libgstaudiofx.dsp:
10918         * win32/vs6/libgstudp.dsp:
10919           Add and update project files.
10920         * win32/common/gstudp-enumtypes.c:
10921         * win32/common/gstudp-enumtypes.h:
10922           Add a copy of udp enumtypes to win32/common as in core 
10923           and base.
10924         
10925 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
10926
10927         * configure.ac:
10928           Activate monoscope when building with --enable-experimental. Fix
10929           --enable-external configure switch description.
10930
10931         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10932         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10933           Help gst-indent.
10934
10935 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10936
10937         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10938           Explicitly cast result of pointer arithmetic to integer in order to
10939           avoid compiler warnings on some 64-bit systems. Should fix #406018.
10940
10941 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10942
10943         * gst/debug/progressreport.c:
10944           Some more docs.
10945
10946 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10947
10948         * docs/plugins/inspect/plugin-rtp.xml:
10949           Update for new elements.
10950
10951         * gst/debug/progressreport.h:
10952           Commit newly-created header file as well.
10953
10954 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10955
10956         * docs/plugins/Makefile.am:
10957         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10958         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10959         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10960         * gst/debug/Makefile.am:
10961         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
10962         (gst_progress_report_do_query), (gst_progress_report_report):
10963           Make progressreport element post messages with the current progress
10964           on the bus. Also add some basic docs for it.
10965
10966 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10967
10968         * ext/hal/hal.c: (gst_hal_get_string):
10969         * ext/hal/hal.h:
10970           Some small cleanups; deal with errors when parsing the HAL ALSA
10971           capabilities a bit better.
10972
10973 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10974
10975         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10976           Let's try this again and use the right cast this time.
10977
10978 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10979
10980         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10981           Add cast to avoid compiler warnings with older GLib versions
10982           where the nick/name members in GEnumValue are not declared as
10983           constant strings.
10984
10985 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10986
10987         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
10988         (gst_gconf_render_bin_from_key),
10989         (gst_gconf_get_default_audio_sink):
10990         * ext/gconf/gconf.h:
10991         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
10992         (do_toggle_element), (gst_gconf_audio_sink_set_property),
10993         (gst_gconf_audio_sink_get_property):
10994           In gconfaudiosink, get the right key as the old key in do_toggle
10995           (ie. one dependent on the profile selected). Log some more stuff so
10996           we can see what's actually going on.
10997
10998 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
10999
11000         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11001         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11002         (gst_audio_amplify_set_process_function),
11003         (gst_audio_amplify_setup):
11004         * gst/audiofx/audioamplify.h:
11005         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11006         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11007         * gst/audiofx/audioinvert.h:
11008         Some small cleanups and port both elements to the new GstAudioFilter
11009         base class to save a few lines of common code.
11010         * gst/audiofx/Makefile.am:
11011         Link against libgstaudio for the above changes
11012
11013 2007-01-29  Wim Taymans  <wim@fluendo.com>
11014
11015         * tests/check/elements/.cvsignore:
11016         Some more ignores.
11017
11018 2007-01-26  Wim Taymans  <wim@fluendo.com>
11019
11020         Patch by: charles <charlesg3 at gmail dot com>
11021
11022         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11023         (set_shout_metadata), (gst_shout2send_event):
11024         * ext/shout2/gstshout2.h:
11025         Properly handle tags in shout2send. Fixes #399825.
11026
11027 2007-01-25  Wim Taymans  <wim@fluendo.com>
11028
11029         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11030         (gst_rtspsrc_activate_streams):
11031         Convert SDP fields to upper/lowercase following the rules in the SDP to
11032         caps document. 
11033
11034 2007-01-25  Wim Taymans  <wim@fluendo.com>
11035
11036         * gst/rtp/README:
11037         * gst/rtp/gstrtpilbcdepay.c:
11038         * gst/rtp/gstrtpilbcpay.c:
11039         * gst/rtp/gstrtpmp4gdepay.c:
11040         * gst/rtp/gstrtpmp4gpay.c:
11041         * gst/rtp/gstrtpspeexdepay.c:
11042         * gst/rtp/gstrtpspeexpay.c:
11043         * gst/rtp/gstrtpsv3vdepay.c:
11044         * gst/rtp/gstrtptheoradepay.c:
11045         * gst/rtp/gstrtptheorapay.c:
11046         * gst/rtp/gstrtpvorbisdepay.c:
11047         * gst/rtp/gstrtpvorbispay.c:
11048         Fix case of encoding-name and key/value pairs to match the document.
11049         This is to make interoperation with SDP case-insensitive as required by
11050         the relevant RFCs.
11051
11052 2007-01-25  Wim Taymans  <wim@fluendo.com>
11053
11054         * configure.ac:
11055         Bump required -core/-base to CVS
11056
11057 2007-01-25  Wim Taymans  <wim@fluendo.com>
11058
11059         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11060         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11061         * gst/rtp/gstrtpL16pay.h:
11062         Fill up to MTU using adapter.
11063         Timestamp rtp packets.
11064
11065 2007-01-25  Edward Hervey  <edward@fluendo.com>
11066
11067         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11068         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11069         Use G_GSIZE_FORMAT in print statements for portability.
11070         Fixes build on macosx.
11071
11072 2007-01-24  Wim Taymans  <wim@fluendo.com>
11073
11074         * gst/rtp/Makefile.am:
11075         * gst/rtp/gstrtp.c: (plugin_init):
11076         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11077         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11078         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11079         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11080         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11081         (gst_rtp_L16_depay_plugin_init):
11082         * gst/rtp/gstrtpL16depay.h:
11083         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11084         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11085         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11086         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11087         (gst_rtp_L16_pay_plugin_init):
11088         * gst/rtp/gstrtpL16pay.h:
11089         Port and enable raw audio payloader/depayloader. Needs a bit more work
11090         on the payloader side.
11091
11092 2007-01-24  Wim Taymans  <wim@fluendo.com>
11093
11094         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11095         (gst_rtspsrc_stream_configure_transport),
11096         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11097         * gst/rtsp/gstrtspsrc.h:
11098         Only unblock the udp pads when we linked and activated them all.
11099         Fixes #395688.
11100
11101 2007-01-24  Wim Taymans  <wim@fluendo.com>
11102
11103         * gst/rtp/Makefile.am:
11104         * gst/rtp/gstrtp.c: (plugin_init):
11105         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11106         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11107         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11108         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11109         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11110         * gst/rtp/gstrtpac3depay.h:
11111         Added simple AC3 depayloader (RFC 4184).
11112
11113         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11114         Fix a leak.
11115
11116 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11117
11118         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11119
11120         * gst/audiofx/Makefile.am:
11121         * gst/audiofx/audioamplify.c:
11122         (gst_audio_amplify_clipping_method_get_type),
11123         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11124         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11125         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11126         (gst_audio_amplify_set_caps),
11127         (gst_audio_amplify_transform_int_clip),
11128         (gst_audio_amplify_transform_int_wrap_negative),
11129         (gst_audio_amplify_transform_int_wrap_positive),
11130         (gst_audio_amplify_transform_float_clip),
11131         (gst_audio_amplify_transform_float_wrap_negative),
11132         (gst_audio_amplify_transform_float_wrap_positive),
11133         (gst_audio_amplify_transform_ip):
11134         * gst/audiofx/audioamplify.h:
11135         * gst/audiofx/audiofx.c: (plugin_init):
11136         Add new element "audioamplify". This allows scaling of raw audio
11137         samples, similar to the "volume" element, but provides different modes
11138         for clipping and allows unlimited amplification. It's mainly targeted
11139         for creative sound design and not as a replacement of the "volume"
11140         element. Fixes #397162
11141         * docs/plugins/Makefile.am:
11142         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11143         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11144         * docs/plugins/gst-plugins-good-plugins.args:
11145         * docs/plugins/inspect/plugin-audiofx.xml:
11146         Add docs for audioamplify and integrate them into the build system
11147         * tests/check/Makefile.am:
11148         * tests/check/elements/audioamplify.c: (setup_amplify),
11149         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11150         Add fairly extensive unit test suite for audioamplify
11151
11152 2007-01-24  Wim Taymans  <wim@fluendo.com>
11153
11154         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11155         Unblock pads after adding the pads to the element so that autopluggers
11156         get a change to link something. Possibly fixes #395688.
11157
11158 2007-01-24  Wim Taymans  <wim@fluendo.com>
11159
11160         * gst/rtp/gstrtpamrdepay.c:
11161         * gst/rtp/gstrtpgsmdepay.c:
11162         * gst/rtp/gstrtph263pdepay.c:
11163         * gst/rtp/gstrtph263ppay.c:
11164         * gst/rtp/gstrtph264depay.c:
11165         * gst/rtp/gstrtpilbcdepay.c:
11166         * gst/rtp/gstrtpmp2tdepay.c:
11167         * gst/rtp/gstrtpmp4gdepay.c:
11168         * gst/rtp/gstrtpmp4gpay.c:
11169         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11170         * gst/rtp/gstrtpmp4vpay.c:
11171         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11172         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11173         (gst_rtp_mpa_depay_process):
11174         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11175         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11176         * gst/rtp/gstrtppcmadepay.c:
11177         * gst/rtp/gstrtppcmudepay.c:
11178         * gst/rtp/gstrtpspeexdepay.c:
11179         * gst/rtp/gstrtpspeexpay.c:
11180         * gst/rtp/gstrtpsv3vdepay.c:
11181         * gst/rtp/gstrtptheoradepay.c:
11182         * gst/rtp/gstrtptheorapay.c:
11183         * gst/rtp/gstrtpvorbisdepay.c:
11184         * gst/rtp/gstrtpvorbispay.c:
11185         Fix caps with payload numbers.
11186         Add some fixed payload numbers to caps when possible.
11187
11188 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11189
11190         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11191
11192         * gst/audiofx/Makefile.am:
11193         * gst/audiofx/audiofx.c: (plugin_init):
11194         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11195         (gst_audio_invert_class_init), (gst_audio_invert_init),
11196         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11197         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11198         (gst_audio_invert_transform_float),
11199         (gst_audio_invert_transform_ip):
11200         * gst/audiofx/audioinvert.h:
11201         Add new audiofx element "audioinvert". This element swaps the upper
11202         and lower half of samples and can be used for example for a
11203         wide-stereo effect. Fixes #396057
11204         * docs/plugins/Makefile.am:
11205         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11206         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11207         * docs/plugins/gst-plugins-good-plugins.args:
11208         * docs/plugins/inspect/plugin-audiofx.xml:
11209         Add docs for the audioinvert element and add them to the build system.
11210         * tests/check/Makefile.am:
11211         * tests/check/elements/audioinvert.c: (setup_invert),
11212         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11213         Add unit test suite for the audioinvert element.
11214
11215 2007-01-23  Wim Taymans  <wim@fluendo.com>
11216
11217         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11218         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11219         Parse config params as string and int.
11220         Parse and use AU header length
11221
11222 2007-01-23  Wim Taymans  <wim@fluendo.com>
11223
11224         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11225         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11226         * gst/smpte/gstmask.c: (_gst_mask_register):
11227         * gst/smpte/gstmask.h:
11228         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11229         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11230         (gst_smpte_paint_triangle_clock):
11231         constify some static structs.
11232         Don't update the mask if nothing changed to the params.
11233         Make sure we never draw outside of the picture. Fixes #398325.
11234
11235 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11236
11237         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11238           Error out properly when pull_range fails while we're reading the
11239           headers, instead of just pausing the task silently. Fixes #399338.
11240
11241 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11242
11243         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11244           Some more sanity checks to make sure the input formats match and the
11245           input pads are actually negotiated, in case someone tries to feed
11246           buffers from fakesrc or filesrc. Fixes #398299.
11247           Also const-ify an array, just because we can.
11248
11249 2007-01-19  Edward Hervey  <edward@fluendo.com>
11250
11251         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11252         Ignore previous commit, that was only valid for widths and heights
11253         that are multiples of 4.
11254         Copy over size/stride macros from jpegdec. This allows the element
11255         to work with any width,height...
11256         ... but puts in evidence that the actual transformations only work
11257         with width/height that are multiples of 4.
11258
11259 2007-01-19  Edward Hervey  <edward@fluendo.com>
11260
11261         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11262         Allocate buffers of the right size.
11263         The proper size of a I420 buffer in bytes is:
11264         
11265             width * height * 3
11266             ------------------
11267                     2
11268
11269 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11270
11271         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11272           Proxy getcaps on sink pads too, so that we either end up with the
11273           same dimensions on all pads or error out if that's not possible
11274           (seems to work even!). Fixes #398086, I think.
11275
11276 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11277
11278         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11279         * docs/plugins/gst-plugins-good-plugins.args:
11280         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11281           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11282           fix integer properties with -1 as minimum value.
11283
11284         * docs/plugins/inspect/plugin-1394.xml:
11285         * docs/plugins/inspect/plugin-aasink.xml:
11286         * docs/plugins/inspect/plugin-alaw.xml:
11287         * docs/plugins/inspect/plugin-alpha.xml:
11288         * docs/plugins/inspect/plugin-alphacolor.xml:
11289         * docs/plugins/inspect/plugin-annodex.xml:
11290         * docs/plugins/inspect/plugin-apetag.xml:
11291         * docs/plugins/inspect/plugin-audiofx.xml:
11292         * docs/plugins/inspect/plugin-auparse.xml:
11293         * docs/plugins/inspect/plugin-autodetect.xml:
11294         * docs/plugins/inspect/plugin-avi.xml:
11295         * docs/plugins/inspect/plugin-cacasink.xml:
11296         * docs/plugins/inspect/plugin-cairo.xml:
11297         * docs/plugins/inspect/plugin-cdio.xml:
11298         * docs/plugins/inspect/plugin-cutter.xml:
11299         * docs/plugins/inspect/plugin-debug.xml:
11300         * docs/plugins/inspect/plugin-dv.xml:
11301         * docs/plugins/inspect/plugin-efence.xml:
11302         * docs/plugins/inspect/plugin-effectv.xml:
11303         * docs/plugins/inspect/plugin-esdsink.xml:
11304         * docs/plugins/inspect/plugin-flac.xml:
11305         * docs/plugins/inspect/plugin-flxdec.xml:
11306         * docs/plugins/inspect/plugin-gconfelements.xml:
11307         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11308         * docs/plugins/inspect/plugin-goom.xml:
11309         * docs/plugins/inspect/plugin-halelements.xml:
11310         * docs/plugins/inspect/plugin-icydemux.xml:
11311         * docs/plugins/inspect/plugin-id3demux.xml:
11312         * docs/plugins/inspect/plugin-jpeg.xml:
11313         * docs/plugins/inspect/plugin-level.xml:
11314         * docs/plugins/inspect/plugin-matroska.xml:
11315         * docs/plugins/inspect/plugin-mulaw.xml:
11316         * docs/plugins/inspect/plugin-multipart.xml:
11317         * docs/plugins/inspect/plugin-navigationtest.xml:
11318         * docs/plugins/inspect/plugin-ossaudio.xml:
11319         * docs/plugins/inspect/plugin-png.xml:
11320         * docs/plugins/inspect/plugin-rtp.xml:
11321         * docs/plugins/inspect/plugin-rtsp.xml:
11322         * docs/plugins/inspect/plugin-shout2send.xml:
11323         * docs/plugins/inspect/plugin-smpte.xml:
11324         * docs/plugins/inspect/plugin-speex.xml:
11325         * docs/plugins/inspect/plugin-taglib.xml:
11326         * docs/plugins/inspect/plugin-udp.xml:
11327         * docs/plugins/inspect/plugin-videobalance.xml:
11328         * docs/plugins/inspect/plugin-videobox.xml:
11329         * docs/plugins/inspect/plugin-videoflip.xml:
11330         * docs/plugins/inspect/plugin-videomixer.xml:
11331         * docs/plugins/inspect/plugin-wavenc.xml:
11332         * docs/plugins/inspect/plugin-wavparse.xml:
11333         * docs/plugins/inspect/plugin-ximagesrc.xml:
11334           Update to CVS.
11335
11336 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11337
11338         Patch by: Sebastian Dröge <slomo circular-chaos org>
11339
11340         * gst/audiofx/audiopanorama.c:
11341           Fix doc section name (Fixes #397946)
11342
11343 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11344
11345         * sys/v4l2/gstv4l2object.c:
11346         (gst_v4l2_object_install_properties_helper),
11347         (gst_v4l2_object_set_property_helper),
11348         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11349         * sys/v4l2/gstv4l2object.h:
11350         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11351         (gst_v4l2src_init), (gst_v4l2src_set_property),
11352         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11353         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11354         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11355         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11356         (gst_v4l2src_capture_deinit):
11357           Fix EIO handing when capturing. Add new property to specify the number of
11358           buffers to enque (and remove the borked num-buffers usage).
11359
11360 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11361
11362         Patch by: Sebastian Dröge <slomo circular-chaos org>
11363
11364         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11365         (gst_audio_panorama_set_process_function):
11366           Use a function array for process methods, add more docs and define the
11367           startindex of enums.
11368
11369 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11370
11371         Patch by: Mark Nauwelaerts <manauw at skynet be>
11372
11373         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11374         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11375         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11376         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11377         (gst_avi_mux_riff_get_avi_header),
11378         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11379         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11380         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11381         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11382         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11383         (gst_avi_mux_change_state):
11384         * gst/avi/gstavimux.h:
11385         * tests/check/elements/avimux.c: (teardown_src_pad):
11386           Add support for more than one audio stream; write better AVIX
11387           header; refactor code a bit; don't announce vorbis caps on our audio
11388           sink pads since we don't support it anyway. Closes #379298.
11389
11390 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11391
11392         Patch by: Sebastian Dröge <slomo circular-chaos org>
11393
11394         * gst/audiofx/audiopanorama.c:
11395         (gst_audio_panorama_method_get_type),
11396         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11397         (gst_audio_panorama_set_process_function),
11398         (gst_audio_panorama_set_property),
11399         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11400         (gst_audio_panorama_transform_m2s_int_simple),
11401         (gst_audio_panorama_transform_s2s_int_simple),
11402         (gst_audio_panorama_transform_m2s_float_simple),
11403         (gst_audio_panorama_transform_s2s_float_simple):
11404         * gst/audiofx/audiopanorama.h:
11405           Add 'method' property and provide a simple (non-psychoacustic)
11406           processing method (#394859).
11407
11408         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11409         (panorama_suite):
11410           Tests for new method.
11411
11412 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11413
11414         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11415         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11416           Set correct caps on outgoing pulled buffers, or things blow up
11417           after recent core changes.
11418
11419 2007-01-11  Wim Taymans  <wim@fluendo.com>
11420
11421         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11422
11423         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11424         (gst_multipart_mux_request_new_pad),
11425         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11426         (gst_multipart_mux_change_state):
11427         Return FLOW errors ASAP. Fixes #394977.
11428         Misc cleanups.
11429
11430 2007-01-11  Wim Taymans  <wim@fluendo.com>
11431
11432         Patch by: Lutz Mueller <lutz at topfrose dot de>
11433
11434         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11435         Check for stream pad before activating. 
11436
11437 2007-01-10  Wim Taymans  <wim@fluendo.com>
11438
11439         Patch by: Peter Kjellerstedt  <pkj at axis com>
11440
11441         * gst/rtsp/COPYING.MIT:
11442         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11443         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11444         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11445         (gst_rtspsrc_stream_configure_transport),
11446         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11447         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11448         (gst_rtspsrc_parse_methods),
11449         (gst_rtspsrc_create_transports_string),
11450         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11451         (gst_rtspsrc_open), (gst_rtspsrc_close):
11452         * gst/rtsp/gstrtspsrc.h:
11453         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11454         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11455         (parse_request_line), (parse_line), (rtsp_connection_read),
11456         (rtsp_connection_close):
11457         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11458         (rtsp_method_as_text), (rtsp_header_as_text),
11459         (rtsp_status_as_text), (rtsp_find_header_field),
11460         (rtsp_find_method):
11461         * gst/rtsp/rtspdefs.h:
11462         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11463         (rtsp_ext_wms_configure_stream):
11464         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11465         (rtsp_message_new_request), (rtsp_message_init_request),
11466         (rtsp_message_new_response), (rtsp_message_init_response),
11467         (rtsp_message_init_data), (rtsp_message_unset),
11468         (rtsp_message_free), (rtsp_message_add_header),
11469         (rtsp_message_get_header), (rtsp_message_set_body),
11470         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11471         * gst/rtsp/rtspmessage.h:
11472         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11473         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11474         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11475         (sdp_message_dump):
11476         Allow url to be NULL to be able to use it for server connections.
11477         Can now send responses as well as requests.
11478         No longer hangs in an endless loop if EOF is received.
11479         Can now convert a status code to a text string.
11480         Return RTSP_HDR_INVALID for unknown headers.
11481         Return RTSP_INVALID for unknown methods.
11482         Copy CSeq and Session headers from the request.
11483         Only free memory corresponding to the currently set message type.
11484         Added const to function arguments as appropriate.
11485         Avoid a compiler warning when initializing nmedia.
11486         Use guint rather than gint to avoid compiler warnings.
11487         Fix crasher in wms extension.
11488         Factor out stream setup from open_connection.
11489         Delay activation of streams when actual data is received from the
11490         server, this prepares us to do proper protocol switching.
11491         Added new license.
11492         Fixes #380895.
11493
11494
11495 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11496
11497         Patch by: Sebastian Dröge <slomo ubuntu com>
11498
11499         * docs/plugins/Makefile.am:
11500         * gst/audiofx/audiopanorama.c:
11501           Some small docs fixes (#394851).
11502
11503 2007-01-09  Wim Taymans  <wim@fluendo.com>
11504
11505         * gst/avi/gstavidemux.c:
11506         Fix docs.
11507
11508 2007-01-09  Wim Taymans  <wim@fluendo.com>
11509
11510         * gst/rtp/Makefile.am:
11511         * gst/rtp/gstrtp.c: (plugin_init):
11512         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11513         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11514         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11515         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11516         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11517         * gst/rtp/gstrtpmpvdepay.h:
11518           Added RFC 2250 MPEG Video Depayloader.
11519
11520         * gst/rtp/gstrtpL16depay.h:
11521         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11522         (gst_rtp_h263p_depay_process):
11523         Fix Header file. Small cleanups.
11524
11525         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11526         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11527         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11528         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11529         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11530         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11531         (gst_rtp_mp4v_depay_change_state):
11532         Remove usused code. Remove Adapter from state Change. Added debug.
11533
11534         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11535         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11536         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11537         * gst/rtp/gstrtpmpadepay.h:
11538         Subclass base depayloader.
11539         Added debug.
11540         Support static payload type assignment as well.
11541
11542         * gst/rtp/gstrtpmpapay.c:
11543         Fix caps.
11544
11545 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11546
11547         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11548
11549         * ext/jpeg/gstjpegdec.c:
11550         * ext/jpeg/gstjpegenc.c:
11551         * ext/jpeg/smokecodec.c:
11552           These libjpeg callbacks should return a 'boolean' (unsigned char
11553           apparently) and not a 'gboolean' (which maps to gint). Fixes
11554           warnings when compiling with MingW (#393427).
11555
11556         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11557           Use ioctlsocket on win32.
11558
11559         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11560           Some printf format fixes for win32.
11561
11562 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11563
11564         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11565           Use gst_guint64_to_gdouble for conversion.
11566         * win32/vs6/libgstmatroska.dsp:
11567           Add zlib to the link.
11568         * win32/vs6/libgstvideobox.dsp:
11569           Update liboil library name (project is linked to 
11570           liboil-0.3-0.lib now).
11571           
11572 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11573
11574         * gst/matroska/Makefile.am:
11575           If zlib is available and used, we must link it explicitly for
11576           things to work on MingW (fixes #392855).
11577
11578 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11579
11580         * ext/esd/esdsink.c: (gst_esdsink_delay):
11581           Don't return bogus values when esd_get_delay() fails for some
11582           reason (#392189).
11583
11584 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11585
11586         * sys/ximage/gstximagesrc.c: (composite_pixel):
11587           Fix presumably copy'n'pasto for 16bpp depth.
11588
11589 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11590
11591         * gst/matroska/matroska-mux.c:
11592         (gst_matroska_mux_audio_pad_setcaps):
11593           The "signed" field in audio caps is of boolean type, trying to use
11594           gst_structure_get_int() to extract it will fail. Fixing this makes
11595           matroskamux accept raw audio input (#387121) (use at your own risk
11596           though, due to the matroska spec being not entirely useful in this
11597           respect).
11598           Also fix up raw audio structures in template caps so that they
11599           represent what our setcaps function will actually accept, so that
11600           converters know what to convert to.
11601           Finally, don't fail if there isn't an "endianness" field in 8-bit
11602           PCM caps.
11603
11604 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11605
11606         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11607         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11608         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11609         (teardown_cmmldec):
11610         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11611         (teardown_cmmlenc):
11612         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11613           reapply consistent pad (de)activation
11614
11615 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11616
11617         * configure.ac:
11618         Back to CVS
11619
11620         * gst-plugins-good.doap:
11621         Add 0.10.5 doap entry
11622
11623 === release 0.10.5 ===
11624
11625 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11626
11627         * configure.ac:
11628           releasing 0.10.5, "The Path of Thorns"
11629
11630 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11631
11632         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11633         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11634         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11635         (teardown_cmmldec):
11636         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11637         (teardown_cmmlenc):
11638         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11639           revert my freeze breakage
11640
11641 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11642
11643         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11644         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11645         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11646         (teardown_cmmldec):
11647         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11648         (teardown_cmmlenc):
11649         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11650           consistent pad (de)activation
11651
11652 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11653
11654         * configure.ac:
11655         * ext/Makefile.am:
11656         Disable LADPSA, as it has moved to the -bad module for the duration.
11657
11658 2006-12-18  Wim Taymans  <wim@fluendo.com>
11659
11660         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11661         (gst_signal_processor_event):
11662         Reset flow_state back to _OK after a flush stop so that we exit our
11663         error state after the flush. Fixes #374213
11664
11665 2006-12-16  David Schleef  <ds@schleef.org>
11666
11667         * sys/osxvideo/osxvideosink.h:
11668         * sys/osxvideo/osxvideosink.m:
11669           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11670
11671 2006-12-16  David Schleef  <ds@schleef.org>
11672
11673         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11674
11675         * sys/osxvideo/Makefile.am:
11676         * sys/osxvideo/osxvideosink.h:
11677         * sys/osxvideo/osxvideosink.m:
11678           Preliminary patch for porting osxvideosink
11679
11680 2006-12-16  Wim Taymans  <wim@fluendo.com>
11681
11682         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11683
11684         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11685         (gst_videomixer_set_master_geometry),
11686         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11687         (gst_videomixer_reset), (gst_videomixer_init),
11688         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11689         (gst_videomixer_release_pad), (gst_videomixer_collected),
11690         (gst_videomixer_change_state):
11691         Introduce some locking around the videomixer state so that it does not
11692         crash when adding/removing pads. Fixes #383043.
11693
11694 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11695
11696         * configure.ac:
11697           Make sure libcaca can actually be used instead of just checking for
11698           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11699           cross-compiling (fixes #384587).
11700
11701 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11702
11703         * Makefile.am:
11704         * gst-plugins-good.doap:
11705         * gst-plugins-good.spec.in:
11706           adding doap file
11707
11708 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11709
11710         * configure.ac:
11711           libflac-1.1.3 changed API again, but we can't build against it yet,
11712           so make sure our check doesn't use libflac-1.1.3 and add a comment
11713           to this effect.
11714
11715 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11716
11717         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11718         (gst_quarktv_planetable_clear):
11719           Add some NULL pointer checks (possibly related to #385623).
11720
11721 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11722
11723         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11724         (gst_tag_demux_chain):
11725         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11726           In streaming mode, if the first buffer we get doesn't have an
11727           offset, fix it up to be 0, otherwise trimming won't work later on
11728           and we'll be typefinding application/x-id3, which may result in
11729           decodebin plugging an endless number of id3demux elements as a
11730           consequence. Fixes #385031.
11731           
11732 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11733
11734         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11735           Ignore the buffer_time the sound device reports. Turns out it is 
11736           sometimes completely bogus and we're better off without it.
11737
11738 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11739
11740         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11741         (gst_matroska_demux_video_caps):
11742         * gst/matroska/matroska-ids.c:
11743         (gst_matroska_track_init_video_context):
11744         * gst/matroska/matroska-ids.h:
11745           Try harder to extract the framerate for video tracks correctly and
11746           save it directly instead of converting it back and forth a few
11747           times. Mostly makes a difference for very small framerates (<1).
11748           Fixes #380199.
11749
11750 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11751
11752         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11753         (gst_gconf_audio_src_dispose), (do_toggle_element):
11754         * ext/gconf/gstgconfaudiosrc.h:
11755           Remove gconf notify hook when the gconfaudiosrc element is
11756           destroyed, otherwise the callback may be called on an
11757           already-destroyed instance and bad things happen. Should fix
11758           #378184.
11759           Also ignore gconf key changes when the source is already running.
11760
11761 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         Patch by: Sebastian Dröge  <mail at slomosnail de>
11764
11765         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11766           We need to be able to read and parse any possible floating point string
11767           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11768           will parse the former only in certain locales though, so we really need
11769           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11770           make sure we can parse either version at all times.
11771           Fixes #382982 for real.
11772
11773 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11774
11775         * sys/sunaudio/gstsunaudiomixerctrl.c:
11776         * sys/sunaudio/gstsunaudiosrc.c:
11777
11778         Use the sunaudio debug category.
11779
11780         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11781         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11782         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11783         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11784         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11785         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11786         (gst_sunaudiosink_reset):
11787         * sys/sunaudio/gstsunaudiosink.h:
11788
11789         Uses the sunaudio debug category for all debug output
11790         Implements the _delay() callback to synchronise video playback better
11791         Change the segtotal and segsize values back to the parent class 
11792           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11793           respectively)
11794         Measure the samples written to the device vs. played.
11795         Keep track of segments in the device by writing empty eof frames, and
11796         sleep using a GCond when we get too far ahead and risk overrunning the
11797         sink's ringbuffer.
11798
11799         Fixes: #360673
11800
11801 2006-12-08  Wim Taymans  <wim@fluendo.com>
11802
11803         Patch by: Sebastian Dröge  <mail at slomosnail de >
11804
11805         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11806         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11807         * gst/audiofx/audiopanorama.h:
11808         Fix audiopanorame with float samples. Fixes #383726.
11809
11810 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11811
11812         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11813         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11814         (gst_sunaudiosrc_reset):
11815
11816         Implement reset functions to unblock the src/sink more quickly on 
11817         state change requests.
11818         Patch by: Brian Cameron <brian dot cameron at sun com>
11819
11820 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11821
11822         * sys/sunaudio/gstsunaudiomixer.c:
11823         (gst_sunaudiomixer_change_state):
11824         Construct the correct mixer device name when the AUDIODEV env var
11825         is set.
11826
11827         Patch by: Jerry Tan <jerry.tan at sun dot com>
11828         Fixes: #383596
11829
11830 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11831
11832         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11833         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11834         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11835         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11836         Patch by: Jerry Tan <jerry.tan at sun dot com>
11837         Fixes: #349015
11838
11839 2006-12-07  Wim Taymans  <wim@fluendo.com>
11840
11841         * gst/smpte/gstmask.h:
11842         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11843         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11844         (gst_smpte_collected), (gst_smpte_set_property),
11845         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11846         * gst/smpte/gstsmpte.h:
11847         Port to 0.10 some more. 
11848         Added duration property to specify the duration of the transition.
11849         Make framerate a fraction.
11850         Deprecate fps property, we only use negotiated fps.
11851         Added docs.
11852         Fix collectpad usage.
11853         Reset state in READY.
11854         Send NEWSEGMENT event.
11855         Fix racy updates of object properties.
11856         Added debug category.
11857         Fixes #383323.
11858
11859 2006-12-06  Wim Taymans  <wim@fluendo.com>
11860
11861         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11862
11863         * gst/videomixer/videomixer.c:
11864         (gst_videomixer_set_master_geometry),
11865         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11866         Don't reset xpos and ypos in the setcaps function because causes
11867         unexpected behaviour.
11868         Fixes #382179.
11869
11870 2006-12-06  Wim Taymans  <wim@fluendo.com>
11871
11872         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11873         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11874         Keep track of the buffer timestamp in the collectdata member instead
11875         of modifying the buffer without making the metadata writable first.
11876         Fixes #382277.
11877
11878 2006-12-06  Wim Taymans  <wim@fluendo.com>
11879
11880         Patch by: Rob Taylor <robtaylor at floopily dot org>
11881
11882         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11883         If using multicast in udpsrc, bind to the multicast address rather than
11884         IN_ADDR_ANY.
11885         This allows the simultanous use of multiple udpsrcs listening on
11886         different multicat addresses. Without this all udpsrcs will receive all
11887         packets from all subscribed multicast addresses.
11888         Fixes #383001.
11889
11890 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11891
11892         * ext/taglib/gstid3v2mux.cc:
11893         Don't attempt to write a NULL frame into the ID3 tag set when the 
11894         createFrame method returned NULL.
11895         Fixes: #381857
11896         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11897
11898 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11899
11900         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11901         Use g_strtod() instead of sscanf to parse doubles, so that it will
11902         try parsing in the C locale if the current locale fails.
11903         Fixes: #382982
11904         Patch by: Sebastian Dröge  <mail at slomosnail de >
11905
11906 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11907
11908         * win32/MANIFEST:
11909         Fix compilation on win32 under VS8
11910         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11911         Partially fixes #381175
11912
11913 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11914
11915         * gst/avi/gstavimux.c:
11916           accept all mpegversions,fixes #380825
11917           spotted by: Jerome Alet  
11918
11919 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11920
11921         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11922         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11923         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11924         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11925           cleanup the error message a bit more
11926
11927 2006-11-28  Wim Taymans  <wim@fluendo.com>
11928
11929         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11930         Fix width and height properties.
11931
11932         * ext/libcaca/gstcacasink.h:
11933         Fix compilation on newer libcaca that require us to include a new
11934         header. Fixes #379918.
11935
11936 2006-11-28  Wim Taymans  <wim@fluendo.com>
11937
11938         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11939         * gst/rtsp/gstrtspsrc.h:
11940         * gst/rtsp/rtspext.h:
11941         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11942         (rtsp_ext_wms_get_context):
11943         Add method so that extensions can choose to disable the setup of
11944         a stream.
11945         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11946
11947 2006-11-27  Wim Taymans  <wim@fluendo.com>
11948
11949         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11950
11951         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11952         Push header in a separate buffer instead of memcpy:ing all data.
11953         Change LF => CRLF in headers.
11954         Move trailing LF to header. Fixes #379792.
11955
11956 2006-11-27  Wim Taymans  <wim@fluendo.com>
11957
11958         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
11959         Small buffer overflow fix and improve debugging.
11960
11961 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11962
11963         * ext/esd/esdmon.h:
11964         * ext/esd/esdsink.h:
11965           remove obsolete _factory_init protos
11966
11967 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11968
11969         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
11970         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11971         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
11972         (gst_avi_demux_read_subindexes_push),
11973         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11974         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11975         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11976         (gst_avi_demux_massage_index),
11977         (gst_avi_demux_calculate_durations_from_index),
11978         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11979         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11980         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11981           remove dead code, tweak debugs statements, add comments, use
11982           _uint64_scale instead _uint64_scale_int when using guint64 values,
11983           small optimizations, reflow some error handling
11984
11985 2006-11-22  Edward Hervey  <edward@fluendo.com>
11986
11987         * po/.cvsignore:
11988         We never put .pot files in cvs. Let's ignore them all.
11989
11990 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11991
11992         * po/POTFILES.in:
11993           ... but better exclude files that aren't disted.
11994
11995 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11996
11997         * po/POTFILES.in:
11998           Add v4l2 source files to list of files with translations, so the
11999           strings are actually extracted (however bad they still may be).
12000
12001 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12002
12003         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12004           Minor clean-ups: const-ify static array, remove trailing comma from
12005           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12006
12007 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12008
12009         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12010         Make sure that g_free always gets called on the same pointer that was 
12011         returned by g_malloc.  Fixes #376594.
12012         Do not leak memory if decompressed size is wrong.
12013         Remove unneeded check of return value of g_malloc.
12014         Patch by: René Stadler <mail@renestadler.de>
12015
12016 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12019           Add missing curly brackets.
12020
12021 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12022
12023         * sys/v4l2/v4l2src_calls.c:
12024         Fix capture_deinit.
12025
12026 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12027
12028         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12029         (gst_matroska_mux_request_new_pad):
12030           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12031
12032         * tests/check/elements/matroskamux.c: (setup_src_pad),
12033         (setup_sink_pad), (GST_START_TEST):
12034         Activate pads before using them.
12035
12036 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12037
12038         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12039           Initialise variable to get rid of bogus compiler warning.
12040
12041 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12042
12043         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12044
12045         * gst/rtp/gstrtph263pay.c:
12046         * gst/rtp/gstrtph263pdepay.c:
12047         * gst/rtp/gstrtph263ppay.c:
12048           Specify H.263 variant and version in the caps (fixes #361637)
12049
12050 2006-11-15  Wim Taymans  <wim@fluendo.com>
12051
12052         * gst/rtsp/rtspconnection.c: (read_body):
12053         Don't set a data pointer to NULL and a size > 0 when we deal
12054         with empty packets.
12055
12056         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12057         (rtsp_message_init_response), (rtsp_message_init_data),
12058         (rtsp_message_unset), (rtsp_message_free),
12059         (rtsp_message_take_body):
12060         Check that we can't create invalid empty packets. 
12061
12062 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12065
12066         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12067         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12068         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12069         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12070         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12071         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12072         * gst/matroska/matroska-mux.h:
12073           Add basic tag writing support; implement releasing pads (#374658).
12074
12075 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12076
12077         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12078         (gst_matroska_demux_audio_caps):
12079           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12080
12081 2006-11-14  David Schleef  <ds@schleef.org>
12082
12083         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12084
12085 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12086
12087         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12088
12089         * win32/vs8/gst-plugins-good.sln:
12090         * win32/vs8/libgst1394.vcproj:
12091         * win32/vs8/libgstaasink.vcproj:
12092         * win32/vs8/libgstalaw.vcproj:
12093         * win32/vs8/libgstalpha.vcproj:
12094         * win32/vs8/libgstalphacolor.vcproj:
12095         * win32/vs8/libgstannodex.vcproj:
12096         * win32/vs8/libgstapetag.vcproj:
12097         * win32/vs8/libgstaudiofx.vcproj:
12098         * win32/vs8/libgstauparse.vcproj:
12099         * win32/vs8/libgstautodetect.vcproj:
12100         * win32/vs8/libgstavi.vcproj:
12101         * win32/vs8/libgstcacasink.vcproj:
12102         * win32/vs8/libgstcdio.vcproj:
12103         * win32/vs8/libgstcutter.vcproj:
12104         * win32/vs8/libgstdv.vcproj:
12105         * win32/vs8/libgsteffectv.vcproj:
12106         * win32/vs8/libgstflac.vcproj:
12107         * win32/vs8/libgstflxdec.vcproj:
12108         * win32/vs8/libgstgoom.vcproj:
12109         * win32/vs8/libgsticydemux.vcproj:
12110         * win32/vs8/libgstid3demux.vcproj:
12111         * win32/vs8/libgstjpeg.vcproj:
12112         * win32/vs8/libgstladspa.vcproj:
12113         * win32/vs8/libgstlevel.vcproj:
12114         * win32/vs8/libgstmatroska.vcproj:
12115         * win32/vs8/libgstmikmod.vcproj:
12116         * win32/vs8/libgstmng.vcproj:
12117         * win32/vs8/libgstmonoscope.vcproj:
12118         * win32/vs8/libgstmulaw.vcproj:
12119         * win32/vs8/libgstmultipart.vcproj:
12120         * win32/vs8/libgstpng.vcproj:
12121         * win32/vs8/libgstrtp.vcproj:
12122         * win32/vs8/libgstrtsp.vcproj:
12123         * win32/vs8/libgstshout2.vcproj:
12124         * win32/vs8/libgstsmpte.vcproj:
12125         * win32/vs8/libgstspeex.vcproj:
12126         * win32/vs8/libgsttaglib.vcproj:
12127         * win32/vs8/libgstudp.vcproj:
12128         * win32/vs8/libgstvideobalance.vcproj:
12129         * win32/vs8/libgstvideobox.vcproj:
12130         * win32/vs8/libgstvideoflip.vcproj:
12131         * win32/vs8/libgstvideomixer.vcproj:
12132         * win32/vs8/libgstwavenc.vcproj:
12133         * win32/vs8/libgstwavparse.vcproj:
12134           Make end-of-line returns unixy, so that when the files are checked
12135           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12136           Hopefully fixes #366492.
12137
12138 2006-11-14  Wim Taymans  <wim@fluendo.com>
12139
12140         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12141         Disable init_frames delay timestamp adjustment, it does not
12142         seem to be needed at all. Fixes #369621.
12143
12144 2006-11-13  Wim Taymans  <wim@fluendo.com>
12145
12146         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12147
12148         * gst/videomixer/videomixer.c:
12149         (gst_videomixer_set_master_geometry),
12150         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12151         (gst_videomixer_collect_free), (gst_videomixer_reset),
12152         (gst_videomixer_init), (gst_videomixer_finalize),
12153         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12154         (gst_videomixer_collected), (gst_videomixer_change_state):
12155         Fix memleak by unref'ing collectpads instance (when finalizing)
12156         Implement releasing a request pad. Fixes #374479.
12157
12158 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12159
12160         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12161
12162         * win32/vs8/gst-plugins-good.sln:
12163         * win32/vs8/libgst1394.vcproj:
12164         * win32/vs8/libgstaasink.vcproj:
12165         * win32/vs8/libgstalaw.vcproj:
12166         * win32/vs8/libgstalpha.vcproj:
12167         * win32/vs8/libgstalphacolor.vcproj:
12168         * win32/vs8/libgstannodex.vcproj:
12169         * win32/vs8/libgstapetag.vcproj:
12170         * win32/vs8/libgstaudiofx.vcproj:
12171         * win32/vs8/libgstauparse.vcproj:
12172         * win32/vs8/libgstautodetect.vcproj:
12173         * win32/vs8/libgstavi.vcproj:
12174         * win32/vs8/libgstcacasink.vcproj:
12175         * win32/vs8/libgstcdio.vcproj:
12176         * win32/vs8/libgstcutter.vcproj:
12177         * win32/vs8/libgstdv.vcproj:
12178         * win32/vs8/libgsteffectv.vcproj:
12179         * win32/vs8/libgstflac.vcproj:
12180         * win32/vs8/libgstflxdec.vcproj:
12181         * win32/vs8/libgstgoom.vcproj:
12182         * win32/vs8/libgsticydemux.vcproj:
12183         * win32/vs8/libgstid3demux.vcproj:
12184         * win32/vs8/libgstjpeg.vcproj:
12185         * win32/vs8/libgstladspa.vcproj:
12186         * win32/vs8/libgstlevel.vcproj:
12187         * win32/vs8/libgstmatroska.vcproj:
12188         * win32/vs8/libgstmikmod.vcproj:
12189         * win32/vs8/libgstmng.vcproj:
12190         * win32/vs8/libgstmonoscope.vcproj:
12191         * win32/vs8/libgstmulaw.vcproj:
12192         * win32/vs8/libgstmultipart.vcproj:
12193         * win32/vs8/libgstpng.vcproj:
12194         * win32/vs8/libgstrtp.vcproj:
12195         * win32/vs8/libgstrtsp.vcproj:
12196         * win32/vs8/libgstshout2.vcproj:
12197         * win32/vs8/libgstsmpte.vcproj:
12198         * win32/vs8/libgstspeex.vcproj:
12199         * win32/vs8/libgsttaglib.vcproj:
12200         * win32/vs8/libgstudp.vcproj:
12201         * win32/vs8/libgstvideobalance.vcproj:
12202         * win32/vs8/libgstvideobox.vcproj:
12203         * win32/vs8/libgstvideoflip.vcproj:
12204         * win32/vs8/libgstvideomixer.vcproj:
12205         * win32/vs8/libgstwavenc.vcproj:
12206         * win32/vs8/libgstwavparse.vcproj:
12207           Add VS8 project files (note that many of the plugins in ext are
12208           disabled by default). Fixes #366492.
12209
12210 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12211
12212         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12213           we do not translate debug messages
12214
12215 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12216
12217         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12218           fix categorisation, make short desc more explicit, remove unused code
12219           Fixes #372021
12220
12221 2006-11-08  Wim Taymans  <wim@fluendo.com>
12222
12223         * gst/rtp/gstrtpL16depay.c:
12224         * gst/rtp/gstrtpamrdepay.c:
12225         * gst/rtp/gstrtpamrpay.c:
12226         * gst/rtp/gstrtpgsmdepay.c:
12227         * gst/rtp/gstrtph263pay.c:
12228         * gst/rtp/gstrtph263pdepay.c:
12229         * gst/rtp/gstrtph263ppay.c:
12230         * gst/rtp/gstrtph264depay.c:
12231         * gst/rtp/gstrtpmp2tdepay.c:
12232         * gst/rtp/gstrtpmp4gdepay.c:
12233         * gst/rtp/gstrtpmp4gpay.c:
12234         * gst/rtp/gstrtpmp4vdepay.c:
12235         * gst/rtp/gstrtpmp4vpay.c:
12236         * gst/rtp/gstrtpmpadepay.c:
12237         * gst/rtp/gstrtpmpapay.c:
12238         * gst/rtp/gstrtppcmadepay.c:
12239         * gst/rtp/gstrtppcmapay.c:
12240         * gst/rtp/gstrtppcmudepay.c:
12241         * gst/rtp/gstrtppcmupay.c:
12242         * gst/rtp/gstrtpspeexdepay.c:
12243         * gst/rtp/gstrtpspeexpay.c:
12244         * gst/rtp/gstrtpsv3vdepay.c:
12245         Fix element descriptions.
12246
12247 2006-11-08  Wim Taymans  <wim@fluendo.com>
12248
12249         * gst/rtp/gstrtpvorbisdepay.c:
12250         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12251         Fix description.
12252         Small cleanup in the payloader.
12253
12254 2006-11-08  Wim Taymans  <wim@fluendo.com>
12255
12256         * gst/rtp/Makefile.am:
12257         * gst/rtp/gstrtp.c: (plugin_init):
12258         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12259         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12260         (gst_rtp_theora_depay_finalize),
12261         (gst_rtp_theora_depay_parse_configuration),
12262         (gst_rtp_theora_depay_setcaps),
12263         (gst_rtp_theora_depay_switch_codebook),
12264         (gst_rtp_theora_depay_process),
12265         (gst_rtp_theora_depay_set_property),
12266         (gst_rtp_theora_depay_get_property),
12267         (gst_rtp_theora_depay_change_state),
12268         (gst_rtp_theora_depay_plugin_init):
12269         * gst/rtp/gstrtptheoradepay.h:
12270         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12271         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12272         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12273         (gst_rtp_theora_pay_init_packet),
12274         (gst_rtp_theora_pay_flush_packet),
12275         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12276         (gst_rtp_theora_pay_handle_buffer),
12277         (gst_rtp_theora_pay_plugin_init):
12278         * gst/rtp/gstrtptheorapay.h:
12279         Add theora pay/depayloaders.
12280
12281 2006-11-06  Wim Taymans  <wim@fluendo.com>
12282
12283         * gst/rtp/Makefile.am:
12284         We depend on gsttag to generate the vorbis comments.
12285
12286         * gst/rtp/gstrtpvorbisdepay.c:
12287         (gst_rtp_vorbis_depay_parse_configuration),
12288         (gst_rtp_vorbis_depay_setcaps),
12289         (gst_rtp_vorbis_depay_switch_codebook),
12290         (gst_rtp_vorbis_depay_process):
12291         * gst/rtp/gstrtpvorbisdepay.h:
12292         Parse configuration string in the depayloader.
12293         Implement selecting and switching to a new codebook.
12294         Receiving vorbis over RTP now works.
12295
12296         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12297         (gst_rtp_vorbis_pay_init_packet),
12298         (gst_rtp_vorbis_pay_finish_headers),
12299         (gst_rtp_vorbis_pay_handle_buffer):
12300         * gst/rtp/gstrtpvorbispay.h:
12301         Set timestamps on outgoing buffers and RTP packets.
12302         Fix configuration string, prepend number of Packet headers.
12303         Fix encoding of ident string.
12304         Add delivery-method to caps.
12305         Streaming vorbis over RTP now works.
12306
12307 2006-11-06  Wim Taymans  <wim@fluendo.com>
12308
12309         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12310         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12311         (gst_rtp_vorbis_pay_handle_buffer):
12312         * gst/rtp/gstrtpvorbispay.h:
12313         Generate a valid configuration string in the caps based on the
12314         vorbis headers.
12315
12316 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12317
12318         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12319         * ext/cdio/gstcdio.h:
12320         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12321           Move CD-TEXT utility function into common file so it can also be
12322           used by a future cdioparanoiasrc.
12323
12324 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12325         
12326         * sys/v4l2/Makefile.am:
12327         * sys/v4l2/gstv4l2object.c:
12328         * sys/v4l2/gstv4l2src.c:
12329         * sys/v4l2/gstv4l2xoverlay.c:
12330         * sys/v4l2/v4l2_calls.c:
12331         * sys/v4l2/v4l2src_calls.c:
12332         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12333         xoverlay code that is still not implemented.
12334
12335 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12336
12337         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12338           We require a -base more recent than 0.10.9, so it's safe to use
12339           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12340
12341         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12342         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12343           Use _newsegment_full() now that we depend on a recent enough core.
12344
12345         * gst/wavparse/gstwavparse.c:
12346           Remove cruft that we don't need any longer now that we depend on
12347           a recent enough -base.
12348
12349 2006-10-31  Wim Taymans  <wim@fluendo.com>
12350
12351         * gst/rtp/Makefile.am:
12352         * gst/rtp/gstrtp.c: (plugin_init):
12353         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12354         (gst_rtpilbcpay_setcaps):
12355         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12356
12357 2006-10-31  Wim Taymans  <wim@fluendo.com>
12358
12359         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12360         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12361         Some small cleanups, use _scale.
12362
12363 2006-10-31  Wim Taymans  <wim@fluendo.com>
12364
12365         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12366         Use higher precision scale function.
12367
12368 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12369
12370         Patch by: Michal Benes  <michal dot benes at itonis tv>
12371
12372         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12373         (gst_matroska_demux_read_track_encodings),
12374         (gst_matroska_decode_buffer):
12375           Fix several issues with encoded/compressed/encrypted/signed tracks;
12376           also, remove superfluous newline characters from some debug
12377           statements. (#366155)
12378
12379 2006-10-30  Wim Taymans  <wim@fluendo.com>
12380
12381         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12382         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12383         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12384         (gst_smokedec_change_state):
12385         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12386         (gst_smokeenc_init), (gst_smokeenc_finalize),
12387         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12388         (gst_smokeenc_resync), (gst_smokeenc_chain),
12389         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12390         (gst_smokeenc_change_state):
12391         Various cleanups, capsnego and leak fixes.
12392
12393 2006-10-30  Wim Taymans  <wim@fluendo.com>
12394
12395         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12396
12397         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12398         Fix videomixer so that it can handle any combination of framerates.
12399         Fixes #367221.
12400
12401 2006-10-28  Wim Taymans  <wim@fluendo.com>
12402
12403         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12404         (gst_avi_demux_parse_file_header),
12405         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12406         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12407         (gst_avi_demux_chain):
12408         Fix position query for audio. also fixes timestamps in streaming
12409         mode and bug #364958.
12410         Small cleanups.
12411
12412 2006-10-27  Wim Taymans  <wim@fluendo.com>
12413
12414         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12415         * ext/libpng/gstpngenc.h:
12416         Fix strides. Fixes #364856.
12417         Cleanup capsnego.
12418         Set caps on outgoing buffers.
12419
12420 2006-10-18  Wim Taymans  <wim@fluendo.com>
12421
12422         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12423
12424         * gst/rtp/gstrtpgsmpay.c:
12425         * gst/rtp/gstrtph263pay.c:
12426         * gst/rtp/gstrtpmpapay.c:
12427         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12428         (gst_rtp_pcma_pay_handle_buffer):
12429         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12430         Add static payload numbers in addition to the dynamic ones.
12431         Fixes #361639.
12432
12433 2006-10-18  Wim Taymans  <wim@fluendo.com>
12434
12435         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12436         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12437         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12438         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12439         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12440         * gst/rtsp/rtspdefs.h:
12441         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12442         * gst/rtsp/rtspurl.h:
12443         Reuse already existing enum for lower transport.
12444         Add rtspt and rtspu protocols.
12445         Send redirect to rtspt when udp times out.
12446
12447 2006-10-18  Wim Taymans  <wim@fluendo.com>
12448
12449         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12450         (gst_wavparse_stream_data):
12451         Fix seeking some more, mostly for speed changes.
12452
12453 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12454
12455         Patch by: Fredrik Persson  <frepe at bredband net>
12456
12457         * sys/v4l2/gstv4l2tuner.c:
12458         * sys/v4l2/gstv4l2tuner.h:
12459           Fix _set_channel(): remove useless g_object_notify() for "channel"
12460           property that doesn't exist any longer and therefore now also
12461           useless redirect (#338818).
12462
12463 2006-10-17  Wim Taymans  <wim@fluendo.com>
12464
12465         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12466         Some drivers do not support unsetting the non-blocking flag once the
12467         device is opened. In those cases, close/open the device in
12468         non-blocking mode. Fixes #362673.
12469
12470 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12471
12472         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12473         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12474         (gst_v4l2src_get_fps):
12475           dear stefan, framespersecond is not frameperiod, reverting but adding
12476           comment
12477
12478 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12479
12480         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12481         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12482         (gst_v4l2src_get_fps):
12483           Numerator is numerator and denominator is denominator. Say that aloud
12484           5 times and retry after next beer.
12485
12486 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12487
12488         Patch by: Josep Torra Valles  <josep at fluendo com>
12489
12490         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12491         * ext/esd/esdsink.c: (gst_esdsink_write):
12492         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12493         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12494         (gst_flac_dec_send_newsegment):
12495         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12496         (gst_flac_enc_tell_callback):
12497         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12498         (smokecodec_parse_header), (smokecodec_decode):
12499         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12500         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12501         * gst/goom/Makefile.am:
12502         * gst/goom/gstgoom.c:
12503         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12504         * gst/rtsp/gstrtspsrc.c:
12505         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12506         * gst/udp/gstudpsink.c:
12507         * gst/udp/gstudpsrc.c:
12508         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12509         * sys/sunaudio/gstsunaudiomixertrack.h:
12510           Fix a bunch of problems discovered by the Forte compiler, mostly type
12511           mixups and pointer arithmetics with void pointers. Fixes #362603.
12512
12513 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12514
12515         * ext/speex/gstspeex.c: (plugin_init):
12516         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12517         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12518         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12519         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12520         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12521         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12522         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12523         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12524         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12525         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12526         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12527         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12528         * ext/speex/gstspeexenc.h:
12529           Miscellaneous clean-ups, among other things: speexenc => enc to
12530           enhance code readability; change speexenc => speex_enc; in chain
12531           function unref input buffer in case of error; take reference in
12532           event function; use boilerplate macro; use gst_pad_query_peer_*
12533           convenience functions.
12534
12535 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12536
12537         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12538         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12539         (gst_speexenc_set_header_on_caps):
12540           Fix some mem leaks.
12541
12542 2006-10-11  Wim Taymans  <wim@fluendo.com>
12543
12544         * gst/rtsp/URLS:
12545         Added some other URL.
12546
12547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12548         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12549         (gst_rtspsrc_open), (gst_rtspsrc_play),
12550         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12551         * gst/rtsp/gstrtspsrc.h:
12552         Work on fallback to TCP connection when the UDP socket times out.
12553         Handler server requests, just reply with OK for now.
12554
12555         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12556         * gst/rtsp/rtspdefs.h:
12557         Added some more Real extension headers.
12558
12559         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12560         Fix parsing of urls with a ':' that is not part of the hostname:port
12561         part of the url.
12562
12563 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12564
12565         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12566         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12567         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12568           Activate pad before adding it to the already-running element.
12569
12570         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12571           Activate newly-created pad too.
12572
12573 2006-10-11  Wim Taymans  <wim@fluendo.com>
12574
12575         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12576
12577         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12578         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12579         (gst_udpsrc_start):
12580         Fix some leaks in caps and uris. Fixes #361252.
12581
12582 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12583
12584         * gst/wavparse/Makefile.am:
12585           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12586
12587 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12588
12589         * sys/v4l2/gstv4l2xoverlay.c:
12590         * sys/v4l2/gstv4l2xoverlay.h:
12591         Fix build as per the patch in #338818 comment 36.
12592
12593 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12594
12595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12596           Activate pads before adding them to the source.
12597
12598 2006-10-06  Wim Taymans  <wim@fluendo.com>
12599
12600         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12601         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12602         Activate pads before adding.
12603
12604 2006-10-06  Wim Taymans  <wim@fluendo.com>
12605
12606         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12607         (gst_multipart_find_pad_by_mime):
12608         Activate pads before adding.
12609
12610         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12611         BOILERPLATE sets parent_class for us.
12612
12613 2006-10-06  Wim Taymans  <wim@fluendo.com>
12614
12615         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12616         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12617         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12618         (gst_rtspsrc_alloc_udp_ports),
12619         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12620         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12621         (gst_rtspsrc_create_transports_string),
12622         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12623         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12624         * gst/rtsp/gstrtspsrc.h:
12625         Rework how the transport string is constructed, try to share channels
12626         and udp ports.
12627         Make most of the stuff less dependant on RTP as we are also going to use
12628         it for RDT.
12629         Add support for transport specific session managers.
12630
12631         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12632         Implement _flush().
12633
12634         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12635         * gst/rtsp/rtspdefs.h:
12636         Add generic error return code.
12637
12638         * gst/rtsp/rtspext.h:
12639         Add support for pluggable tranport strings.
12640
12641         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12642         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12643         (rtsp_ext_wms_get_context):
12644         Detect WMServer and activate the extension.
12645
12646         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12647         (rtsp_transport_get_manager), (rtsp_transport_parse):
12648         * gst/rtsp/rtsptransport.h:
12649         Added methods to get mime/manager for certain transports.
12650
12651 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12652
12653         * ext/cairo/gsttimeoverlay.c:
12654         (gst_cairo_time_overlay_update_font_height):
12655         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12656         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12657         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12658         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12659         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12660         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12661         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12662         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12663         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12664         (gst_avi_demux_stream_data):
12665         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12666         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12667         (gst_fenced_buffer_copy):
12668         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12669         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12670         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12672         (gst_rtspsrc_handle_message):
12673         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12674         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12675           Printf format fixes.
12676
12677 2006-10-04  Wim Taymans  <wim@fluendo.com>
12678
12679         * gst/rtsp/Makefile.am:
12680         Dist new .h file too.
12681
12682 2006-10-04  Wim Taymans  <wim@fluendo.com>
12683
12684         * gst/rtsp/Makefile.am:
12685         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12686         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12687         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12688         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12689         (gst_rtspsrc_parse_rtpmap),
12690         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12691         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12692         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12693         * gst/rtsp/gstrtspsrc.h:
12694         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12695         * gst/rtsp/rtspdefs.h:
12696         * gst/rtsp/rtspext.h:
12697         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12698         (rtsp_ext_wms_get_context):
12699         * gst/rtsp/rtspextwms.h:
12700         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12701         (rtsp_transport_parse):
12702         * gst/rtsp/rtsptransport.h:
12703         Factor out extension in separate module.
12704         Fix getcaps to filter against the padtemplate.
12705         Use Content-Base if the server gives one.
12706         Rework the transport parsing a bit for future extensions.
12707         Added some Real Header field definitions.
12708
12709 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12710
12711         * docs/plugins/Makefile.am:
12712         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12713         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12714           added v4l2 stubs
12715         * gst-plugins-good.spec.in:
12716           add v4l2
12717
12718 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12719
12720         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12721           Extract disc/album/medium number and count and try harder
12722           to extract track number/count.
12723
12724 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12725
12726         * configure.ac:
12727         * sys/Makefile.am:
12728           add build stuff for v4l2, needs --enable-experimental until
12729           the last bits are resolved
12730
12731 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12732
12733         * tests/check/Makefile.am:
12734           Disable autodetect test temporarily, so that the build bots
12735           update -bad and the ranks of unreliable video sinks in there.
12736
12737         * tests/check/elements/autodetect.c: (GST_START_TEST):
12738           Skip test if no usable videosink is found.
12739
12740 2006-09-29  Wim Taymans  <wim@fluendo.com>
12741
12742         * gst/rtsp/URLS:
12743         Add some more URLs.
12744
12745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12746         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12747         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12748         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12749         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12750         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12751         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12752         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12753         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12754         * gst/rtsp/gstrtspsrc.h:
12755         Add timeout property to control UDP timeouts.
12756         Fix error messages.
12757         Also start a loop function when operating in UDP mode so that we can
12758         do some more stuff async.
12759         Handle element messages from udpsrc to detect timeouts. If a timeout
12760         happens we currently generate an error.
12761         API: rtspsrc::timeout property.
12762
12763         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12764         (gst_udpsrc_create):
12765         Really implement the timeout in microseconds and not milliseconds.
12766
12767 2006-09-29  Wim Taymans  <wim@fluendo.com>
12768
12769         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12770         (gst_udpsrc_create), (gst_udpsrc_set_property),
12771         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12772         * gst/udp/gstudpsrc.h:
12773         Added property to post a message on timeout.
12774         Updated docs.
12775         When restarting the select, initialize the fdsets again.
12776         Init control sockets so we don't accidentally close a random socket.
12777         API: GstUDPSrc::timeout property
12778
12779 2006-09-29  Wim Taymans  <wim@fluendo.com>
12780
12781         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12782         Fix flag registration.
12783
12784         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12785         Reading 0 also means 'no more commands'
12786
12787 2006-09-29  Wim Taymans  <wim@fluendo.com>
12788
12789         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12790
12791         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12792         Fix possible infinite loop when shutting down, a read can also return
12793         0 to indicate no more messages are available. Fixes #358156.
12794
12795 2006-09-25  Wim Taymans  <wim@fluendo.com>
12796
12797         * gst/autodetect/gstautoaudiosink.c:
12798         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12799         (gst_auto_audio_sink_find_best):
12800         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12801         Small cleanups.
12802         don't try to set "sync" property when it is not available.
12803
12804 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12805
12806         Patch by: Peter Kjellerstedt  <pkj at axis com>
12807
12808         * gst/alpha/gstalpha.c:
12809         * gst/rtp/gstrtpamrdepay.c:
12810         * gst/rtsp/gstrtspsrc.c:
12811         * gst/udp/gstudpsrc.c:
12812         * gst/videomixer/videomixer.c:
12813           Include stdlib.h in some more places, makes things compile
12814           with uClibc and -Werror (#357592).
12815
12816 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         * ext/jpeg/gstjpegdec.c:
12819           Set minimum height to 8 (from 16), our code should handle
12820           that fine. Some of the buttons on the apple trailer site
12821           are apparently only 15 pixels high (see #357470).
12822
12823 2006-09-23  Wim Taymans  <wim@fluendo.com>
12824
12825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12826         (gst_rtspsrc_open):
12827         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12828         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12829         (rtsp_connection_receive):
12830         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12831         * gst/rtsp/rtspdefs.h:
12832         Improve error reporting.
12833
12834 2006-09-23  Wim Taymans  <wim@fluendo.com>
12835
12836         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12837         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12838         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12839         * gst/rtp/gstrtpdepay.c:
12840         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12841         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12842         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12843         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12844         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12845         (gst_rtp_mp2t_depay_plugin_init):
12846         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12847         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12848         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12849         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12850         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12851         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12852         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12853         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12854         Fix klass typos.
12855         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12856
12857 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12858
12859         * configure.ac:
12860           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12861
12862 2006-09-22  Wim Taymans  <wim@fluendo.com>
12863
12864         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12865         Don't check for a tag that is never there and check if we read the
12866         correct tag. Fixes seeking again.
12867         We must post an error when all pads are unlinked.
12868
12869 2006-09-22  Wim Taymans  <wim@fluendo.com>
12870
12871         * gst/rtp/Makefile.am:
12872         * gst/rtp/gstrtp.c: (plugin_init):
12873         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12874         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12875         (gst_rtp_vorbis_pay_reset_packet),
12876         (gst_rtp_vorbis_pay_init_packet),
12877         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12878         (gst_rtp_vorbis_pay_handle_buffer):
12879         More fixage, set endoder-params correctly in the payloader.
12880
12881 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12882
12883         * gst/autodetect/gstautoaudiosink.c:
12884         (gst_auto_audio_sink_base_init):
12885         * gst/autodetect/gstautovideosink.c:
12886         (gst_auto_video_sink_base_init):
12887           Make static pad templates static to appease valgrind's leak
12888           detector.
12889
12890         * tests/check/Makefile.am:
12891         * tests/check/elements/.cvsignore:
12892         * tests/check/elements/autodetect.c: (GST_START_TEST),
12893         (autodetect_suite):
12894           Add simple test for the ghostpad lockup on shutdown fixed in core
12895           CVS (audio bit disabled because it would need dozens of alsa
12896           suppressions and I'm too lazy to add those now).
12897
12898 2006-09-22  Wim Taymans  <wim@fluendo.com>
12899
12900         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12901         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12902         Small cleanups.
12903
12904         * gst/rtp/Makefile.am:
12905         * gst/rtp/gstrtp.c: (plugin_init):
12906         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12907         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12908         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12909         (gst_rtp_vorbis_depay_process),
12910         (gst_rtp_vorbis_depay_set_property),
12911         (gst_rtp_vorbis_depay_get_property),
12912         (gst_rtp_vorbis_depay_change_state),
12913         (gst_rtp_vorbis_depay_plugin_init):
12914         * gst/rtp/gstrtpvorbisdepay.h:
12915         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12916         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12917         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12918         (gst_rtp_vorbis_pay_flush_packet),
12919         (gst_rtp_vorbis_pay_append_buffer),
12920         (gst_rtp_vorbis_pay_handle_buffer),
12921         (gst_rtp_vorbis_pay_plugin_init):
12922         * gst/rtp/gstrtpvorbispay.h:
12923         Add experimental vorbis pay and depayloaders.
12924
12925 2006-09-21  Wim Taymans  <wim@fluendo.com>
12926
12927         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12928         Fix profile-level-id parsing and setup.
12929
12930 2006-09-21  Wim Taymans  <wim@fluendo.com>
12931
12932         * gst/udp/README:
12933         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12934         Update README, simple cleanup.
12935
12936 2006-09-21  Wim Taymans  <wim@fluendo.com>
12937
12938         * gst/rtp/README:
12939         Update README with some examples.
12940
12941         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12942         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12943         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12944         (gst_rtp_mp4g_pay_setcaps):
12945         * gst/rtp/gstrtpmp4gpay.h:
12946         Make optional RTP parameters of type STRING, as required by the
12947         application/x-rtp caps specification.
12948
12949 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12950
12951         * gst/rtp/gstrtph263pdepay.c:
12952         * gst/rtp/gstrtph263ppay.c:
12953         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
12954         RTP header.
12955
12956 2006-09-20  Wim Taymans  <wim@fluendo.com>
12957
12958         * gst/rtp/Makefile.am:
12959         And makefile too.
12960
12961 2006-09-20  Wim Taymans  <wim@fluendo.com>
12962
12963         * gst/rtp/gstrtp.c: (plugin_init):
12964         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
12965         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
12966         (decode_base64), (gst_rtp_asf_depay_setcaps),
12967         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
12968         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
12969         (gst_rtp_asf_depay_plugin_init):
12970         * gst/rtp/gstrtpasfdepay.h:
12971         Added preliminary ASF depayloader.
12972
12973         * gst/rtp/gstrtph264depay.c: (decode_base64):
12974         Fix base64 decoding.
12975
12976 2006-09-20  Wim Taymans  <wim@fluendo.com>
12977
12978         * gst/rtsp/URLS:
12979         Added some test URLS.
12980
12981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12982         (gst_rtspsrc_loop), (gst_rtspsrc_open):
12983         * gst/rtsp/gstrtspsrc.h:
12984         When creating streams, give access to the complete SDP.
12985         Fix some leaks.
12986         Collect and merge global stream properties in stream caps.
12987         Preliminary support for WMServer.
12988
12989         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12990         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12991         (rtsp_connection_receive):
12992         * gst/rtsp/rtspconnection.h:
12993         Make connection interruptable.
12994         Refactor to make it reconnectable.
12995         Don't fail on short reads when reading data packets.
12996
12997         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
12998         (rtsp_url_get_port):
12999         * gst/rtsp/rtspurl.h:
13000         Add methods for getting/setting the port.
13001
13002         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13003         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13004         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13005         (sdp_media_get_format), (sdp_parse_line),
13006         (sdp_message_parse_buffer):
13007         Fix headers. 
13008         Add methods for getting multiple attributes with the same name.
13009         Increase buffer size when parsing.
13010         Fix parsing of a=foo fields.
13011
13012         * gst/rtsp/test.c: (main):
13013         Update to new connection API.
13014
13015         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13016         (rtsp_message_init_response), (rtsp_message_init_data),
13017         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13018         * gst/rtsp/rtspmessage.h:
13019         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13020         * gst/rtsp/rtsptransport.h:
13021         * gst/rtsp/sdp.h:
13022         * gst/rtsp/sdpmessage.h:
13023         * gst/rtsp/gstrtsp.c:
13024         * gst/rtsp/gstrtsp.h:
13025         * gst/rtsp/gstrtpdec.c:
13026         * gst/rtsp/gstrtpdec.h:
13027         * gst/rtsp/rtsp.h:
13028         * gst/rtsp/rtspdefs.c:
13029         * gst/rtsp/rtspdefs.h:
13030         Dual licensed under MIT and LGPL now.
13031
13032 2006-09-19  Wim Taymans  <wim@fluendo.com>
13033
13034         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13035         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13036         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13037         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13038         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13039         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13040         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13041         * gst/rtsp/gstrtspsrc.h:
13042         Reorganize stream parsing and creation.
13043         Detect container formats in interleaved mode.
13044         Keep more state about the streams.
13045         Assume a server also supports PLAY if it does not say.
13046         Add unicast and interleaved properties to TCP transport requests to make
13047         some servers happy (WMServer).
13048
13049         * gst/rtsp/sdpmessage.h:
13050         Add some defines for the standard Bandwidth types.
13051
13052 2006-09-19  Wim Taymans  <wim@fluendo.com>
13053
13054         * gst/rtsp/test.c: (main):
13055         Fix build.
13056
13057 2006-09-19  Wim Taymans  <wim@fluendo.com>
13058
13059         * gst/wavparse/gstwavparse.c:
13060         Add ms-gsm to the src template.
13061
13062 2006-09-18  Wim Taymans  <wim@fluendo.com>
13063
13064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13065         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13066         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13067         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13068         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13069         * gst/rtsp/gstrtspsrc.h:
13070         Small cleanups, added documentation.
13071         Try to clean up the requests and responses.
13072         Refactor parsing the supported methods.
13073
13074         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13075         (rtsp_connection_create), (rtsp_connection_send),
13076         (parse_response_status), (parse_request_line),
13077         (rtsp_connection_receive), (rtsp_connection_close),
13078         (rtsp_connection_free):
13079         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13080         (rtsp_transport_init), (rtsp_transport_parse),
13081         (rtsp_transport_free):
13082         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13083         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13084         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13085         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13086         Use g_return_val some more.
13087
13088         * gst/rtsp/rtspdefs.h:
13089         Add more enum values to track initial states.
13090
13091         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13092         (rtsp_message_init_request), (rtsp_message_new_response),
13093         (rtsp_message_init_response), (rtsp_message_init_data),
13094         (rtsp_message_unset), (rtsp_message_free),
13095         (rtsp_message_add_header), (rtsp_message_remove_header),
13096         (rtsp_message_get_header), (rtsp_message_set_body),
13097         (rtsp_message_take_body), (rtsp_message_get_body),
13098         (rtsp_message_steal_body), (rtsp_message_dump):
13099         * gst/rtsp/rtspmessage.h:
13100         Reorder arguments, object goes as the first one.
13101         Use g_return_val some more.
13102
13103 2006-09-18  Wim Taymans  <wim@fluendo.com>
13104
13105         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13106         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13107         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13108         * gst/rtsp/gstrtspsrc.h:
13109         Export sometimes source pad with correct caps on the template, create
13110         the ghostpad from the template.
13111         Remove RTCP template as we never expose RTCP.
13112         Protect against invalid body size.
13113         Avoid memcpy when creating the output buffer.
13114         Properly post an error and send EOS when the loop function is shut down.
13115
13116 2006-09-18  Wim Taymans  <wim@fluendo.com>
13117
13118         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13119
13120         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13121         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13122         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13123         * gst/rtsp/gstrtspsrc.h:
13124         Make sure we can never set an invalid location.
13125
13126         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13127         * gst/rtsp/rtspmessage.h:
13128         Added _steal_body method for future use.
13129
13130         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13131         Make freeing of NULL url return immediatly.
13132
13133 2006-09-18  Wim Taymans  <wim@fluendo.com>
13134
13135         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13136
13137         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13138         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13139         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13140         (gst_rtspsrc_change_state):
13141         * gst/rtsp/gstrtspsrc.h:
13142         Use boilerplate.
13143         Make rtspsrc subclass GstBin to make state changes easier.
13144         Add Range header field on the PLAY request.
13145
13146 2006-09-18  Wim Taymans  <wim@fluendo.com>
13147
13148         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13149
13150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13151         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13152         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13153         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13154         * gst/rtsp/rtspconnection.c: (inet_aton):
13155         Small cleanups.
13156         when multicast is selected as the transport, create UDP sources and
13157         connect to the multicast group.
13158         Move parsing and setting of caps to a common place.
13159         Fixes #349894.
13160
13161 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13162
13163         * ext/flac/gstflactag.c:
13164         * gst/alpha/gstalpha.c:
13165         * gst/debug/breakmydata.c:
13166         * gst/debug/negotiation.c:
13167         * gst/debug/testplugin.c:
13168         * gst/effectv/gstaging.c:
13169         * gst/effectv/gstdice.c:
13170         * gst/effectv/gstedge.c:
13171         * gst/effectv/gstquark.c:
13172         * gst/effectv/gstrev.c:
13173         * gst/effectv/gstshagadelic.c:
13174         * gst/effectv/gstvertigo.c:
13175         * gst/effectv/gstwarp.c:
13176         * gst/multipart/multipartdemux.c:
13177         * gst/multipart/multipartmux.c:
13178         * gst/videobox/gstvideobox.c:
13179         * gst/videofilter/gstgamma.c:
13180         * gst/videofilter/gstvideotemplate.c:
13181         * gst/videomixer/videomixer.c:
13182         * sys/sunaudio/gstsunaudiosrc.h:
13183         More G_OBJECT macro fixing.
13184
13185 2006-09-16  Wim Taymans  <wim@fluendo.com>
13186
13187         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13188
13189         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13190         Correctly set the dwLength in strh.
13191         With this patch, the file duration is now displayed correctly in window
13192         media player and the AVI plays completely. Fixes #356147
13193
13194 2006-09-15  Wim Taymans  <wim@fluendo.com>
13195
13196         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13197
13198         * sys/sunaudio/gstsunaudiomixerctrl.c:
13199         (gst_sunaudiomixer_ctrl_build_list):
13200         Set the output track as the MASTER so that the gnome-settings-daemon
13201         keybindings for changing the volume using the keyboard works.
13202         Fixes #356142.
13203
13204 2006-09-15  Wim Taymans  <wim@fluendo.com>
13205
13206         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13207         Fix documentation, it is not possible to control the framerate of jpegdec
13208         using filtered caps yet. Fixes #355210.
13209         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13210         stop when there is an error.
13211
13212 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13213
13214         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13215         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13216           Don't interpret a first buffer with an offset of NONE as
13217           'from the middle of the stream', but only a first buffer
13218           that has a valid buffer offset that's non-zero (see #345449).
13219
13220 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13221
13222         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13223         (gst_icydemux_typefind_or_forward):
13224         * gst/icydemux/gsticydemux.h:
13225           When we merge/collect multiple incoming buffers for typefinding
13226           purposes, keep an initial 0 offset on the first outgoing buffer
13227           as well (otherwise id3demux won't work right). Fixes #345449.
13228           Also Make buffer metadata writable before setting buffer caps.
13229
13230         * tests/check/elements/icydemux.c: (typefind_succeed),
13231         (cleanup_icydemux), (push_data), (GST_START_TEST),
13232         (icydemux_suite):
13233           Small test case for the above.
13234
13235 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13236
13237         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13238         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13239         (gst_avi_demux_stream_header_push),
13240         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13241         (gst_avi_demux_loop):
13242           More code reuse and better logging in _peek_chunk(). Reintroduce check
13243           for chunk sizes before reading them (avoid oom). Better handling for 
13244           invalid chunksizes when streaming.
13245
13246 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13247
13248         * gst/level/gstlevel.c: (gst_level_set_property):
13249         * gst/level/gstlevel.h:
13250           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13251           René Stadler
13252
13253 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13254
13255         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13256         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13257         (gst_avi_demux_stream_data):
13258           Revert one change to fix streaming avi (adapter size != data size).
13259
13260 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13261
13262         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13263
13264         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13265         (gst_matroska_demux_reset),
13266         (gst_matroska_demux_read_track_encodings),
13267         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13268         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13269         (gst_matroska_demux_subtitle_caps):
13270         * gst/matroska/matroska-ids.h:
13271           Add support for VOBSUB subtitle tracks and zlib-compressed
13272           tracks. Make sure we start on a keyframe after a seek. (#343348)
13273
13274 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13275
13276         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13277         (gst_matroska_demux_push_flac_codec_priv_data),
13278         (gst_matroska_demux_push_xiph_codec_priv_data),
13279         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13280         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13281         * gst/matroska/matroska-ids.h:
13282           Add basic FLAC support (#311586), not perfect yet though, needs some
13283           tweaking in flacdec; also, seeking could be better.
13284           Do better bounds checking when deserialising vorbis stream headers
13285           to make sure we don't read beyond the end of the buffer on bad input.
13286
13287 2006-09-04  Wim Taymans  <wim@fluendo.com>
13288
13289         Patch by: Alessandro Decina <alessandro at nnva dot org>
13290
13291         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13292         Seeking back in a file containing a CMML stream errors out if the seek
13293         goes back up to the CMML headers. This is because after the seek the xml
13294         processing instruction <?xml ...?> is submitted to the xml parser again, 
13295         which results in an error. The attached patch fixes the problem. 
13296         Fixes #353908.
13297
13298         * ext/annodex/gstcmmlenc.h:
13299         Fix authors name.
13300
13301
13302 2006-08-28  Andy Wingo  <wingo@pobox.com>
13303
13304         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13305         New helper function to lessen the ifdefs.
13306         (GST_INFO_OBJECT): 
13307         (gst_dv1394src_iso_receive): Use it.
13308         (gst_dv1394src_create): Also use the control sockets in iec61883
13309         mode.
13310         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13311         handle for AVC operations; fixes #348233.
13312
13313 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13314
13315         * configure.ac:
13316         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13317         * docs/plugins/inspect/plugin-audiofx.xml:
13318         * docs/plugins/inspect/plugin-audiofxgood.xml:
13319         * gst/audiofx/Makefile.am:
13320         * gst/audiofx/audiofx.c:
13321         * gst/audiofxgood/.cvsignore:
13322         * gst/audiofxgood/Makefile.am:
13323         * gst/audiofxgood/audiofx.c:
13324         * gst/audiofxgood/audiopanorama.c:
13325         * gst/audiofxgood/audiopanorama.h:
13326           Rename again (audiofxgood -> audiofx).
13327
13328 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13329
13330         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13331         (gst_avi_demux_stream_scan):
13332           Initialze variables.
13333
13334 2006-08-25  Wim Taymans  <wim@fluendo.com>
13335
13336         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13337         (gst_avi_demux_init), (gst_avi_demux_finalize),
13338         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13339         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13340         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13341         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13342         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13343         (gst_avi_demux_massage_index),
13344         (gst_avi_demux_calculate_durations_from_index),
13345         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13346         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13347         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13348         (gst_avi_demux_change_state):
13349         * gst/avi/gstavidemux.h:
13350         More attempts to turn this into readable code.
13351         Don't leak adapters.
13352         Calculate duration according to index more efficiently.
13353         Don't try to act like we drive the pipeline in chain mode.
13354
13355 2006-08-25  Wim Taymans  <wim@fluendo.com>
13356
13357         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13358         Fix build.
13359
13360 2006-08-25  Wim Taymans  <wim@fluendo.com>
13361
13362         Patch by: Alessandro Decina <alessandro at nnva dot org>
13363
13364         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13365         Do some extra sanity checks.
13366         Fixes #350340.
13367
13368         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13369         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13370         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13371         Check if clip->start_time is valid before adding the clip to the
13372         track list.
13373         Reset enc->preamble going from PAUSED to READY.
13374         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13375         only used for EOS.
13376         Only post an error message if we were the one that created the fatal
13377         GstFlowReturn value.
13378
13379         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13380         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13381         Parse the seconds field of the npt-sec time format using %llu rather than
13382         %d and check that the value scaled by GST_SECOND doesn't overflow.
13383         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13384         Lookup a clip's track with clip->track rather than clip->id which
13385         makes no sense.
13386         Identify a clip by its track and start time and not its xml id.
13387         do some more input checking and make sure we don't do undefined shifts.
13388
13389         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13390         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13391         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13392         (push_clip), (push_empty_clip), (check_output_clip),
13393         (GST_START_TEST), (cmmldec_suite):
13394         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13395         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13396         (check_headers), (push_clip), (check_clip_times), (check_clip),
13397         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13398         Added some more checks.
13399
13400 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13401
13402         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13403         (gst_audio_panorama_set_property),
13404         (gst_audio_panorama_get_property),
13405         (gst_audio_panorama_transform_m2s_int),
13406         (gst_audio_panorama_transform_s2s_int),
13407         (gst_audio_panorama_transform_m2s_float),
13408         (gst_audio_panorama_transform_s2s_float):
13409         * gst/audiofxgood/audiopanorama.h:
13410         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13411           Make also the pan-property float (saves scaling and yields better
13412           resolution)
13413
13414 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13415
13416         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13417         (gst_audio_panorama_transform_m2s_float),
13418         (gst_audio_panorama_transform_s2s_float):
13419           ChangeLog surgery to add cymax's real name
13420
13421
13422 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13423
13424         Patch by: René Stadler <mail@renestadler.de>
13425
13426         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13427         (gst_audio_panorama_transform_m2s_int),
13428         (gst_audio_panorama_transform_s2s_int),
13429         (gst_audio_panorama_transform_m2s_float),
13430         (gst_audio_panorama_transform_s2s_float),
13431         (gst_audio_panorama_transform):
13432         * gst/audiofxgood/audiopanorama.h:
13433           Added float support
13434
13435 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13436
13437         * gst/audiofxgood/audiopanorama.c:
13438         (gst_audio_panorama_transform_m2s):
13439           Fix docs & debug category. Add Fixme for volume pan levels.
13440
13441 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13442
13443         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13444         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13445         (gst_avi_demux_stream_header_pull),
13446         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13447         (gst_avi_demux_chain):
13448           unbreak AVI index handling, some more debug, remove an obsolete
13449           adapter_flush that caused streaming to wander off in the wild
13450
13451 2006-08-24  Wim Taymans  <wim@fluendo.com>
13452
13453         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13454         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13455         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13456         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13457         (gst_avi_demux_calculate_durations_from_index),
13458         (gst_avi_demux_stream_header_push),
13459         (gst_avi_demux_stream_header_pull):
13460         * gst/avi/gstavidemux.h:
13461         Some more cleanups. 
13462         Fix totalFrames parsing in ODML.
13463         Disable use of index for length calculation in case of ODML as this is
13464         broken now.
13465
13466 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13467
13468         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13469           Use libgsttag helper function here too.
13470
13471 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13472
13473         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13474         (gst_avi_demux_init), (gst_avi_demux_dispose),
13475         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13476         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13477         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13478         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13479         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13480         (gst_avi_demux_parse_subindex),
13481         (gst_avi_demux_read_subindexes_push),
13482         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13483         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13484         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13485         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13486         (gst_avi_demux_stream_header_pull),
13487         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13488         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13489         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13490         (gst_avi_demux_change_state):
13491         * gst/avi/gstavidemux.h:
13492           Initial streaming support for avidemux (fixes #336465)
13493
13494 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13495
13496         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13497           There is no taglibmux element ...
13498
13499         * gst/rtsp/gstrtspsrc.c:
13500           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13501           was complaining about unknown entity here.
13502
13503 2006-08-22  Wim Taymans  <wim@fluendo.com>
13504
13505         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13506         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13507         (gst_avi_demux_process_next_entry):
13508         * gst/avi/gstavidemux.h:
13509         Mark DISCONT.
13510         Remove old unused fields and reorder the struct a bit.
13511
13512 2006-08-22  Wim Taymans  <wim@fluendo.com>
13513
13514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13515         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13516         (gst_rtspsrc_pause):
13517         * gst/rtsp/gstrtspsrc.h:
13518         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13519         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13520         Small documentation updates.
13521
13522 2006-08-22  Wim Taymans  <wim@fluendo.com>
13523
13524         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13525         (gst_avi_demux_index_entry_for_time),
13526         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13527         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13528         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13529         (gst_avi_demux_next_data_buffer),
13530         (gst_avi_demux_calculate_durations_from_index),
13531         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13532         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13533         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13534         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13535         * gst/avi/gstavidemux.h:
13536         Precalc most of the duration query for each stream.
13537         Make seeking more correct.
13538         Use GstSegment to track position and duration.
13539         Code cleanups and leak fixes.
13540         Calculate correct total duration based on index length.
13541
13542 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13543
13544         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13545         (parse_insert_string_field):
13546           If strings in text fields are marked ISO8859-1, but contain
13547           valid UTF-8 already, then handle them as UTF-8 and ignore
13548           the encoding. (#351794)
13549
13550 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13551
13552         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13553         (gst_flac_dec_write), (gst_flac_dec_loop),
13554         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13555         (gst_flac_dec_src_query):
13556         * ext/flac/gstflacdec.h:
13557           Make flac-in-ogg work (#352100).
13558
13559 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13560
13561         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13562           Don't unref buffers of which we've already given away
13563           ownership to the adapter.
13564
13565 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13566
13567         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13568           Make metadata extraction actually work.
13569
13570         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13571         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13572         (gst_speexenc_chain):
13573           Fix metadata writing: replace old code which wrote completely
13574           broken tags with libgsttag-based code. Plus miscellaneous
13575           code cleanups (use static pad templates etc.) and a bunch
13576           of leak fixes.
13577
13578 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13579
13580         * gst/audiopanorama/.cvsignore:
13581         * gst/audiopanorama/Makefile.am:
13582         * gst/audiopanorama/audiofx.c:
13583         * gst/audiopanorama/audiopanorama.c:
13584         * gst/audiopanorama/audiopanorama.h:
13585           die! die! die! you should never have been there
13586
13587 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13588
13589         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13590         Fix invalid memory access in audiopanorama test suite.
13591
13592 2006-08-21  Edward Hervey  <edward@fluendo.com>
13593
13594         * tests/check/elements/.cvsignore:
13595         ignore built file
13596
13597 2006-08-21  Wim Taymans  <wim@fluendo.com>
13598
13599         * gst/rtp/Makefile.am:
13600         Fix the build again.
13601
13602 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13603
13604         * gst/audiofxgood/.cvsignore:
13605         * gst/audiofxgood/Makefile.am:
13606         * gst/audiofxgood/audiofx.c: (plugin_init):
13607         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13608         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13609         (gst_audio_panorama_set_property),
13610         (gst_audio_panorama_get_property),
13611         (gst_audio_panorama_get_unit_size),
13612         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13613         (gst_audio_panorama_transform_m2s),
13614         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13615         * gst/audiofxgood/audiopanorama.h:
13616           resubmit with the desired name *again*
13617
13618 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13619
13620         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13621         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13622           use g_assert in _get_unit_size
13623
13624 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13625
13626         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13627         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13628         * docs/plugins/inspect/plugin-audiofxgood.xml:
13629           cleanup -unused.txt to make it useful, add previously missing docs
13630
13631         * ext/Makefile.am:
13632           Quietly (accidentally) enable LADSPA for building by default, 
13633           despite the fact that it doesn't meet the plugin checklist.
13634             -- Added by Jan Schmidt 18 Dec 2006
13635
13636         * ext/esd/esdmon.c:
13637         * ext/esd/esdsink.c:
13638         * ext/esd/gstesd.c: (plugin_init):
13639           reflow to get rid of two external symbols
13640
13641         * gst/audiofxgood/audiofx.c: (plugin_init):
13642           re-add
13643
13644 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13645
13646         * configure.ac:
13647         * gst/audiofxgood/.cvsignore:
13648         * gst/audiofxgood/Makefile.am:
13649         * gst/audiofxgood/audiofx.c
13650         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13651         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13652         (gst_audio_panorama_set_property),
13653         (gst_audio_panorama_get_property),
13654         (gst_audio_panorama_get_unit_size),
13655         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13656         (gst_audio_panorama_transform_m2s),
13657         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13658         * gst/audiofxgood/audiopanorama.h:
13659         * tests/check/Makefile.am:
13660         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13661         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13662         (panorama_suite), (main):
13663         Add audiofxgood plugin with audiopanorama element
13664
13665 2006-08-18  Wim Taymans  <wim@fluendo.com>
13666
13667         * docs/plugins/Makefile.am:
13668         More Oss docs fixage. 
13669
13670 2006-08-18  Wim Taymans  <wim@fluendo.com>
13671
13672         * gst/rtp/Makefile.am:
13673         * gst/rtp/gstrtp.c: (plugin_init):
13674         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13675         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13676         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13677         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13678         (gst_rtp_sv3v_depay_get_property),
13679         (gst_rtp_sv3v_depay_change_state),
13680         (gst_rtp_sv3v_depay_plugin_init):
13681         * gst/rtp/gstrtpsv3vdepay.h:
13682         Added experimental SVQ3 depayloader.
13683
13684 2006-08-18  Edward Hervey  <edward@fluendo.com>
13685
13686         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13687         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13688         * ext/dv/gstdvdemux.h:
13689         When handling seek requests, don't send the newsegment event from the
13690         calling thread. Instead save it so it can be sent from the streaming
13691         thread.
13692
13693 2006-08-17  Wim Taymans  <wim@fluendo.com>
13694
13695         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13696
13697         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13698         Accept leading whitespace before the boundary
13699         This patch makes the demuxer allow some whitespace before the actual
13700         boundary. This makes the demuxer work with the ``old'' gstreamer
13701         multipartmuxer again (which placed an extra \n before the start
13702         of the stream) Fixes #349068.
13703
13704 2006-08-17  Wim Taymans  <wim@fluendo.com>
13705
13706         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13707         Error out on non-implemented stuff.
13708
13709 2006-08-16  Wim Taymans  <wim@fluendo.com>
13710
13711         Patch by: Andy Wingo <wingo at pobox dot com>
13712
13713         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13714         (gst_signal_processor_start), (gst_signal_processor_stop),
13715         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13716         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13717         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13718         (gst_signal_processor_change_state):
13719         Make ladspa elements reusable. Fixes #350006.
13720
13721 2006-08-16  Wim Taymans  <wim@fluendo.com>
13722
13723         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13724         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13725         names as possible. Fixes #349901.
13726
13727 2006-08-16  Wim Taymans  <wim@fluendo.com>
13728
13729         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13730         (gst_signal_processor_do_pushes):
13731         A push() gives away our refcount so we should not use the buffer on the
13732         pen anymore.
13733
13734 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13735
13736         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13737         (gst_oss_mixer_element_finalize):
13738           Don't leak device string.
13739
13740 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13741
13742         * configure.ac:
13743           Require CVS of GStreamer core and -base (for
13744           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13745
13746         * ext/taglib/gstid3v2mux.cc:
13747           Write extended comment tags properly (#348762).
13748
13749         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13750         (parse_comment_frame):
13751           Extract COMM frames into extended comments, which makes it
13752           easier to properly retain the description bit of the tag
13753           and maintain this information when re-tagging (#348762).
13754
13755 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13756
13757         * tests/check/Makefile.am:
13758           Don't try to run annodex unit tests if the annodex
13759           plugin has not been built (Fixes #351116).
13760
13761 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13762
13763         * gst/autodetect/gstautoaudiosink.c:
13764         (gst_auto_audio_sink_find_best):
13765           When we can't find a usable audiosink, don't error out,
13766           but use a fake sink instead and post a warning message
13767           on the bus (#341278).
13768
13769 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13770
13771         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13772         * sys/oss/gstosssink.c:
13773         * sys/oss/gstosssrc.c:
13774           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13775           ossmixer's new device property.
13776
13777         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13778         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13779           Add docs for OSS elements.
13780
13781         * docs/plugins/inspect/plugin-aasink.xml:
13782         * docs/plugins/inspect/plugin-alaw.xml:
13783         * docs/plugins/inspect/plugin-alpha.xml:
13784         * docs/plugins/inspect/plugin-alphacolor.xml:
13785         * docs/plugins/inspect/plugin-annodex.xml:
13786         * docs/plugins/inspect/plugin-apetag.xml:
13787         * docs/plugins/inspect/plugin-auparse.xml:
13788         * docs/plugins/inspect/plugin-autodetect.xml:
13789         * docs/plugins/inspect/plugin-avi.xml:
13790         * docs/plugins/inspect/plugin-cacasink.xml:
13791         * docs/plugins/inspect/plugin-cairo.xml:
13792         * docs/plugins/inspect/plugin-cdio.xml:
13793         * docs/plugins/inspect/plugin-cutter.xml:
13794         * docs/plugins/inspect/plugin-debug.xml:
13795         * docs/plugins/inspect/plugin-dv.xml:
13796         * docs/plugins/inspect/plugin-efence.xml:
13797         * docs/plugins/inspect/plugin-effectv.xml:
13798         * docs/plugins/inspect/plugin-esdsink.xml:
13799         * docs/plugins/inspect/plugin-flac.xml:
13800         * docs/plugins/inspect/plugin-flxdec.xml:
13801         * docs/plugins/inspect/plugin-gconfelements.xml:
13802         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13803         * docs/plugins/inspect/plugin-goom.xml:
13804         * docs/plugins/inspect/plugin-halelements.xml:
13805         * docs/plugins/inspect/plugin-icydemux.xml:
13806         * docs/plugins/inspect/plugin-id3demux.xml:
13807         * docs/plugins/inspect/plugin-jpeg.xml:
13808         * docs/plugins/inspect/plugin-level.xml:
13809         * docs/plugins/inspect/plugin-matroska.xml:
13810         * docs/plugins/inspect/plugin-mulaw.xml:
13811         * docs/plugins/inspect/plugin-multipart.xml:
13812         * docs/plugins/inspect/plugin-navigationtest.xml:
13813         * docs/plugins/inspect/plugin-ossaudio.xml:
13814         * docs/plugins/inspect/plugin-png.xml:
13815         * docs/plugins/inspect/plugin-rtp.xml:
13816         * docs/plugins/inspect/plugin-rtsp.xml:
13817         * docs/plugins/inspect/plugin-shout2send.xml:
13818         * docs/plugins/inspect/plugin-smpte.xml:
13819         * docs/plugins/inspect/plugin-speex.xml:
13820         * docs/plugins/inspect/plugin-taglib.xml:
13821         * docs/plugins/inspect/plugin-udp.xml:
13822         * docs/plugins/inspect/plugin-videobalance.xml:
13823         * docs/plugins/inspect/plugin-videobox.xml:
13824         * docs/plugins/inspect/plugin-videoflip.xml:
13825         * docs/plugins/inspect/plugin-videomixer.xml:
13826         * docs/plugins/inspect/plugin-wavenc.xml:
13827         * docs/plugins/inspect/plugin-wavparse.xml:
13828         * docs/plugins/inspect/plugin-ximagesrc.xml:
13829           Update to CVS version.
13830           
13831 2006-08-16  Wim Taymans  <wim@fluendo.com>
13832
13833         * gst/rtp/gstrtpamrdepay.c:
13834         * gst/rtp/gstrtpmp4gdepay.c:
13835         Caps extra properties must be defined as strings for
13836         depayloaders because they are generated from an SDP.
13837
13838         * gst/rtp/Makefile.am:
13839         * gst/rtp/gstrtp.c: (plugin_init):
13840         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13841         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13842         (gst_rtp_h264_depay_finalize), (decode_base64),
13843         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13844         (gst_rtp_h264_depay_set_property),
13845         (gst_rtp_h264_depay_get_property),
13846         (gst_rtp_h264_depay_change_state),
13847         (gst_rtp_h264_depay_plugin_init):
13848         * gst/rtp/gstrtph264depay.h:
13849         Added basic, not completely functional RFC 3984 H264 depayloader.
13850
13851 2006-08-16  Wim Taymans  <wim@fluendo.com>
13852
13853         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13854         Add pads after setting them up.
13855
13856         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13857         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13858         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13859         (gst_rtspsrc_stream_setup_rtp),
13860         (gst_rtspsrc_stream_configure_transport),
13861         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13862         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13863         (gst_rtspsrc_pause):
13864         * gst/rtsp/gstrtspsrc.h:
13865         Fix interleaved mode.
13866          - Protect streaming with lock.
13867          - Combine flows
13868          - set caps on outgoing buffers.
13869          - strip trailing \0 from data packets.
13870          - Configure RTP/RTCP in stream.
13871         Use DEBUG_OBJECT more.
13872
13873 2006-08-16  Wim Taymans  <wim@fluendo.com>
13874
13875         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13876         Turn a g_print into a DEBUG line.
13877
13878 2006-08-13  Wim Taymans  <wim@fluendo.com>
13879
13880         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13881         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13882         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13883         (gst_oss_mixer_element_get_property),
13884         (gst_oss_mixer_element_change_state):
13885         * sys/oss/gstossmixerelement.h:
13886         Small cleanups. Better error reporting.
13887         Add device property for the mixer instead of the hardcoded
13888         /dev/mixer. Fixes #350785.
13889         API: GstOssMixerElement::device property
13890
13891 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13892
13893         Patch by: Jens Granseuer <jensgr at gmx net>
13894
13895         * gconf/Makefile.am:
13896           Make --disable-schemas work right (they still need
13897           to be copied to the installation directory, just not
13898           applied). Fixes #351347 (also #344100).
13899           
13900 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13901
13902         * configure.ac: back to HEAD
13903
13904 === release 0.10.4 ===
13905
13906 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13907
13908         * configure.ac:
13909           releasing 0.10.4, "Dear Leader"
13910
13911 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13912
13913         Patch by: Edward Hervey <edward@fluendo.com>
13914
13915         * configure.ac:
13916         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13917         (gst_wavparse_stream_data):
13918         Send the newsegment event in the streaming thread.
13919         Fixes #347529
13920
13921 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13922
13923         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13924         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13925         (gst_smokeenc_resync), (gst_smokeenc_chain):
13926           Refuse sink caps in the encoder if width or height is not a
13927           multiple of 16, the encoder does not support that yet (#349939);
13928           along the same lines, check the return value of the encoder
13929           setup function; also remove some debug log clutter.
13930
13931 2006-08-04  Andy Wingo  <wingo@pobox.com>
13932
13933         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13934         whether a processor can work in place or not, and for keeping
13935         track of its state. Change the FlowReturn instance variable from
13936         "state" to "flow_state", all callers changed.
13937
13938         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13939         (gst_signal_processor_start, gst_signal_processor_stop)
13940         (gst_signal_processor_cleanup): New functions to manage the
13941         processor's state.
13942         (gst_signal_processor_setcaps): start() as well as setup() here.
13943         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13944         (gst_signal_processor_change_state): Stop and cleanup the
13945         processor as we go to NULL.
13946
13947         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13948         INPLACE_BROKEN is not set.
13949
13950         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13951         Do the alloc_buffer in bytes, not frames.
13952         
13953 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13954
13955         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13956         Fix rgb masks when recording in < 24bpp.
13957
13958 2006-08-04  Andy Wingo  <wingo@pobox.com>
13959
13960         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
13961         (gst_signal_processor_prepare)
13962         (gst_signal_processor_update_inputs)
13963         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
13964         (gst_signal_processor_flush)
13965         (gst_signal_processor_sink_activate_push)
13966         (gst_signal_processor_src_activate_pull)
13967         (gst_signal_processor_change_state): Remove the last of the code
13968         that assumes that we process whole buffers at a time. Fix some
13969         debugging. Seems to work now in some cases.
13970         (gst_signal_processor_src_activate_pull): BPB
13971
13972 2006-08-01  Andy Wingo  <wingo@pobox.com>
13973
13974         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
13975         Fix nframes-choosing.
13976         (gst_signal_processor_init): Init pending_in and pending_out.
13977
13978         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
13979         more default sample rate, although we never check that the sample
13980         rate actually gets set. Something for the future.
13981         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
13982         (gst_signal_processor_event): Refcount fixen.
13983         (gst_signal_processor_process): Pull the number of frames to
13984         process from the sizes of the buffers in the input pens.
13985         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
13986         (gst_signal_processor_do_pulls): Add an nframes argument, and use
13987         it instead of buffer_frames.
13988         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
13989         to do_pulls.
13990         (gst_signal_processor_chain)
13991         (gst_signal_processor_sink_activate_push)
13992         (gst_signal_processor_src_activate_pull):  Refcount fixen.
13993
13994         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
13995
13996 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
13997
13998         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
13999         (gst_signal_processor_process):
14000           don't query buffer-frames from caps, add lots of debug-log,
14001           try fix for assert (#349189)
14002
14003 2006-07-31  Wim Taymans  <wim@fluendo.com>
14004
14005         * gst/udp/gstudpsrc.c:
14006         Fix docs.
14007
14008 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14009
14010         * ext/ladspa/gstsignalprocessor.c:
14011         (gst_signal_processor_add_pad_from_template),
14012         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14013         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14014         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14015         (gst_signal_processor_sink_activate_push),
14016         (gst_signal_processor_src_activate_pull),
14017         (gst_signal_processor_change_state):
14018          Add debugs logs here and there, add more error handling, add some
14019          FIXME comments, filed #349189
14020
14021 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14022
14023         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14024         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14025         Set caps on buffer correctly.  Fixes bug #349155.
14026
14027 2006-07-28  Wim Taymans  <wim@fluendo.com>
14028
14029         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14030
14031         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14032         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14033         (gst_multipart_demux_finalize), (get_line_end),
14034         (multipart_parse_header), (multipart_find_boundary),
14035         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14036         (gst_multipart_set_property), (gst_multipart_get_property):
14037         Uses GstAdapter instead of own buffering.
14038         Actually parses the mime-type correctly (In tests the mime-type was
14039         always "" with the old version).
14040         Uses the Content-length header if available to speed up things.
14041         Reliably autoscans the boundary name by default.
14042         Fixes #349068.
14043
14044         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14045         Don't start the stream with a \n.
14046
14047 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14048
14049         Patch by: Brian Cameron <brian dot cameron at sun com>
14050
14051         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14052           Open source with O_NONBLOCK (#349015).
14053
14054 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14055
14056         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14057         (gst_avi_demux_massage_index):
14058         * gst/avi/gstavidemux.h:
14059           Whitespace fixes and more debug
14060
14061 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14062
14063         * gst/autodetect/gstautoaudiosink.c:
14064         (gst_auto_audio_sink_create_element_with_pretty_name),
14065         (gst_auto_audio_sink_find_best),
14066         (gst_auto_audio_sink_change_state):
14067           Get rid of old and unused magic sound-server properties stuff.
14068           Add suffix to child sink's name that makes it easy to see from
14069           the name alone which type it actually is (alsa, oss, esd, etc.).
14070
14071 2006-07-27  Wim Taymans  <wim@fluendo.com>
14072
14073         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14074         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14075         (gst_udpsrc_start):
14076         * gst/udp/gstudpsrc.h:
14077         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14078         not some sort of feature we enable.
14079
14080 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14081
14082         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14083           Use CLOSE_SOCKET() here instead of close() to maintain
14084           win32 workiness.
14085
14086 2006-07-27  Wim Taymans  <wim@fluendo.com>
14087
14088         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14089
14090         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14091         (gst_udpsrc_create), (gst_udpsrc_set_property),
14092         (gst_udpsrc_get_property), (gst_udpsrc_start):
14093         * gst/udp/gstudpsrc.h:
14094         Added "buffer-size" property to control the kernel receive buffer size.
14095         Update documentation.
14096         Small cleanups. Fixes #348752.
14097         API: buffer-size property
14098
14099 2006-07-26  Wim Taymans  <wim@fluendo.com>
14100
14101         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14102
14103         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14104         (gst_rtp_pcma_pay_handle_buffer):
14105         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14106         (gst_rtp_pcmu_pay_handle_buffer):
14107         Fix timestamp calculation on outgoing RTP packets.
14108         Fixes #348675.
14109
14110 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14111
14112         * ext/taglib/gstid3v2mux.cc:
14113           Fix writing of comment frames (should be COMM not TCOM),
14114           is still sub-optimal though, since we don't retain or
14115           extract the comment descriptions properly (#334375,
14116           also see #334375).
14117
14118 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14119
14120         * gst/wavparse/gstwavparse.c:
14121           #define 'fact' RIFF chunk if we are not compiling against
14122           -base CVS (we don't want to depend on -base CVS for this
14123           one define only, and also not for release order reasons).
14124
14125 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14126
14127         * ext/taglib/gstid3v2mux.cc:
14128           Handle multiple tags of the same type properly. Re-inject
14129           unparsed ID3v2 frames that we get as binary blobs from
14130           id3demux into the tag again so we don't lose information
14131           when retagging (#334375).
14132
14133 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14134
14135         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14136           Document newly-added properties properly, so that there is a
14137           'Since: 0.10.4' in the plugin docs. Convert some property
14138           names into canonical GObject style (GObject will do that
14139           internally anyway).
14140
14141 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14142
14143         * gst/id3demux/id3tags.c:
14144         (id3demux_add_id3v2_frame_blob_to_taglist):
14145           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14146           well, and add the version to the blob's buffer caps, since that
14147           information will be needed for deserialisation later on (#348644).
14148
14149 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14150
14151         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14152         (gst_avi_demux_parse_stream):
14153          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14154          indentation and spacing.
14155
14156 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14157
14158         * docs/plugins/Makefile.am:
14159         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14160         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14161         * docs/plugins/gst-plugins-good-plugins.args:
14162         * docs/plugins/inspect/plugin-1394.xml:
14163         * docs/plugins/inspect/plugin-aasink.xml:
14164         * docs/plugins/inspect/plugin-alaw.xml:
14165         * docs/plugins/inspect/plugin-alpha.xml:
14166         * docs/plugins/inspect/plugin-alphacolor.xml:
14167         * docs/plugins/inspect/plugin-annodex.xml:
14168         * docs/plugins/inspect/plugin-apetag.xml:
14169         * docs/plugins/inspect/plugin-auparse.xml:
14170         * docs/plugins/inspect/plugin-autodetect.xml:
14171         * docs/plugins/inspect/plugin-avi.xml:
14172         * docs/plugins/inspect/plugin-cacasink.xml:
14173         * docs/plugins/inspect/plugin-cairo.xml:
14174         * docs/plugins/inspect/plugin-cdio.xml:
14175         * docs/plugins/inspect/plugin-cutter.xml:
14176         * docs/plugins/inspect/plugin-debug.xml:
14177         * docs/plugins/inspect/plugin-dv.xml:
14178         * docs/plugins/inspect/plugin-efence.xml:
14179         * docs/plugins/inspect/plugin-effectv.xml:
14180         * docs/plugins/inspect/plugin-esdsink.xml:
14181         * docs/plugins/inspect/plugin-flac.xml:
14182         * docs/plugins/inspect/plugin-flxdec.xml:
14183         * docs/plugins/inspect/plugin-gconfelements.xml:
14184         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14185         * docs/plugins/inspect/plugin-goom.xml:
14186         * docs/plugins/inspect/plugin-halelements.xml:
14187         * docs/plugins/inspect/plugin-icydemux.xml:
14188         * docs/plugins/inspect/plugin-id3demux.xml:
14189         * docs/plugins/inspect/plugin-jpeg.xml:
14190         * docs/plugins/inspect/plugin-level.xml:
14191         * docs/plugins/inspect/plugin-matroska.xml:
14192         * docs/plugins/inspect/plugin-mulaw.xml:
14193         * docs/plugins/inspect/plugin-multipart.xml:
14194         * docs/plugins/inspect/plugin-navigationtest.xml:
14195         * docs/plugins/inspect/plugin-ossaudio.xml:
14196         * docs/plugins/inspect/plugin-png.xml:
14197         * docs/plugins/inspect/plugin-rtp.xml:
14198         * docs/plugins/inspect/plugin-rtsp.xml:
14199         * docs/plugins/inspect/plugin-shout2send.xml:
14200         * docs/plugins/inspect/plugin-smpte.xml:
14201         * docs/plugins/inspect/plugin-speex.xml:
14202         * docs/plugins/inspect/plugin-udp.xml:
14203         * docs/plugins/inspect/plugin-videobalance.xml:
14204         * docs/plugins/inspect/plugin-videobox.xml:
14205         * docs/plugins/inspect/plugin-videoflip.xml:
14206         * docs/plugins/inspect/plugin-videomixer.xml:
14207         * docs/plugins/inspect/plugin-wavenc.xml:
14208         * docs/plugins/inspect/plugin-wavparse.xml:
14209         * docs/plugins/inspect/plugin-ximagesrc.xml:
14210           Update files to CVS/Prerelease version, add esdsink docs.
14211
14212         * ext/esd/esdsink.c:
14213           Add gtk-doc blurb.
14214
14215         * gst/rtp/gstrtpmp4vpay.c:
14216           Fix typo in element description.
14217
14218 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14219
14220         * ext/esd/esdsink.c: (gst_esdsink_open),
14221         (gst_esdsink_factory_init):
14222           Prevent libesd from auto-spawning a sound daemon if it
14223           is not already running. Now that we don't do evil stuff
14224           like that any longer we can give esdsink a rank so that
14225           autoaudiosink will try it as well if all other audio
14226           sinks fail (#343051).
14227
14228 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14229
14230         * ext/esd/Makefile.am:
14231           Oops, need to remove README from EXTRA_DIST as well.
14232
14233 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14234
14235         * ext/esd/README:
14236           Remove, it contains nothing useful anyway.
14237
14238         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14239         (gst_esdsink_delay):
14240           Some small clean-ups; use GST_BOILERPLATE etc.
14241
14242 2006-07-24  Wim Taymans  <wim@fluendo.com>
14243
14244         * gst/law/alaw-decode.c: (alawdec_getcaps):
14245         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14246         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14247         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14248         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14249
14250 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14251
14252         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14253         (gst_wavparse_other), (gst_wavparse_perform_seek),
14254         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14255         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14256         (gst_wavparse_pad_query):
14257         * gst/wavparse/gstwavparse.h:
14258           Use information from 'fact' chunk for length calculation of compressed
14259           samples. Calculate bps if bogus value is found in wav header (embeded
14260           mp2/mp3).
14261           
14262
14263 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14264
14265         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14266
14267         * configure.ac:
14268         * gst/udp/Makefile.am:
14269         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14270         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14271         * gst/udp/gstdynudpsink.h:
14272         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14273         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14274         * gst/udp/gstmultiudpsink.h:
14275         * gst/udp/gstudp.c: (plugin_init):
14276         * gst/udp/gstudpsink.h:
14277         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14278         (gst_udpsrc_start), (gst_udpsrc_stop):
14279         * gst/udp/gstudpsrc.h:
14280         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14281         (gst_udp_net_utils_win32_wsa_startup):
14282         * gst/udp/gstudpnetutils.h:
14283           Port udp plugin to win32 (#345288).
14284
14285 2006-07-24  Wim Taymans  <wim@fluendo.com>
14286
14287         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14288         Remove unwanted DEBUG line.
14289
14290 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         * gst/id3demux/gstid3demux.c: (plugin_init):
14293         * gst/id3demux/id3tags.c:
14294         (id3demux_add_id3v2_frame_blob_to_taglist):
14295         * gst/id3demux/id3tags.h:
14296           On second thought, it might be wiser and more efficient
14297           not to do tag registration from a streaming thread.
14298
14299 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14300
14301         * gst/id3demux/id3tags.c:
14302         (id3demux_add_id3v2_frame_blob_to_taglist),
14303         (id3demux_id3v2_frames_to_tag_list):
14304           Put ID3v2 frames we can't parse as binary blobs into private
14305           tags, so that they are not lost when retagging, at least once
14306           id3v2mux has been taught to re-inject those frames again.
14307           See bug #334375.
14308
14309 2006-07-21  Wim Taymans  <wim@fluendo.com>
14310
14311         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14312         (gst_avi_demux_process_next_entry):
14313         Fix some leaks.
14314
14315         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14316         Don't use \n in debug lines.
14317
14318 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14319
14320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14321         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14322           Add annodex and icydemux, cleanup the sections a bit
14323
14324 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14325
14326         Patch by: Alex Lancaster <alexl at users sourceforge net>
14327
14328         * ext/taglib/gstid3v2mux.cc:
14329           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14330           ID3v2 TSSE frames (#347898).
14331
14332 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14333
14334         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14335           Respect mpegversion for "video/mpeg" and give message in case of
14336           unhandled versions.
14337
14338 2006-07-17  Wim Taymans  <wim@fluendo.com>
14339
14340         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14341         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14342         (gst_pngdec_chain), (gst_pngdec_sink_event),
14343         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14344         (gst_pngdec_sink_activate_push):
14345         * ext/libpng/gstpngdec.h:
14346         Use statically allocated segment instead of leaking.
14347         Various cleanups.
14348         Fix flush and seek handling.
14349
14350 2006-07-16  Wim Taymans  <wim@fluendo.com>
14351
14352         * gst/rtp/Makefile.am:
14353         * gst/rtp/gstrtp.c: (plugin_init):
14354         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14355         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14356         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14357         (gst_rtp_mp4g_depay_set_property),
14358         (gst_rtp_mp4g_depay_get_property),
14359         (gst_rtp_mp4g_depay_change_state),
14360         (gst_rtp_mp4g_depay_plugin_init):
14361         * gst/rtp/gstrtpmp4gdepay.h:
14362         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14363         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14364         (gst_rtp_mp4g_pay_flush):
14365         Added simple generic mpeg4 depayloader.
14366         Fix generic mpeg4 payloader.
14367
14368 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14369
14370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14371           Don't try doing state changes on a NULL pointer.
14372
14373 2006-07-14  Wim Taymans  <wim@fluendo.com>
14374
14375         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14376
14377         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14378         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14379         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14380         * gst/rtp/gstrtpamrdepay.h:
14381         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14382         Fixes #321191
14383
14384 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14385
14386         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14387         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14388         Fix segfault when moving mouse pointer to the bottom right corner.
14389
14390 2006-07-12  Wim Taymans  <wim@fluendo.com>
14391
14392         * gst/rtp/Makefile.am:
14393         * gst/rtp/gstrtp.c: (plugin_init):
14394         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14395         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14396         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14397         (gst_rtp_mp2t_depay_set_property),
14398         (gst_rtp_mp2t_depay_get_property),
14399         (gst_rtp_mp2t_depay_change_state),
14400         (gst_rtp_mp2t_depay_plugin_init):
14401         * gst/rtp/gstrtpmp2tdepay.h:
14402         Added mpeg2 TS depayloader. Closing #347234.
14403
14404 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14405
14406         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14407           Remove g_assert that shouldn't be there and was triggered
14408           after trying to open a device that doesn't exist or can't
14409           be opened for some other reason (#347972).
14410
14411 2006-07-10  Edward Hervey  <edward@fluendo.com>
14412
14413         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14414         (gst_avi_demux_stream_header), (push_tag_lists):
14415         * gst/avi/gstavidemux.h:
14416         Don't push tag events found by gst_riff_parse_info() before outputting
14417         GST_EVENT_NEWSEGMENT.
14418
14419 2006-07-10  Wim Taymans  <wim@fluendo.com>
14420
14421         * gst/rtsp/Makefile.am:
14422         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14423         (rtsp_connection_close):
14424         * gst/rtsp/rtspdefs.h:
14425         replaced closesocket and close in code with one CLOSE_SOCKET. 
14426         Some more cleanups. Fixes #345301.
14427
14428 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14429
14430         * gst/autodetect/gstautoaudiosink.c:
14431           Fix example pipeline in docs.
14432
14433 2006-07-10  Wim Taymans  <wim@fluendo.com>
14434
14435         Patch by: Rob Taylor <robtaylor at floopily dot org>
14436
14437         * gst/udp/gstmultiudpsink.c: (join_multicast),
14438         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14439         If a destination is added before the stream is set to PAUSED, the
14440         multicast group is not joined as the socket is not created yet. 
14441         Also TTL and LOOP should also be set. Fixes #346921.
14442
14443 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14444
14445         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14446         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14447         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14448         (gst_ximage_src_init):
14449         * sys/ximage/gstximagesrc.h:
14450         Fix use-damage property to actually work :)
14451         Add startx, starty, endx, endy properties so screencasts other than full
14452         screen ones can work.
14453
14454 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14455
14456         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14457         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14458         (gst_ximage_src_class_init), (gst_ximage_src_init):
14459         * sys/ximage/gstximagesrc.h:
14460         Add use_damage property to offer ability to choose whether to use
14461         XDamage or not.
14462
14463 2006-07-07  Wim Taymans  <wim@fluendo.com>
14464
14465         * gst/goom/filters.c: (zoomFilterSetResolution):
14466         Avoid goom coredumping by clearing memory. 
14467         Fixes 345679.
14468
14469 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14470
14471         * win32/vs6/libgstid3demux.dsp:
14472         Add a link to libgsttag-0.10.lib.
14473
14474 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14475
14476         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14477         (gst_tag_demux_read_range):
14478         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14479         (gst_id3demux_read_range):
14480           Don't return FLOW_UNEXPECTED when a buffer is before
14481           the start of the stream (which might happen with
14482           large ID3v2 tags if the tag reading was done pullrange
14483           based and we then switched to push mode later on).
14484           Fixes regression introduced by commit from June 29th.
14485
14486 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14487
14488         * ext/taglib/gstid3v2mux.cc:
14489           Make UTF-8 the default encoding when writing string
14490           tags (before, our UTF-8 strings would automatically
14491           be converted to ISO-8859-1 by taglib and written as
14492           ISO-8859-1 fields if that was possible).
14493
14494         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14495         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14496         (test_taglib_id3mux_with_tags):
14497           Add test case that makes sure our UTF-8 strings have
14498           actually been written into the tag as UTF-8.
14499
14500 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14501
14502         * configure.ac:
14503           Let's try that again.
14504
14505 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14506
14507         * configure.ac:
14508           Disable monoscope plugin for now until it fulfills
14509           all the requirements.
14510
14511 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14512
14513         * configure.ac:
14514         * gst/monoscope/Makefile.am:
14515         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14516         (gst_monoscope_class_init), (gst_monoscope_init),
14517         (gst_monoscope_finalize), (gst_monoscope_reset),
14518         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14519         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14520         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14521         (gst_monoscope_change_state), (plugin_init):
14522         * gst/monoscope/gstmonoscope.h:
14523           Port monoscope visualisation to 0.10.
14524
14525 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14526
14527         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14528         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14529           Return FLOW_UNEXPECTED when at the end of the file, not
14530           FLOW_ERROR. Fixes 'internal stream error' errors that
14531           would sometimes occur in totem when scrubbing to the
14532           end of an ID3v1 tagged mp3 file.
14533
14534 2006-07-03  Edward Hervey  <edward@fluendo.com>
14535
14536         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14537         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14538         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14539         * ext/libpng/gstpngdec.h:
14540         Implement buffer clipping/dropping using GstSegment.
14541         This provides accurate seeking.
14542
14543 2006-07-03  Edward Hervey  <edward@fluendo.com>
14544
14545         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14546         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14547         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14548         (gst_avi_demux_process_next_entry), (push_tag_lists),
14549         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14550         * gst/avi/gstavidemux.h:
14551         Proper aggregation of each stream's GstFlowReturn in order to figure out
14552         whether the task should stop or not.
14553         Don't send inline events before pushing out a NEW_SEGMENT, more
14554         specifically for GST_TAG_EVENT.
14555         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14556         sub-indexes.
14557
14558 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14559
14560         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14561
14562         * sys/sunaudio/gstsunaudiomixerctrl.c:
14563         (gst_sunaudiomixer_ctrl_build_list):
14564           Move "Monitor" slider to input tab so it works more like
14565           sdtaudiocontrol, which is what people on Solaris are used
14566           to using for their mixer program (#346259).
14567
14568 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14569
14570         * tests/check/elements/level.c: (GST_START_TEST):
14571           fix a leak, clean up at the end
14572
14573 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14574
14575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14576         (gst_matroska_demux_send_event),
14577         (gst_matroska_demux_loop_stream_parse_id):
14578         * gst/matroska/matroska-ids.h:
14579           Send tag event after newsegment event.
14580
14581 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14582
14583         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14584         (gst_id3demux_read_range):
14585           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14586           certain cases where a read beyond the end of the file is
14587           requested. Fixes #345930.
14588
14589         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14590         (gst_tag_demux_read_range):
14591           Fix same issue here as well.
14592
14593 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14594
14595         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14596         
14597         Fix hypothetical crash.
14598
14599 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14600
14601         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14602
14603         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14604           Do not modify the ports value. If the user has turned off the
14605           built-in speakers, then we should not reset it in the prepare
14606           function, since this causes the built-in speakers to turn
14607           back on anytime the user changes a track in totem, rhythmbox,
14608           etc. (#346066).
14609
14610 2006-06-23  Wim Taymans  <wim@fluendo.com>
14611
14612         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14613         Fix double caps unref when negotiation fails.
14614
14615 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14616
14617         * ext/annodex/gstcmmldec.c:
14618         * ext/annodex/gstcmmlenc.c:
14619         * ext/annodex/gstcmmlparser.c:
14620         * ext/dv/gstdvdec.c:
14621         * ext/dv/gstdvdemux.c:
14622         * ext/gdk_pixbuf/pixbufscale.c:
14623         * ext/jpeg/gstjpegenc.c:
14624         * ext/jpeg/gstsmokedec.c:
14625         * ext/jpeg/gstsmokeenc.c:
14626         * ext/libpng/gstpngdec.c:
14627         * ext/libpng/gstpngenc.c:
14628         * ext/speex/gstspeexenc.c:
14629         * gst/alpha/gstalphacolor.c:
14630         * gst/cutter/gstcutter.c:
14631         * gst/debug/gstnavigationtest.c:
14632         * gst/icydemux/gsticydemux.c:
14633         * gst/level/gstlevel.c:
14634         * gst/multipart/multipart.c:
14635         * gst/rtp/gstrtpamrpay.c:
14636         * gst/rtp/gstrtpdepay.c:
14637         * gst/rtp/gstrtpilbcpay.c:
14638         * gst/rtp/gstrtpmp4gpay.c:
14639         * gst/rtp/gstrtpmp4vpay.c:
14640         * gst/rtsp/gstrtpdec.c:
14641         * gst/rtsp/gstrtspsrc.c:
14642         * gst/udp/gstdynudpsink.c:
14643         * gst/udp/gstmultiudpsink.c:
14644         * gst/udp/gstudpsrc.c:
14645         * gst/videobox/gstvideobox.c:
14646         * gst/videofilter/gstvideoflip.c:
14647           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14648           plus two minor macro fixes.
14649
14650 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14651
14652         * gst/matroska/matroska-demux.c:
14653         (gst_matroska_demux_check_subtitle_buffer),
14654         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14655         (gst_matroska_demux_subtitle_caps):
14656         * gst/matroska/matroska-ids.c:
14657         (gst_matroska_track_init_subtitle_context):
14658         * gst/matroska/matroska-ids.h:
14659           Try to fix up broken matroska files containing subtitle
14660           streams with non-UTF8 character encodings (courtesy of
14661           mkvmerge) using either the encoding specified in the
14662           GST_SUBTITLE_ENCODING environment variable or the
14663           current locale's character set if it is non-UTF8.
14664           Fixes #337076.
14665
14666 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14667
14668         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14669           Set image type from APIC frame as "image-type" field
14670           of GST_TAG_IMAGE buffer caps (#344605).
14671
14672 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14673
14674         * ext/flac/Makefile.am:
14675         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14676         (gst_flac_dec_reset_decoders),
14677         (gst_flac_dec_setup_seekable_decoder),
14678         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14679         (gst_flac_dec_metadata_callback),
14680         (gst_flac_dec_metadata_callback_seekable),
14681         (gst_flac_dec_metadata_callback_stream),
14682         (gst_flac_dec_error_callback),
14683         (gst_flac_dec_error_callback_seekable),
14684         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14685         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14686         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14687         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14688         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14689         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14690         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14691         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14692         (gst_flac_dec_sink_activate_push),
14693         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14694         * ext/flac/gstflacdec.h:
14695           Support chain-based operation, should make flac-over-DAAP
14696           work (#340492).
14697
14698 2006-06-20  Wim Taymans  <wim@fluendo.com>
14699
14700         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14701         Doc updates, merge some unused symbols.
14702
14703 2006-06-20  Wim Taymans  <wim@fluendo.com>
14704
14705         * docs/plugins/Makefile.am:
14706         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14707         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14708         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14709         * gst/rtsp/gstrtspsrc.c:
14710         * gst/rtsp/gstrtspsrc.h:
14711         Added documentation for the rtsp plugin. Fixes #345393.
14712
14713 2006-06-20  Wim Taymans  <wim@fluendo.com>
14714
14715         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14716         (rtsp_connection_close), (rtsp_connection_free):
14717         Use better G_OS_* macros. Fixes #345301 some more.
14718
14719 2006-06-20  Wim Taymans  <wim@fluendo.com>
14720
14721         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14722
14723         * sys/sunaudio/Makefile.am:
14724         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14725         * sys/sunaudio/gstsunaudiomixerctrl.c:
14726         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14727         (gst_sunaudiomixer_ctrl_list_tracks),
14728         (gst_sunaudiomixer_ctrl_get_volume),
14729         (gst_sunaudiomixer_ctrl_set_volume),
14730         (gst_sunaudiomixer_ctrl_set_mute),
14731         (gst_sunaudiomixer_ctrl_set_record):
14732         * sys/sunaudio/gstsunaudiomixerctrl.h:
14733         * sys/sunaudio/gstsunaudiomixertrack.c:
14734         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14735         * sys/sunaudio/gstsunaudiomixertrack.h:
14736         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14737         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14738         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14739         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14740         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14741         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14742         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14743         (gst_sunaudiosrc_reset):
14744         * sys/sunaudio/gstsunaudiosrc.h:
14745         Add a SunAudio source plugin.
14746         Support stereo and right/left channel gain in the mixer plugin.
14747         Support the RECORD flag so that you can switch between line-input and
14748         microphone in gnome-volume-control.
14749         Code cleanups like using an enumerator for track number instead of an 
14750         integer. Fixes #344923.
14751
14752 2006-06-20  Wim Taymans  <wim@fluendo.com>
14753
14754         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14755
14756         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14757         (rtsp_connection_close):
14758         Make RTSP plugin compile on windows. Fixes #345301.
14759         Some changes to original patch to catch errors better.
14760         use ifdef WIN32 instead of ifndef.
14761
14762 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14763
14764         * configure.ac:
14765         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14766
14767 2006-06-18  Edward Hervey  <edward@fluendo.com>
14768
14769         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14770         After a failed buffer alloc, we need to abort the jpeg decoding (it
14771         started when parsing headers to figure out how many bytes we need
14772         to request downstream).
14773
14774 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14777
14778         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14779           Make sure we don't read beyond the end of the file (#345232).
14780
14781 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14782
14783         * configure.ac:
14784           Fix --disable-external (can't set conditionals conditionally,
14785           #343602).
14786
14787 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14788
14789         * autogen.sh:
14790         * configure.ac:
14791         * docs/Makefile.am:
14792           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14793
14794         * docs/plugins/Makefile.am:
14795         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14796         * docs/plugins/inspect/plugin-taglib.xml:
14797           Add/fix apev2mux docs.
14798
14799 2006-06-14  Wim Taymans  <wim@fluendo.com>
14800
14801         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14802         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14803         (gst_dvdec_change_state):
14804         Reset segment info on flush.
14805         Alloc segment in _init, free in _finalize.
14806
14807         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14808         Don't send segments twice.
14809
14810 2006-06-14  Wim Taymans  <wim@fluendo.com>
14811
14812         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14813         Respect segment.stop. Fixes #342592.
14814
14815 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14816
14817         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14818           No language specified means the implied language is English
14819           according to the matroska spec (partially fixes #344708);
14820           add some more debug output.
14821
14822 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14823
14824         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14825         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14826         (gst_wavparse_chain):
14827           When operating chain-based, don't make any assumptions about the
14828           chunking of the incoming data and make streaming work on days other
14829           than the second Thursday after a full moon. Also fix up debug
14830           messages here and there and make use of the most excellent new
14831           gst_pad_query_peer_duration() utility function.
14832           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14833
14834         * gst/wavparse/gstwavparse.h:
14835           Remove trailing comma after last enum value, some compilers don't
14836           like that.
14837
14838 2006-06-13  Wim Taymans  <wim@fluendo.com>
14839
14840         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14841         Handle premature EOS gracefully.
14842
14843 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14844
14845         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14846           Prevent out of bounds array access when scrubbing towards
14847           the end of the file between the last index entry and the
14848           end. Fixes occasional 'start <= stop' newsegment event
14849           assertions when scrubbing in MJPEG files.
14850
14851 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14852
14853         * tests/check/elements/.cvsignore:
14854           And another one.
14855
14856 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14857
14858         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14859         (scan_encoded_string), (parse_picture_frame):
14860           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14861
14862         * configure.ac:
14863           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14864           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14865
14866 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14867
14868         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14869           gratuitous comment changes
14870         * tests/check/elements/level.c: (GST_START_TEST):
14871           fix level test leaks
14872
14873 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14874
14875         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14876         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14877           Use gst_pad_query_peer_duration() utility function here.
14878
14879 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14880
14881         * autogen.sh:
14882           require am17
14883         * configure.ac:
14884         * ext/annodex/Makefile.am:
14885         * ext/cdio/Makefile.am:
14886         * ext/dv/Makefile.am:
14887         * ext/esd/Makefile.am:
14888         * ext/flac/Makefile.am:
14889         * ext/gdk_pixbuf/Makefile.am:
14890         * ext/ladspa/Makefile.am:
14891         * ext/libcaca/Makefile.am:
14892         * ext/speex/Makefile.am:
14893         * ext/taglib/Makefile.am:
14894         * sys/oss/Makefile.am:
14895         * sys/sunaudio/Makefile.am:
14896         * sys/ximage/Makefile.am:
14897           clean up build further
14898
14899 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14900
14901         * gconf/Makefile.am:
14902           Honour --disable-schemas-install configure option. Fixes #344100.
14903
14904 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14905
14906         * tests/examples/level/Makefile.am:
14907           Add -lm to LIBS for pow() function, don't assume one of our
14908           dependencies (such as libxml-2.0) drags it in automatically
14909           (#343603).
14910
14911 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14912
14913         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14914
14915         * configure.ac:
14916           We should use $SED and not $(SED) in configure.ac (#343678).
14917
14918 2006-06-09  Wim Taymans  <wim@fluendo.com>
14919
14920         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14921
14922         * sys/sunaudio/gstsunaudiomixerctrl.c:
14923         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14924         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14925         (gst_sunaudiomixer_ctrl_set_mute):
14926         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14927         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14928         (gst_sunaudiosink_write):
14929         Attached find a patch that fixes a number of bugs with the SunAudio
14930         mixer plugin and fixes #344101:
14931         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14932            tracks onto the tracklist causing gnome-volume-control's preferences
14933            dialog to be messed up and would core dump if you checked/unchecked
14934            any item.
14935         2. We weren't previously setting the MUTE flag properly.  Fixing this
14936            makes gnome-volume-control work better.
14937         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14938            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14939            gnome-volume-control look better.
14940         Also some minor cleanup in gstsunaudiosink.c.
14941
14942 2006-06-09  Wim Taymans  <wim@fluendo.com>
14943
14944         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14945         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14946         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14947         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14948         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14949         * ext/jpeg/gstjpegdec.h:
14950         API: Added IDCT method property
14951         Small cleanups.
14952         Avoid dynamic allocation of trivial fixed structure.
14953         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
14954
14955 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14956
14957         * configure.ac:
14958         We now require libraw1394 >= 1.1.0 and that version onwards all
14959         have .pc files.
14960
14961 2006-06-02  Edward Hervey  <edward@fluendo.com>
14962
14963         * gst/law/alaw-decode.c: (alawdec_getcaps): 
14964         Trying to get items from an ANY or EMPTY caps is ... stupid.
14965
14966 2006-06-02  Edward Hervey  <edward@fluendo.com>
14967
14968         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
14969         (gst_dvdec_chain), (gst_dvdec_change_state):
14970         * ext/dv/gstdvdec.h:
14971         Added GstSegment handling, now implements dropping/clipping.
14972
14973 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14974
14975         * ext/aalib/gstaasink.h:
14976         * ext/annodex/gstcmmldec.h:
14977         * ext/cairo/gsttimeoverlay.h:
14978         * ext/dv/gstdvdec.h:
14979         * ext/dv/gstdvdemux.h:
14980         * ext/esd/esdmon.h:
14981         * ext/esd/esdsink.h:
14982         * ext/flac/gstflacenc.h:
14983         * ext/gconf/gstgconfaudiosink.h:
14984         * ext/gconf/gstgconfaudiosrc.h:
14985         * ext/gconf/gstgconfvideosink.h:
14986         * ext/gconf/gstgconfvideosrc.h:
14987         * ext/gdk_pixbuf/gstgdkanimation.h:
14988         * ext/gdk_pixbuf/pixbufscale.h:
14989         * ext/hal/gsthalaudiosink.h:
14990         * ext/hal/gsthalaudiosrc.h:
14991         * ext/jpeg/gstjpegenc.h:
14992         * ext/jpeg/gstsmokedec.h:
14993         * ext/jpeg/gstsmokeenc.h:
14994         * ext/libcaca/gstcacasink.h:
14995         * ext/libmng/gstmngdec.h:
14996         * ext/libmng/gstmngenc.h:
14997         * ext/libpng/gstpngdec.h:
14998         * ext/libpng/gstpngenc.h:
14999         * ext/raw1394/gstdv1394src.h:
15000         * ext/speex/gstspeexenc.h:
15001         * gst/autodetect/gstautoaudiosink.h:
15002         * gst/autodetect/gstautovideosink.h:
15003         * gst/avi/gstavidemux.h:
15004         * gst/cutter/gstcutter.h:
15005         * gst/debug/efence.h:
15006         * gst/debug/gstnavigationtest.h:
15007         * gst/debug/gstnavseek.h:
15008         * gst/flx/gstflxdec.h:
15009         * gst/goom/gstgoom.h:
15010         * gst/icydemux/gsticydemux.h:
15011         * gst/id3demux/gstid3demux.h:
15012         * gst/law/alaw-decode.h:
15013         * gst/law/alaw-encode.h:
15014         * gst/law/mulaw-decode.h:
15015         * gst/law/mulaw-encode.h:
15016         * gst/matroska/matroska-mux.h:
15017         * gst/median/gstmedian.h:
15018         * gst/oldcore/gstaggregator.h:
15019         * gst/oldcore/gstfdsink.h:
15020         * gst/oldcore/gstmd5sink.h:
15021         * gst/oldcore/gstmultifilesrc.h:
15022         * gst/oldcore/gstpipefilter.h:
15023         * gst/oldcore/gstshaper.h:
15024         * gst/oldcore/gststatistics.h:
15025         * gst/rtp/gstasteriskh263.h:
15026         * gst/rtp/gstrtpL16depay.h:
15027         * gst/rtp/gstrtpL16pay.h:
15028         * gst/rtp/gstrtpamrdepay.h:
15029         * gst/rtp/gstrtpamrpay.h:
15030         * gst/rtp/gstrtpdepay.h:
15031         * gst/rtp/gstrtpgsmdepay.h:
15032         * gst/rtp/gstrtpgsmpay.h:
15033         * gst/rtp/gstrtph263pay.h:
15034         * gst/rtp/gstrtph263pdepay.h:
15035         * gst/rtp/gstrtph263ppay.h:
15036         * gst/rtp/gstrtpmp4gpay.h:
15037         * gst/rtp/gstrtpmp4vdepay.h:
15038         * gst/rtp/gstrtpmp4vpay.h:
15039         * gst/rtp/gstrtpmpadepay.h:
15040         * gst/rtp/gstrtpmpapay.h:
15041         * gst/rtp/gstrtppcmadepay.h:
15042         * gst/rtp/gstrtppcmapay.h:
15043         * gst/rtp/gstrtppcmudepay.h:
15044         * gst/rtp/gstrtppcmupay.h:
15045         * gst/rtp/gstrtpspeexdepay.h:
15046         * gst/rtp/gstrtpspeexpay.h:
15047         * gst/rtsp/gstrtpdec.h:
15048         * gst/rtsp/gstrtspsrc.h:
15049         * gst/smpte/gstsmpte.h:
15050         * gst/udp/gstdynudpsink.h:
15051         * gst/udp/gstmultiudpsink.h:
15052         * gst/udp/gstudpsink.h:
15053         * gst/udp/gstudpsrc.h:
15054         * gst/videofilter/gstvideobalance.h:
15055         * gst/videofilter/gstvideoflip.h:
15056         * sys/oss/gstossdmabuffer.h:
15057         * sys/oss/gstossmixerelement.h:
15058         * sys/oss/gstosssink.h:
15059         * sys/oss/gstosssrc.h:
15060         * sys/osxvideo/osxvideosink.h:
15061         * sys/sunaudio/gstsunaudiomixer.h:
15062         * sys/sunaudio/gstsunaudiosink.h:
15063         * sys/ximage/gstximagesrc.h:
15064         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15065
15066 2006-05-31  Wim Taymans  <wim@fluendo.com>
15067
15068         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15069         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15070         (gst_goom_src_setcaps), (gst_goom_src_event),
15071         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15072         (gst_goom_change_state):
15073         * gst/goom/gstgoom.h:
15074         Handle QoS.
15075         Handle flushing, discont and events.
15076         Fix timestamps and various other cleanups.
15077
15078 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15079
15080         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15081         Fix bus reset when using libiec61883
15082
15083 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15084
15085         * configure.ac:
15086         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15087         * ext/raw1394/Makefile.am:
15088         Add CFLAGS.
15089         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15090         New method, to receive using libiec61883.
15091         (gst_dv1394src_iso_receive),
15092         #ifdef'd out if libiec61883 is present.
15093         (gst_dv1394src_bus_reset),
15094         Get userdata correctly if using libiec61883. 
15095         (gst_dv1394src_create),
15096         When using libiec61883, only poll one fd and no need to read.
15097         (gst_dv1394src_discover_avc_node),
15098         Replace g_warnings.
15099         (gst_dv1394src_start),
15100         Create new handle when we know which dv port.  More reliable
15101         than setting port on an existing handle.  Initialise libiec61883.
15102         (gst_dv1394src_stop):
15103         If using libiec61883, then cleanup its handle properly.
15104         * ext/raw1394/gstdv1394src.h:
15105         Add libiec61883 handle.
15106
15107 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15108
15109         * gst/avi/gstavidemux.c:
15110           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15111         * win32/MANIFEST:
15112           sort file listing
15113         * win32/vs6/libgstavi.dsp:
15114           add gstavimux.c to the project
15115         * win32/vs6/libgstid3demux.dsp:
15116           add link to zlib library
15117         * win32/vs6/libgstmatroska.dsp:
15118           add matroska-ids.c to the project
15119
15120 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15121
15122         Patch by: Sebastian Dröge  <mail at slomosnail de >
15123
15124         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15125         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15126         * ext/taglib/Makefile.am:
15127         * ext/taglib/gstapev2mux.cc:
15128         * ext/taglib/gstapev2mux.h:
15129         * ext/taglib/gstid3v2mux.cc:
15130         * ext/taglib/gsttaglibmux.c: (plugin_init):
15131         * ext/taglib/gsttaglibmux.h:
15132           Add apev2mux element (#343122).
15133         
15134         * tests/check/Makefile.am:
15135         * tests/check/elements/apev2mux.c:
15136         (test_taglib_apev2mux_create_tags),
15137         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15138         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15139         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15140         (apev2mux_suite), (main):
15141           Add unit test for apev2mux element.
15142
15143 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15144
15145         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15146         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15147         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15148           GST_PTR_FORMAT should be used to print caps in debug statements.
15149
15150 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15151
15152         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15153
15154         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15155         (ape_demux_parse_tags):
15156           Some clean-ups and additions: map APE 'file' tag to
15157           GST_TAG_LOCATION (#343123); add support for extracting
15158           the track count and clean up parsing a bit (#343127).
15159
15160 2006-05-28  Edward Hervey  <edward@fluendo.com>
15161
15162         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15163         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15164
15165 2006-05-28  Edward Hervey  <edward@fluendo.com>
15166
15167         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15168         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15169         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15170         * ext/jpeg/gstjpegdec.h:
15171         Clip outgoing buffers according to currently configured segment.
15172
15173 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15174
15175         * ext/taglib/gstid3v2mux.cc:
15176           Handle  writing of track-count or album-volume-count without
15177           track-number or albume-volume-number (in this case the number
15178           will just be set to 0).
15179
15180         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15181           It would be nice if we actually checked the values received for
15182           track/album-volume number/count in  _check_tags(), rather than
15183           setting them again ...
15184
15185 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15186
15187         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15188           A track/volume number or count of 0 does not make sense,
15189           just ignore it along with negative numbers (a tag might
15190           only contain a track count without a track number).
15191
15192 2006-05-27  Edward Hervey  <edward@fluendo.com>
15193
15194         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15195         (gst_jpeg_dec_sink_event):
15196         Abort decompression when receiving FLUSH_STOP. This should avoid
15197         issues when interrupting decoding with flushes.
15198
15199 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15200
15201         * ext/flac/gstflac.c:
15202           Don't #include file we don't dist any longer.
15203
15204 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15205
15206         * README:
15207           Replace current README (containing the release notes from
15208           some 0.9.x version) with a proper README taken from the core.
15209
15210 2006-05-24  Wim Taymans  <wim@fluendo.com>
15211
15212         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15213         Implement EOS correctly by either posting
15214         SEGMENT_DONE or pushing an EOS message depending
15215         on the seek type. Fixes #342592
15216
15217 2006-05-24  Wim Taymans  <wim@fluendo.com>
15218
15219         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15220         * gst/law/alaw-decode.h:
15221         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15222         * gst/law/alaw-encode.h:
15223         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15224         * gst/law/mulaw-decode.h:
15225         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15226         * gst/law/mulaw-encode.h:
15227         Some cleanups in the chain functions.
15228         Remove some GStreamer 0.0.2 bits.
15229
15230 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15231
15232         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15233
15234         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15235           gst_collect_pads_stop() needs to be called before chaining up
15236           to the parent class (#342734).
15237
15238 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15239
15240         * ext/flac/Makefile.am:
15241         * ext/flac/flac_compat.h:
15242         * ext/flac/gstflac.c:
15243         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15244         * ext/flac/gstflacenc.c:
15245           Remove backwards compatibility cruft for dealing with FLAC API
15246           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15247
15248 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15249
15250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15251         (gst_matroska_demux_push_xiph_codec_priv_data),
15252         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15253         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15254         * gst/matroska/matroska-ids.h:
15255         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15256         (gst_matroska_mux_video_pad_setcaps),
15257         (xiph3_streamheader_to_codecdata),
15258         (vorbis_streamheader_to_codecdata),
15259         (theora_streamheader_to_codecdata),
15260         (gst_matroska_mux_audio_pad_setcaps),
15261         (gst_matroska_mux_write_data):
15262           Add support for muxing/demuxing theora video (#342448; too bad
15263           none of the usual linux players can actually play this). Playback
15264           in GStreamer will require additional changes to theoradec in -base.
15265           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15266           cleanups.
15267
15268 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15269
15270         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15271         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15272           Fix crashes when the horizontal subsampling is 1.
15273           Fixes #342097.
15274
15275 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15276
15277         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15278
15279         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15280         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15281         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15282         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15283         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15284         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15285         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15286         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15287         (gst_avi_mux_change_state):
15288         * gst/avi/gstavimux.h:
15289           Some enhancements for avimux (#342526):
15290            - add odml (large file) index support
15291            - store codec init data (e.g. huffyuv)
15292            - miscellaneous other fixes/cleanups
15293
15294 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15295
15296         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15297         Don't output any tag when we encounter a negative track number - the
15298         tag type is uint, so we end up outputting huge positive numbers
15299         instead. (Fixes: #342029)
15300
15301 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15302
15303         * configure.ac:
15304           update for new GSTPB_PLUGINS_DIR
15305
15306 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15307
15308         * rtp/gst/gstrtph263pay.c:
15309         Properly set static caps for H263 at 34.
15310
15311 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15312
15313         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15314
15315         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15316           Merge event tags and tag setter tags correctly (#339918). Also,
15317           don't leak taglist in case of an error.
15318           
15319 2006-05-17  Edward Hervey  <edward@fluendo.com>
15320
15321         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15322         We can only do caps intersection if the othercaps are non-empty and not
15323         ANY. Else we return the pad template (base_caps).
15324
15325 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15326
15327         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15328           Fix crash when outputting debugging information for certain
15329           pictures (always good to use the right struct member for
15330           the number of records in an array).
15331
15332 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15333
15334         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15335
15336         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15337         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15338         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15339         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15340         (gst_ebml_read_float), (gst_ebml_read_ascii),
15341         (gst_ebml_read_binary):
15342           Don't create unnecessary sub-buffers all the time. Dramatically
15343           improves performance with multiple concurrently running
15344           matroskademux instances (#341818) (and avoids doing
15345           unnecessarily inefficient things in the general case).
15346
15347 2006-05-16  Edward Hervey  <edward@fluendo.com>
15348
15349         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15350         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15351         return value of gst_pad_push_event().
15352
15353 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15354
15355         * gst/autodetect/gstautoaudiosink.c:
15356         (gst_auto_audio_sink_find_best):
15357         * gst/autodetect/gstautovideosink.c:
15358         (gst_auto_video_sink_find_best):
15359         Make the name of the child element be based on the name of the
15360         parent, so that debug output is more useful.
15361         
15362         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15363         (parse_insert_string_field), (parse_split_strings):
15364         Rework string parsing to always walk over BOM markers in UTF16
15365         strings, using the endianness indicated by the innermost one,
15366         then trying the opposite endianness if that fails to convert
15367         to valid UTF-8. Fixes #341774
15368
15369 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15370
15371         Patch from: Matthieu <matthieu at fluendo dot com>
15372
15373         * ext/libpng/Makefile.am:
15374         Add LIBPNG_CFLAGS.
15375
15376 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15377
15378         * ext/taglib/gstid3v2mux.cc:
15379           Add support for writing images (APIC frames) into ID3v2
15380           tags (picture type always set to 'other' for now though).
15381
15382 2006-05-14  Michael Smith  <msmith@fluendo.com>
15383
15384         * gst/wavparse/gstwavparse.c:
15385           Update docs; wavparse implements push and pull modes.
15386
15387 2006-05-12  Wim Taymans  <wim@fluendo.com>
15388
15389         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15390         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15391         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15392         Ooops, bitten by the copy-and-paste design paradigm, fixes
15393         seek again.
15394
15395 2006-05-12  Wim Taymans  <wim@fluendo.com>
15396
15397         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15398         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15399         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15400         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15401         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15402         (gst_avi_demux_massage_index),
15403         (gst_avi_demux_calculate_durations_from_index),
15404         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15405         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15406         (gst_avi_demux_loop):
15407         * gst/avi/gstavidemux.h:
15408         Some cleanups, prepare to use GstSegment.
15409         Fix error in entry walking code.
15410         Fix VBR detection.
15411         Smarter timestamp calculation code.
15412         Uniform error/eos handling.
15413
15414 2006-05-12  Michael Smith  <msmith@fluendo.com>
15415
15416         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15417         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15418           Fix use of uninitialised values if we're NOT seeking in ready.
15419           Fix typos.
15420
15421 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15422
15423         * gst/wavparse/Makefile.am:
15424           Add CFLAGS and LIBS for libgstbase, fixes build on
15425           Cygwin (#341489).
15426
15427 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15428
15429         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15430           Some more debug info. No need to check whether the string
15431           returned by g_convert() is really UTF-8 - either it is or
15432           we get NULL returned.
15433
15434 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15435
15436         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15437           Fix parsing of numeric genre strings some more, by ensuring that
15438           we only try and parse strings that a) Start with '(' and b) Consist
15439           only of digits.
15440           Also, when finding an escaping '((' sequence, bust it back to '(' by
15441           swallowing the first parenthesis
15442
15443 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15446         (gst_esdsink_open), (gst_esdsink_close):
15447         * ext/esd/esdsink.h:
15448           Move the esd_get_server_info() into gst_esdsink_open() and fail
15449           with a decent error message on errors.
15450
15451 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15452
15453         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15454         (gst_esdmon_channels_get_type):
15455         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15456         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15457         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15458         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15459         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15460         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15461         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15462         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15463         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15464         * gst/videomixer/videomixer.c:
15465         (gst_video_mixer_background_get_type):
15466           Const-ify GEnumValue arrays.
15467
15468 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15469
15470         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15471
15472         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15473         (gst_avi_mux_do_video_buffer):
15474           Work around gst_buffer_make_metadata_writable() bug that
15475           results in avimux marking all frames in the index as
15476           keyframes (#340859).
15477           
15478 2006-05-08  Wim Taymans  <wim@fluendo.com>
15479
15480         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15481         Make parsing of urls suck slightly less.
15482
15483 2006-05-08  Edward Hervey  <edward@fluendo.com>
15484
15485         * autogen.sh: (CONFIGURE_DEF_OPT): 
15486         libtoolize on Darwin/MacOSX is called glibtoolize.
15487
15488 2006-05-08  Wim Taymans  <wim@fluendo.com>
15489
15490         Patch by: Jens Granseuer <jensgr at gmx dot net>
15491
15492         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15493         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15494         C89 compliance fixes. Fixes #340980
15495
15496 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15497
15498         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15499         * ext/flac/gstflacdec.h:
15500           Handle segment seeks that include the end of the file as stop point
15501           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15502           message instead of an EOS event in case we're in segment seek
15503           mode (fixes #340699).
15504           
15505 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15506
15507         * ext/cairo/gsttextoverlay.c:
15508         * ext/flac/gstflacdec.c:
15509         * ext/gdk_pixbuf/pixbufscale.c:
15510         * gst/apetag/gstapedemux.c:
15511         * gst/debug/breakmydata.c:
15512         * gst/debug/testplugin.c:
15513         * gst/matroska/ebml-write.c:
15514         * gst/multipart/multipartdemux.c:
15515         * sys/osxaudio/gstosxaudiosink.c:
15516         * sys/osxaudio/gstosxaudiosrc.c:
15517         Add semicolons after GST_BOILERPLATE[_FULL] so that
15518         indent doesn't mess up following lines.
15519
15520 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15521
15522         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15523
15524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15525           Don't leak caps when freeing the stream context (#340623).
15526
15527 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15528
15529         * configure.ac:
15530           Back to CVS
15531
15532 === release 0.10.3 ===
15533
15534 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15535
15536         * configure.ac:
15537           releasing 0.10.3, "Desplazado"
15538
15539 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15540
15541         * gst/matroska/matroska-mux.c:
15542         (gst_matroska_mux_stream_is_vorbis_header),
15543         (gst_matroska_mux_write_data):
15544           Don't strcmp() NULL strings.
15545           Only start new clusters on video keyframes, not on any
15546           random audio buffer that doesn't have the DELTA_UNIT
15547           flag set (fixes 'make check' again).
15548
15549 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15550
15551         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15552
15553         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15554         (gst_matroska_mux_stream_is_vorbis_header),
15555         (gst_matroska_mux_write_data):
15556           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15557           value and then dead-lock when muxing vorbis audio streams
15558           (the three vorbis header buffers carry no timestamp, and it
15559           would try to mux these after all video buffers). Fixes #340346.
15560
15561           Improve clustering: start a new cluster also whenever we get
15562           a keyframe.     
15563
15564 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15565
15566         * win32/common/config.h:
15567         * win32/MANIFEST
15568           add the generated file as well
15569
15570 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15571
15572         * Makefile.am:
15573         * configure.ac:
15574         * win32/common/config.h.in:
15575           add win32 stuff
15576
15577 2006-05-03  Michael Smith  <msmith@fluendo.com>
15578
15579         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15580           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15581           SUCKS.
15582
15583 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15584
15585         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15586         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15587         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15588           don't leak caps-string
15589
15590 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15591
15592         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15593         (gst_id3demux_sink_activate):
15594           Let core insert default error message for TYPE_NOT_FOUND
15595           errors, it's just as good as our own and has the added
15596           bonus of being translated.
15597
15598 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15599
15600         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15601         (gst_tag_demux_sink_event):
15602         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15603         (gst_id3demux_sink_event):
15604           Post an error message when we get an EOS event and were not
15605           able to find out the type of stream.
15606
15607         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15608         (test_taglib_id3mux_with_tags):
15609           Decrease num-buffers to 16 per iteration again, otherwise the
15610           many memcpy()s and reallocations in the test will hammer slow
15611           CPUs completely and make the test timeout.
15612
15613 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15614
15615         * configure.ac:
15616           figure out where plugins-base plugins are
15617         * tests/check/Makefile.am:
15618           use plugins-base plugins, so we have typefind functions
15619         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15620           increase num-buffers, this makes sure the test errors out instead
15621           of timing out when no typefind functions are present
15622
15623 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15624
15625         * docs/plugins/Makefile.am:
15626           also check .cc files for gtk-doc markup
15627         * configure.ac:
15628         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15630         * tests/check/Makefile.am:
15631         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15632         * ext/Makefile.am:
15633         * ext/taglib/Makefile.am:
15634         * ext/taglib/gstid3v2mux.h:
15635         * ext/taglib/gsttaglibmux.c:
15636         * ext/taglib/gsttaglibmux.h:
15637           move taglib-based id3v2muxer to -good.  Fixes #336110.
15638
15639 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15640
15641         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15642           ... and fix multichannel/WAVFORMATEX support again.
15643
15644 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15645
15646         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15647         (gst_wavparse_class_init), (gst_wavparse_dispose),
15648         (gst_wavparse_reset), (gst_wavparse_init),
15649         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15650         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15651         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15652         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15653         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15654         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15655         (gst_wavparse_stream_data), (gst_wavparse_loop),
15656         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15657         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15658         (gst_wavparse_change_state), (plugin_init):
15659         * gst/wavparse/gstwavparse.h:
15660           Add push (streaming) mode to wavparse (fixes #337625)
15661
15662 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15663
15664         * configure.ac:
15665         * tests/Makefile.am:
15666           add ximagesrc icles test
15667
15668 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15669
15670         * configure.ac:
15671         * docs/plugins/Makefile.am:
15672         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15673         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15674         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15675         (gst_cmml_enc_push_clip):
15676         * sys/Makefile.am:
15677         * sys/ximage/Makefile.am:
15678         * sys/ximage/gstximagesrc.c:
15679           Move ximagesrc plug-in to good after review.  Fixes #336756.
15680
15681 2006-04-28  Michael Smith  <msmith@fluendo.com>
15682
15683         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15684         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15685         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15686         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15687         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15688         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15689         * gst/icydemux/gsticydemux.h:
15690           Fix event handling: cache events when typefinding and forward later.
15691
15692 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15693
15694         * sys/osxaudio/gstosxaudiosink.c:
15695         (plugin_init):
15696          Register osxaudiosrc to the plugin.
15697         * sys/osxaudio/gstosxaudiosrc.c:
15698         (gst_osx_audio_src_osxelement_do_init),
15699         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15700         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15701         (gst_osx_audio_src_get_property),
15702         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15703         (gst_osx_audio_src_osxelement_init):
15704         * sys/osxaudio/gstosxaudiosrc.h:
15705           Port of osxaudiosrc to 0.10.
15706         * sys/osxaudio/Makefile.am:
15707           Add osxaudiosrc
15708
15709 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15710
15711         * sys/osxaudio/gstosxringbuffer.c:
15712         * sys/osxaudio/gstosxringbuffer.h:
15713           Forgot to commit earlier, part of the OSX audio plugin port
15714
15715 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15716
15717         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15718         (parse_split_strings):
15719           Recognise and skip any byte order marker (BOM) in
15720           UTF-16 strings.
15721
15722 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15723
15724         * docs/plugins/Makefile.am:
15725         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15726         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15727         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15728         * docs/plugins/inspect/plugin-avi.xml:
15729         * gst/avi/gstavidemux.c:
15730         * gst/avi/gstavimux.c:
15731           Add docs for both avidemux and avimux.
15732
15733 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15734
15735         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15736
15737         * gst/avi/Makefile.am:
15738         * gst/avi/gstavi.c: (plugin_init):
15739         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15740         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15741         (gst_avi_mux_class_init), (gst_avi_mux_init),
15742         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15743         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15744         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15745         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15746         (gst_avi_mux_riff_get_avix_header),
15747         (gst_avi_mux_riff_get_video_header),
15748         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15749         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15750         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15751         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15752         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15753         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15754         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15755         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15756         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15757         (gst_avi_mux_change_state):
15758         * gst/avi/gstavimux.h:
15759           Port AVI muxer to GStreamer-0.10 (#332031).
15760
15761         * tests/check/Makefile.am:
15762         * tests/check/elements/avimux.c:
15763         * tests/check/elements/.cvsignore:
15764           Add unit test for AVI muxer.
15765
15766 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15767
15768         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15769         (gst_wavparse_class_init), (gst_wavparse_reset),
15770         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15771         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15772         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15773         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15774         (gst_wavparse_stream_data), (gst_wavparse_loop),
15775         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15776         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15777         (plugin_init):
15778         * gst/wavparse/gstwavparse.h:
15779           reverted patch #337625 for the price of 1 hour sleep
15780
15781 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15782
15783         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15784         (gst_wavparse_class_init), (gst_wavparse_reset),
15785         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15786         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15787         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15788         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15789         (gst_wavparse_stream_data), (gst_wavparse_loop),
15790         (gst_wavparse_chain), (plugin_init):
15791         * gst/wavparse/gstwavparse.h:
15792           correct partial implementation of push mode
15793           (from my last commit)
15794
15795 2006-04-26  Wim Taymans  <wim@fluendo.com>
15796
15797         * ext/esd/esdsink.c:
15798         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15799         it is not in esd.h
15800
15801 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15802
15803         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15804         (gst_au_parse_class_init), (gst_au_parse_init),
15805         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15806         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15807         (gst_au_parse_chain), (gst_au_parse_src_convert),
15808         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15809         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15810         (gst_au_parse_change_state):
15811         * gst/auparse/gstauparse.h:
15812           Rewrite auparse to suck a little bit less: make source pad
15813           dynamic, so decodebin/playbin work with non-raw formats
15814           like alaw/mulaw; add query function for duration/position
15815           queries; check whether we have enough data before attempting
15816           to parse the header (instead of crashing when that is not the
15817           case); work around audioconvert sucking by swapping endianness
15818           to the native endianness ourselves for float formats; send
15819           initial newsegment event. Fixes #161712.
15820
15821 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15822
15823         * sys/osxaudio/Makefile.am:
15824         * sys/osxaudio/gstosxaudioelement.c:
15825         (gst_osx_audio_element_get_type),
15826         (gst_osx_audio_element_class_init):
15827         * sys/osxaudio/gstosxaudioelement.h:
15828         * sys/osxaudio/gstosxaudiosink.c:
15829         (gst_osx_audio_sink_osxelement_do_init),
15830         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15831         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15832         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15833         (gst_osx_audio_sink_create_ringbuffer),
15834         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15835         (plugin_init):
15836         * sys/osxaudio/gstosxaudiosink.h:
15837         Port of osxaudiosink to 0.10
15838
15839 2006-04-26  Wim Taymans  <wim@fluendo.com>
15840
15841         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15842         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15843         the size of the ringbuffer. This should fix hangs with older 
15844         esd sound servers.
15845
15846 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15847
15848         * ext/aalib/gstaasink.c:
15849         * ext/annodex/gstcmmldec.c:
15850         * ext/annodex/gstcmmlenc.c:
15851         * ext/cairo/gsttextoverlay.c:
15852         * ext/cairo/gsttimeoverlay.c:
15853         * ext/cdio/gstcdiocddasrc.c:
15854         * ext/dv/gstdvdec.c:
15855         * ext/dv/gstdvdemux.c:
15856         * ext/esd/esdmon.c:
15857         * ext/esd/esdsink.c:
15858         * ext/flac/gstflacenc.c:
15859         * ext/flac/gstflactag.c:
15860         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15861         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15862         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15863         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15864         * ext/gdk_pixbuf/pixbufscale.c:
15865         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15866         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15867         * ext/jpeg/gstjpegdec.c:
15868         * ext/jpeg/gstjpegenc.c:
15869         * ext/jpeg/gstsmokedec.c:
15870         * ext/jpeg/gstsmokeenc.c:
15871         * ext/libcaca/gstcacasink.c:
15872         * ext/libmng/gstmngdec.c:
15873         * ext/libmng/gstmngenc.c:
15874         * ext/libpng/gstpngdec.c:
15875         * ext/libpng/gstpngenc.c:
15876         * ext/mikmod/gstmikmod.c:
15877         * ext/raw1394/gstdv1394src.c:
15878         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15879         * ext/shout2/gstshout2.h:
15880         * ext/speex/gstspeexdec.c:
15881         * ext/speex/gstspeexenc.c:
15882         * gst/alpha/gstalpha.c:
15883         * gst/alpha/gstalphacolor.c:
15884         * gst/apetag/gstapedemux.c:
15885         * gst/auparse/gstauparse.c:
15886         * gst/autodetect/gstautoaudiosink.c:
15887         (gst_auto_audio_sink_base_init):
15888         * gst/autodetect/gstautovideosink.c:
15889         (gst_auto_video_sink_base_init):
15890         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15891         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15892         * gst/cutter/gstcutter.c:
15893         * gst/debug/breakmydata.c:
15894         * gst/debug/efence.c:
15895         * gst/debug/gstnavigationtest.c:
15896         * gst/debug/gstnavseek.c:
15897         * gst/debug/negotiation.c:
15898         * gst/debug/progressreport.c:
15899         * gst/debug/testplugin.c:
15900         * gst/effectv/gstaging.c:
15901         * gst/effectv/gstdice.c:
15902         * gst/effectv/gstedge.c:
15903         * gst/effectv/gstquark.c:
15904         * gst/effectv/gstrev.c:
15905         * gst/effectv/gstshagadelic.c:
15906         * gst/effectv/gstvertigo.c:
15907         * gst/effectv/gstwarp.c:
15908         * gst/flx/gstflxdec.c:
15909         * gst/goom/gstgoom.c:
15910         * gst/icydemux/gsticydemux.c:
15911         * gst/id3demux/gstid3demux.c:
15912         * gst/interleave/deinterleave.c:
15913         * gst/interleave/interleave.c:
15914         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15915         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15916         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15917         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15918         * gst/level/gstlevel.c:
15919         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15920         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15921         * gst/median/gstmedian.c:
15922         * gst/monoscope/gstmonoscope.c:
15923         * gst/multipart/multipartdemux.c:
15924         * gst/multipart/multipartmux.c:
15925         * gst/oldcore/gstaggregator.c:
15926         * gst/oldcore/gstfdsink.c:
15927         * gst/oldcore/gstmd5sink.c:
15928         * gst/oldcore/gstmultifilesrc.c:
15929         * gst/oldcore/gstpipefilter.c:
15930         * gst/oldcore/gstshaper.c:
15931         * gst/oldcore/gststatistics.c:
15932         * gst/rtp/gstasteriskh263.c:
15933         * gst/rtp/gstrtpL16depay.c:
15934         * gst/rtp/gstrtpL16pay.c:
15935         * gst/rtp/gstrtpamrdepay.c:
15936         * gst/rtp/gstrtpamrpay.c:
15937         * gst/rtp/gstrtpdepay.c:
15938         * gst/rtp/gstrtpgsmpay.c:
15939         * gst/rtp/gstrtph263pay.c:
15940         * gst/rtp/gstrtph263pdepay.c:
15941         * gst/rtp/gstrtph263ppay.c:
15942         * gst/rtp/gstrtpilbcdepay.c:
15943         * gst/rtp/gstrtpmp4gpay.c:
15944         * gst/rtp/gstrtpmp4vdepay.c:
15945         * gst/rtp/gstrtpmp4vpay.c:
15946         * gst/rtp/gstrtpmpadepay.c:
15947         * gst/rtp/gstrtpmpapay.c:
15948         * gst/rtp/gstrtppcmadepay.c:
15949         * gst/rtp/gstrtppcmapay.c:
15950         * gst/rtp/gstrtppcmudepay.c:
15951         * gst/rtp/gstrtppcmupay.c:
15952         * gst/rtp/gstrtpspeexdepay.c:
15953         * gst/rtp/gstrtpspeexpay.c:
15954         * gst/rtsp/gstrtpdec.c:
15955         * gst/rtsp/gstrtspsrc.c:
15956         * gst/smpte/gstsmpte.c:
15957         * gst/udp/gstdynudpsink.c:
15958         * gst/udp/gstmultiudpsink.c:
15959         * gst/udp/gstudpsink.c:
15960         * gst/udp/gstudpsrc.c:
15961         * gst/videobox/gstvideobox.c:
15962         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15963         * gst/videofilter/gstvideobalance.c:
15964         * gst/videofilter/gstvideoflip.c:
15965         * gst/videofilter/gstvideotemplate.c:
15966         (gst_videotemplate_base_init):
15967         * gst/videomixer/videomixer.c:
15968         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15969         (gst_wavparse_class_init), (gst_wavparse_dispose),
15970         (gst_wavparse_reset), (gst_wavparse_init),
15971         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
15972         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15973         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
15974         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15975         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15976         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15977         (gst_wavparse_change_state):
15978         * gst/wavparse/gstwavparse.h:
15979         * sys/oss/gstossmixerelement.c:
15980         * sys/oss/gstosssink.c:
15981         * sys/oss/gstosssrc.c:
15982         * sys/osxaudio/gstosxaudioelement.c:
15983         * sys/osxaudio/gstosxaudiosink.c:
15984         * sys/osxaudio/gstosxaudiosrc.c:
15985         * sys/sunaudio/gstsunaudiomixer.c:
15986         * sys/sunaudio/gstsunaudiosink.c:
15987           Define GstElementDetails as const and also static (when defined as
15988           global)
15989
15990 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15991
15992         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15993           Source pad has fixed caps. If we don't set this, bad
15994           things happen when the window is resized.
15995
15996 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
15997
15998         * gst/matroska/Makefile.am:
15999         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16000         (gst_matroska_demux_handle_src_event):
16001         * gst/matroska/matroska-ids.c:
16002         (gst_matroska_track_init_video_context),
16003         (gst_matroska_track_init_audio_context),
16004         (gst_matroska_track_init_subtitle_context),
16005         (gst_matroska_track_init_complex_context):
16006         * gst/matroska/matroska-ids.h:
16007           Handle case where the TrackType ebml chunk does not come before the
16008           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16009           events.
16010
16011 2006-04-25  Wim Taymans  <wim@fluendo.com>
16012
16013         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16014         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16015         It's codec_data, not codec_info.
16016
16017 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16018
16019         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16020
16021         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16022           Handle codec_data for VfW compatibility codec IDs (#339451)
16023
16024         * gst/matroska/matroska-mux.c:
16025         (gst_matroska_mux_video_pad_setcaps):
16026           Same here, handle codec_data and add additional caps we can handle
16027           now to the pad template (huffyuv, dv and h263 video) (#339451)
16028
16029 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16030
16031         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16032
16033         * gst/matroska/matroska-mux.c:
16034         (gst_matroska_mux_create_buffer_header),
16035         (gst_matroska_mux_write_data):
16036           Fix timestamping of B-frames, use signed integers, do
16037           some rounding (#339678).
16038
16039 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16040
16041         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16042         just make it compile with --disable-gst-debug.
16043
16044 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16045
16046         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16047         Fix a bad conversion using gst_guint64_to_gdouble.
16048         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16049         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16050         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16051     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16052         mistake.
16053
16054 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16055
16056         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16057         Use gst_guint64_to_gdouble for conversions
16058         * win32/vs6/gst_plugins_good.dsw:
16059         * win32/vs6/libgsticydemux.dsp:
16060         Add a project file for icydemux
16061
16062 2006-04-21  Wim Taymans  <wim@fluendo.com>
16063
16064         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16065
16066         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16067         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16068         When splitting audio chunks, the block alignment is not taken in
16069         consideration, so the smaller chunks could be of size which is 
16070         not a multiple of the block alignment. Fixes #336904
16071
16072 2006-04-21  Wim Taymans  <wim@fluendo.com>
16073
16074         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16075         Use scale functions
16076
16077 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16078
16079         * ext/dv/gstdv.c: (plugin_init):
16080           Fix build.
16081
16082 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16083
16084         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16085         (gst_progress_report_class_init), (gst_progress_report_init),
16086         (gst_progress_report_do_query), (gst_progress_report_report),
16087         (gst_progress_report_set_property),
16088         (gst_progress_report_get_property):
16089           Add 'format' property to force querying to a particular format.
16090
16091 2006-04-21  Andy Wingo  <wingo@pobox.com>
16092
16093         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16094         best, on big endian systems. Drop its rank in that case. OTOH on
16095         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16096
16097 2006-04-21  Michael Smith  <msmith@fluendo.com>
16098
16099         * configure.ac:
16100         * gst/icydemux/Makefile.am:
16101         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16102         (gst_icydemux_base_init), (gst_icydemux_class_init),
16103         (gst_icydemux_reset), (gst_icydemux_init),
16104         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16105         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16106         (unicodify), (gst_icydemux_unicodify),
16107         (gst_icydemux_parse_and_send_tags),
16108         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16109         (gst_icydemux_chain), (gst_icydemux_change_state),
16110         (gst_icydemux_send_tag_event), (plugin_init):
16111         * gst/icydemux/gsticydemux.h:
16112         * tests/check/Makefile.am:
16113         * tests/check/elements/icydemux.c: (typefind_succeed),
16114         (plugin_init), (icydemux_found_pad), (create_icydemux),
16115         (cleanup_icydemux), (push_data), (GST_START_TEST),
16116         (icydemux_suite), (main):
16117           Add icydemux, and tests.
16118
16119 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16120
16121         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16122           Post SEGMENT_DONE message in TIME format.
16123
16124 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16125
16126         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16127
16128         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16129         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16130           Fix index creation when we have to scan the file to create
16131           an index. There may be other types of RIFF 'LIST' chunks than
16132           'movi' and we need to skip them properly as well or we'll end up
16133           reading garbage (#336889). Some other cosmetic changes.
16134           
16135 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16136
16137         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16138         (gst_flac_dec_handle_seek_event):
16139           Add support for segment seeks (fixes #338290). Also demote
16140           some recurring debug message from DEBUG to LOG level.
16141
16142 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16143
16144         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16145         (gst_matroskademux_do_index_seek),
16146         (gst_matroska_demux_handle_seek_event),
16147         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16148         * gst/matroska/matroska-ids.h:
16149           Set DISCONT flag on first buffer after a discontinuity.
16150           Fix newsegment events sent when seeking and honour KEY_UNIT
16151           seek flag. Create pad with bogus caps if we don't recognise
16152           the stream codec id.
16153
16154         * gst/matroska/matroska-demux.h:
16155           Fix GObject macros.
16156
16157 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16158
16159         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16160
16161         * gst/matroska/matroska-demux.c:
16162         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16163           Handle end of segment properly when set; don't dead-lock when
16164           posting start of segment message when doing a segment seek.
16165           Fixes #338810.
16166
16167 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16168
16169         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16170         (gst_matroska_demux_plugin_init):
16171           Make mpeg2 aac audio work: create artificial private codec data
16172           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16173           Also call gst_riff_init(). Partially fixes #338767.
16174
16175 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16176
16177         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16178         (gst_wavenc_class_init), (gst_wavenc_init),
16179         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16180         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16181         (gst_wavenc_chain), (gst_wavenc_change_state):
16182         * gst/wavenc/gstwavenc.h:
16183           Set caps on first outgoing buffer, so that it doesn't error out
16184           immediately with a non-negotiated error (#338716). Rewrite and
16185           clean up a bit; fix setcaps function to parse things properly;
16186           fix sink caps (8bit audio is unsigned and doesn't have depth);
16187           use boilerplate macros; remove unused properties stuff.
16188
16189 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16190
16191         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16192           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16193           handle MJPEG streams and might be autoplugged for those if the
16194           user doesn't have jpegdec installed (resulting in a cryptic error
16195           message about huffman tables). Better to disable JPEG decoding here
16196           and let the user figure out that she needs to install jpegdec.
16197
16198 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16199
16200         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16201         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16202         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16203         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16204           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16205           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16206           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16207           debug messages. Fix boilerplate macros.
16208
16209 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16210
16211         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16212         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16213           No need to special-case for Gdk-2.0 any longer, we require
16214           Gdk 2.2 or newer; minor clean-ups.
16215
16216 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16217
16218         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16219         (gst_shout2send_class_init), (gst_shout2send_init),
16220         (set_shout_metadata), (gst_shout2send_set_metadata),
16221         (gst_shout2send_event), (gst_shout2send_start),
16222         (gst_shout2send_connect), (gst_shout2send_stop),
16223         (gst_shout2send_render), (gst_shout2send_set_property),
16224         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16225         (plugin_init):
16226         * ext/shout2/gstshout2.h:
16227         * po/POTFILES.in:
16228           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16229           change function; use GST_ELEMENT_ERROR for error reporting, not
16230           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16231           will cause crashes or assertion failures; remove (unused) "sync"
16232           property, basesink already has such a property; misc. other
16233           minor fixes and cleanups.
16234
16235 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16236
16237         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16238         * ext/esd/gstesd.c: (plugin_init):
16239         * po/POTFILES.in:
16240           Add translatable error message for when we cannot
16241           connect to the sound server, as "Cannot open resource
16242           for writing" isn't really an acceptable message to show
16243           to the user in this case.
16244
16245 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16246
16247         * sys/oss/gst-i18n-plugin.h:
16248           Remove bogus file that doesn't belong here.
16249
16250 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16251
16252         Patch by: Philippe Valembois
16253
16254         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16255         (gst_shout2send_set_metadata), (gst_shout2send_event),
16256         (gst_shout2send_render), (gst_shout2send_change_state):
16257         * ext/shout2/gstshout2.h:
16258           Handle tags being received before the connection to
16259           the server is established properly (see #338636).
16260
16261 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16262
16263         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16264           Don't crash in case the connection to the server fails:
16265           don't set pointer to NULL by assigning FALSE; error out
16266           properly by using GST_ELEMENT_ERROR and returning
16267           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16268           before resetting the pointer.
16269
16270 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16271
16272         * gst/id3demux/id3tags.c:
16273         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16274         (Fixes #338713)
16275
16276 2006-04-12  Wim Taymans  <wim@fluendo.com>
16277
16278         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16279         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16280         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16281         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16282         (gst_gdk_pixbuf_chain):
16283         Some cleanups.
16284         Added RGBA as a possible output format.
16285         Correctly free the supported mimetypes.
16286         deprecate silent arg, it's not used.
16287         Return result from _alloc_buffer to peer.
16288
16289 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16290
16291         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16292           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16293           overwriting GST_BUFFER_MALLOCDATA.
16294
16295 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16296
16297         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16298         (user_endrow_callback), (user_end_callback),
16299         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16300         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16301         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16302         * ext/libpng/gstpngdec.h:
16303           Handle more than one frame if the content is framed,
16304           like with png-in-quicktime (#331917).
16305
16306 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16307
16308         * sys/oss/Makefile.am:
16309         * sys/oss/common.h:
16310         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16311         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16312         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16313         (gst_oss_src_unprepare):
16314           - the user-visible error strings were in the wrong category
16315           - and the messages were not marked for translation
16316           - which is actually a good thing, because they were exactly
16317             the kind of message you would never want anyone to see
16318           - the macros were using variables that didn't exist in the macro
16319             arguments
16320           - and they were obviously copied from each other and then modified
16321           - so a common header makes sense
16322
16323 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16324
16325         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16326           Don't try to modify read-only data.
16327
16328         * gst/matroska/matroska-demux.c:
16329         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16330           Fix comment (won't crash any longer now).
16331
16332 2006-04-10  Michael Smith  <msmith@fluendo.com>
16333
16334         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16335           Use copies of header buffers for caps to avoid circular refcounting
16336           problems (as in theoradec, vorbisdec).
16337
16338         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16339           Fix a typo in test that meant it was testing the wrong thing.
16340
16341         * tests/check/elements/cmmlenc.c: (check_headers):
16342           Fix refcount checks now that we use buffer-copies for caps.
16343
16344 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16345
16346         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16347         (gst_matroska_demux_handle_seek_event),
16348         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16349         (gst_matroska_demux_subtitle_caps),
16350         (gst_matroska_demux_plugin_init):
16351           Use static pad templates with ANY caps for audio and video
16352           source pads and get rid of a lot of unnecessary (and partially
16353           broken) code for the template caps. Clean up caps finding
16354           functions. Fixes playback of audio files/streams that do not
16355           contain the sample rate and/or number of channels in the audio
16356           context (happens a lot with vorbis/mp3 .mka files it seems).
16357           Fixes #337183.
16358           Also add myself to copyright holders.
16359
16360 2006-04-10  Michael Smith  <msmith@fluendo.com>
16361
16362         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16363           Use g_list_delete_link () instead of g_list_remove_link () so that
16364           we free the link as well as the contained data.
16365
16366 2006-04-10  Wim Taymans  <wim@fluendo.com>
16367
16368         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16369
16370         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16371         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16372         (gst_avi_demux_stream_header):
16373         Fix some crashers with empty chunks. (Fixes #337749)
16374
16375 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16376
16377         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16378           use G_GINT64_CONSTANT for INT64 constants
16379         * gst/videofilter/gstvideobalance.c:
16380           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16381         * win32/vs6/libgstavi.dsp:
16382          add missing libraries for the link and remove avimux.c from
16383          the project as it isn't ported to 0.10 yet
16384         
16385 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16386
16387         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16388           Even better would be if we actually did the right thing
16389           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16390
16391 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16392
16393         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16394           Can't just replace 1LL with 1L here just because MSVC doesn't
16395           support it, as it might lead to incorrect results when doing the
16396           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16397           force a 64-bit constant in a way that all compilers are happy with.
16398
16399 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16400
16401         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16402         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16403         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16404         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16405         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16406         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16407         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16408         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16409         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16410         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16411         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16412         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16413         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16414         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16415         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16416         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16417         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16418         * gst/debug/efence.c: (gst_efence_class_init):
16419         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16420         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16421         * gst/goom/gstgoom.c: (gst_goom_class_init):
16422         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16423         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16424         * gst/interleave/interleave.c: (interleave_class_init):
16425         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16426         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16427         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16428         * gst/median/gstmedian.c: (gst_median_class_init):
16429         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16430         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16431         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16432         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16433         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16434         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16435         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16436         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16437         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16438         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16439         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16440         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16441         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16442         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16443         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16444         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16445         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16446         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16447         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16448         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16449         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16450         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16451         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16452         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16453         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16454         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16455         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16456         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16457         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16458         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16459         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16460         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16461         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16462         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16463         * sys/osxaudio/gstosxaudioelement.c:
16464         (gst_osxaudioelement_class_init):
16465         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16466         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16467         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16468         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16469
16470 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16471
16472         * ext/mikmod/gstmikmod.h:
16473         * gst/level/gstlevel.h:
16474         Fix more broken GObject macros
16475
16476 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16477
16478         * ext/annodex/gstcmmldec.h:
16479         * ext/annodex/gstcmmlenc.h:
16480         * ext/annodex/gstcmmltag.h:
16481         * ext/cairo/gsttextoverlay.h:
16482         * ext/ladspa/gstsignalprocessor.h:
16483         * gst/matroska/ebml-read.h:
16484         * gst/matroska/ebml-write.h:
16485         * sys/osxaudio/gstosxaudioelement.h:
16486         Fix broken GObject macros
16487
16488 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16489
16490         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16491           Don't try to seek beyond the end of the file (would
16492           occasionally display error dialogs in totem when seeking
16493           to the end) (#335869). Will still throw an error though
16494           if the file is truncated and the total_samples value in
16495           the stream header is wrong.
16496
16497 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16498
16499         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16500         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16501         (gst_flac_dec_metadata_callback):
16502         * ext/flac/gstflacdec.h:
16503           If the stream header doesn't contain the total number of samples,
16504           search for the last flac frame at the end of the file and calculate
16505           the total duration from that frame's offset (fixes #337609).
16506
16507 2006-04-07  Edward Hervey  <edward@fluendo.com>
16508
16509         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16510         Don't unref the GstPadTemplate returned by
16511         gst_element_class_get_pad_template().
16512
16513 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16514
16515         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16516
16517         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16518         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16519         * sys/sunaudio/gstsunaudiosink.h:
16520           Use spec->segsize and spec->segtotal in the prepare function
16521           to initialise the ring buffer instead of using the buffer-time
16522           property (#337421).
16523
16524 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16525
16526         * configure.ac:
16527           Bump core requirements to CVS for gst_pad_query_peer_duration()
16528           which is used by speexdec.
16529
16530 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16531
16532         * ext/speex/gstspeex.c: (plugin_init):
16533         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16534         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16535         (speex_get_sink_query_types), (speex_dec_sink_query),
16536         (speex_get_src_query_types), (speex_dec_src_query),
16537         (speex_dec_src_event), (speex_dec_sink_event),
16538         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16539         (speex_dec_chain_parse_data), (speex_dec_chain),
16540         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16541         (speex_dec_change_state):
16542         * ext/speex/gstspeexdec.h:
16543           Fix seeking and duration queries (#337033); clean up and
16544           refactor a bit.
16545
16546 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16547
16548         * ext/raw1394/gstdv1394src.c:
16549           distinguish between device not found and could not open for
16550           reading
16551
16552 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16553
16554         * Makefile.am:
16555         * configure.ac:
16556         * pkgconfig/.cvsignore:
16557         * pkgconfig/Makefile.am:
16558         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16559           add a .pc file so other modules can use good plugins in tests
16560
16561 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16562
16563         * configure.ac:
16564           clean up, use AS_VERSION and AS_NANO
16565         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16566           use PACKAGE_VERSION define
16567         * po/af.po:
16568         * po/az.po:
16569         * po/cs.po:
16570         * po/en_GB.po:
16571         * po/hu.po:
16572         * po/it.po:
16573         * po/nb.po:
16574         * po/nl.po:
16575         * po/or.po:
16576         * po/sq.po:
16577         * po/sr.po:
16578         * po/sv.po:
16579         * po/uk.po:
16580         * po/vi.po:
16581           updated
16582
16583 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16584
16585         * ext\jpeg\smokecodec.c:
16586           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16587         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16588           move first instruction after all variables declarations
16589         * gst\alpha\gstalpha.c:
16590         * gst\effectv\gstshagadelic.c:
16591         * gst\smpte\paint.c:
16592         * gst\videofilter\gstvideobalance.c:
16593           define M_PI if it's not defined (it's not defined on WIN32)
16594         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16595         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16596         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16597         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16598         (gst_matroska_demux_video_caps):
16599         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16600         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16601           use gst_guint64_to_gdouble for conversions
16602         * gst\goom\filters.c: (setPixelRGB_):
16603           fix a debug which was using undefined variable
16604         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16605         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16606           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16607         * win32/vs6:
16608           add vs6 projects files for most of plugins-good
16609         
16610 2006-03-30  j^  <j@bootlab.org>
16611
16612         * ext/aalib/gstaasink.c:
16613         * ext/annodex/gstcmmldec.c:
16614         * ext/annodex/gstcmmlenc.c:
16615         * ext/cairo/gsttextoverlay.c:
16616         * ext/cairo/gsttimeoverlay.c:
16617         * ext/cdio/gstcdiocddasrc.c:
16618         * ext/dv/gstdvdec.c:
16619         * ext/esd/esdmon.c:
16620         * ext/esd/esdsink.c:
16621         * ext/flac/gstflacdec.c:
16622         * ext/flac/gstflacenc.c:
16623         * ext/flac/gstflactag.c:
16624         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16625         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16626         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16627         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16628         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16629         * ext/gdk_pixbuf/pixbufscale.c:
16630         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16631         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16632         * ext/jpeg/gstjpegdec.c:
16633         * ext/jpeg/gstjpegenc.c:
16634         * ext/jpeg/gstsmokedec.c:
16635         * ext/jpeg/gstsmokeenc.c:
16636         * ext/libcaca/gstcacasink.c:
16637         * ext/libmng/gstmngdec.c:
16638         * ext/libmng/gstmngenc.c:
16639         * ext/libpng/gstpngdec.c:
16640         * ext/libpng/gstpngenc.c:
16641         * ext/mikmod/gstmikmod.c:
16642         * ext/raw1394/gstdv1394src.c:
16643         * ext/shout2/gstshout2.c:
16644         * ext/speex/gstspeexdec.c:
16645         * ext/speex/gstspeexenc.c:
16646         * gst/alpha/gstalpha.c:
16647         * gst/alpha/gstalphacolor.c:
16648         * gst/auparse/gstauparse.c:
16649         * gst/autodetect/gstautoaudiosink.c:
16650         (gst_auto_audio_sink_base_init):
16651         * gst/autodetect/gstautovideosink.c:
16652         (gst_auto_video_sink_base_init):
16653         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16654         * gst/cutter/gstcutter.c:
16655         * gst/debug/breakmydata.c:
16656         * gst/debug/efence.c:
16657         * gst/debug/gstnavigationtest.c:
16658         * gst/debug/negotiation.c:
16659         * gst/debug/progressreport.c:
16660         * gst/debug/testplugin.c:
16661         * gst/effectv/gstaging.c:
16662         * gst/effectv/gstdice.c:
16663         * gst/effectv/gstedge.c:
16664         * gst/effectv/gstquark.c:
16665         * gst/effectv/gstrev.c:
16666         * gst/effectv/gstvertigo.c:
16667         * gst/effectv/gstwarp.c:
16668         * gst/flx/gstflxdec.c:
16669         * gst/goom/gstgoom.c:
16670         * gst/interleave/deinterleave.c:
16671         * gst/interleave/interleave.c:
16672         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16673         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16674         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16675         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16676         * gst/level/gstlevel.c:
16677         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16678         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16679         * gst/median/gstmedian.c:
16680         * gst/monoscope/gstmonoscope.c:
16681         * gst/multipart/multipartdemux.c:
16682         * gst/multipart/multipartmux.c:
16683         * gst/oldcore/gstmd5sink.c:
16684         * gst/oldcore/gstmultifilesrc.c:
16685         * gst/oldcore/gstpipefilter.c:
16686         * gst/oldcore/gstshaper.c:
16687         * gst/oldcore/gststatistics.c:
16688         * gst/rtp/gstasteriskh263.c:
16689         * gst/rtp/gstrtpL16depay.c:
16690         * gst/rtp/gstrtpL16pay.c:
16691         * gst/rtp/gstrtpamrdepay.c:
16692         * gst/rtp/gstrtpamrpay.c:
16693         * gst/rtp/gstrtpdepay.c:
16694         * gst/rtp/gstrtpgsmpay.c:
16695         * gst/rtp/gstrtph263pay.c:
16696         * gst/rtp/gstrtph263pdepay.c:
16697         * gst/rtp/gstrtph263ppay.c:
16698         * gst/rtp/gstrtpmp4gpay.c:
16699         * gst/rtp/gstrtpmp4vdepay.c:
16700         * gst/rtp/gstrtpmp4vpay.c:
16701         * gst/rtp/gstrtpmpadepay.c:
16702         * gst/rtp/gstrtpmpapay.c:
16703         * gst/rtp/gstrtppcmadepay.c:
16704         * gst/rtp/gstrtppcmapay.c:
16705         * gst/rtp/gstrtppcmudepay.c:
16706         * gst/rtp/gstrtppcmupay.c:
16707         * gst/rtp/gstrtpspeexdepay.c:
16708         * gst/rtp/gstrtpspeexpay.c:
16709         * gst/rtsp/gstrtpdec.c:
16710         * gst/smpte/gstsmpte.c:
16711         * gst/videobox/gstvideobox.c:
16712         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16713         * gst/videofilter/gstvideobalance.c:
16714         * gst/videofilter/gstvideoflip.c:
16715         * gst/videofilter/gstvideotemplate.c:
16716         (gst_videotemplate_base_init):
16717         * gst/videomixer/videomixer.c:
16718         * gst/wavenc/gstwavenc.c:
16719         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16720          better/unified long descriptions
16721          Fixed #336602
16722          Some cleanups to auparse, don't send multiple newsegments.
16723
16724 2006-03-29  Wim Taymans  <wim@fluendo.com>
16725
16726         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16727
16728         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16729         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16730         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16731         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16732         * ext/dv/gstdvdemux.h:
16733         Seek in READY patch. Only works for pull based mode.
16734         Fixes #323880
16735
16736 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16737
16738         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16739         (gst_gdk_pixbuf_event):
16740           Fix two crashers: don't unref the same caps twice, and
16741           set pixbuf loader to NULL after freeing it.
16742
16743 2006-03-27  Wim Taymans  <wim@fluendo.com>
16744
16745         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16746         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16747         (gst_speexenc_chain):
16748         * ext/speex/gstspeexenc.h:
16749         Don't leak adapter.
16750         A push *always* takes ownership of the buffer, even on
16751         errors.
16752         Small cleanups.
16753
16754 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16755
16756         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16757           Create source pad without leaking.
16758
16759 2006-03-24  Wim Taymans  <wim@fluendo.com>
16760
16761         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16762         * ext/flac/gstflacdec.h:
16763         * ext/flac/gstflacenc.h:
16764         Spifify a bit.
16765         Fix deadly lock order error in seeking code, STREAM_LOCK
16766         cannot be taken within LOCK and the streaming variables are
16767         protected with the STREAM_LOCK anyway.
16768
16769 2006-03-24  Wim Taymans  <wim@fluendo.com>
16770
16771         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16772         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16773         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16774         this patch combines the global init_frames with the stream
16775         init_frames. Rationale being that the global delay should 
16776         be subtracted from any stream delay.
16777         Fixes #335858.
16778
16779 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16780
16781         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16782         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16783         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16784         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16785         use DEBUG_FUNCPTR for collectpads
16786
16787 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16788
16789         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16790           Don't crash when encoding images where the number of rows isn't
16791           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16792
16793 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16794
16795         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16796         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16797         * gst/interleave/interleave.c: (interleave_change_state):
16798         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16799           More state change function fixes.
16800
16801 2006-03-23  Wim Taymans  <wim@fluendo.com>
16802
16803         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16804         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16805         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16806         (gst_esdsink_delay), (gst_esdsink_reset):
16807         * ext/esd/esdsink.h:
16808         Fix esd choppy playback by configuring audiosink
16809         correctly. Fixes #325191
16810
16811 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16812
16813         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16814           Make state change function thread-safe.
16815
16816 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16817
16818         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16819         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16820           Don't try to read beyond the end of the file just because
16821           the header claims a bigger size (like with truncated files).
16822
16823 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16824
16825         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16826         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16827         (gst_wavparse_stream_data), (gst_wavparse_loop):
16828         * gst/wavparse/gstwavparse.h:
16829           Delay source pad creation until we have the first chunk of
16830           media data, so the we can examine the data and adjust the
16831           caps accordingly if required. This makes playback of .wav
16832           files with DTS-declared-as-PCM content work (#313266).
16833
16834 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16835
16836         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16837         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16838         Don't attempt typefinding on too-short buffers that have been
16839         completely trimmed away. (Fixes #330239)
16840
16841         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16842         Improve the debug output
16843
16844 2006-03-21  Wim Taymans  <wim@fluendo.com>
16845
16846         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16847         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16848         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16849         (gst_esdsink_set_property), (gst_esdsink_get_property):
16850         Some cleanups.
16851         Reset fd to -1 when we close them.
16852
16853 2006-03-21  Wim Taymans  <wim@fluendo.com>
16854
16855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16856         the OPTIONS request result is optional so don't
16857         fail on it.
16858
16859 2006-03-21  Edward Hervey  <edward@fluendo.com>
16860
16861         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16862         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16863         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16864         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16865         (gst_wavparse_change_state):
16866         gcc 4.1 unreferenced pointer fixes.
16867
16868 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16869
16870         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16871
16872         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16873           Fix block alignment calculation. Alignment should be done before
16874           adding the byte offset where the data starts (#335231).
16875
16876 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16877
16878         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16879           Ensure that we set correct caps on buffers that are transferred
16880           direct from the input.
16881
16882 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16883
16884         * gst/goom/filters.c: (zoomFilterDestroy):
16885         * gst/goom/goom_core.c: (goom_close):
16886           Free filter data when cleaning up. (Fixes: #334995)
16887
16888 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16889
16890         * configure.ac:
16891           Don't compile udp and rtsp plugins on win32 (mingw) or other
16892           systems that don't have <sys/socket.h> for some reason (#316203).
16893
16894 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16895
16896         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16897         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16898         * ext/raw1394/gstdv1394src.h:
16899           Change bus reset handler so it reports useful information such as
16900           whether the device being used connected or disconnected
16901
16902 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16903
16904         * gst/id3demux/id3v2frames.c:
16905         (parse_relative_volume_adjustment_two):
16906           We only care about gain and peak data for the master volume.
16907
16908 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16909
16910         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16911         (parse_id_string), (parse_unique_file_identifier),
16912         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16913           Read replay gain tags (#323721).
16914
16915 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16916
16917         * configure.ac:
16918           Bump requirements to gst-plugins-base CVS because
16919           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16920
16921 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16922
16923         * rtp/gst/gstrtppcmadepay.c:
16924         Fixed one of the caps in the code from mulaw to alaw.
16925
16926 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16927
16928         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16929           Ensure that we set caps on the buffers we pass.
16930
16931         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16932         (gst_id3demux_sink_activate):
16933           Ensure that we set caps on the buffers we pass.
16934
16935           Use STREAM, TYPE_NOT_FOUND as the error class when
16936           typefinding fails.
16937
16938 2006-03-15  Edward Hervey  <edward@fluendo.com>
16939
16940         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16941         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16942         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16943         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16944         (gst_jpeg_dec_setcaps):
16945         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16946         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16947         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16948         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16949         (gst_mngdec_src_getcaps):
16950         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16951         (gst_pngdec_caps_create_and_set):
16952         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
16953         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
16954         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
16955         * gst/alpha/gstalpha.c: (gst_alpha_init):
16956         * gst/auparse/gstauparse.c: (gst_au_parse_init):
16957         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
16958         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
16959         * gst/cutter/gstcutter.c: (gst_cutter_init):
16960         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16961         (gst_efence_checkgetrange):
16962         * gst/debug/negotiation.c: (gst_negotiation_init):
16963         * gst/flx/gstflxdec.c: (gst_flxdec_init):
16964         * gst/goom/gstgoom.c: (gst_goom_init):
16965         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
16966         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
16967         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
16968         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
16969         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
16970         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
16971         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
16972         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16973         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16974         (gst_wavparse_create_sourcepad):
16975         Fix memleak with gst_static_pad_template_get().
16976         This uses gst_pad_new_from_static_template() instead.
16977         Fixes #333512
16978
16979 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16980
16981         * configure.ac:
16982           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
16983           used by id3demux.
16984
16985         * gst/id3demux/gstid3demux.c: (plugin_init):
16986         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16987         (parse_user_text_identification_frame),
16988         (parse_unique_file_identifier):
16989           Add support for UFID and TXXX frames and extract musicbrainz tags.
16990
16991 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16992
16993         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16994           Catch short reads, like they might happen with truncated
16995           files (see #305279); remove unnecessary indentation.
16996
16997 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16998
16999         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17000           Fix DIB image inversion for pictures with a
17001           depth != 8 (#305279).
17002
17003 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17004
17005         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17006         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17007         * ext/jpeg/gstjpegdec.h:
17008           Fix durations on outgoing buffers after seeking
17009           in MJPEG files (#334083); some minor clean-ups.
17010
17011 2006-03-13  Wim Taymans  <wim@fluendo.com>
17012
17013         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17014         (gst_wavparse_change_state):
17015         Implement seek in READY (re-fixes #327658)
17016
17017 2006-03-13  Wim Taymans  <wim@fluendo.com>
17018
17019         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17020         * ext/esd/esdmon.c: (gst_esdmon_get):
17021         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17022         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17023         (gst_gdk_pixbuf_sink_getcaps):
17024         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17025         (gst_jpegenc_setcaps):
17026         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17027         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17028         (gst_smokeenc_setcaps):
17029         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17030         (gst_mngdec_src_getcaps):
17031         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17032         (gst_mngenc_chain):
17033         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17034         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17035         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17036         (speex_dec_src_event), (speex_dec_chain):
17037         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17038         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17039         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17040         (gst_negotiation_pad_link), (gst_negotiation_chain):
17041         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17042         (gst_flxdec_chain):
17043         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17044         (deinterleave_chain):
17045         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17046         * gst/median/gstmedian.c: (gst_median_link):
17047         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17048         (gst_monoscope_chain):
17049         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17050         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17051         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17052         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17053         close #333784 unref the result of gst_pad_get_parent()
17054         by: Christophe Fergeau.
17055
17056 2006-03-09  Wim Taymans  <wim@fluendo.com>
17057
17058         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17059         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17060         Handle events in push mode better, can now do non-flushing
17061         seeks in push mode as well.
17062
17063 2006-03-07  Wim Taymans  <wim@fluendo.com>
17064
17065         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17066         Applied patch from Kai Vehmanen, fixes #333624.
17067
17068 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17069
17070         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17071         Implement paletted and grayscale png files handling.
17072         (#150363).
17073
17074 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17075
17076         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17077         (gst_speexenc_chain):
17078           fix a tag list assert
17079           follow gst-plugins-base/ext/ogg/README; set OFFSET
17080           and OFFSET_END.  Muxes correctly with gst-plugins-base
17081           > 0.9.3
17082
17083 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17084
17085         * gst/id3demux/Makefile.am:
17086         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17087         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17088           Use new typefind helper functions here as well, and
17089           do typefinding in pull-mode if upstream supports that.
17090
17091 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17092
17093         * sys/sunaudio/gstsunaudiomixerctrl.c:
17094         (gst_sunaudiomixer_ctrl_get_volume),
17095         (gst_sunaudiomixer_ctrl_set_volume):
17096         * sys/sunaudio/gstsunaudiomixertrack.c:
17097         (gst_sunaudiomixer_track_new):
17098           Remove unused variables, breaks build from CVS
17099           with -Werror (#333392, patch by: Benjamin Pineau)
17100
17101 2006-03-03  Wim Taymans  <wim@fluendo.com>
17102
17103         * docs/plugins/Makefile.am:
17104         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17105         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17106         Added wavparse docs.
17107
17108         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17109         (gst_wavparse_reset), (gst_wavparse_init),
17110         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17111         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17112         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17113         (gst_wavparse_stream_data), (gst_wavparse_loop),
17114         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17115         (gst_wavparse_change_state):
17116         * gst/wavparse/gstwavparse.h:
17117         Implement seek in READY (fixes #327658)
17118         Added docs and did some cleanups.
17119
17120 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17121
17122         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17123         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17124         (gst_avi_demux_calculate_durations_from_index),
17125         (gst_avi_demux_stream_header):
17126         * gst/avi/gstavidemux.h:
17127           If we have an index, use a duration based on the index instead
17128           of blindly trusting the information in the stream headers
17129           (fixes #331817).
17130
17131 2006-03-03  Wim Taymans  <wim@fluendo.com>
17132
17133         * docs/plugins/Makefile.am:
17134         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17135         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17136         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17137         Added smoke and jpeg to the docs.
17138
17139         * ext/jpeg/Makefile.am:
17140         * ext/jpeg/gstjpeg.c: (plugin_init):
17141         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17142         * ext/jpeg/gstjpegenc.h:
17143         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17144         (gst_smokedec_chain):
17145         * ext/jpeg/gstsmokedec.h:
17146         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17147         * ext/jpeg/gstsmokeenc.h:
17148         * ext/jpeg/smokecodec.h:
17149         Port smokedec (fixes #331905).
17150         Added some docs.
17151         Some cleanups.
17152
17153 2006-03-03  Wim Taymans  <wim@fluendo.com>
17154
17155         * docs/plugins/Makefile.am:
17156         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17157         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17158         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17159         Added videobalance and videoflip to the docs.
17160
17161         * gst/videofilter/Makefile.am:
17162         * gst/videofilter/gstvideobalance.c:
17163         (gst_video_balance_update_tables_planar411),
17164         (gst_video_balance_is_passthrough),
17165         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17166         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17167         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17168         (gst_video_balance_finalize), (gst_video_balance_class_init),
17169         (gst_video_balance_init), (gst_video_balance_interface_supported),
17170         (gst_video_balance_interface_init),
17171         (gst_video_balance_colorbalance_list_channels),
17172         (gst_video_balance_colorbalance_set_value),
17173         (gst_video_balance_colorbalance_get_value),
17174         (gst_video_balance_colorbalance_init),
17175         (gst_video_balance_set_property), (gst_video_balance_get_property),
17176         (gst_video_balance_get_type), (plugin_init):
17177         * gst/videofilter/gstvideobalance.h:
17178         Ported to 0.10. (Fixes #326160)
17179         Added docs.
17180
17181         * gst/videofilter/gstvideoflip.c:
17182         * gst/videofilter/gstvideoflip.h:
17183         Added docs.
17184
17185 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17186
17187         * configure.ac:
17188           Bump requirements to current core and -base CVS
17189           (core for new typefind helper API, and -base for the
17190           WAVFORMATEX support that was added to libgstriff and
17191           is needed by wavparse).
17192         
17193         * gst/apetag/Makefile.am:
17194         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17195         (gst_tag_demux_sink_activate):
17196           Use new typefind helpers for typefinding instead of our
17197           home-grown stuff; also, do typefinding in pull-mode if
17198           upstream supports that.
17199
17200 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17201
17202         Reviewed by: Christian Schaller <christian@fluendo.com>
17203
17204         This patch fixes bug: 329107
17205
17206         This Changelog entry is for a commit done on February 17
17207
17208         * ext/gconf/gconf.c
17209         * ext/gconf/gconf.h
17210         * ext/gconf/gstgconfaudiosink.c
17211         * ext/gconf/gstgconfaudiosink.h
17212         * gconf/gstreamer.schemas.in
17213
17214 2006-02-28  Wim Taymans  <wim@fluendo.com>
17215
17216         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17217         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17218         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17219         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17220         Use DEBUG_OBJECT more.
17221
17222 2006-02-28  Wim Taymans  <wim@fluendo.com>
17223
17224         * docs/plugins/Makefile.am:
17225         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17226         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17227         Added dvdec and dvdemux to docs.
17228
17229         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17230         Added docs.
17231         Check frame sizes so we don't crash when don't have enough
17232         data.
17233         Send nice error messages on error.
17234
17235         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17236         (gst_dvdemux_class_init), (gst_dvdemux_init),
17237         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17238         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17239         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17240         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17241         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17242         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17243         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17244         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17245         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17246         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17247         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17248         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17249         * ext/dv/gstdvdemux.h:
17250         Added docs.
17251         Implement pull mode.
17252         Fix memleaks.
17253         Reduce memcpy for the video demuxing.
17254
17255 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17256
17257         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17258         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17259         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17260         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17261           Add a little extra debug. Make the decoder not return NOT_LINKED,
17262           as we want to continue decoding all CMML and emitting tags.
17263
17264 2006-02-27  Michael Smith  <msmith@fluendo.com>
17265
17266         * ext/annodex/gstskeltag.c:
17267         * ext/annodex/gstskeltag.h:
17268           Deleted; these files aren't used any more either.
17269
17270 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17271
17272         * ext/Makefile.am: Fix dist-check.
17273
17274 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17275
17276         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17277         memleak.
17278
17279 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17280
17281         * ext/annodex/Makefile.am:
17282         * ext/annodex/gstannodex.c:
17283         * ext/annodex/gstcmmldec.c:
17284         * ext/annodex/gstcmmlenc.c:
17285         * ext/annodex/gstcmmlparser.c:
17286         * ext/annodex/gstcmmlparser.h:
17287         * ext/annodex/gstcmmlutils.c:
17288         * tests/check/elements/cmmldec.c:
17289         * tests/check/elements/cmmlenc.c:
17290           Fix a memleak in gst_cmml_track_list_add_clip.
17291           Handle overflows in clip's start and end times.
17292           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17293           Do not parse junk at the end of a CMML preamble buffer.
17294           Register a libxml error handler to not print stuff on stderr.
17295           Check for bad clip start and end times in the testsuites.
17296
17297 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17298
17299         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17300         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17301         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17302         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17303         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17304         possible memleaks.
17305
17306 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17307
17308         * tests/check/Makefile.am:
17309         * tests/check/elements/cmmldec.c:
17310         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17311         the plugins-base tags.
17312
17313 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17314
17315         * ext/Makefile.am: Re-enable module.
17316
17317 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17318
17319         * tests/check/Makefile.am: Forgot to remove that test.
17320
17321 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17322
17323         * ext/annodex/Makefile.am:
17324         * ext/annodex/gstannodex.c: (plugin_init):
17325         * ext/annodex/gstcmmldec.c:
17326         * ext/annodex/gstskeldec.c:
17327         * ext/annodex/gstskeldec.h:
17328         * tests/check/Makefile.am:
17329         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17330
17331 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17332
17333         * tests/check/Makefile.am: Disable those checks as well.
17334
17335 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17336
17337         * ext/Makefile.am: Disable annodex for now until we figure out
17338         how to make it build.
17339         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17340         Add a rule to your checklist : "please try to at least build 
17341         what you are going to commit into -good, or if you are too lazy
17342         to do that, please check that the buildbots are not crying because
17343         of your commit."
17344
17345 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17346
17347         * configure.ac:
17348         * ext/Makefile.am:
17349         * ext/gdk_pixbuf/Makefile.am:
17350         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17351         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17352         * ext/gdk_pixbuf/pixbufscale.c:
17353         * ext/gdk_pixbuf/pixbufscale.h:
17354           Gdkpixbuf ported from 0.8 to 0.10 by
17355           Renato Filho <renato.filho@indt.org.br>.
17356           gst_loader and gdkpixbufanimation still need port.
17357
17358 2006-02-24  Michael Smith  <msmith@fluendo.com>
17359
17360         * configure.ac:
17361         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17362         * ext/Makefile.am:
17363         * ext/annodex/Makefile.am:
17364         * ext/annodex/gstannodex.c:
17365         * ext/annodex/gstannodex.h:
17366         * ext/annodex/gstcmmldec.c:
17367         * ext/annodex/gstcmmldec.h:
17368         * ext/annodex/gstcmmlenc.c:
17369         * ext/annodex/gstcmmlenc.h:
17370         * ext/annodex/gstcmmlparser.c:
17371         * ext/annodex/gstcmmlparser.h:
17372         * ext/annodex/gstcmmltag.c:
17373         * ext/annodex/gstcmmltag.h:
17374         * ext/annodex/gstcmmlutils.c:
17375         * ext/annodex/gstcmmlutils.h:
17376         * ext/annodex/gstskeldec.c:
17377         * ext/annodex/gstskeldec.h:
17378         * ext/annodex/gstskeltag.c:
17379         * ext/annodex/gstskeltag.h:
17380         * tests/check/Makefile.am:
17381         * tests/check/elements/cmmldec.c:
17382         * tests/check/elements/cmmlenc.c:
17383         * tests/check/elements/skeldec.c:
17384           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17385           Includes tests & docs, oh my! Passes Thomas's -good checklist
17386           entirely. Wow.
17387
17388 2006-02-24  Michael Smith  <msmith@fluendo.com>
17389
17390         * autogen.sh:
17391           Check for automake 1.9 as well.
17392
17393 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17394
17395         * ext/flac/gstflacenc.c:
17396           Change min. sample rate to 8kHz to match flacdec's.
17397           
17398 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17399
17400         * ext/cdio/Makefile.am:
17401           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17402           required for Cygwin, see #317048)
17403
17404         * gst/rtp/gstasteriskh263.c:
17405           Cygwin has includes for both the unix network socket API
17406           and the windows API, but only one can be included, so fix
17407           includes to only use one or the other, prefering the unxi
17408           one (#317048).
17409
17410 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17411
17412         * rtp/gst/gstrtppcmadepay.c:
17413         * rtp/gst/gstrtppcmadepay.h:
17414         * rtp/gst/gstgstrtppcmapay.c:
17415         * rtp/gst/gstgstrtppcmapay.h:
17416         * rtp/gst/gstrtppcmudepay.c:
17417         * rtp/gst/gstrtppcmudepay.h:
17418         * rtp/gst/gstrtppcmupay.c:
17419         * rtp/gst/gstrtppcmupay.h:
17420         * rtp/gst/Makefile.am:
17421         * rtp/gst/gstrtp.c:
17422         * rtp/gst/README:
17423         Separated the G711 payloaders/depayloaders into separate elements for
17424         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17425
17426 2006-02-22  Wim Taymans  <wim@fluendo.com>
17427
17428         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17429         (gst_dvdec_change_state):
17430         * ext/dv/gstdvdec.h:
17431         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17432         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17433         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17434         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17435         (gst_dvdemux_flush), (gst_dvdemux_chain),
17436         (gst_dvdemux_change_state):
17437         * ext/dv/gstdvdemux.h:
17438         Ueber spiffify some more, added debug category.
17439         Use _scale.
17440         Use segments, respect playback rate from newsegment.
17441         Fix refcount issue.
17442
17443 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17444
17445         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17446         (gst_signal_processor_process):
17447         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17448         enabled for the build, but it helps me win the feature-count
17449         competitions ooh yeah.
17450
17451 2006-02-19  Wim Taymans  <wim@fluendo.com>
17452
17453         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17454         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17455         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17456         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17457         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17458         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17459         Use scaling code for added precission and more correct stop
17460         position in case scale==0.
17461
17462 2006-02-19  Wim Taymans  <wim@fluendo.com>
17463
17464         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17465         (gst_flxdec_chain):
17466         * gst/flx/gstflxdec.h:
17467         Implement DURATION query.
17468
17469 2006-02-19  Wim Taymans  <wim@fluendo.com>
17470
17471         * gst/flx/flx_color.h:
17472         * gst/flx/flx_fmt.h:
17473         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17474         (gst_flxdec_src_query_handler), (flx_decode_color),
17475         (gst_flxdec_chain):
17476         * gst/flx/gstflxdec.h:
17477         Set MALLOCDATA for the temp buffers so we don't leak.
17478         Some debug cleanups.
17479         Consume all data in the adapter before leaving the chain
17480         function. Fixes #330678.
17481
17482 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17483
17484         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17485         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17486          Handle 0 data size in otherwise valid frames.
17487          Handle numeric strings in 2.4.0 even when not in parentheses 
17488
17489 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17490
17491         * gst/matroska/matroska-demux.c:
17492         (gst_matroska_demux_subtitle_caps),
17493         (gst_matroska_demux_plugin_init):
17494         * gst/matroska/matroska-ids.h:
17495           Recognise SSA/ASS and USF subtitle formats and
17496           set proper caps when they are found.
17497
17498 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17499
17500         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17501         (gst_jpeg_dec_chain):
17502           Fix invalid memory access for some odd-sized images
17503           (see image contained in quicktime stream in #327083);
17504           use g_malloc() instead of g_alloca().
17505
17506 2006-02-17  Wim Taymans  <wim@fluendo.com>
17507
17508         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17509         Patch from Sebastien Cote, fixes #319884
17510
17511 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17512
17513         * ext/cdio/gstcdio.c: (plugin_init):
17514           Init debug category (#331253).
17515
17516 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17517
17518         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17519           Pass extra_data to gst_riff_create_audio_caps(), so that
17520           WAVEFORMATEX stuff works. Post audio codec name and post
17521           it as taglist on the bus. Allow up to 8 channesl for raw
17522           PCM in the source pad template caps.
17523
17524 2006-02-16  Wim Taymans  <wim@fluendo.com>
17525
17526         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17527         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17528         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17529         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17530         (gst_multipart_set_property), (gst_multipart_get_property):
17531         Applied #318663. Gives quite a few false positives in
17532         autoscan mode, but it's better than nothing. Not closing yet.
17533
17534 2006-02-16  Wim Taymans  <wim@fluendo.com>
17535
17536         * docs/plugins/Makefile.am:
17537         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17538         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17539         * docs/plugins/gst-plugins-good-plugins.args:
17540         * docs/plugins/inspect/plugin-udp.xml:
17541         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17542         (gst_udpsrc_start):
17543         Update documentation.
17544         Fix args.
17545
17546 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17547
17548         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17549         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17550         frame size. (Fixes #331368)
17551
17552 2006-02-16  Wim Taymans  <wim@fluendo.com>
17553
17554         * gst/rtsp/README:
17555         Updated README.
17556
17557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17558         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17559         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17560         * gst/rtsp/gstrtspsrc.h:
17561         Make sure the RTP port is an even port an try to allocate 
17562         another if not.
17563         Added retry property to control max retries for port allocation.
17564         Make sure RTCP port is RTP port+1.
17565         Cleanup when port allocation fails.
17566         Fixes #319183.
17567         
17568 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17569
17570         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17571           Don't ignore return value of the parent class's state
17572           change function (#331385, patch by: Wouter Paesen).
17573
17574 2006-02-15  Wim Taymans  <wim@fluendo.com>
17575
17576         * configure.ac:
17577         * docs/plugins/Makefile.am:
17578         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17579         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17580         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17581         * ext/Makefile.am:
17582         * ext/hal/Makefile.am:
17583         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17584         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17585         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17586         (do_toggle_element), (gst_hal_audio_sink_set_property),
17587         (gst_hal_audio_sink_get_property),
17588         (gst_hal_audio_sink_change_state):
17589         * ext/hal/gsthalaudiosink.h:
17590         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17591         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17592         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17593         (do_toggle_element), (gst_hal_audio_src_set_property),
17594         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17595         * ext/hal/gsthalaudiosrc.h:
17596         * ext/hal/gsthalelements.c: (plugin_init):
17597         * ext/hal/gsthalelements.h:
17598         * ext/hal/hal.c: (gst_hal_get_string),
17599         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17600         (gst_hal_get_audio_src):
17601         * ext/hal/hal.h:
17602         Add HAL sound device wrapper plugins. Closes #329106
17603
17604 2006-02-15  Wim Taymans  <wim@fluendo.com>
17605
17606         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17607         Add comment in a fultile attempt to stop the copy-and-paste 
17608         paradigm leading to duplication of bad code.
17609
17610         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17611         Mime parameters have to be checked case insensitive
17612
17613 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17614
17615         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17616           Advance stream time for lagging subtitle streams by sending
17617           newsegment events with the update flag set.
17618
17619 2006-02-14  Edward Hervey  <edward@fluendo.com>
17620
17621         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17622         There can be bogus data before the hdrl LIST tag in the RIFF header.
17623         It's hard to say if it's not respecting the AVI specifications or not,
17624         but since Google Video is producing AVIs like that and the other player
17625         don't seem to complain, I guess we should do the same.
17626
17627 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17628
17629         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17630         (parse_split_strings):
17631         Add more validation to ensure that a char encoding conversion
17632         produced a valid UTF-8 string.
17633
17634 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17635
17636         Reviewed by: Edward Hervey  <edward@fluendo.com>
17637
17638         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17639         Properly handle end of segment. Closes #330885.
17640
17641 2006-02-13  Wim Taymans  <wim@fluendo.com>
17642
17643         * gst/rtp/gstrtpmp4gpay.h:
17644         For got to commit this one.
17645
17646 2006-02-12  Wim Taymans  <wim@fluendo.com>
17647
17648         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17649         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17650         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17651         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17652         * gst/rtp/gstrtpmp4gpay.h:
17653         Make more things work.
17654         Handle ACC config strings.
17655
17656 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17657
17658         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17659           set timestamps if no incoming timestamps set
17660
17661 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17662
17663         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17664         (gst_tag_demux_do_typefind):
17665           ... and fix the very same leaks in GstTagDemux.
17666
17667 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17668
17669         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17670         (gst_id3demux_do_typefind):
17671         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17672         <jonathan at kaolin dot wh9 dot net>)
17673
17674 2006-02-10  Wim Taymans  <wim@fluendo.com>
17675
17676         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17677         First set options, then set caps or else the baseclass
17678         will not know about the options, duh.
17679
17680 2006-02-10  Wim Taymans  <wim@fluendo.com>
17681
17682         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17683         (gst_rtp_mp4v_pay_setcaps):
17684         Don't waste time looking for a config string if we have codec_info
17685         on the incomming caps.
17686
17687 2006-02-10  Wim Taymans  <wim@fluendo.com>
17688
17689         * gst/rtp/README:
17690         Say something about case-sensitivity of caps vs mime-attributes.
17691
17692         * gst/rtp/Makefile.am:
17693         * gst/rtp/gstrtp.c: (plugin_init):
17694         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17695         (gst_rtp_amr_pay_handle_buffer):
17696         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17697         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17698         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17699         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17700         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17701         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17702         (gst_rtp_mp4g_pay_plugin_init):
17703         * gst/rtp/gstrtpmp4gpay.h:
17704         Added beginnings of mpeg4-generic payloader (RFC 3640)
17705
17706 2006-02-09  Wim Taymans  <wim@fluendo.com>
17707
17708         * gst/rtsp/Makefile.am:
17709         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17710         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17711         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17712         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17713         (gst_rtpdec_change_state):
17714         * gst/rtsp/gstrtpdec.h:
17715         * gst/rtsp/gstrtsp.c: (plugin_init):
17716         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17717         * gst/rtsp/rtspconnection.c: (read_body),
17718         (rtsp_connection_receive):
17719         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17720         Resurected rtpdec to make rtspsrc happy again.
17721         Skip attributes from the session id.
17722         Don't crash when dumping a message with an empty body.
17723
17724
17725 2006-02-09  Wim Taymans  <wim@fluendo.com>
17726
17727         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17728         Added more meaningfull warnings when something goes wrong.
17729         Clear F bit on outgoing AMR packets.
17730
17731         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17732         (gst_rtp_amr_pay_handle_buffer):
17733         Added debugging category
17734         Support payloading of multiple AMR frames.
17735
17736         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17737         Added some debugging.
17738
17739 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17740
17741         * configure.ac:
17742           Back to CVS
17743
17744 === release 0.10.2 ===
17745
17746 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17747
17748         * configure.ac:
17749           releasing 0.10.2, "Papa was a rolling stone"
17750
17751 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17752
17753         * configure.ac:
17754           Bump core and plugins-base requirement to 0.10.2.2
17755           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17756
17757 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17758
17759         * ext/flac/gstflac.c: (plugin_init):
17760         * ext/speex/gstspeex.c: (plugin_init):
17761           Register musicbrainz tags.
17762
17763 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17764
17765         * ext/gconf/gconf.h:
17766           Remove declaration of function that no longer exists.
17767
17768 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17769
17770         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17771         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17772         Make shout2 work for non ogg streams
17773
17774 2006-02-06  Wim Taymans  <wim@fluendo.com>
17775
17776         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17777         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17778         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17779         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17780         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17781         * gst/udp/gstmultiudpsink.h:
17782         Updated docs.
17783         Added properties bytes-served, bytes_to_serve.
17784         Post proper error messages,
17785         Emit client added signal too.
17786
17787 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17788
17789         * docs/plugins/Makefile.am:
17790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17792         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17793         (gst_multiudpsink_get_stats):
17794           adding docs for multiudpsink
17795
17796 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17797
17798         * gst/level/gstlevel.c: (gst_level_transform_ip):
17799           peak below decay is not necessarily an error, so don't ERROR log
17800
17801 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17802
17803         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17804         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17805         (gst_ebml_write_seek):
17806         * gst/matroska/ebml-write.h:
17807           Make sure we send a newsegment event in BYTES format
17808           before sending buffers (#328531).
17809
17810 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17811
17812         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17813         (gst_dvdemux_sink_query):
17814         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17815         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17816         (speex_dec_src_query):
17817         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17818         (gst_speexenc_sink_query):
17819         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17820         * gst/matroska/matroska-demux.c:
17821         (gst_matroska_demux_get_src_query_types),
17822         (gst_matroska_demux_handle_src_query):
17823         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17824         (gst_wavparse_pad_query):
17825           Pass unhandled queries upstream instead of just dropping
17826           them (#326446). Update query type arrays here and there.
17827
17828 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17829
17830         * tests/check/elements/matroskamux.c: (setup_src_pad):
17831           Collectpads in core got changed and now also holds a
17832           reference to any pad that is part of it. Fix refcount
17833           checks in test case accordingly.
17834
17835 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17836
17837         * gst/apetag/gstapedemux.h:
17838           Fix include, for now GstTagDemux is in the apetag dir.
17839
17840 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17841
17842         * docs/plugins/Makefile.am:
17843         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17844         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17845         * docs/plugins/inspect/plugin-cdio.xml:
17846           Add cdio plugin to docs.
17847
17848         * ext/cdio/gstcdiocddasrc.c:
17849           Add gtk-doc blurb.
17850
17851         * ext/cdio/gstcdio.c:
17852           The plugin is called 'cdio' not 'cddio'.
17853
17854 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17855
17856         * configure.ac:
17857         * docs/plugins/Makefile.am:
17858         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17859         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17860         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17861         * docs/plugins/inspect/plugin-apetag.xml:
17862         * gst/apetag/Makefile.am:
17863         * gst/apetag/gstapedemux.c:
17864         * gst/apetag/gstapedemux.h:
17865         * gst/apetag/gsttagdemux.c:
17866         * gst/apetag/gsttagdemux.h:
17867           Add APE tag demuxer (#325649).
17868
17869 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17870
17871         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17872         (gst_gconf_get_default_video_sink),
17873         (gst_gconf_get_default_audio_src),
17874         (gst_gconf_get_default_video_src):
17875         * ext/gconf/gconf.h:
17876         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17877         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17878         (do_toggle_element):
17879         * ext/gconf/gstgconfaudiosink.h:
17880         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17881         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17882         (do_toggle_element):
17883         * ext/gconf/gstgconfaudiosrc.h:
17884         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17885         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17886         (do_toggle_element):
17887         * ext/gconf/gstgconfvideosink.h:
17888         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17889         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17890         (do_toggle_element):
17891         * ext/gconf/gstgconfvideosrc.h:
17892           Ignore changing the GConf key to "". Ignore GConf key updates
17893           that don't actually change the string.
17894           For now, ignore the GConf key when the state is > READY, as
17895           it breaks streaming. Sometime it will be nice to bring the
17896           new sink online even mid-stream, by sending NEWSEGMENT info
17897           and possibly prerolling.
17898           (Fixes #326736)
17899
17900 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17901
17902         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17903         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17904         (zoomFilterSetResolution), (zoomFilterDestroy),
17905         (zoomFilterFastRGB), (pointFilter):
17906         * gst/goom/filters.h:
17907         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17908         (goom_update), (goom_close):
17909         * gst/goom/goom_core.h:
17910         * gst/goom/goom_tools.h:
17911         * gst/goom/graphic.c:
17912         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17913         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17914         * gst/goom/gstgoom.h:
17915         * gst/goom/lines.c: (goom_lines):
17916         * gst/goom/lines.h:
17917           Make goom reentrant by moving all important static variables
17918           into instance structures.
17919           (Fixes #329181)
17920
17921 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
17922
17923         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17924         (gst_avi_demux_all_source_pads_unlinked),
17925         (gst_avi_demux_process_next_entry):
17926         * gst/avi/gstavidemux.h:
17927           Third attempt, use gst_pad_is_linked() this time.
17928
17929 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
17930
17931         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17932         (parse_split_strings):
17933         Adjust for data length indicators when parsing (Fixes #329810)
17934         Fix stupid bug parsing UTF-8 tag text.
17935         Output tag strings with multiple fields as multiple tags, so the
17936         app gets all the data.
17937
17938 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17939
17940         * ext/flac/gstflacenc.c:
17941         Fixed a bug add in last commit, where no event is send. Thanks Tim to
17942         show me.
17943         
17944 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17945
17946         * ext/flac/gstflacenc.c:
17947         * gst/matroska/ebml-read.c:
17948         Just make it compile with --disable-gst-debug.
17949
17950 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
17951
17952         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
17953         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
17954         (id3v2_genre_fields_to_taglist):
17955           Never output a tag with a null contents string.
17956
17957 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17958
17959         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
17960           Only pause if all pads are unlinked AND we've tried to send data
17961           on all of them at least once.
17962
17963 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17964
17965         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
17966         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
17967           Make loop function/task pause itself when all source pads are
17968           unlinked.
17969
17970 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17971
17972         * configure.ac:
17973         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
17974           Use new functions from core to render a bin from a
17975           string. Fixes build. Up requirements to core CVS.
17976
17977 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17978
17979         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
17980           Don't push buffers into the adapter that we are going to
17981           push downstream again without framing anyway. Also, the
17982           adaptor takes ownership of buffers put into it (fixes
17983           auparse pushing invalid buffers for .au files with
17984           ADPCM contents). Finally, set caps on all outgoing buffers.
17985
17986 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17987
17988         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17989         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
17990         (gst_id3demux_send_tag_event):
17991         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
17992         Someone should kick my butt. Remove ID3v1 tags from the end of the
17993         file.
17994
17995         Improve error messages. Send the TAG message as soon as we complete
17996         typefinding, instead of waiting until we send the first buffer.
17997         Downstream tag event is still sent before the first buffer.
17998
17999 2006-01-27  Jan Gerber  <j@bootlab.org>
18000
18001         Reviewed by: Andy Wingo <wingo@pobox.com>
18002
18003         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18004         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18005         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18006         to not have warings flooding stderr. this is the suggested way
18007         also used in dvgrab and kino. (#328336)
18008
18009 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18010
18011         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18012         (gst_oss_sink_init), (gst_oss_sink_finalise):
18013           Free the device name string when finalised.
18014
18015 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18016
18017         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18018           Don't put function calls in g_return_if_fail() statements,
18019           or they'll be replaced with NOOPs if someone compiles with
18020           G_DISABLE_CHECKS defined.
18021           
18022 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18023
18024         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18025         Never trust ANY information encoded in a media file, especially
18026         when it's giving you sizes. (Fixes #328452)
18027
18028 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18029
18030         * gst/rtp/gstrtpg711pay.c:
18031         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18032         bug #325148.
18033
18034 2006-01-23  Edward Hervey  <edward@fluendo.com>
18035
18036         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18037         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18038         * gst/matroska/matroska-ids.h:
18039         Added recognition of Real Audio and Video streams in matroska demuxer.
18040
18041 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18042
18043         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18044           Remove errant break statement, and fix compilation with
18045           older GCC.
18046
18047 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18048
18049         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18050
18051         * sys/sunaudio/gstsunaudiomixerctrl.c:
18052         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18053           Export functions that are needed in other parts of the code,
18054           makes the mixer actually work; adjust magic minimum buffer-time
18055           value from 3ms to 5ms to work around stuttering during mp3
18056           playback (#327765).
18057
18058 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18059
18060         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18061
18062         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18063         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18064           Fix possible deadlock in matroska muxer (#327825).
18065
18066 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18067
18068         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18069         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18070         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18071         * gst/rtsp/sdpmessage.h:
18072         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18073         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18074           C89 fixes: declare variables at the beginning of a block and
18075           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18076           <jensgr at gmx dot net>).
18077
18078 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18079
18080         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18081         * gst/id3demux/id3tags.h:
18082         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18083         (parse_comment_frame), (parse_text_identification_frame),
18084         (id3v2_tag_to_taglist), (id3v2_are_digits),
18085         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18086         (parse_split_strings), (free_tag_strings):
18087           Rewrite parsing of text tags to handle multiple NULL terminated
18088           strings. Parse numeric genre strings and ID3v2 type
18089           "(3)(6)Alternative" style genre strings.
18090           Parse dates that are only YYYY or YYYY-mm format.
18091           (Fixes #328241 and #322154)
18092
18093 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18094
18095         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18096           Don't forget to initialize liboil, otherwise our oil functions
18097           will crash (fixes #327871; patch by: Christoph Burghardt
18098           <hawkes at web dot de>).
18099
18100 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18101
18102         * configure.ac:
18103           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18104           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18105           patch by: Brian Cameron <brian dot cameron at sun dot com>
18106
18107 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18108
18109         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18110         * ext/cdio/gstcdio.h:
18111         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18112           Fix build for libcdio versions >= 76; give slightly lower rank
18113           than cdparanoia.
18114
18115 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18116
18117         * configure.ac:
18118         * ext/Makefile.am:
18119         * ext/cdio/Makefile.am:
18120         * ext/cdio/gstcdio.c:
18121         * ext/cdio/gstcdio.h:
18122         * ext/cdio/gstcdiocddasrc.c:
18123         * ext/cdio/gstcdiocddasrc.h:
18124           Port libcdio cdda source, formerly known as cddasrc, now known as
18125           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18126           but that's not tested (fixes #317658).
18127
18128 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18129
18130         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18131           Fix conversion from TIME to BYTES format (fixes #326864;
18132           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18133
18134 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18135
18136         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18137           Fix compilation of id3demux when zlib is not present.
18138           (Fixes #326602; patch by: Sergey Scobich)
18139
18140 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18141
18142         * ext/esd/Makefile.am:
18143           Add $(ESD_CFLAGS), otherwise build will fail for folks
18144           with libesd in a non-standard prefix (#327009).
18145
18146 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18147
18148         * configure.ac:
18149           back to HEAD
18150
18151 === release 0.10.1 ===
18152
18153 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18154
18155         * configure.ac:
18156           releasing 0.10.1, "Li"
18157
18158 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18159
18160           patch by: Wim Taymans
18161
18162         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18163           fix memleak.  Fixes #326618
18164
18165 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18166
18167           patch by: Mike Smith
18168
18169         * gst/level/gstlevel.c: (gst_level_message_new),
18170         (gst_level_message_append_channel):
18171           Fix memleak.  Fixes #326612
18172
18173 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18174
18175         * configure.ac:
18176           prereleasing
18177         * po/af.po:
18178         * po/az.po:
18179         * po/cs.po:
18180         * po/en_GB.po:
18181         * po/hu.po:
18182         * po/it.po:
18183         * po/nb.po:
18184         * po/nl.po:
18185         * po/or.po:
18186         * po/sq.po:
18187         * po/sr.po:
18188         * po/sv.po:
18189         * po/uk.po:
18190         * po/vi.po:
18191           update translations
18192
18193 2006-01-10  Michael Smith  <msmith@fluendo.com>
18194
18195         * gst/level/gstlevel.c: (gst_level_class_init),
18196         (gst_level_dispose):
18197           Don't leak filter arrays.
18198
18199 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18200
18201         reviewed by: Christian Schaller <uraeus@gnome.org>
18202         
18203         * configure.ac:
18204         * gst-plugins-good.spec.in:
18205         * sys/Makefile.am:
18206         * sys/sunaudio/Makefile.am:
18207         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18208         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18209         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18210         (gst_sunaudiomixer_change_state):
18211         * sys/sunaudio/gstsunaudiomixer.h:
18212         * sys/sunaudio/gstsunaudiomixerctrl.c:
18213         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18214         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18215         (gst_sunaudiomixer_ctrl_list_tracks),
18216         (gst_sunaudiomixer_ctrl_get_volume),
18217         (gst_sunaudiomixer_ctrl_set_volume),
18218         (gst_sunaudiomixer_ctrl_set_mute),
18219         (gst_sunaudiomixer_ctrl_set_record):
18220         * sys/sunaudio/gstsunaudiomixerctrl.h:
18221         * sys/sunaudio/gstsunaudiomixertrack.c:
18222         (gst_sunaudiomixer_track_class_init),
18223         (gst_sunaudiomixer_track_init), (fill_labels),
18224         (gst_sunaudiomixer_track_new):
18225         * sys/sunaudio/gstsunaudiomixertrack.h:
18226         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18227         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18228         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18229         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18230         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18231         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18232         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18233         * sys/sunaudio/gstsunaudiosink.h:
18234
18235         Add SunAudio plugin - tested to make sure it doesn't break
18236         the build under GNU/Linux.      
18237
18238 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18239
18240         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18241         * gst-plugins-good/gst/udp/gstudpsrc.c:
18242         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18243         overrides the port or multicast parameters. Fixes bugs #323021.
18244         API addition: adds GstUDPSrc::sockfd property   
18245
18246 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18247
18248         * ext/gconf/Makefile.am:
18249         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18250         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18251         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18252         (do_toggle_element), (cb_toggle_element),
18253         (gst_gconf_audio_src_change_state):
18254         * ext/gconf/gstgconfaudiosrc.h:
18255         * ext/gconf/gstgconfelements.c: (plugin_init):
18256         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18257         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18258         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18259         (do_toggle_element), (cb_toggle_element),
18260         (gst_gconf_video_src_change_state):
18261         * ext/gconf/gstgconfvideosrc.h:
18262           Add new gconfaudiosrc and gconfvideosrc elements
18263           (needed for gnome-sound-recorder).
18264
18265 2006-01-06  Edward Hervey  <edward@fluendo.com>
18266
18267         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18268         Add gst_element_no_more_pads() for proper decodebin behaviour.
18269         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18270         (parse_text_identification_frame), (parse_split_strings):
18271         Failure to decode some tags is not a GST_ERROR() but a
18272         GST_WARNING()
18273         When iterating over a chunk of text, check that we haven't gone too
18274         far.
18275
18276 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18277
18278         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18279         (plugin_init):
18280           call oil_init() when using liboil
18281
18282 2006-01-04  Wim Taymans  <wim@fluendo.com>
18283
18284         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18285         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18286         Fix leaks.
18287
18288 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18289
18290         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18291
18292         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18293         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18294         (gst_flac_dec_change_state):
18295           Don't g_assert() where we should just return FALSE; remove
18296           unnecessary g_assert(); initialize some fields properly in
18297           state change function (fixes #325504). Also, use
18298           GST_DEBUG_OBJECT in two more places.
18299
18300 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18301
18302         * configure.ac:
18303           also remove smoothwave's Makefile.am
18304         * docs/plugins/Makefile.am:
18305           fix plugin docs
18306
18307 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18308
18309         * tests/examples/Makefile.am:
18310           added missing Makefile.am
18311
18312 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18313
18314         * configure.ac:
18315         * gst/level/Makefile.am:
18316         * gst/level/level-example.c:
18317         * tests/Makefile.am:
18318         * tests/examples/level/Makefile.am:
18319         * tests/examples/level/level-example.c: (message_handler), (main):
18320           moved level-example to tests/examples/level-example
18321         * tests/old/examples/level/demo.c: (main):
18322         * tests/old/examples/level/plot.c: (main):
18323           some initial fixes
18324
18325 2005-12-29  Michael Smith  <msmith@fluendo.com>
18326
18327         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18328         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18329         * gst/udp/gstmultiudpsink.h:
18330           Track packets sent per client in addition to bytes sent; provide
18331           this info through get-stats signal
18332
18333 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18334
18335         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18336           Can't use gst_object_unref() on a GstAdapter (#325191).
18337
18338 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18339
18340         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18341         If a broken tag has 0 bytes payload, at least still skip
18342         the 10 byte header
18343
18344 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18345
18346         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18347         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18348         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18349         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18350           Making these depayloaders (H263+ and mpeg4 video) inherit from
18351           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18352
18353 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18354
18355         * docs/plugins/gst-plugins-good-plugins.args:
18356         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18357         Regenerate the plugin hiearchy.
18358
18359 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18360
18361         * docs/plugins/Makefile.am:
18362         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18363         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18364         * docs/plugins/gst-plugins-good-plugins.args:
18365         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18366         (gst_id3demux_base_init), (gst_id3demux_class_init),
18367         (gst_id3demux_chain):
18368         * gst/id3demux/gstid3demux.h:
18369           Add documentation for id3demux.
18370           Don't fail if the first buffer is not at offset 0, just
18371           attempt to typefind and do pass through
18372           Rename the gst_type function from gst_gst_id3demux..
18373
18374 2005-12-20  Michael Smith  <msmith@fluendo.com>
18375
18376         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18377         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18378         (gst_multiudpsink_get_stats):
18379         * gst/udp/gstmultiudpsink.h:
18380           Collect statistics; return them from get_stats.
18381
18382 2005-12-19  Edward Hervey  <edward@fluendo.com>
18383
18384         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18385         Stupid signedness issue...
18386
18387 2005-12-19  Edward Hervey  <edward@fluendo.com>
18388
18389         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18390         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18391         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18392         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18393         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18394         Construct index for indexless files.
18395         Make sure pad/buffers are correctly reset to NULL once we don't need
18396         them anymore, else we get lovely segfaults/assertions.
18397         * gst/wavparse/gstwavparse.c:
18398         Yes, you can have 96KHz audio and wma in wav :(
18399
18400 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18401
18402         * configure.ac:
18403           Check for optional dependency on zlib for id3demux
18404
18405         * gst/id3demux/Makefile.am:
18406         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18407         (gst_id3demux_base_init), (gst_id3demux_class_init),
18408         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18409         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18410         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18411         (gst_id3demux_set_property), (gst_id3demux_get_property),
18412         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18413         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18414         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18415         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18416         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18417         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18418         (simple_find_peek), (simple_find_suggest),
18419         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18420         (plugin_init):
18421         * gst/id3demux/gstid3demux.h:
18422         * gst/id3demux/id3tags.c: (read_synch_uint),
18423         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18424         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18425         (id3demux_id3v2_frames_to_tag_list):
18426         * gst/id3demux/id3tags.h:
18427         * gst/id3demux/id3v2.4.0-frames.txt:
18428         * gst/id3demux/id3v2.4.0-structure.txt:
18429         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18430         (parse_comment_frame), (parse_text_identification_frame),
18431         (id3v2_tag_to_taglist), (parse_split_strings):
18432           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18433           otherwise it discards them. Works on my test files. 
18434
18435         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18436           Don't send EOS to a non-existing srcpad
18437           The debug category can be static
18438
18439 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18440
18441         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18442         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18443         * gst/multipart/multipartdemux.c:
18444           change some char* into char[]
18445
18446 2005-12-16  Wim Taymans  <wim@fluendo.com>
18447
18448         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18449         (gst_wavparse_other), (gst_wavparse_perform_seek),
18450         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18451         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18452         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18453         * gst/wavparse/gstwavparse.h:
18454         Use GstSegment to implement more seeking features.
18455
18456 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18457
18458         * gst/rtsp/rtspconnection.c:
18459           Add <netinet/in.h> include and move <arpa/inet.h> include
18460           to make things work on OpenBSD as well (fixes #323717;
18461           patch by: Benjamin Pineau)
18462
18463 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18464
18465         * gst/rtp/gstrtpspeexdepay.c:
18466         * gst/rtp/gstrtpspeexpay.c:
18467         Set clock rate to be fixed in 8000. It fixes bug #324012.
18468
18469 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18470
18471         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18472         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18473         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18474         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18475         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18476         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18477         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18478         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18479         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18480         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18481         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18482         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18483         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18484         * gst-plugins-good/gst/rtp/README:
18485         Fixed payload range in payloder caps. Removed payload range completely
18486         from depayloaders as they don't require payload type in their caps.
18487         In effect, there isn't any specific payload type for any given codec,
18488         only suggestions.
18489         Fixes bug #324011.
18490
18491 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18492
18493         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18494         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18495         (gst_videomixer_collected): Code cleanup and re-enabling 
18496         queued time validity check for correct EOS handling.
18497
18498 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18499
18500         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18501         (gst_oss_mixer_element_get_property),
18502         (gst_oss_mixer_element_change_state):
18503         Add 'device-name' property and fix state change function.
18504
18505 2005-12-13  Edward Hervey  <edward@fluendo.com>
18506
18507         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18508         If the speed of the file is null in the header, set the frame_time to
18509         the default setting of GST_SECOND / 70. Which is the default
18510         frame_delay for .fli files as stated in this document :
18511         http://www.compuphase.com/flic.htm
18512         Would be nice to have the time conversion done properly too (duration =
18513         flxh->frames * flxdec->frame_time)
18514
18515 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18516
18517         * docs/plugins/Makefile.am:
18518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18519         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18520         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18521         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18522         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18523         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18524         documentation for videomixer on my way with a funny sample
18525         pipeline.
18526
18527 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18528
18529         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18530         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18531         (gst_videomixer_update_queues), (gst_videomixer_collected):
18532         Fix caps negotiation. (#323896)
18533
18534 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18535
18536         * gst/matroska/matroska-demux.c:
18537         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18538           Set correct timestamps on audio laces, fixes playback of mp3 from
18539                 matroska.
18540
18541 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18542
18543         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18544         (gst_au_parse_class_init), (gst_au_parse_init),
18545         (gst_au_parse_dispose), (gst_au_parse_chain),
18546         (gst_au_parse_change_state), (plugin_init):
18547         * gst/auparse/gstauparse.h:
18548           Use gst_object_unref() for GstObjects instead of
18549           g_object_unref() and fix a mem leak in a debug
18550           statement; while we're at it, also borgify, use
18551           boilerplate macros and clean up a little bit.
18552
18553 2005-12-11  Edward Hervey  <edward@fluendo.com>
18554
18555         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18556         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18557         Added pull mode.
18558
18559 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18560
18561         * gst/goom/gstgoom.c:
18562         * gst/level/level-example.c: (main):
18563         * gst/smoothwave/demo-osssrc.c: (main):
18564           Use audiotestsrc instead of sinesrc (#323798).
18565
18566 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18567
18568         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18569           more debug-func-ptr usage
18570
18571 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18572
18573         * gst/flx/flx_color.c: (flx_colorspace_convert):
18574         * gst/flx/flx_color.h:
18575         * gst/flx/flx_fmt.h:
18576         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18577         * gst/flx/gstflxdec.h:
18578           Now flxdec works on big-endian machines as well.
18579
18580 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18581
18582         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18583         (gst_fenced_buffer_copy):
18584           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18585           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18586           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18587           and use GST_DEBUG_FUNCPTR for pad functions.
18588
18589 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18590
18591         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18592         (gst_flac_dec_class_init), (gst_flac_dec_init),
18593         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18594         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18595         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18596         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18597         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18598         (gst_flac_dec_change_state):
18599         * ext/flac/gstflacdec.h:
18600           Rewrite flacdec a bit, so that even seeking might work now. Most
18601           importantly, don't act upon any flow return values we get, just tell
18602           the decoder everything's dandy and act on the flow return values
18603           later on in the loop function. We don't want to mess up the internal
18604           decoder state for non-fatal things like flushing pads etc. Other
18605           than that, use GstSegment (segment seeks don't work yet though, but
18606           should be easy to add), use boilerplate macros, drop the superfluous
18607           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18608           lots of other things.
18609
18610 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18611
18612         * configure.ac:
18613           Update comment in OSS includes check.
18614
18615         * sys/oss/gstossdmabuffer.c:
18616         * sys/oss/gstosshelper.c:
18617         * sys/oss/gstossmixer.c:
18618         * sys/oss/gstossmixertrack.c:
18619         * sys/oss/gstosssink.c:
18620         * sys/oss/gstosssrc.c:
18621         * sys/oss/oss_probe.c:
18622           Don't assume the OSS soundcard.h include is always in
18623           the sys/ directory. Instead, use the existing defines
18624           from config.h to include the right file. Fixes
18625           compilation on OpenBSD 3.8 (#323718).
18626
18627 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18628
18629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18630         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18631         * docs/plugins/inspect/plugin-1394.xml:
18632         * docs/plugins/inspect/plugin-aasink.xml:
18633         * docs/plugins/inspect/plugin-alaw.xml:
18634         * docs/plugins/inspect/plugin-alpha.xml:
18635         * docs/plugins/inspect/plugin-alphacolor.xml:
18636         * docs/plugins/inspect/plugin-auparse.xml:
18637         * docs/plugins/inspect/plugin-autodetect.xml:
18638         * docs/plugins/inspect/plugin-avi.xml:
18639         * docs/plugins/inspect/plugin-cacasink.xml:
18640         * docs/plugins/inspect/plugin-cairo.xml:
18641         * docs/plugins/inspect/plugin-cutter.xml:
18642         * docs/plugins/inspect/plugin-debug.xml:
18643         * docs/plugins/inspect/plugin-dv.xml:
18644         * docs/plugins/inspect/plugin-efence.xml:
18645         * docs/plugins/inspect/plugin-effectv.xml:
18646         * docs/plugins/inspect/plugin-esdsink.xml:
18647         * docs/plugins/inspect/plugin-flac.xml:
18648         * docs/plugins/inspect/plugin-flxdec.xml:
18649         * docs/plugins/inspect/plugin-gconfelements.xml:
18650         * docs/plugins/inspect/plugin-goom.xml:
18651         * docs/plugins/inspect/plugin-jpeg.xml:
18652         * docs/plugins/inspect/plugin-level.xml:
18653         * docs/plugins/inspect/plugin-matroska.xml:
18654         * docs/plugins/inspect/plugin-mulaw.xml:
18655         * docs/plugins/inspect/plugin-multipart.xml:
18656         * docs/plugins/inspect/plugin-navigationtest.xml:
18657         * docs/plugins/inspect/plugin-ossaudio.xml:
18658         * docs/plugins/inspect/plugin-png.xml:
18659         * docs/plugins/inspect/plugin-rtp.xml:
18660         * docs/plugins/inspect/plugin-rtsp.xml:
18661         * docs/plugins/inspect/plugin-shout2send.xml:
18662         * docs/plugins/inspect/plugin-smpte.xml:
18663         * docs/plugins/inspect/plugin-speex.xml:
18664         * docs/plugins/inspect/plugin-udp.xml:
18665         * docs/plugins/inspect/plugin-videobox.xml:
18666         * docs/plugins/inspect/plugin-videoflip.xml:
18667         * docs/plugins/inspect/plugin-videomixer.xml:
18668         * docs/plugins/inspect/plugin-wavenc.xml:
18669         * docs/plugins/inspect/plugin-wavparse.xml:
18670         * ext/flac/gstflac.c: (plugin_init):
18671         * ext/flac/gstflacdec.c: (flacdec_get_type),
18672         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18673         (gst_flac_dec_init), (gst_flac_dec_finalize),
18674         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18675         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18676         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18677         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18678         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18679         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18680         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18681         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18682         * ext/flac/gstflacdec.h:
18683         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18684         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18685         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18686         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18687         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18688         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18689         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18690         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18691         (gst_flac_enc_change_state):
18692         * ext/flac/gstflacenc.h:
18693           borgify and fix up documentation
18694
18695 2005-12-09  Michael Smith  <msmith@fluendo.com>
18696
18697         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18698           Accept a wider range of flac files, more closely matching flac spec.
18699
18700 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18701
18702         * docs/plugins/Makefile.am: Add multipart elements.
18703         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18704         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18705         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18706         * gst/multipart/multipartdemux.c:
18707         * gst/multipart/multipartmux.c: Add docs.
18708
18709 2005-12-07  Edward Hervey  <edward@fluendo.com>
18710
18711         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18712         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18713         (gst_avi_demux_invert):
18714         Memleak and crasher fixes.
18715         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18716         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18717         Memleak fixes
18718
18719 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18720
18721         * ext/aalib/gstaasink.h:
18722         * ext/cairo/gsttextoverlay.h:
18723         * ext/dv/gstdvdec.h:
18724         * ext/dv/gstdvdemux.c:
18725         * ext/dv/gstdvdemux.h:
18726         * ext/esd/esdsink.h:
18727         * ext/flac/flac_compat.h:
18728         * ext/flac/gstflacdec.h:
18729         * ext/flac/gstflacenc.h:
18730         * ext/gconf/gconf.h:
18731         * ext/gconf/gstgconfaudiosink.h:
18732         * ext/gconf/gstgconfvideosink.h:
18733         * ext/gdk_pixbuf/gstgdkanimation.h:
18734         * ext/jpeg/gstjpegdec.h:
18735         * ext/jpeg/smokecodec.h:
18736         * ext/jpeg/smokeformat.h:
18737         * ext/ladspa/gstsignalprocessor.h:
18738         * ext/ladspa/search.c: (LADSPAPluginSearch):
18739         * ext/ladspa/utils.h:
18740         * ext/libmng/gstmng.c:
18741         * ext/libmng/gstmngdec.h:
18742         * ext/libmng/gstmngenc.c:
18743         * ext/libmng/gstmngenc.h:
18744         * ext/libpng/gstpng.c:
18745         * ext/libpng/gstpngenc.c:
18746         * ext/libpng/gstpngenc.h:
18747         * ext/shout2/gstshout2.h:
18748         * ext/speex/gstspeexdec.h:
18749         * ext/speex/gstspeexenc.c:
18750         * ext/speex/gstspeexenc.h:
18751         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18752         * gst/autodetect/gstautoaudiosink.h:
18753         * gst/autodetect/gstautovideosink.h:
18754         * gst/avi/gstavidemux.h:
18755         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18756         (gst_cutter_set_property), (gst_cutter_get_caps):
18757         * gst/cutter/gstcutter.h:
18758         * gst/debug/tests.c: (md5_process_block):
18759         * gst/debug/tests.h:
18760         * gst/effectv/gstwarp.c:
18761         * gst/flx/flx_fmt.h:
18762         * gst/flx/gstflxdec.h:
18763         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18764         (zoomFilterFastRGB):
18765         * gst/goom/filters.h:
18766         * gst/goom/goom_tools.h:
18767         * gst/law/alaw-encode.c:
18768         * gst/level/gstlevel.c:
18769         * gst/level/gstlevel.h:
18770         * gst/matroska/ebml-write.h:
18771         * gst/matroska/matroska-demux.h:
18772         * gst/matroska/matroska-ids.h:
18773         * gst/matroska/matroska-mux.h:
18774         * gst/monoscope/convolve.c: (convolve_match):
18775         * gst/monoscope/convolve.h:
18776         * gst/multipart/multipartmux.c:
18777         * gst/oldcore/gstaggregator.c:
18778         * gst/oldcore/gstaggregator.h:
18779         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18780         * gst/oldcore/gstmd5sink.h:
18781         * gst/oldcore/gstmultifilesrc.c:
18782         * gst/oldcore/gstmultifilesrc.h:
18783         * gst/oldcore/gstpipefilter.h:
18784         * gst/oldcore/gstshaper.h:
18785         * gst/rtp/gstrtpL16depay.h:
18786         * gst/rtp/gstrtpL16pay.h:
18787         * gst/rtp/gstrtpdepay.h:
18788         * gst/rtp/gstrtpmp4vpay.c:
18789         * gst/rtp/gstrtpmp4vpay.h:
18790         * gst/rtsp/gstrtspsrc.c:
18791         * gst/rtsp/gstrtspsrc.h:
18792         * gst/rtsp/rtspconnection.h:
18793         * gst/rtsp/rtspdefs.h:
18794         * gst/rtsp/rtspmessage.h:
18795         * gst/rtsp/rtsptransport.h:
18796         * gst/rtsp/rtspurl.c:
18797         * gst/rtsp/rtspurl.h:
18798         * gst/rtsp/sdpmessage.c:
18799         * gst/rtsp/sdpmessage.h:
18800         * gst/smpte/barboxwipes.c:
18801         * gst/smpte/gstmask.h:
18802         * gst/smpte/gstsmpte.h:
18803         * gst/smpte/paint.c:
18804         * gst/smpte/paint.h:
18805         * gst/udp/gstdynudpsink.h:
18806         * gst/udp/gstmultiudpsink.h:
18807         * gst/udp/gstudpsink.c:
18808         * gst/udp/gstudpsink.h:
18809         * gst/udp/gstudpsrc.c:
18810         * gst/videomixer/videomixer.c:
18811         * gst/wavenc/riff.h:
18812         * gst/wavparse/gstwavparse.h:
18813         * sys/oss/gstossdmabuffer.h:
18814         * sys/oss/gstossmixer.h:
18815         * sys/oss/gstossmixerelement.h:
18816         * sys/oss/gstossmixertrack.h:
18817         * sys/oss/gstosssink.c:
18818         * sys/oss/gstosssink.h:
18819         * sys/oss/gstosssrc.c:
18820         * sys/oss/gstosssrc.h:
18821         * sys/osxaudio/gstosxaudioelement.h:
18822         * sys/osxaudio/gstosxaudiosink.h:
18823         * sys/osxaudio/gstosxaudiosrc.h:
18824           expand tabs
18825
18826 === release 0.10.0 ===
18827
18828 2005-12-05   <thomas (at) apestaart (dot) org>
18829
18830         * configure.ac:
18831           releasing 0.10.0, "Abondance"
18832
18833 2005-12-05  Andy Wingo  <wingo@pobox.com>
18834
18835         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18836         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18837         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18838         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18839         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18840         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18841         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18842         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18843         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18844         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18845         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18846         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18847         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18848         * gst/goom/gstgoom.c: (gst_goom_chain):
18849         * gst/matroska/matroska-demux.c:
18850         (gst_matroska_demux_push_vorbis_codec_priv_data),
18851         (gst_matroska_demux_add_wvpk_header):
18852         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18853         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18854         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18855         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18856         alloc_buffer changes.
18857
18858 2005-12-05  Michael Smith  <msmith@fluendo.com>
18859
18860         * docs/plugins/gst-plugins-good-plugins.args:
18861           Remove args for plugins that aren't in -good.
18862
18863 === release 0.9.7 ===
18864
18865 2005-12-01   <thomas (at) apestaart (dot) org>
18866
18867         * configure.ac:
18868           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18869
18870 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18871
18872         * docs/plugins/.cvsignore:
18873         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18874         * docs/plugins/inspect/plugin-multipart.xml:
18875         * docs/plugins/inspect/plugin-rtp.xml:
18876           add multipart plugin to docs
18877
18878 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18879
18880         * configure.ac:
18881         * ext/Makefile.am:
18882         * ext/pango/Makefile.am:
18883         * ext/pango/gstclockoverlay.c:
18884         * ext/pango/gstclockoverlay.h:
18885         * ext/pango/gsttextoverlay.c:
18886         * ext/pango/gsttextoverlay.h:
18887         * ext/pango/gsttextrender.c:
18888         * ext/pango/gsttextrender.h:
18889         * ext/pango/gsttimeoverlay.c:
18890         * ext/pango/gsttimeoverlay.h:
18891           move pango to base
18892
18893 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18894
18895         * gst/rtp/Makefile.am:
18896         * gst/rtp/gstrtpL16depay.c:
18897         * gst/rtp/gstrtpL16depay.h:
18898         * gst/rtp/gstrtpL16parse.c:
18899         * gst/rtp/gstrtpL16parse.h:
18900         * gst/rtp/gstrtpgsmdepay.c:
18901         * gst/rtp/gstrtpgsmdepay.h:
18902         * gst/rtp/gstrtpgsmparse.c:
18903         * gst/rtp/gstrtpgsmparse.h:
18904           parsers are depayers
18905
18906 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18907
18908         * gst/rtp/Makefile.am:
18909         * gst/rtp/gstasteriskh263.c:
18910         * gst/rtp/gstrtp.c:
18911         * gst/rtp/gstrtpL16enc.c:
18912         * gst/rtp/gstrtpL16enc.h:
18913         * gst/rtp/gstrtpL16parse.c:
18914         * gst/rtp/gstrtpL16parse.h:
18915         * gst/rtp/gstrtpL16pay.c:
18916         * gst/rtp/gstrtpL16pay.h:
18917         * gst/rtp/gstrtpamrdec.c:
18918         * gst/rtp/gstrtpamrdec.h:
18919         * gst/rtp/gstrtpamrdepay.c:
18920         * gst/rtp/gstrtpamrdepay.h:
18921         * gst/rtp/gstrtpamrenc.c:
18922         * gst/rtp/gstrtpamrenc.h:
18923         * gst/rtp/gstrtpamrpay.c:
18924         * gst/rtp/gstrtpamrpay.h:
18925         * gst/rtp/gstrtpdec.c:
18926         * gst/rtp/gstrtpdec.h:
18927         * gst/rtp/gstrtpdepay.c:
18928         * gst/rtp/gstrtpdepay.h:
18929         * gst/rtp/gstrtpg711dec.c:
18930         * gst/rtp/gstrtpg711dec.h:
18931         * gst/rtp/gstrtpg711depay.c:
18932         * gst/rtp/gstrtpg711depay.h:
18933         * gst/rtp/gstrtpg711enc.c:
18934         * gst/rtp/gstrtpg711enc.h:
18935         * gst/rtp/gstrtpg711pay.c:
18936         * gst/rtp/gstrtpg711pay.h:
18937         * gst/rtp/gstrtpgsmenc.c:
18938         * gst/rtp/gstrtpgsmenc.h:
18939         * gst/rtp/gstrtpgsmparse.c:
18940         * gst/rtp/gstrtpgsmparse.h:
18941         * gst/rtp/gstrtpgsmpay.c:
18942         * gst/rtp/gstrtpgsmpay.h:
18943         * gst/rtp/gstrtph263enc.c:
18944         * gst/rtp/gstrtph263enc.h:
18945         * gst/rtp/gstrtph263pay.c:
18946         * gst/rtp/gstrtph263pay.h:
18947         * gst/rtp/gstrtph263pdec.c:
18948         * gst/rtp/gstrtph263pdec.h:
18949         * gst/rtp/gstrtph263pdepay.c:
18950         * gst/rtp/gstrtph263pdepay.h:
18951         * gst/rtp/gstrtph263penc.c:
18952         * gst/rtp/gstrtph263penc.h:
18953         * gst/rtp/gstrtph263ppay.c:
18954         * gst/rtp/gstrtph263ppay.h:
18955         * gst/rtp/gstrtpmp4vdec.c:
18956         * gst/rtp/gstrtpmp4vdec.h:
18957         * gst/rtp/gstrtpmp4vdepay.c:
18958         * gst/rtp/gstrtpmp4vdepay.h:
18959         * gst/rtp/gstrtpmp4venc.c:
18960         * gst/rtp/gstrtpmp4venc.h:
18961         * gst/rtp/gstrtpmp4vpay.c:
18962         * gst/rtp/gstrtpmp4vpay.h:
18963         * gst/rtp/gstrtpmpadec.c:
18964         * gst/rtp/gstrtpmpadec.h:
18965         * gst/rtp/gstrtpmpadepay.c:
18966         * gst/rtp/gstrtpmpadepay.h:
18967         * gst/rtp/gstrtpmpaenc.c:
18968         * gst/rtp/gstrtpmpaenc.h:
18969         * gst/rtp/gstrtpmpapay.c:
18970         * gst/rtp/gstrtpmpapay.h:
18971         * gst/rtp/gstrtpspeexdec.c:
18972         * gst/rtp/gstrtpspeexdec.h:
18973         * gst/rtp/gstrtpspeexdepay.c:
18974         * gst/rtp/gstrtpspeexdepay.h:
18975         * gst/rtp/gstrtpspeexenc.c:
18976         * gst/rtp/gstrtpspeexenc.h:
18977         * gst/rtp/gstrtpspeexpay.c:
18978         * gst/rtp/gstrtpspeexpay.h:
18979           Do burger's rename for rtp payloaders and depayloaders
18980
18981 2005-11-30  Wim Taymans  <wim@fluendo.com>
18982
18983         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18984         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18985         * ext/dv/gstdvdemux.h:
18986         Fix seeking in dvdemux again, add some more debug info.
18987
18988 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18989
18990         * configure.ac:
18991           fix tests
18992
18993 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18994
18995         * PORTED_09:
18996         * docs/random/PORTED_09:
18997           move
18998         * tests/Makefile.am:
18999           add
19000         * win32/gst.sln:
19001           remove
19002
19003 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19004
19005         * Makefile.am:
19006         * check/.cvsignore:
19007         * check/Makefile.am:
19008         * check/elements/.cvsignore:
19009         * check/elements/level.c:
19010         * check/elements/matroskamux.c:
19011         * configure.ac:
19012         * examples/Makefile.am:
19013         * examples/capsfilter/Makefile.am:
19014         * examples/capsfilter/capsfilter1.c:
19015         * examples/gob/Makefile.am:
19016         * examples/gob/gst-identity2.gob:
19017         * examples/gstplay/.cvsignore:
19018         * examples/gstplay/Makefile.am:
19019         * examples/gstplay/player.c:
19020         * examples/indexing/.cvsignore:
19021         * examples/indexing/Makefile.am:
19022         * examples/indexing/indexmpeg.c:
19023         * examples/level/Makefile.am:
19024         * examples/level/README:
19025         * examples/level/demo.c:
19026         * examples/level/plot.c:
19027         * examples/stats/Makefile.am:
19028         * examples/stats/mp2ogg.c:
19029         * examples/switch/.cvsignore:
19030         * examples/switch/Makefile.am:
19031         * examples/switch/switcher.c:
19032           move under tests/
19033
19034 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19035
19036         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19037         (gst_text_render_class_init), (resize_bitmap),
19038         (gst_text_render_render_text), (gst_text_render_setcaps),
19039         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19040         (gst_text_render_chain), (gst_text_render_finalize),
19041         (gst_text_render_init), (gst_text_render_set_property):
19042         * ext/pango/gsttextrender.h:
19043           Add missing files.
19044
19045 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19046
19047         * configure.ac:
19048         * ext/Makefile.am:
19049         * ext/pango/Makefile.am:
19050         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19051         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19052         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19053         * ext/pango/gstclockoverlay.h:
19054         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19055         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19056         (gst_text_overlay_finalize), (gst_text_overlay_init),
19057         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19058         (gst_text_overlay_text_pad_linked),
19059         (gst_text_overlay_text_pad_unlinked),
19060         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19061         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19062         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19063         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19064         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19065         (gst_text_overlay_change_state), (plugin_init):
19066         * ext/pango/gsttextoverlay.h:
19067         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19068         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19069         (gst_time_overlay_class_init), (gst_time_overlay_init):
19070         * ext/pango/gsttimeoverlay.h:
19071           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19072           and add background shading and text wrapping modes. Make 
19073           timoverlay derive from textoverlay. Also add new clockoverlay
19074           element.
19075
19076 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19077
19078         * gst/udp/Makefile.am: Moved to netbuffer.
19079
19080 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19081
19082         * configure.ac:
19083         * PORTED_O9:
19084         * gst/multipart/Makefile.am:
19085         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19086         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19087         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19088         (gst_multipart_demux_change_state),
19089         (gst_multipart_demux_plugin_init):
19090         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19091         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19092         (gst_multipart_mux_sinkconnect),
19093         (gst_multipart_mux_request_new_pad),
19094         (gst_multipart_mux_handle_src_event),
19095         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19096         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19097         0.9.
19098
19099 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19100
19101         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19102         * gst/debug/gstnavigationtest.h:
19103         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19104         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19105         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19106         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19107         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19108         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19109         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19110         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19111         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19112         (gst_video_flip_get_type):
19113         * gst/videofilter/gstvideoflip.h:
19114           update for symbols change
19115
19116 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19117
19118         * gst/udp/gstdynudpsink.c:
19119         * gst/udp/gstudpsrc.c:
19120           the old gstnet lib was renamed gstnetbuffer (#322257)
19121
19122 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19123
19124         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19125         (gst_text_overlay_collected):
19126           Actually render the text from the text pad.
19127
19128 2005-11-29  Edward Hervey  <edward@fluendo.com>
19129
19130         * gst/debug/gstnavseek.c: (gst_navseek_event):
19131         * gst/debug/progressreport.c: (gst_progress_report_event):
19132         Update for GstBaseTransform event virtual method
19133
19134 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19135
19136         * ext/cairo/Makefile.am:
19137           no need to link to videofilter
19138
19139 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19140
19141         * gst/debug/Makefile.am:
19142         * gst/debug/gstnavigationtest.h:
19143         * gst/effectv/Makefile.am:
19144         * gst/effectv/gstaging.c:
19145         * gst/effectv/gstdice.c:
19146         * gst/effectv/gstedge.c:
19147         * gst/effectv/gstquark.c:
19148         * gst/effectv/gstrev.c:
19149         * gst/effectv/gstshagadelic.c:
19150         * gst/effectv/gstvertigo.c:
19151         * gst/effectv/gstwarp.c:
19152         * gst/videofilter/Makefile.am:
19153         * gst/videofilter/gstvideofilter.c:
19154         * gst/videofilter/gstvideofilter.h:
19155         * gst/videofilter/gstvideoflip.h:
19156           remove the videofilter library and link to the one in base
19157
19158 2005-11-28  Edward Hervey  <edward@fluendo.com>
19159
19160         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19161         Useless check now we're setting the current entry correctly.
19162
19163 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19164
19165         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19166         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19167         (gst_jpegenc_change_state):
19168           Don't leak input buffer in chain function (fixes #322667); make 
19169           state change function thread-safe; don't repeat the current function
19170           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19171           gst_pad_alloc_buffer(); misc. minor cleanups.
19172
19173 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19174
19175         * gst/matroska/matroska-mux.c:
19176         (gst_matroska_mux_video_pad_setcaps):
19177         Look for pixel-aspect-ratio in caps, not pixel_width and
19178         pixel_height (Fixes: #322645)
19179
19180 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19181
19182         * gst/matroska/matroska-mux.c:
19183         (gst_matroska_mux_video_pad_setcaps):
19184         From Michal Benes:
19185         frame duration should be GST_SECOND / framerate, not
19186         GST_SECOND * framerate. (Fixes: #322643)
19187
19188 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19189
19190         * configure.ac:
19191           fix up GST_PLUGIN_LDFLAGS
19192         * gst/rtsp/rtspconnection.c:
19193           fix includes (see #317043)
19194         * gst/videofilter/Makefile.am:
19195           stop installing this library
19196
19197 2005-11-26  Edward Hervey  <edward@fluendo.com>
19198
19199         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19200         Handle the case where the incoming Video dv stream doesn't have
19201         a pixel aspect ratio set.
19202
19203 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19204
19205         * docs/plugins/Makefile.am:
19206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19208         * ext/flac/gstflacdec.c:
19209           document flacdec
19210
19211 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19212
19213         * docs/plugins/Makefile.am:
19214         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19215         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19216         * docs/plugins/inspect/plugin-autodetect.xml:
19217         * ext/cairo/gstcairo.c: (plugin_init):
19218         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19219         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19220         (gst_text_overlay_init), (gst_text_overlay_font_init),
19221         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19222         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19223         (gst_text_overlay_text_pad_linked),
19224         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19225         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19226         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19227         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19228         (gst_text_overlay_change_state):
19229         * ext/cairo/gsttextoverlay.h:
19230         * ext/cairo/gsttimeoverlay.c:
19231         (gst_cairo_time_overlay_update_font_height),
19232         (gst_cairo_time_overlay_set_caps),
19233         (gst_cairo_time_overlay_get_unit_size),
19234         (gst_cairo_time_overlay_print_smpte_time),
19235         (gst_cairo_time_overlay_transform),
19236         (gst_cairo_time_overlay_base_init),
19237         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19238         (gst_cairo_time_overlay_get_type):
19239         * ext/cairo/gsttimeoverlay.h:
19240           do some name borgifying
19241           document
19242
19243 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19244
19245         * docs/plugins/Makefile.am:
19246         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19247         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19248         * gst/autodetect/gstautoaudiosink.c:
19249         (gst_auto_audio_sink_base_init):
19250         * gst/autodetect/gstautovideosink.c:
19251         (gst_auto_video_sink_base_init),
19252         (gst_auto_video_sink_factory_filter):
19253           documenting auto*sink
19254           using strstr for the video sink lookup, class field is not ordered
19255         * docs/plugins/inspect/plugin-1394.xml:
19256         * docs/plugins/inspect/plugin-aasink.xml:
19257         * docs/plugins/inspect/plugin-alaw.xml:
19258         * docs/plugins/inspect/plugin-alpha.xml:
19259         * docs/plugins/inspect/plugin-alphacolor.xml:
19260         * docs/plugins/inspect/plugin-auparse.xml:
19261         * docs/plugins/inspect/plugin-autodetect.xml:
19262         * docs/plugins/inspect/plugin-avi.xml:
19263         * docs/plugins/inspect/plugin-cacasink.xml:
19264         * docs/plugins/inspect/plugin-cairo.xml:
19265         * docs/plugins/inspect/plugin-cutter.xml:
19266         * docs/plugins/inspect/plugin-debug.xml:
19267         * docs/plugins/inspect/plugin-dv.xml:
19268         * docs/plugins/inspect/plugin-efence.xml:
19269         * docs/plugins/inspect/plugin-effectv.xml:
19270         * docs/plugins/inspect/plugin-esdsink.xml:
19271         * docs/plugins/inspect/plugin-flac.xml:
19272         * docs/plugins/inspect/plugin-flxdec.xml:
19273         * docs/plugins/inspect/plugin-gconfelements.xml:
19274         * docs/plugins/inspect/plugin-goom.xml:
19275         * docs/plugins/inspect/plugin-jpeg.xml:
19276         * docs/plugins/inspect/plugin-level.xml:
19277         * docs/plugins/inspect/plugin-matroska.xml:
19278         * docs/plugins/inspect/plugin-mulaw.xml:
19279         * docs/plugins/inspect/plugin-navigationtest.xml:
19280         * docs/plugins/inspect/plugin-ossaudio.xml:
19281         * docs/plugins/inspect/plugin-png.xml:
19282         * docs/plugins/inspect/plugin-rtp.xml:
19283         * docs/plugins/inspect/plugin-rtsp.xml:
19284         * docs/plugins/inspect/plugin-shout2send.xml:
19285         * docs/plugins/inspect/plugin-smpte.xml:
19286         * docs/plugins/inspect/plugin-speex.xml:
19287         * docs/plugins/inspect/plugin-udp.xml:
19288         * docs/plugins/inspect/plugin-videobox.xml:
19289         * docs/plugins/inspect/plugin-videoflip.xml:
19290         * docs/plugins/inspect/plugin-videomixer.xml:
19291         * docs/plugins/inspect/plugin-wavenc.xml:
19292         * docs/plugins/inspect/plugin-wavparse.xml:
19293           update for HEAD version
19294
19295 2005-11-25  Michael Smith  <msmith@fluendo.com>
19296
19297         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19298           Patch from Sebastien Cote to close control sockets in udpsrc.
19299
19300 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19301
19302         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19303         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19304         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19305         (gst_quarktv_base_init), (gst_quarktv_class_init),
19306         (gst_quarktv_init): Flush the planes list on reverse caps
19307         negotiation. This was crashing because of differently sized
19308         buffers.
19309
19310 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19311
19312         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19313         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19314         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19315         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19316         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19317         (gst_videoflip_set_property), (gst_videoflip_base_init),
19318         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19319         correctly, fix identity flipping, convert navigation event 
19320         correctly again.
19321
19322 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19323
19324         * configure.ac: back to HEAD
19325
19326 === release 0.9.6 ===
19327
19328 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19329
19330         * configure.ac:
19331           releasing 0.9.6, "Everything's Not Lost"
19332
19333 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19334
19335         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19336         Oops, initialise the framerate GValue
19337
19338 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19339
19340         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19341         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19342         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19343         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19344         (gst_timeoverlay_get_type):
19345         * ext/cairo/gsttimeoverlay.h:
19346         * gst/debug/Makefile.am:
19347         * gst/debug/gstnavigationtest.c:
19348         (gst_navigationtest_handle_src_event),
19349         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19350         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19351         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19352         (gst_navigationtest_init), (gst_navigationtest_get_type),
19353         (plugin_init):
19354         * gst/debug/gstnavigationtest.h:
19355         * gst/effectv/Makefile.am:
19356         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19357         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19358         (gst_agingtv_base_init), (gst_agingtv_class_init),
19359         (gst_agingtv_init), (gst_agingtv_get_type):
19360         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19361         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19362         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19363         (gst_dicetv_get_type):
19364         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19365         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19366         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19367         (gst_edgetv_get_type):
19368         * gst/effectv/gsteffectv.c:
19369         * gst/effectv/gsteffectv.h:
19370         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19371         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19372         (gst_quarktv_change_state), (gst_quarktv_base_init),
19373         (gst_quarktv_class_init), (gst_quarktv_init),
19374         (gst_quarktv_get_type):
19375         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19376         (gst_revtv_get_unit_size), (gst_revtv_transform),
19377         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19378         (gst_revtv_get_type):
19379         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19380         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19381         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19382         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19383         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19384         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19385         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19386         (gst_vertigotv_init), (gst_vertigotv_get_type):
19387         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19388         (gst_warptv_get_unit_size), (gst_warptv_transform),
19389         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19390         (gst_warptv_get_type):
19391         * gst/videofilter/Makefile.am:
19392         * gst/videofilter/gstvideobalance.c:
19393         * gst/videofilter/gstvideobalance.h:
19394         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19395         (gst_videofilter_class_init), (gst_videofilter_init):
19396         * gst/videofilter/gstvideofilter.h:
19397         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19398         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19399         (gst_videoflip_flip), (gst_videoflip_transform),
19400         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19401         (gst_videoflip_base_init), (gst_videoflip_class_init),
19402         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19403         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19404         BaseTransform, it's just a place holder for now and every video
19405         effect plugin has been ported to use BaseTransform features 
19406         directly. QuarkTV was fixed too (was broken), navigationtest works
19407         and best for the end, videoflip converts navigation events depending
19408         on flip method ! Fixes #320953
19409
19410 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19411
19412         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19413         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19414         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19415         (gst_goom_src_negotiate), (gst_goom_chain):
19416         * gst/matroska/matroska-mux.c:
19417         (gst_matroska_mux_video_pad_setcaps):
19418         * sys/osxvideo/osxvideosink.m:
19419           Fixes for API changes
19420
19421 2005-11-23  Michael Smith <msmith@fluendo.com>
19422
19423         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19424         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19425         * ext/jpeg/gstjpegdec.h:
19426         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19427         * ext/jpeg/gstjpegenc.h:
19428         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19429         (gst_smokeenc_resync):
19430         * ext/jpeg/gstsmokeenc.h:
19431           JPEG fractiony goodness.
19432
19433 2005-11-22  Michael Smith <msmith@fluendo.com>
19434
19435         * gst/goom/filters.c:
19436         * gst/goom/graphic.h:
19437           Fix compilation by making some functions static inline instead of
19438           extern inline, matching the way they're used.
19439
19440 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19441
19442         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19443         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19444         * ext/cairo/gsttextoverlay.h:
19445         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19446         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19447         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19448         (gst_pngdec_caps_create_and_set):
19449         * ext/libpng/gstpngdec.h:
19450         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19451         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19452         * gst/avi/gstavimux.c: (gst_avimux_init),
19453         (gst_avimux_vidsinkconnect):
19454         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19455         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19456         (gst_goom_src_negotiate), (gst_goom_chain):
19457         * gst/goom/gstgoom.h:
19458         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19459         * gst/matroska/matroska-mux.c:
19460         (gst_matroska_mux_video_pad_setcaps):
19461         * sys/osxvideo/osxvideosink.h:
19462         * sys/osxvideo/osxvideosink.m:
19463           More fractional framerate conversions 
19464
19465 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19466
19467         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19468         * gst/debug/gstnavigationtest.c:
19469         (gst_navigationtest_handle_src_event):
19470         * gst/videofilter/gstvideofilter.c:
19471         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19472         (gst_videofilter_init):
19473         * gst/videofilter/gstvideofilter.h:
19474           Convert to fractional framerates.
19475
19476 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19477
19478         * ext/aalib/gstaasink.c:
19479         * ext/dv/gstdvdec.c:
19480         * ext/esd/esdmon.c:
19481         * ext/flac/gstflacenc.c:
19482         * ext/gdk_pixbuf/pixbufscale.c:
19483         * ext/libcaca/gstcacasink.c:
19484         * ext/shout2/gstshout2.c:
19485         * gst/alpha/gstalpha.c:
19486         * gst/oldcore/gstaggregator.c:
19487         * gst/oldcore/gstshaper.c:
19488         * gst/smpte/barboxwipes.c:
19489         * gst/smpte/gstsmpte.c:
19490         * gst/videobox/gstvideobox.c:
19491         * gst/videofilter/gstvideoflip.c:
19492         * gst/videomixer/videomixer.c:
19493           fix up more enums
19494
19495 2005-11-22  Michael Smith <msmith@fluendo.com>
19496
19497         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19498         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19499         (gst_videomixer_update_queues):
19500           Fractional framerates, videomixer.
19501
19502 2005-11-22  Michael Smith <msmith@fluendo.com>
19503
19504         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19505         * ext/dv/gstdvdec.h:
19506         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19507         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19508         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19509         (gst_dvdemux_flush):
19510         * ext/dv/gstdvdemux.h:
19511           Fractional framerates for DV. 
19512
19513 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19514
19515         * gst/autodetect/gstautoaudiosink.c:
19516         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19517         * gst/autodetect/gstautovideosink.c:
19518         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19519           Use gst_plugin_feature_list_free() to free feature list and
19520           in the case of autovideosink free the list at all. Also
19521           miscellaneous cosmetic fixes.
19522
19523 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19524
19525         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19526         (gst_cutter_set_property), (gst_cutter_get_caps):
19527           copy calculation code from level; remove use of some audio
19528           functions
19529
19530 2005-11-22  Andy Wingo  <wingo@pobox.com>
19531
19532         * Update for gst_tag_setter API changes.
19533
19534 2005-11-22  Andy Wingo  <wingo@pobox.com>
19535
19536         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19537         (gst_dvdemux_demux_frame)
19538         * ext/flac/gstflacdec.c (gst_flacdec_write)
19539         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19540         (gst_flacenc_sink_event)
19541         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19542         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19543         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19544         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19545         * gst/auparse/gstauparse.c (gst_auparse_chain)
19546         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19547         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19548         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19549         (gst_avi_demux_handle_seek)
19550         * gst/goom/gstgoom.c (gst_goom_event)
19551         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19552         * gst/matroska/matroska-demux.c
19553         (gst_matroska_demux_handle_seek_event)
19554         (gst_matroska_demux_loop_stream_parse_id)
19555         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19556         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19557         (gst_wavparse_stream_headers): Run update-funcnames.
19558
19559 2005-11-22  Edward Hervey  <edward@fluendo.com>
19560
19561         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19562         (gst_dv1394src_init), (gst_dv1394src_dispose),
19563         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19564         (gst_dv1394src_uri_set_uri):
19565         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19566         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19567         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19568         URIHandler interface and element properties are now properly
19569         synchronized for DV1394src and UDPSrc
19570
19571 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19572
19573         * ext/flac/Makefile.am:
19574         * ext/speex/Makefile.am:
19575           libgsttagedit has been renamed to libgsttag.
19576
19577 2005-11-21  Wim Taymans  <wim@fluendo.com>
19578
19579         * gst/rtsp/rtspconnection.c: (read_body):
19580         Apply patch from Sebastien Cote to fix #319184.
19581
19582 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19583
19584         * configure.ac:
19585         * gst/cutter/Makefile.am:
19586         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19587         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19588         (gst_cutter_set_property), (gst_cutter_get_property),
19589         (plugin_init), (gst_cutter_get_caps):
19590           port cutter
19591         * gst/level/gstlevel.c:
19592           fix up plugin details
19593
19594 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19595
19596         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19597         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19598         (gst_flacdec_src_event):
19599         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19600         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19601         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19602         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19603         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19604         (gst_flxdec_sink_event_handler):
19605         * gst/matroska/matroska-demux.c:
19606         (gst_matroska_demux_handle_seek_event):
19607         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19608           Update for stream lock API changes: don't take stream log
19609           in sink event handlers any longer and change GST_STREAM_LOCK
19610           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19611           functions.
19612
19613 2005-11-21  Michael Smith <msmith@fluendo.com>
19614
19615         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19616           gst_object_unref, not g_object_unref
19617
19618 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19619
19620         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19621         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19622           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19623
19624 2005-11-21  Michael Smith <msmith@fluendo.com>
19625
19626         * gst/auparse/Makefile.am:
19627         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19628         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19629         (gst_auparse_change_state):
19630         * gst/auparse/gstauparse.h:
19631           Partially fix #161712. playbin still doesn't work on these files,
19632           (on the bug report, Andy says we aren't typefinding it for some
19633           reason?) but at least auparse isn't totally busted like it was before.
19634
19635 2005-11-21  Andy Wingo  <wingo@pobox.com>
19636
19637         * *.h:
19638         * *.c: Ran scripts/update-macros. Oh yes.
19639
19640 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19641
19642         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19643           Filler events are gone for now, comment out section generating
19644           them.
19645
19646 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19647
19648         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19649         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19650         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19651         * sys/osxvideo/osxvideosink.m:
19652           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19653           (#322027)
19654
19655 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19656
19657         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19658         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19659         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19660         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19661         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19662         (gst_avi_demux_stream_data):
19663         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19664         * gst/wavenc/gstwavenc.c: (write_metadata):
19665         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19666         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19667         Fixes for GST_FOURCC_FORMAT API change.
19668
19669 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19670
19671         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19672         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19673         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19674         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19675         (gst_text_overlay_change_state):
19676         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19677         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19678         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19679         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19680         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19681         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19682         (gst_videomixer_change_state):
19683           Fix for collect pads API change. Also fix textoverlay state
19684           change function.
19685
19686 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19687
19688         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19689         GST_PAD_IS_USABLE by something approaching it.
19690
19691 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19692
19693         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19694         API changes.
19695         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19696         but also fix the code that was not checking return values from
19697         pad_push neither using pad_alloc_buffer.
19698
19699 2005-11-18  Edward Hervey  <edward@fluendo.com>
19700
19701         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19702         (gst_pngenc_chain):
19703         Added debug category
19704         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19705         goes to EOS.
19706
19707 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19708
19709         * gst/rtp/Makefile.am
19710         * gst/rtp/gstrtp.c
19711         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19712         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19713         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19714         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19715         * gst/rtp/gstrtpg711enc.h:
19716         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19717         * gst/rtp/gstrtpspeexenc.c:
19718         * gst/rtp/gstrtpspeexenc.h:
19719         * gst/rtp/gstrtpspeexdec.c:
19720         * gst/rtp/gstrtpspeexdec.h:
19721         Created Speex payloader and depayloader; Optimize G711 payloader to
19722         use adapter and send packets until MTU size.
19723
19724 2005-11-16  Wim Taymans  <wim@fluendo.com>
19725
19726         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19727         Fix leak in check.
19728
19729 2005-11-16  Wim Taymans  <wim@fluendo.com>
19730
19731         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19732         Fix state change.
19733
19734 2005-11-16  Andy Wingo  <wingo@pobox.com>
19735
19736         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19737         (gst_udpsrc_create): Move comment.
19738
19739 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19740
19741         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19742
19743         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19744           When seeking, seek to closest index entry at or before the requested
19745           seek position, not just the closest one (#321001).
19746
19747 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19748
19749         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19750         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19751           Invert DIB images again (see #132341).
19752
19753 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19754
19755         * configure.ac:
19756           rework configure.ac file
19757         * ext/aalib/gstaasink.c:
19758         * ext/cairo/gstcairo.c:
19759         * ext/dv/gstdv.c:
19760         * ext/esd/gstesd.c:
19761         * ext/flac/gstflac.c:
19762         * ext/gconf/gstgconfelements.c:
19763         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19764         * ext/jpeg/gstjpeg.c:
19765         * ext/ladspa/gstladspa.c:
19766         * ext/libcaca/gstcacasink.c:
19767         * ext/libmng/gstmng.c:
19768         * ext/libpng/gstpng.c:
19769         * ext/mikmod/gstmikmod.c:
19770         * ext/pango/gsttextoverlay.c:
19771         * ext/pango/gsttimeoverlay.c:
19772         * ext/raw1394/gst1394.c:
19773         * ext/speex/gstspeex.c:
19774         * gst/alpha/Makefile.am:
19775         * gst/alpha/gstalpha.c:
19776         * gst/alpha/gstalphacolor.c:
19777         * gst/auparse/gstauparse.c:
19778         * gst/autodetect/gstautoaudiosink.c:
19779         (gst_auto_audio_sink_factory_filter),
19780         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19781         * gst/autodetect/gstautodetect.c:
19782         * gst/avi/gstavi.c:
19783         * gst/cutter/gstcutter.c:
19784         * gst/debug/efence.c:
19785         * gst/debug/gstdebug.c:
19786         * gst/debug/gstnavigationtest.c:
19787         * gst/effectv/gsteffectv.c:
19788         * gst/flx/gstflxdec.c:
19789         * gst/goom/gstgoom.c:
19790         * gst/interleave/plugin.c:
19791         * gst/law/alaw.c:
19792         * gst/law/mulaw.c:
19793         * gst/level/gstlevel.c:
19794         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19795         * gst/matroska/matroska.c:
19796         * gst/median/gstmedian.c:
19797         * gst/monoscope/gstmonoscope.c:
19798         * gst/multipart/multipart.c:
19799         * gst/oldcore/gstelements.c:
19800         * gst/rtp/gstrtp.c:
19801         * gst/rtsp/gstrtsp.c:
19802         * gst/smoothwave/gstsmoothwave.c:
19803         * gst/smpte/gstsmpte.c:
19804         * gst/udp/gstudp.c:
19805         * gst/videobox/gstvideobox.c:
19806         * gst/videofilter/gstgamma.c:
19807         * gst/videofilter/gstvideobalance.c:
19808         * gst/videofilter/gstvideoflip.c:
19809         * gst/videofilter/gstvideotemplate.c:
19810         * gst/videomixer/videomixer.c:
19811         * gst/wavenc/gstwavenc.c:
19812         * gst/wavparse/gstwavparse.c:
19813         * sys/oss/gstossaudio.c:
19814         * sys/osxaudio/gstosxaudio.c:
19815           update GST_PLUGIN_DEFINE
19816         * gst/rtp/Makefile.am:
19817         * gst/rtp/gstasteriskh263.c:
19818           check for htons/htonl headers and possibly link to winsock2 lib
19819
19820 2005-11-12  Edward Hervey  <edward@fluendo.com>
19821
19822         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19823         Only GST_DEBUG() information on the valid components.
19824
19825 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19826
19827         * configure.ac: back to HEAD
19828
19829 === release 0.9.5 ===
19830
19831 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19832
19833         * configure.ac:
19834           releasing 0.9.5, "Phone Alarm"
19835
19836 2005-11-11  Edward Hervey  <edward@fluendo.com>
19837
19838         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19839         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19840         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19841         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19842         (gst_avi_demux_loop):
19843         * gst/avi/gstavidemux.h:
19844         Yeah, implement proper seeking. Exact seeking and segment seeking.
19845         Still need to do some checks for segment_stop.
19846
19847 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19848
19849         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19850
19851         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19852           Don't try to ready buffer duration from buffer that we don't
19853           own any  longer and that might already have been unreffed.
19854           (#321136)
19855
19856 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19857
19858         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19859         (flx_decode_delta_flc), (gst_flxdec_chain):
19860         Attempting to optimize the code for embedded systems.
19861
19862 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19863
19864         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19865
19866         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19867           Don't re-use already closed file descriptor. (#320920)
19868
19869 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19870
19871         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19872         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19873         (gst_oss_sink_prepare):
19874         * sys/oss/gstosssink.h:
19875           Cache probed caps; fix debug output for SET_PARAM macros.
19876
19877 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19878
19879         * ext/cairo/Makefile.am:
19880         * ext/cairo/gstcairo.c: (plugin_init):
19881         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19882         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19883         (gst_text_overlay_init), (gst_text_overlay_font_init),
19884         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19885         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19886         (gst_text_overlay_text_pad_linked),
19887         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19888         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19889         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19890         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19891         (gst_text_overlay_change_state):
19892         * ext/cairo/gsttextoverlay.h:
19893           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19894           property and redo positioning. Doesn't handle upstream renegotiation
19895           yet though.
19896
19897 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19898
19899         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19900         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19901         (gst_avi_demux_loop):
19902           No need to take the STREAM_LOCK in the loop function. Improve
19903           some debug messages. Don't leak pad names in debug messages.
19904
19905 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19906
19907         * gst/matroska/matroska-demux.c:
19908         (gst_matroska_demux_push_vorbis_codec_priv_data),
19909         (gst_matroska_demux_add_wvpk_header):
19910           Don't error out when the source pad isn't linked.
19911
19912 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19913
19914         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19915         (gst_gconf_audio_sink_change_state):
19916         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19917         (gst_gconf_video_sink_change_state):
19918           Fix state change functions here as well and set kid
19919           to NULL state before removing it.
19920
19921 2005-11-01  Edward Hervey  <edward@fluendo.com>
19922
19923         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19924         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19925         Added proper event handlind, 
19926         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19927         ignored),
19928         and don't set a duration of 0 for buffers otherwise they are discarded
19929         by GstBaseSink.
19930
19931         GstWavEnc needs some serious loving, after going through the code I'm
19932         really wondering how this can stay in -good ...
19933
19934 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19935
19936         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19937         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19938         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19939         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19940         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19941         (gst_matroska_mux_collected):
19942           Fix leaks and invalid memory access as reported by valgrind
19943
19944 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19945
19946         Patch by: Michal Benes <michal.benes@xeris.cz>
19947
19948         * check/Makefile.am:
19949         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19950         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19951         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19952           add a unit test for matroskamux
19953           fix the bugs that the unit test exposed
19954
19955 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
19956
19957         * gst/autodetect/gstautoaudiosink.c:
19958         (gst_auto_audio_sink_class_init),
19959         (gst_auto_audio_sink_change_state):
19960         * gst/autodetect/gstautovideosink.c:
19961         (gst_auto_video_sink_class_init),
19962         (gst_auto_video_sink_change_state):
19963           Fix state change function and use GST_DEBUG_FUNCPTR in
19964           class_init.
19965
19966 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19967
19968         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19969
19970         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
19971         (gst_ebml_write_reset), (gst_ebml_write_element_new):
19972         * gst/matroska/ebml-write.h:
19973         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19974           Set timestamps on outgoing ebml headers as well, so that the
19975           element after matroskamux can get the timestamp already when
19976           reading the first ebml element and doesn't have to wait for
19977           the actual data buffer for that (#320308).
19978           
19979 2005-10-31  Andy Wingo  <wingo@pobox.com>
19980
19981         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
19982         (gst_videomixer_pad_link): Kill some memleaks.
19983         (gst_videomixer_pad_get_property): Style fix.
19984         (gst_videomixer_pad_set_property): Style fix.
19985         (gst_videomixer_pad_init): Style fix.
19986         (gst_videomixer_update_queues): Kill memleak.
19987         (gst_videomixer_loop): Kill memleak.
19988         (gst_videomixer_collected): Kill memleak.
19989
19990 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19991
19992         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
19993         gst_auparse_change_state:
19994         Just some cleanup.
19995
19996 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
19997
19998         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
19999         Add checks to GST_FLOW_NOT_LINKED for values returned
20000         from gst_pad_push.
20001         
20002 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20003
20004         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20005         (gst_rtpg711dec_process):
20006         * gst/rtp/gstrtpgsmenc.c:
20007         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20008         are never set. This is important for the g711 to work with burger's rtpbin
20009         element.
20010
20011 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20012
20013         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20014         (gst_speexenc_push_buffer):
20015         Add checks for return values from gst_pad_push and
20016         gst_pad_alloc_buffer.
20017
20018 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20019
20020         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20021
20022         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20023         (gst_matroska_demux_parse_info),
20024         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20025         (gst_matroska_demux_parse_cluster):
20026         * gst/matroska/matroska-ids.h:
20027         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20028         (gst_matroska_mux_init), (gst_matroska_mux_start),
20029         (gst_matroska_mux_create_buffer_header),
20030         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20031         (gst_matroska_mux_get_property):
20032         * gst/matroska/matroska-mux.h:
20033           Add SimpleBlock support to matroska demuxer and muxer (part of
20034           Matroska v2). (#319731)
20035
20036 2005-10-28  Wim Taymans  <wim@fluendo.com>
20037
20038         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20039         (gst_jpeg_dec_change_state):
20040         * ext/jpeg/gstjpegdec.h:
20041         Cleanups. Don't create caps for every chain.
20042
20043 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20044
20045         * gst/law/alaw-encode.c: (gst_alawenc_init),
20046         (alawenc_setcaps), (gst_alawenc_chain)
20047         * gst/law/alaw-encode.h:
20048         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20049         (mulawenc_setcaps), (gst_mulawenc_chain)
20050         * gst/law/mulaw-encode.h:
20051         Set timestamp on buffer and it allows RTP G711 elements
20052         work properly.
20053
20054 2005-10-27  Wim Taymans  <wim@fluendo.com>
20055
20056         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20057         Set correct format on oss instead of a silly value. 
20058
20059 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20060
20061         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20062         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20063         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20064         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20065         I420 rendering as well, doesn't bring much for my platform.
20066         Might help on some other platforms.
20067
20068 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20069
20070         * gst/rtp/gstrtpgsmenc.c:
20071         * gst/rtp/gstrtpgsmparse.c:
20072         Declaring the padtemplate correctly.
20073
20074 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20075
20076         * gst/rtp/gstrtpg711dec.c:
20077         * gst/rtp/gstrtpg711enc.c:
20078         * gst/rtp/gstrtpgsmenc.c:
20079         * gst/rtp/gstrtpgsmparse.c:
20080         Setting the proper copyright notice.
20081
20082 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20083
20084         * gst/videobox/Makefile.am: Use liboil.
20085         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20086         (gst_video_box_set_property), (gst_video_box_transform_caps),
20087         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20088         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20089         using liboil. Will dot the same to I420 border generation
20090         tomorrow.
20091
20092 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20093
20094         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20095         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20096         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20097         * gst/rtp/gstrtpg711dec.h:
20098         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20099         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20100         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20101         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20102         (gst_rtpgsmenc_handle_buffer):
20103         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20104         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20105         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20106         * gst/rtp/gstrtpgsmparse.h:
20107         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20108         inherits from the basertpdepayloader.
20109
20110 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20111
20112         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20113         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20114         (gst_video_box_ayuv): Removing this forgotten debug.
20115
20116 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20117
20118         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20119         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20120         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20121
20122 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20123
20124         * sys/oss/gstossaudio.c:
20125         * sys/oss/gstossdmabuffer.c:
20126         * sys/oss/gstosshelper.c:
20127         * sys/oss/gstossmixer.c:
20128         * sys/oss/gstossmixerelement.c:
20129         * sys/oss/gstossmixertrack.c:
20130         * sys/oss/gstosssink.c:
20131         * sys/oss/gstosssrc.c:
20132           Actually use the 'oss' debug category we register.
20133
20134 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20135
20136         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20137         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20138         Use gst_pad_get_parent and drop the ref that was added through
20139         that call.
20140
20141 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20142
20143         * gst/rtp/gstrtpgsmenc.c:
20144           Fix compilation
20145
20146 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20147
20148         * gst/rtp/gstrtpg711dec.c
20149         Just removed a couple of lines of weird code used during
20150         development/test time.
20151
20152 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20153
20154         * gst/rtp/Makefile.am
20155         * gst/rtp/gstrtp.c
20156         * gst/rtp/gstrtpg711enc.c
20157         * gst/rtp/gstrtpg711enc.h
20158         * gst/rtp/gstrtpg711dec.c
20159         * gst/rtp/gstrtpg711dec.h
20160         Created G711 payloader and depayloader (it supports mulaw and alaw
20161         (dec)encoders)
20162
20163 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20164
20165         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20166         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20167         Doh ! I introduced wingo's bug again ! Sorry...
20168
20169 2005-10-25  Christian Schaller <christian@fluendo.com> 
20170
20171         * gst/rtp/Makefile.am: add missing header files for disting
20172
20173 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20174
20175         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20176         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20177         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20178         (gst_rtpgsmenc_handle_buffer):
20179         * gst/rtp/gstrtpgsmenc.h:
20180         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20181         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20182         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20183         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20184         * gst/rtp/gstrtpgsmparse.h:
20185         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20186
20187 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20188
20189         * ext/libpng/gstpngdec.c: (user_info_callback),
20190         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20191         a newsegment event, move some redundant code in a single place.
20192
20193 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20194
20195         * ext/libpng/gstpngdec.c: (user_info_callback),
20196         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20197         hack to get correct colors order when we have a png image with
20198         alpha channel.
20199
20200 2005-10-24  Edward Hervey  <edward@fluendo.com>
20201
20202         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20203         Call gst_element_no_more_pads when there will be no more pads.
20204
20205 2005-10-24  Wim Taymans  <wim@fluendo.com>
20206
20207         * gst/rtp/Makefile.am:
20208         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20209         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20210         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20211         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20212         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20213         (gst_asteriskh263_plugin_init):
20214         * gst/rtp/gstasteriskh263.h:
20215         * gst/rtp/gstrtp.c: (plugin_init):
20216         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20217         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20218         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20219         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20220         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20221         (gst_rtph263enc_plugin_init):
20222         * gst/rtp/gstrtph263enc.h:
20223         Added two new payloaders, an RFC 2190 payloader for h263 and
20224         a payload convertor for an asterisk server.
20225
20226 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20227
20228         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20229           Set bytes_per_sample correctly (is not always 4, but 
20230           depends on width and number of channels).
20231
20232 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20233
20234         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20235         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20236         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20237         (gst_flacenc_sink_event), (gst_flacenc_chain),
20238         (gst_flacenc_set_property), (gst_flacenc_get_property),
20239         (gst_flacenc_change_state):
20240         * ext/flac/gstflacenc.h:
20241           Fix seeking, so that flacenc can rewrite the header with the
20242           correct duration and amount of samples and all that at EOS;
20243           also set timestamps and granulepos on outgoing buffers; add
20244           debug category; fix state change function.
20245           
20246 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20247
20248         * gst/videomixer/videomixer.c: Don't restrict video geometry
20249         from 16 to 4096.
20250
20251 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20252
20253         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20254         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20255         Fix caps negotiation correctly, add debugging category.
20256
20257 2005-10-24  Christian Schaller  <christian@fluendo.com>
20258
20259         * configure.ac: Port over Thomas's change from base listing all plugins
20260
20261 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20262
20263         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20264         a sink pad.
20265
20266 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20267
20268         * configure.ac:
20269         * docs/upload.mak:
20270           back to HEAD
20271
20272 === release 0.9.4 ===
20273
20274 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20275
20276         * configure.ac:
20277           Releasing 0.9.4, "Dromiceiomimus"
20278
20279 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20280
20281         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20282         (gst_speexenc_src_query):
20283           Add position and duration query, fix query type function.
20284           
20285         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20286         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20287           Let's not set non-fixed caps on source pads.
20288
20289 2005-10-21  Wim Taymans  <wim@fluendo.com>
20290
20291         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20292         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20293         (gst_avi_demux_handle_seek):
20294         Set correct stream_time in newsegment event.
20295         avi can also handle a duration query now.
20296
20297 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20298
20299         * gst/matroska/matroska-demux.c:
20300         (gst_matroska_demux_handle_src_query),
20301         (gst_matroska_demux_handle_seek_event),
20302         (gst_matroska_demux_loop_stream_parse_id):
20303           Fix duration query; fix basetime in newsegment event after
20304           seek; fix duration in initial newsegment event.
20305
20306         * gst/matroska/matroska-mux.c:
20307         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20308           Extract number of channels and samplerate from vorbis headers;
20309           add some debug messages when querying the durations of the
20310           input streams.
20311
20312 2005-10-20  Wim Taymans  <wim@fluendo.com>
20313
20314         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20315         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20316         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20317         Set stream time correctly in newsegment.
20318
20319 2005-10-20  Wim Taymans  <wim@fluendo.com>
20320
20321         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20322         Correctly fill in the stream time.
20323
20324 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20325
20326         * check/elements/level.c: (GST_START_TEST):
20327         * gst/level/gstlevel.c: (gst_level_message_new):
20328         * gst/level/level-example.c: (message_handler):
20329           use ELEMENT messages instead
20330
20331 2005-10-19  Wim Taymans  <wim@fluendo.com>
20332
20333         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20334         (gst_dvdemux_src_query):
20335         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20336         (gst_flacdec_src_query):
20337         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20338         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20339         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20340         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20341         * gst/debug/progressreport.c: (gst_progress_report_report):
20342         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20343         * gst/matroska/matroska-demux.c:
20344         (gst_matroska_demux_handle_src_query):
20345         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20346         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20347         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20348         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20349         (gst_wavparse_srcpad_event):
20350         API change fix.
20351
20352 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20353
20354         * gst/goom/filters.c:
20355         * gst/goom/graphic.h:
20356         * gst/goom/lines.c:
20357           Make inline functions either 'static inline' or 'extern inline',
20358           otherwise the Forte compiler apparently won't inline them (#317300).
20359
20360 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20361
20362         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20363         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20364         (user_info_callback), (user_endrow_callback), (user_end_callback),
20365         (user_read_data), (gst_pngdec_caps_create_and_set),
20366         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20367         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20368         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20369         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20370         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20371         very nice and handle push/pull based model. if you have filesrc
20372         connected to it, it will do random access to load the png file.
20373         If you have a network source that can't do _getrange, it does 
20374         progressive loading through the chain function.
20375         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20376         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20377         thanks to Master Wim Taymans ;-)
20378
20379 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20380
20381         * gst/matroska/Makefile.am:
20382         * gst/matroska/ebml-read.c:
20383         * gst/matroska/ebml-read.h:
20384         * gst/matroska/matroska-demux.c:
20385         * gst/matroska/matroska-demux.h:
20386         * gst/matroska/matroska.c: (plugin_init):
20387           Ported matroska demuxer to 0.9.
20388
20389 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20390
20391         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20392
20393         * gst/matroska/matroska-mux.c:
20394         (gst_matroska_mux_video_pad_setcaps),
20395         (gst_matroska_mux_audio_pad_setcaps):
20396           Fix mpeg4 input handling (#318847); also, while we're at it,
20397           fix media type for Motion-JPEG: should be image/jpeg.
20398
20399 2005-10-18  Wim Taymans  <wim@fluendo.com>
20400
20401         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20402         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20403         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20404         Fix for segment-start/stop API change.
20405
20406 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20407
20408         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20409         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20410         way.
20411
20412 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20413
20414         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20415         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20416         output declared in transform_caps.
20417
20418 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20419
20420         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20421
20422 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20423
20424         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20425         (gst_video_box_get_unit_size): Fix wrong size calculations and
20426         implement get_unit_size correctly.
20427
20428 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20429
20430         * configure.ac:
20431           Enable flx plugin.
20432
20433         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20434           Fix gcc4 signedness issue.
20435
20436 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20437
20438         * configure.ac: Adding videomixer.
20439         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20440         (user_read_data), (gst_pngdec_chain): More debugging.
20441         * gst/alpha/Makefile.am: Adding alphacolor
20442         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20443         (gst_alpha_color_class_init), (gst_alpha_color_init),
20444         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20445         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20446         (plugin_init): Ported to 0.9 using in place base tranform.
20447         * gst/videomixer/Makefile.am:
20448         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20449         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20450         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20451         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20452         (gst_videomixer_init), (gst_videomixer_getcaps),
20453         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20454         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20455         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20456         to 0.9 using collectpads.
20457
20458 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20459
20460         * configure.ac:
20461         * gst/flx/Makefile.am:
20462         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20463         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20464         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20465         * gst/flx/gstflxdec.h:
20466         flx plugin ported to 0.9
20467
20468 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20469
20470         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20471           use new gst_version_string()
20472
20473 2005-10-16  Andy Wingo  <wingo@pobox.com>
20474
20475         * configure.ac: GLIB_CHECK.
20476
20477 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20478
20479         * ext/libpng/Makefile.am:
20480         * ext/libpng/gstpng.c: (plugin_init):
20481         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20482         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20483         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20484
20485 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20486
20487         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20488
20489         * configure.ac:
20490         * gst/matroska/Makefile.am:
20491         * gst/matroska/ebml-ids.h:
20492         * gst/matroska/ebml-write.c:
20493         * gst/matroska/ebml-write.h:
20494         * gst/matroska/matroska-ids.h:
20495         * gst/matroska/matroska-mux.c:
20496         * gst/matroska/matroska-mux.h:
20497         * gst/matroska/matroska.c: (plugin_init):
20498           Port matroska muxer to 0.9 (#318847).
20499
20500 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20501
20502         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20503         (comment_init), (comment_add):
20504           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20505           use GST_READ_UINT32_LE() and friends rather than the private
20506           implementation of those same macros.
20507
20508 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20509
20510         * examples/stats/mp2ogg.c:
20511           more typo fixes
20512
20513 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20514
20515         * examples/indexing/indexmpeg.c: (main):
20516         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20517         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20518         * ext/esd/esdmon.h:
20519         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20520         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20521         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20522         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20523         * gst/avi/gstavimux.c: (gst_avimux_init):
20524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20525         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20526         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20527         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20528         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20529         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20530         * gst/oldcore/gstmultifilesrc.h:
20531         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20532         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20533         (gst_pipefilter_change_state):
20534         * gst/oldcore/gstpipefilter.h:
20535         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20536         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20537         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20538         * sys/osxaudio/gstosxaudiosink.h:
20539         * sys/osxaudio/gstosxaudiosrc.h:
20540           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20541           moved bitshift from macro to enum definition
20542
20543 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20544
20545         * ext/Makefile.am:
20546         * ext/cairo/Makefile.am:
20547         * ext/cairo/gstcairo.c: (plugin_init):
20548         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20549         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20550         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20551         * ext/cairo/gsttimeoverlay.h:
20552           update of cairo-based timeoverlay to 1.0 Cairo API
20553           doesn't work yet for resizing of output sink
20554
20555 2005-10-11  Wim Taymans  <wim@fluendo.com>
20556
20557         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20558         newsegment API fix.
20559
20560 2005-10-11  Wim Taymans  <wim@fluendo.com>
20561
20562         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20563         (gst_dvdemux_demux_frame):
20564         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20565         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20566         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20567         (gst_avi_demux_handle_seek):
20568         * gst/goom/gstgoom.c: (gst_goom_event):
20569         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20570         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20571         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20572         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20573         (gst_wavparse_srcpad_event):
20574         newsegment API update.
20575
20576 2005-10-11  Andy Wingo  <wingo@pobox.com>
20577
20578         * ext/speex/gstspeexenc.c: Signedness cleanups.
20579
20580 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20581
20582         * PORTED_09:
20583         * ext/speex/Makefile.am:
20584         * ext/speex/gstspeex.c:
20585         * ext/speex/gstspeexenc.c:
20586         Speexenc ported to 0.9
20587
20588 2005-10-10  Wim Taymans  <wim@fluendo.com>
20589
20590         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20591         (gst_oss_sink_init), (gst_oss_sink_set_property),
20592         (gst_oss_sink_get_property), (gst_oss_sink_open),
20593         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20594         * sys/oss/gstosssink.h:
20595         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20596         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20597         (gst_oss_src_prepare):
20598         Cleanups, make device configurable in the sink, handle and report
20599         errors.
20600
20601 2005-10-10  Wim Taymans  <wim@fluendo.com>
20602
20603         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20604         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20605         Make sure element is NULL before removing from the bin.
20606
20607 2005-10-07  Andy Wingo  <wingo@pobox.com>
20608
20609         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20610         block forever in a read().
20611         (gst_dv1394src_bus_reset): Post a message when the cable is
20612         unplugged.
20613         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20614         (gst_dv1394src_bus_reset): Don't unref the message.
20615
20616         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20617         hacking. The only change should be that the state change stuff was
20618         put into basesrc's start() and stop() routines, which coalesces
20619         some steps.
20620
20621 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20622
20623         * configure.ac:
20624           Add check for mmap
20625           
20626         * gst/debug/Makefile.am:
20627           Only compile efence plugin on systems that have mmap.
20628
20629 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20630
20631         * gst/debug/Makefile.am:
20632         * gst/debug/breakmydata.c:
20633         * gst/debug/gstdebug.c:
20634         * gst/debug/gstnavigationtest.c:
20635         * gst/debug/gstnavseek.c: 
20636         * gst/debug/gstnavseek.h:
20637         * gst/debug/progressreport.c: 
20638         * gst/debug/testplugin.c:
20639           Port progressreport, navseek, navigationtest, testsink and
20640           breakmydata.
20641
20642 2005-10-05  Edward Hervey  <edward@fluendo.com>
20643
20644         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20645         (gst_dvdemux_src_query):
20646         Fixes for better conversion
20647
20648 2005-10-04  Michael Smith <msmith@fluendo.com>
20649
20650         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20651         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20652         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20653         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20654           Set state of elements to NULL before removing from bins.
20655           Set state of test element to NULL if we failed to move it to READY
20656
20657 2005-10-04  Edward Hervey  <edward@fluendo.com>
20658
20659         * ext/dv/Makefile.am:
20660         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20661         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20662         Corrected the query function for position so it doesn't forget what
20663         format was asked, and calls the conversion functions on the correct pad.
20664
20665 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20666
20667         * configure.ac:
20668           back to development
20669
20670 === release 0.9.3 ===
20671
20672 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20673
20674         * configure.ac:
20675           Releasing 0.9.3, "Aramis"
20676
20677 2005-10-03  Andy Wingo  <wingo@pobox.com>
20678
20679         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20680         error returns.
20681
20682 2005-10-02  Andy Wingo  <wingo@pobox.com>
20683
20684         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20685
20686         * ext/flac/gstflacenc.c: Ported to 0.9.
20687
20688         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20689
20690         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20691         and link to gsttagedit. Enable flacenc.
20692
20693         * ext/flac/gstflacdec.c: Re-enable tag reading.
20694
20695 2005-09-30  Wim Taymans  <wim@fluendo.com>
20696
20697         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20698         * gst/rtp/gstrtpgsmparse.c:
20699         * gst/rtp/gstrtph263penc.c:
20700         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20701         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20702         (gst_rtpmp4venc_set_property):
20703         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20704         Various class and caps fixes from Andre Magalhaes (andrunko)
20705
20706 2005-09-29  Wim Taymans  <wim@fluendo.com>
20707
20708         * gst/level/level-example.c: (main):
20709         Update for new bus API.
20710
20711 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20712
20713         * configure.ac:
20714           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20715           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20716
20717 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20718
20719         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20720           Fix playback of mono streams (bytes_per_sample should be set
20721           from the sample width and the number of channels negotiated,
20722           and not just be set to 4) (#317338)
20723
20724 2005-09-26  Wim Taymans  <wim@fluendo.com>
20725
20726         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20727         (gst_rtpmpaenc_handle_buffer):
20728         Set buffer duration correctly.
20729
20730 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20731
20732         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20733         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20734         (gst_avi_demux_change_state):
20735           Don't crash when encountering a stream with an unknown fourcc or
20736           codec id. Instead, create a pad of type video/x-avi-unknown or
20737           audio/x-avi-unknown, which as a side-effect also results in less
20738           confusing error messages in players ('no decoder' vs. 'no streams');
20739           minor fixes to state change function and class_init function.
20740
20741 2005-09-24  Wim Taymans  <wim@fluendo.com>
20742
20743         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20744         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20745         These are sinks.
20746
20747 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20748
20749         * check/elements/level.c: (GST_START_TEST):
20750           fix test for new GstClockTime use
20751         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20752         (gst_level_transform_ip):
20753         * gst/level/gstlevel.h:
20754           fix up the decay peak, ensuring the decay peak is never lower
20755           than the peak for that interval
20756
20757 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20758
20759         * docs/plugins/gst-plugins-good-plugins.args:
20760         * docs/plugins/inspect/plugin-alpha.xml:
20761         * docs/plugins/inspect/plugin-rtp.xml:
20762         * gst/level/gstlevel.c: (gst_level_set_caps),
20763         (gst_level_transform_ip):
20764           updating docs
20765
20766 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20767
20768         * Makefile.am:
20769         * check/elements/level.c: (GST_START_TEST):
20770         * gst/level/Makefile.am:
20771         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20772         (gst_level_set_property), (gst_level_get_property),
20773         (gst_level_set_caps), (gst_level_message_new),
20774         (gst_level_transform_ip):
20775         * gst/level/gstlevel.h:
20776         * gst/level/level-example.c: (message_handler), (main):
20777           convert to using GstClockTime for all time values, finally.
20778
20779 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20780
20781         * gst/auparse/Makefile.am:
20782         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20783           fix up build
20784         * configure.ac:
20785         * ext/cairo/Makefile.am:
20786         * ext/dv/Makefile.am:
20787         * ext/esd/Makefile.am:
20788         * ext/flac/Makefile.am:
20789         * ext/gconf/Makefile.am:
20790         * ext/gdk_pixbuf/Makefile.am:
20791         * ext/jpeg/Makefile.am:
20792         * ext/ladspa/Makefile.am:
20793         * ext/libcaca/Makefile.am:
20794         * ext/libmng/Makefile.am:
20795         * ext/libpng/Makefile.am:
20796         * ext/mikmod/Makefile.am:
20797         * ext/pango/Makefile.am:
20798         * ext/raw1394/Makefile.am:
20799         * ext/shout2/Makefile.am:
20800         * ext/speex/Makefile.am:
20801         * gst/alpha/Makefile.am:
20802         * gst/autodetect/Makefile.am:
20803         * gst/avi/Makefile.am:
20804         * gst/cutter/Makefile.am:
20805         * gst/debug/Makefile.am:
20806         * gst/effectv/Makefile.am:
20807         * gst/flx/Makefile.am:
20808         * gst/goom/Makefile.am:
20809         * gst/interleave/Makefile.am:
20810         * gst/law/Makefile.am:
20811         * gst/matroska/Makefile.am:
20812         * gst/median/Makefile.am:
20813         * gst/monoscope/Makefile.am:
20814         * gst/multipart/Makefile.am:
20815         * gst/oldcore/Makefile.am:
20816         * gst/rtp/Makefile.am:
20817         * gst/rtsp/Makefile.am:
20818         * gst/smoothwave/Makefile.am:
20819         * gst/smpte/Makefile.am:
20820         * gst/videobox/Makefile.am:
20821         * gst/videofilter/Makefile.am:
20822         * gst/videomixer/Makefile.am:
20823         * gst/wavenc/Makefile.am:
20824         * gst/wavparse/Makefile.am:
20825         * sys/oss/Makefile.am:
20826         * sys/osxaudio/Makefile.am:
20827         * sys/osxvideo/Makefile.am:
20828           fix up GST_LIBS use
20829
20830 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20831
20832         * gst/auparse/Makefile.am:
20833         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20834           fix build of auparse
20835
20836 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20837
20838         * configure.ac:
20839         * PORTED_09:
20840         * gst/auparse/gstauparse.c:
20841         * gst/auparse/gstauparse.h:
20842         Auparse ported to 0.9.
20843
20844 2005-09-22  Wim Taymans  <wim@fluendo.com>
20845
20846         * gst/rtp/TODO:
20847         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20848         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20849         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20850         (gst_rtpmp4venc_set_property):
20851         * gst/rtp/gstrtpmp4venc.h:
20852         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20853         * gst/rtp/gstrtpmpaenc.h:
20854         Use is_filled to both check MTU and max-ptime of base class.
20855
20856 2005-09-22  Wim Taymans  <wim@fluendo.com>
20857
20858         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20859         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20860         (gst_rtpmp4venc_set_property):
20861         Don't fragment packets with multiple frames.
20862
20863 2005-09-22  Wim Taymans  <wim@fluendo.com>
20864
20865         * gst/rtp/TODO:
20866         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20867         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20868         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20869         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20870         (gst_rtpmp4venc_get_property):
20871         * gst/rtp/gstrtpmp4venc.h:
20872         Remove g_print.
20873         Update TODO
20874         Make payload encoder a bit smarter and more correct with
20875         timestamps.
20876         Added option in payloader to include config string in-band.
20877
20878 2005-09-21  Wim Taymans  <wim@fluendo.com>
20879
20880         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20881         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20882         (gst_rtspsrc_send):
20883         Strip spaces for key/value pairs.
20884
20885 2005-09-21  Wim Taymans  <wim@fluendo.com>
20886
20887         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20888         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20889         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20890         (gst_rtspsrc_change_state):
20891         More SDP parsing and caps setting.
20892         Do NO_PREROLL differently.
20893         add pads only after negotiated.
20894
20895         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20896         (gst_udpsrc_getcaps):
20897         Implement the getcaps function.
20898
20899 2005-09-21  Wim Taymans  <wim@fluendo.com>
20900
20901         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20902         (gst_rtpamrdec_chain):
20903         Handle multiple AMr packets per payload. Handle CRC and
20904         parse ILL/ILP.
20905
20906         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20907         Make caps params strings for easy SDP mapping.
20908         
20909         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20910         Handle capsnego better.
20911
20912         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20913         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20914         Generate and parse config string in the caps.
20915
20916 2005-09-21  Wim Taymans  <wim@fluendo.com>
20917
20918         * gst/rtp/README:
20919         Update README
20920
20921         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20922         Make extra params as strings.
20923
20924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20925         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20926         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20927         Make state change return NO_PREROLL as this is a live
20928         source.
20929
20930         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20931         Don't unref old caps when NULL.
20932
20933 2005-09-20  Wim Taymans  <wim@fluendo.com>
20934
20935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20936         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20937         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20938         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20939         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20940         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20941         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20942         * gst/rtsp/sdpmessage.h:
20943         Add URI handler.
20944         Parse SDP and create caps.
20945
20946 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
20947
20948         * gst/alpha/gstalpha.c:
20949           fix element description
20950
20951 2005-09-19  Wim Taymans  <wim@fluendo.com>
20952
20953         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
20954         Don't check payload for now.
20955
20956 2005-09-19  Wim Taymans  <wim@fluendo.com>
20957
20958         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
20959         (gst_wavparse_init), (gst_wavparse_parse_file_header),
20960         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
20961         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20962         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20963         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
20964         (gst_wavparse_change_state):
20965         * gst/wavparse/gstwavparse.h:
20966         Fix wavparse some more.
20967
20968 2005-09-19  Wim Taymans  <wim@fluendo.com>
20969
20970         * check/elements/level.c: (GST_START_TEST):
20971         Fix for bus API change.
20972
20973 2005-09-19  Wim Taymans  <wim@fluendo.com>
20974
20975         * gst/level/level-example.c: (main):
20976         Fix for new bus API.
20977
20978         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20979         Set caps on pads.
20980
20981 2005-09-15  Wim Taymans  <wim@fluendo.com>
20982
20983         * gst/rtp/Makefile.am:
20984         * gst/rtp/README:
20985         * gst/rtp/gstrtp.c: (plugin_init):
20986         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
20987         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
20988         (gst_rtpamrdec_change_state):
20989         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
20990         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
20991         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
20992         * gst/rtp/gstrtpamrenc.h:
20993         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20994         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
20995         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
20996         * gst/rtp/gstrtpgsmenc.h:
20997         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
20998         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
20999         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21000         (gst_rtpgsmparse_change_state):
21001         * gst/rtp/gstrtpgsmparse.h:
21002         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21003         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21004         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21005         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21006         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21007         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21008         * gst/rtp/gstrtph263penc.h:
21009         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21010         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21011         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21012         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21013         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21014         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21015         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21016         * gst/rtp/gstrtpmp4venc.h:
21017         * gst/rtp/gstrtpmpadec.c:
21018         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21019         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21020         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21021         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21022         * gst/rtp/gstrtpmpaenc.h:
21023         Updates to payloader/depayloaders, make payloaders use
21024         the base classes.
21025         Updated README with suggested RTP caps and how to convert
21026         to/from SDP.
21027         Added config descriptor in mp4v payloader.
21028
21029 2005-09-15  Andy Wingo  <wingo@pobox.com>
21030
21031         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21032         * gst/autodetect/gstautovideosink.c
21033         (gst_auto_video_sink_find_best): Update for new registry API.
21034
21035 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21036
21037         * common/c-to-xml.py:
21038         * common/gtk-doc-plugins.mak:
21039           a simple py script to generate valid xml from a C example
21040           probably also need to strip an MIT license when we decide
21041         * docs/plugins/Makefile.am:
21042         * gst/level/Makefile.am:
21043         * gst/level/gstlevel.c: (gst_level_init):
21044         * gst/level/level-example.c: (message_handler), (main):
21045           add an example to level that will show up in the docs
21046         * gst/rtp/TODO:
21047           add a note for the future
21048
21049 2005-09-14  Michael Smith <msmith@fluendo.com>
21050
21051         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21052           Actually define the debug object being used in wavenc. Fixes #316205
21053
21054 2005-09-14  Michael Smith <msmith@fluendo.com>
21055
21056         * gst/smpte/Makefile.am:
21057           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21058           needed to build on windows (bug 316204)
21059
21060 2005-09-12  Andy Wingo  <wingo@pobox.com>
21061
21062         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21063
21064 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21065
21066         * configure.ac:
21067         * gst/fdsrc/Makefile.am:
21068         * gst/fdsrc/gstfdsrc.c:
21069         * gst/fdsrc/gstfdsrc.h:
21070           Move fdsrc back into gstreamer core elements.
21071
21072         * gst/level/gstlevel.c: (gst_level_class_init),
21073         (gst_level_transform_ip):
21074         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21075           Basetransform changes.
21076
21077 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21078
21079         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21080         * ext/jpeg/smokecodec.c: (find_best_size):
21081           fix compiler warnings
21082
21083 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21084
21085         * gst-plugins-good.spec.in:
21086           spec file fixes
21087         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21088         (gst_multiudpsink_render), (gst_multiudpsink_add),
21089         (gst_multiudpsink_clear):
21090           it actually helps to actually stream if we hook up the
21091           "add" signal to an actual implementation
21092         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21093           some debugging
21094
21095 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21096
21097         * ext/jpeg/Makefile.am:
21098         * ext/jpeg/gstjpeg.c
21099         * ext/jpeg/gstjpegenc.c:
21100         * ext/jpeg/gstsmokeenc.c:
21101
21102 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21103
21104         * ext/flac/gstflacdec.c:
21105         * ext/flac/gstflacenc.c:
21106         * ext/flac/gstflactag.c:
21107         * ext/speex/gstspeexenc.c:
21108           gsttaginterface.h -> gsttagsetter.h
21109
21110 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21111
21112         * configure.ac:
21113         * gst/debug/Makefile.am:
21114         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21115         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21116         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21117         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21118         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21119           Port to 0.9 and re-enable efence plugin.
21120
21121 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21122
21123         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21124         (gst_flacdec_write), (gst_flacdec_convert_src):
21125         * ext/flac/gstflacdec.h:
21126           Add support for flac files with 24/32 bits per sample; and misc.
21127           minor clean-ups. Seeking is still partly broken (for me at least).
21128
21129 2005-09-06  Wim Taymans  <wim@fluendo.com>
21130
21131         * gst/rtp/Makefile.am:
21132         * gst/rtp/gstrtp.c: (plugin_init):
21133         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21134         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21135         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21136         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21137         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21138         (gst_rtpmp4vdec_plugin_init):
21139         * gst/rtp/gstrtpmp4vdec.h:
21140         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21141         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21142         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21143         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21144         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21145         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21146         * gst/rtp/gstrtpmp4venc.h:
21147         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21148         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21149         Added mpeg4 video payload encoder/decoder.
21150         Added some docs in mpa payloader.
21151
21152 === release 0.9.1 ===
21153
21154 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21155
21156         * NEWS:
21157         * README:
21158         * RELEASE:
21159         * autogen.sh:
21160         * configure.ac:
21161           releasing 0.9.1, "Blondie"
21162
21163 2005-09-05  Andy Wingo  <wingo@pobox.com>
21164
21165         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21166         here from the state change handler, so we fire signals without
21167         holding the state lock.
21168
21169 2005-09-02  Andy Wingo  <wingo@pobox.com>
21170
21171         * All plugins updated for element state changes.
21172
21173 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21174
21175         * Makefile.am:
21176         * check/.cvsignore:
21177         * check/Makefile.am:
21178         * check/elements/.cvsignore:
21179         * check/elements/level.c: (setup_level), (cleanup_level),
21180         (GST_START_TEST), (level_suite), (main):
21181           add a test for level
21182         * common/release.mak:
21183           move the enum checking to release.mak
21184         * configure.ac:
21185           add valgrind and check checking
21186         * gst/level/gstlevel.c: (gst_level_transform):
21187         * gst/level/gstlevel.h:
21188           fix Andy's cast bug
21189           convert a field to int
21190           fix the arithmetic to int when checking for emit so that a
21191           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21192
21193 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21194
21195         * Makefile.am:
21196         * configure.ac:
21197           add docs to build
21198         * common/plugins.xsl:
21199           wrap Description into a refsect2
21200         * docs/Makefile.am:
21201         * docs/plugins/Makefile.am:
21202         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21203         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21204         * gst/goom/Makefile.am:
21205         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21206         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21207         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21208         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21209         (gst_goom_change_state):
21210         * gst/goom/gstgoom.h:
21211           GstGOOM -> GstGoom
21212           add an example launch line
21213         * gst/level/gstlevel.h:
21214         * gst/monoscope/gstmonoscope.c:
21215           cleanups
21216
21217 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21218
21219         * configure.ac:
21220         * docs/plugins/Makefile.am:
21221         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21222         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21223         * docs/plugins/gst-plugins-good-plugins.types:
21224           document elements and plugins.  Shazam !
21225
21226 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21227
21228         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21229           be found under doc/random/ChangeLog-0.8