gst/rtp/gstrtpg729pay.*: Replace G729 payloader with an improved version. Fixes ...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Olivier Crete <tester at tester dot ca>
4
5         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
6         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
7         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
8         * gst/rtp/gstrtpg729pay.h:
9         Replace G729 payloader with an improved version. Fixes #532409.
10
11 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
12
13         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
14         (gst_rtspsrc_change_state):
15         Only send one transport at a time for improved compatibility with some
16         broken servers. See #537832.
17
18 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
19
20         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
21         (gst_rtspsrc_perform_seek):
22         Only pause/play in the seek handler when the source was playing.
23         Fixes #529379.
24
25 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
26
27         * gst/matroska/matroska-mux.c:
28         (gst_matroska_mux_handle_dirac_packet):
29         Fix muxing of Dirac streams if the input already has the format
30         we need, i.e. is the output of matroskademux.
31
32 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
33
34         * gst/avi/gstavimux.c:
35           Don't segfault on string typed tags being NULL. Fixes #560155.
36
37 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
38
39         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
40         (gst_matroska_mux_audio_pad_setcaps):
41         Fix mapping AAC profile to Matroska codec id.
42
43 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
44
45         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
46         (qtdemux_video_caps), (qtdemux_audio_caps):
47         Refactor some raw audio caps building, and handle >16-bit cases.
48         Fix/replace building caps from a string description.
49
50 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
51
52         * gst/audiofx/audiowsincband.c:
53         * gst/audiofx/audiowsinclimit.c:
54         * gst/cutter/gstcutter.c:
55           Make author name consistent with others.
56
57 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
58
59         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
60
61         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
62         (gst_rtspsrc_stream_configure_udp_sink):
63         Pause the RTSP stream before doing a new play request.
64         Make sure that adding the udpsinks does not cause the rtspsrc to become
65         a sink. Fixes #559547.
66
67 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
68
69         * gst/matroska/matroska-ids.h:
70         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
71         (gst_matroska_mux_handle_dirac_packet),
72         (gst_matroska_mux_write_data):
73         Implement Dirac muxing into Matroska comforming to the spec, i.e.
74         put all Dirac packages up to a picture into a Matroska block.
75
76         TODO: Implement writing of the ReferenceBlock Matroska elements,
77         currently the Dirac muxing is only 100% correct if Matroska version 2
78         is selected for muxing.
79
80 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
81
82         Patch by: Bastien Nocera <hadess at hadess dot net>,
83                   Hans de Goede <jwrdegoede at fedoraproject dot org>
84
85         * configure.ac:
86         * sys/v4l2/Makefile.am:
87         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
88         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
89         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
90         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
91         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
92         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
93         (gst_v4l2_get_input), (gst_v4l2_set_input):
94         * sys/v4l2/v4l2_calls.h:
95         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
96         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
97         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
98         (gst_v4l2src_fill_format_list),
99         (gst_v4l2src_probe_caps_for_format_and_size),
100         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
101         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
102         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
103         (gst_v4l2src_get_nearest_size):
104         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
105
106 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
107
108         * ext/aalib/Makefile.am:
109         * ext/annodex/Makefile.am:
110         * ext/cairo/Makefile.am:
111         * ext/dv/Makefile.am:
112         * ext/esd/Makefile.am:
113         * ext/flac/Makefile.am:
114         * ext/gconf/Makefile.am:
115         * ext/gdk_pixbuf/Makefile.am:
116         * ext/hal/Makefile.am:
117         * ext/jpeg/Makefile.am:
118         * ext/ladspa/Makefile.am:
119         * ext/libcaca/Makefile.am:
120         * ext/libmng/Makefile.am:
121         * ext/libpng/Makefile.am:
122         * ext/mikmod/Makefile.am:
123         * ext/pulse/Makefile.am:
124         * ext/raw1394/Makefile.am:
125         * ext/shout2/Makefile.am:
126         * ext/soup/Makefile.am:
127         * ext/speex/Makefile.am:
128         * ext/taglib/Makefile.am:
129         * ext/wavpack/Makefile.am:
130         * gst/alpha/Makefile.am:
131         * gst/apetag/Makefile.am:
132         * gst/audiofx/Makefile.am:
133         * gst/auparse/Makefile.am:
134         * gst/autodetect/Makefile.am:
135         * gst/avi/Makefile.am:
136         * gst/cutter/Makefile.am:
137         * gst/debug/Makefile.am:
138         * gst/effectv/Makefile.am:
139         * gst/equalizer/Makefile.am:
140         * gst/flx/Makefile.am:
141         * gst/goom/Makefile.am:
142         * gst/goom2k1/Makefile.am:
143         * gst/icydemux/Makefile.am:
144         * gst/id3demux/Makefile.am:
145         * gst/interleave/Makefile.am:
146         * gst/law/Makefile.am:
147         * gst/level/Makefile.am:
148         * gst/matroska/Makefile.am:
149         * gst/median/Makefile.am:
150         * gst/monoscope/Makefile.am:
151         * gst/multifile/Makefile.am:
152         * gst/multipart/Makefile.am:
153         * gst/oldcore/Makefile.am:
154         * gst/qtdemux/Makefile.am:
155         * gst/replaygain/Makefile.am:
156         * gst/rtp/Makefile.am:
157         * gst/rtsp/Makefile.am:
158         * gst/smpte/Makefile.am:
159         * gst/spectrum/Makefile.am:
160         * gst/udp/Makefile.am:
161         * gst/videobox/Makefile.am:
162         * gst/videocrop/Makefile.am:
163         * gst/videofilter/Makefile.am:
164         * gst/videomixer/Makefile.am:
165         * gst/wavenc/Makefile.am:
166         * gst/wavparse/Makefile.am:
167         * sys/directdraw/Makefile.am:
168         * sys/directsound/Makefile.am:
169         * sys/oss/Makefile.am:
170         * sys/osxaudio/Makefile.am:
171         * sys/osxvideo/Makefile.am:
172         * sys/sunaudio/Makefile.am:
173         * sys/v4l2/Makefile.am:
174         * sys/waveform/Makefile.am:
175         * sys/ximage/Makefile.am:
176           Don't install static libs for plugins. Fixes #550851 for -good.
177
178 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
179
180         * ext/flac/Makefile.am:
181         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
182         This fixes compilation if FLAC is installed in an uncommon location
183         that is not already handled by other CFLAGS. Fixes bug #558711.
184
185 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
186
187         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
188         Guard more uncommon formats with ifdefs so that we can compile on older
189         versions.
190
191 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
192
193         Patch by: Nick Haddad <nick at haddads dot net>
194
195         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
196         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
197         (gst_avi_demux_stream_data):
198         Invert other uncompressed RGB formats. Fixes #558554.
199
200 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
201
202         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
203         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
204         * gst/wavenc/gstwavenc.h:
205         Add support for float/double as input and remove the (nowadays)
206         useless parsing of the depth as we require width==depth.
207
208 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
209
210         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
211         * gst/rtp/gstrtpmpapay.c:
212         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
213         mpeg version 1. Fixes #558427.
214
215 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
216
217         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
218         (gst_rtp_L16_pay_getcaps):
219         Only put an integral amount of samples in the RTP packet.
220         Fixes #556641.
221
222 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
223
224         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
225         * gst/rtp/gstrtpchannels.h:
226         Add method to get possible channel positions.
227
228 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
229
230         * gst/rtp/Makefile.am:
231         Also commit updated makefile
232
233 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
234
235         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
236         Don't allow width=32,depth=24 as input. WAV requires that the width
237         is the next integer multiply of 8 from the depth.
238
239 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
240
241         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
242         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
243         (gst_rtp_L16_pay_getcaps):
244         * gst/rtp/gstrtpchannels.c: (check_channels),
245         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
246         (gst_rtp_channels_create_default):
247         * gst/rtp/gstrtpchannels.h:
248         Add mappings for multichannel support. Does not completely just work
249         because the getcaps function does not yet return the allowed channel
250         mappings. See #556641.
251
252 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
253
254         * gst/goom/Makefile.am:
255         * gst/goom/README:
256         * gst/goom/config_param.c:
257         * gst/goom/convolve_fx.c:
258         * gst/goom/drawmethods.c:
259         * gst/goom/drawmethods.h:
260         * gst/goom/filters.c:
261         * gst/goom/filters_mmx.s:
262         * gst/goom/flying_stars_fx.c:
263         * gst/goom/goom.h:
264         * gst/goom/goom_config.h:
265         * gst/goom/goom_config_param.h:
266         * gst/goom/goom_core.c:
267         * gst/goom/goom_filters.h:
268         * gst/goom/goom_fx.h:
269         * gst/goom/goom_graphic.h:
270         * gst/goom/goom_plugin_info.h:
271         * gst/goom/goom_tools.c:
272         * gst/goom/goom_tools.h:
273         * gst/goom/goom_typedefs.h:
274         * gst/goom/goom_visual_fx.h:
275         * gst/goom/graphic.c:
276         * gst/goom/ifs.c:
277         * gst/goom/ifs.h:
278         * gst/goom/lines.c:
279         * gst/goom/lines.h:
280         * gst/goom/mathtools.c:
281         * gst/goom/mathtools.h:
282         * gst/goom/mmx.c:
283         * gst/goom/motif_goom1.h:
284         * gst/goom/motif_goom2.h:
285         * gst/goom/plugin_info.c:
286         * gst/goom/ppc_drawings.h:
287         * gst/goom/ppc_zoom_ultimate.h:
288         * gst/goom/sound_tester.c:
289         * gst/goom/sound_tester.h:
290         * gst/goom/surf3d.c:
291         * gst/goom/surf3d.h:
292         * gst/goom/tentacle3d.c:
293         * gst/goom/tentacle3d.h:
294         * gst/goom/v3d.c:
295         * gst/goom/v3d.h:
296         * gst/goom/xmmx.c:
297           Add license headers in all source files. Remove filter.c from
298           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
299           which are not used right now. Fixes #557709.
300
301 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
302
303         Patch by: Olivier Crete <tester at tester dot ca>
304
305         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
306         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
307         Implement getcaps in rtpL16pay. Fixes #556484.
308
309 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
310
311         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
312         (gst_rtp_L16_depay_process):
313         Check if clock-rate and channels are valid.
314         Don't ignore the return value of setcaps.
315         No need to validate the buffer, the base class does that for us.
316         Use the marker bit to set the DISCONT flag on outgoing buffers.
317
318         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
319         Don't ignore the return value of set_outcaps.
320
321         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
322         (gst_rtp_ac3_depay_process):
323         Don't ignore the return value of set_caps.
324         No need to validate the buffer, the base class does that for us.
325
326         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
327         (gst_rtp_amr_depay_process):
328         * gst/rtp/gstrtpamrdepay.h:
329         Don't ignore the return value of setcaps.
330         No need to validate the buffer, the base class does that for us.
331         No need to set output caps on the buffers, the base class does that for
332         us.
333         The subclass will make sure we are negotiated.
334         
335         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
336         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
337         * gst/rtp/gstrtpdvdepay.h:
338         Clean up caps negotiation.
339         The subclass will make sure we are negotiated.
340
341         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
342         (gst_rtp_g726_depay_process):
343         Clean up caps negotiation.
344         Use the marker bit to set the DISCONT flag on outgoing buffers.
345
346         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
347         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
348         * gst/rtp/gstrtpg729depay.h:
349         The subclass will make sure we are negotiated.
350         Use the marker bit to set the DISCONT flag on outgoing buffers.
351
352         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
353         (gst_rtp_gsm_depay_process):
354         Clean up caps negotiation.
355         Use the marker bit to set the DISCONT flag on outgoing buffers.
356
357         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
358         Clean up caps negotiation.
359         Don't ignore the return value of set_outcaps.
360
361         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
362         (gst_rtp_h263_depay_process):
363         Clean up caps negotiation.
364         No need to validate the buffer, the base class does that for us.
365
366         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
367         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
368         * gst/rtp/gstrtph263pay.h:
369         Don't ignore the return value of set_outcaps.
370         Do some more timestamps.
371
372         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
373         (gst_rtp_h263p_depay_process):
374         Clean up caps negotiation.
375         Don't ignore the return value of setcaps.
376         No need to validate the buffer, the base class does that for us.
377
378         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
379         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
380         (gst_rtp_h263p_pay_handle_buffer):
381         * gst/rtp/gstrtph263ppay.h:
382         Don't ignore the return value of set_outcaps.
383         Do some more timestamps.
384
385         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
386         (gst_rtp_h264_depay_process):
387         Clean up caps negotiation.
388         Don't ignore the return value of setcaps.
389         Fix possible caps leak.
390         No need to validate the buffer, the base class does that for us.
391
392         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
393         Add some more debug info.
394
395         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
396         (gst_rtp_ilbc_depay_process):
397         Clean up caps negotiation.
398         Use the marker bit to set the DISCONT flag on outgoing buffers.
399
400         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
401         Clean up caps negotiation.
402
403         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
404         (gst_rtp_mp1s_depay_process):
405         Clean up caps negotiation.
406         Don't ignore the return value of setcaps.
407         No need to validate the buffer, the base class does that for us.
408         No need to set caps on buffers, subclass does that for us.
409
410         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
411         (gst_rtp_mp2t_depay_process):
412         Clean up caps negotiation.
413         Don't ignore the return value of setcaps.
414         No need to validate the buffer, the base class does that for us.
415         No need to set caps on buffers, subclass does that for us.
416
417         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
418         (gst_rtp_mp4a_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
423         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
424         (gst_rtp_mp4a_pay_setcaps):
425         Don't ignore the return value of set_outcaps.
426
427         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
428         (gst_rtp_mp4g_depay_process):
429         Clean up caps negotiation.
430         Don't ignore the return value of setcaps.
431         No need to validate the buffer, the base class does that for us.
432         No need to set caps on buffers, subclass does that for us.
433
434         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
435         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
436         Don't ignore the return value of set_outcaps.
437
438         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
439         (gst_rtp_mp4v_depay_process):
440         Clean up caps negotiation.
441         Don't ignore the return value of setcaps.
442         No need to validate the buffer, the base class does that for us.
443         No need to set caps on buffers, subclass does that for us.
444
445         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
446         (gst_rtp_mp4v_pay_setcaps):
447         Don't ignore the return value of set_outcaps.
448
449         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
450         (gst_rtp_mpa_depay_process):
451         Clean up caps negotiation.
452         Don't ignore the return value of setcaps.
453         No need to validate the buffer, the base class does that for us.
454         Use the marker bit to set the DISCONT flag on outgoing buffers.
455
456         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
457         Don't ignore the return value of set_outcaps.
458
459         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
460         (gst_rtp_mpv_depay_process):
461         Clean up caps negotiation.
462         Actually set output caps.
463         No need to validate the buffer, the base class does that for us.
464
465         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
466         Don't ignore the return value of set_outcaps.
467
468         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
469         (gst_rtp_pcma_depay_process):
470         Clean up caps negotiation.
471         Set output buffer duration because we can.
472         Use the marker bit to set the DISCONT flag on outgoing buffers.
473
474         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
475         Don't ignore the return value of set_outcaps.
476
477         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
478         (gst_rtp_pcmu_depay_process):
479         Clean up caps negotiation.
480         Use the marker bit to set the DISCONT flag on outgoing buffers.
481
482         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
483         Don't ignore the return value of set_outcaps.
484
485         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
486         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
487         Clean up caps negotiation.
488         Set output caps on the pad and header buffers.
489         Set duration on output buffers because we can.
490
491         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
492         Don't ignore the return value of set_outcaps.
493
494         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
495         (gst_rtp_sv3v_depay_process):
496         Clean up caps negotiation.
497         No need to validate the buffer, the base class does that for us.
498         No need to set caps out output buffers, subclass does that.
499
500         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
501         (gst_rtp_theora_depay_process):
502         Don't ignore the return value of setcaps.
503         No need to validate the buffer, the base class does that for us.
504
505         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
506         (gst_rtp_theora_pay_flush_packet), (encode_base64),
507         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
508         (gst_rtp_theora_pay_handle_buffer):
509         Don't ignore the return value of set_outcaps.
510
511         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
512         (gst_rtp_vorbis_depay_process):
513         Don't ignore the return value of setcaps.
514         No need to validate the buffer, the base class does that for us.
515
516         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
517         Don't ignore the return value of set_outcaps.
518
519         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
520         Clean up caps negotiation, don't ignore setcaps return.
521
522         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
523         Don't ignore the return value of set_outcaps.
524
525 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
526
527         * gst/matroska/matroska-demux.c:
528         (gst_matroska_demux_handle_src_event):
529         Forward unknown events upstream.
530
531 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
532
533         * tests/check/elements/icydemux.c: (icydemux_found_pad):
534         Add some refcount check
535
536         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
537         Don't ignore the result of write(), fixes a  compiler warning for me.
538
539         * tests/icles/videobox-test.c: (main):
540         Make the output a little more pretty.
541
542 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
543
544         * ext/esd/esdmon.c:
545           Add doc blob.
546
547 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
548
549         * docs/plugins/Makefile.am:
550         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
551         * docs/plugins/gst-plugins-good-plugins-sections.txt:
552         * docs/plugins/gst-plugins-good-plugins.args:
553         * docs/plugins/gst-plugins-good-plugins.hierarchy:
554         * docs/plugins/gst-plugins-good-plugins.interfaces:
555         * docs/plugins/inspect/plugin-autodetect.xml:
556           Add the docs of the new elements.
557
558 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
559
560         * gst/autodetect/gstautoaudiosrc.c:
561         (gst_auto_audio_src_class_init):
562         * gst/autodetect/gstautovideosrc.c:
563         (gst_auto_video_src_class_init):
564         Fix "Since" tags in the documentation.
565
566 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
567
568         Patch by: Sjoerd Simons <sjoerd at luon dot net>
569
570         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
571         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
572         Add support for souphttpsrc to act as a live source. This makes it
573         possible to get timestamped buffers in combination with the
574         "do-timestamp" property. Fixes bug #556019.
575
576 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
577
578         * gst/autodetect/Makefile.am:
579         * gst/autodetect/gstautoaudiosink.c:
580         * gst/autodetect/gstautoaudiosrc.c:
581         * gst/autodetect/gstautoaudiosrc.h:
582         * gst/autodetect/gstautodetect.c:
583         * gst/autodetect/gstautovideosink.c:
584         * gst/autodetect/gstautovideosrc.c:
585         * gst/autodetect/gstautovideosrc.h:
586           Implement src plugins. Little code/string cleanup in the sinks.
587           Fixes #523813.
588
589 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
590
591         Patch by: Peter Kjellerstedt <pkj at axis com>
592
593         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
594         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
595         Fix a memory leak when pads are requested but the pipeline never
596         goes into PLAYING.
597
598         Correctly remove request pads, no matter if they have collected
599         data or not.
600
601         Fixes bug #557710.
602
603 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
604
605         Patch by: <lrn1986 at gmail dot com>
606
607         * gst/udp/gstudpnetutils.h:
608         Define the correct WINVER so getaddinfo() can be used when using
609         mingw32. Fixes bug #557294.
610
611 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
612
613         Patch by: <lrn1986 at gmail dot com>
614
615         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
616         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
617         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
618         Fix "argument type mismatch" compiler warnings on Windows.
619         Fixes bug #557293.
620
621 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
622
623         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
624         Don't calculate the filter coefficients for every single buffer
625         but only when it's needed. Fixes bug #557260.
626
627 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
628
629         * configure.ac:
630         Back to development -> 0.10.11.1
631
632 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
633
634         * gst-plugins-good.doap:
635         Fix version number of 0.10.11 release in doap file
636
637 === release 0.10.11 ===
638
639 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
640
641         * configure.ac:
642           releasing 0.10.11, "Secondary Consideration"
643
644 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
645
646         * configure.ac:
647         Commit 0.10.10.4 pre-release
648
649 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
650
651         * gst/avi/gstavimux.c:
652         Fix VPRP chunk setup in avimux.
653         Fixes: #556010
654         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
655
656 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
657
658         * gst/videobox/gstvideobox.c:
659         support dynamically changing properties in videobox
660         Fixed: #557085
661         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
662
663 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
664
665         * configure.ac:
666         0.10.10.3 pre-release
667
668 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
669
670         * tests/check/Makefile.am:
671         Don't run the states test on pulsesrc and pulsesink
672
673 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
674
675         * configure.ac:
676         Commit 0.10.10.2 pre-release bump that actually went
677         out on 2008-10-11
678
679 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
680
681         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
682         Skip entries for streams that don't have a output pad yet, thereby
683         avoiding calling pad functions with a NULL pad.
684         Fixes #556424
685
686 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
687
688         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
689         * tests/check/elements/icydemux.c: (icydemux_found_pad):
690         Remove problematic and useless refcount check.
691         Fixes #556381
692
693 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
694
695         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
696         Remove problematic and useless refcount check.
697         Fixes #556381
698
699 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
700
701         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
702         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
703         Cast some size_t arguments to guint to avoid compiler
704         warnings on 64-bit systems.
705
706 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
707
708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
709         Return TRUE instead of FALSE from the event handler when we swallowed the
710         event.
711
712 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
713
714         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
715         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
716         Reset header state. Fixes #555321.
717
718 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
719
720         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
721         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
722         * gst/avi/gstavidemux.h:
723         For timestamping audio packets we need to take into account the
724         amount of blocks in one entry using the blockalign. Fixes some sync
725         issues with zero-padded audio blocks in the beginning of avi files.
726
727 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
728
729         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
730         (gst_multi_file_src_query):
731         Implement DEFAULT and BUFFER position queries. See #555260.
732
733 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
734
735         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
736         Fix build for systems that don't have XDamage.
737
738 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
739
740         * tests/examples/rtp/client-H263p.sdp:
741         * tests/examples/rtp/client-H263p.sh:
742         * tests/examples/rtp/server-VTS-H263p.sh:
743         Add some more H263p server and client examples.
744
745 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
746
747         * configure.ac::
748           Depend on released versions of core and base.
749
750 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
751
752         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
753         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
754         Return -1 instead of 0 in error cases. Fixes #554771.
755
756 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
757
758         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
759         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
760         Stop leaking the cursor image.
761         Unref the last_ximage and the cached cursor image on shutdown.
762         Fixes #551570.
763
764 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
765
766         * sys/v4l2/gstv4l2object.h:
767         Getting the Class from an instance is not just a matter of casting it to
768         the class struct but it involves calling G_OBJECT_GET_CLASS on the
769         instance. Fixes #549784.
770
771 2008-10-01  Michael Smith <msmith@songbirdnest.com>
772
773         * configure.ac:
774           Fix libs for linking directsound.
775         * sys/directsound/gstdirectsoundsink.c:
776           Fix buffer sizing to prevent racing the ringbuffer at startup.
777           Add volume property.
778
779 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
780
781         * ext/pulse/pulsesink.c:
782         Fix problems with pulsesink randomly erroring with code 'OK' after a
783         format change on the stream by waiting when disconnecting the stream.
784
785 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
786
787         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
788         (gst_rtp_amr_depay_process):
789         Mark DISCONT on output buffers when the marker bit signals a new talk
790         spurt.
791
792         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
793         Set the marker bit for buffers with a DISCONT flag to signal a talk
794         spurt.
795
796 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
797
798         * gst/rtp/Makefile.am:
799         * gst/rtp/gstrtp.c: (plugin_init):
800         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
801         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
802         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
803         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
804         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
805         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
806         * gst/rtp/gstrtpmp4apay.h:
807         Added MP4A-LATM payloader to match the depayloader.
808
809 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
810
811         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
812         (gst_videomixer_sink_event):
813         Handle segments a little better. Fixes #537361.
814
815 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
816
817         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
818         Don't assume the server supports PAUSE by default. Fixes #551048.
819
820 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
821
822         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
823         (gst_udpsrc_set_uri), (gst_udpsrc_start):
824         Switch on the socket family to get the addrlen size right.
825
826 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
827
828         Patch by: Daniel Franke <df at dfranke dot us>
829
830         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
831         OS X's bind() implementation is picky about its addrlen parameter and
832         fails with EINVAL if it is larger than expected for the socket's address
833         family. Set the length to the expected length instead. Fixes #553191.
834
835 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
836
837         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
838         Handle the case where we cannot do desribe or when the describe result
839         does not contain a valid SDP message.
840
841 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
842
843         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
844         Fix setting the qos.
845
846 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
847
848         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
849         (gst_qtdemux_chain):
850         Some 'broken' files out there have atom lengths of zero...
851         which basically results in qtdemux consuming that atom again and again
852         until the *end of night* !
853         Detect that and emits an adequate element error message.
854
855 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
856
857         * gst/interleave/Makefile.am:
858         * gst/matroska/Makefile.am:
859         Fix build flags order.
860
861         * tests/check/elements/audioamplify.c: (GST_START_TEST):
862         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
863         * tests/check/elements/audioinvert.c: (GST_START_TEST):
864         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
865         Format fixes.
866
867         * tests/check/elements/multifile.c:
868         Pull in unistd.h
869
870 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
871
872         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
873         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
874         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
875         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
876         (gst_rtp_mp4g_depay_change_state):
877         * gst/rtp/gstrtpmp4gdepay.h:
878         Handle interleaved streams by reordering AU in a queue.
879
880 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
881
882         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
883         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
884         Change some of the ranges in the caps, mostly for the amount of bits we
885         can use.
886         Added a little bitstream parse and use it to parse the AU header fields.
887         Check for malformed and wrongly sized packets better.
888         Implement more header field parsing.
889         Handle the size of fragmented packets correctly.
890
891 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
892
893         Patch by: Jonathan Matthew <notverysmart@gmail.com>
894         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
895         Add mapping for 'tiff' => image/tiff
896         Fixes #552213
897
898 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
899
900
901         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
902         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
903           Pretend to care about the result of write() which works around
904           compiler warnings.
905
906 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
907
908         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
909           Make sure the desired default values are actually set, not only
910           registered as defaults (actual problem is that the stereo-specific
911           values are only updated if channels==2, which is not the case yet
912           when the object is created, so the default values for the
913           mid-side-stereo and loose-mid-side-stereo settings are never
914           set in _update_quality()). Makes flacenc create smaller files by
915           default (for stereo input), and fixes #550791.
916
917 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
918
919         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
920         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
921         (qtdemux_parse_trak), (qtdemux_video_caps):
922         * gst/qtdemux/qtdemux.h:
923         * gst/qtdemux/qtdemux_fourcc.h:
924         * gst/qtdemux/qtdemux_types.c:
925         Add support for video/mj2 mime-type and its additional atoms/boxes.
926         Fixes #550646.
927
928 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
929
930         * gst/debug/gsttaginject.c:
931           Add warning when tags parameter is unparsable and give example for
932           quoting in the docs.
933
934 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
935
936         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
937         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
938         Add some alternative byteswapped mappings that seem to pop up sometimes.
939         Fixes #550288.
940
941 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
942
943         * po/LINGUAS:
944         * po/POTFILES.in:
945         * po/POTFILES.skip:
946           Add 'ca' to LINGUAS; add some more files with translations and some
947           files which should be ignored by translation tools.
948
949 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
950
951         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
952         * ext/speex/gstspeexdec.h:
953         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
954         * ext/speex/gstspeexenc.h:
955         Use integer encoding and decoding functions instead of converting
956         the integer input to float in the element. The libspeex integer
957         functions are doing this for us already or, if libspeex was compiled
958         in integer mode, they're doing everything using integer arithmetics.
959         Also saves some copying around.
960
961 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
962
963         * configure.ac:
964           Fix --disable-external
965
966 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
967
968         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
969         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
970         * ext/wavpack/gstwavpackenc.h:
971         Handle non-zero start timestamps and stream discontinuities
972         correctly. This only has an effect if we're muxing into
973         a container format as the raw WavPack stream must contain
974         continous sample numbers.
975
976 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
977
978         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
979         Correct the timestamp and granulepos calculation by one Speex
980         frame.
981
982 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
983
984         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
985         Correctly take the granulepos from upstream if possible and
986         correctly handle the granulepos in various calculations: the
987         granulepos is the sample number of the _last_ sample in a frame, not
988         the first.
989
990         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
991         (gst_speex_enc_encode), (gst_speex_enc_chain),
992         (gst_speex_enc_change_state):
993         * ext/speex/gstspeexenc.h:
994         Handle non-zero start timestamps in the encoder and detect/handle
995         stream discontinuities. Fixes bug #547075.
996
997 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
998
999         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1000
1001         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1002         Fix compiler warnings caused by passing a string as format string
1003         instead of "%s" and then the string. This is only exposed by -Wformat=2
1004         as used by default on Ubuntu. Fixes bug #550015.
1005
1006 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1007
1008         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1009         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1010         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1011         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1012         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1013           (gst_ebml_read_element_length):
1014         * gst/matroska/matroska-demux.c:
1015           (gst_matroska_demux_check_subtitle_buffer):
1016           Make stuff compile with GST_DISABLE_GST_DEBUG.
1017
1018 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1019
1020         * gst/law/alaw.c:
1021         * gst/law/mulaw.c:
1022           Ref caps before passing to gst_pad_template_new(), since that takes
1023           ownership.
1024
1025 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1026
1027         Patch by: Mersad Jelacic <mersad at axis dot com>
1028
1029         * gst/multipart/multipartdemux.c:
1030         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1031         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1032         demuxer. Fixes #549551.
1033
1034 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1035
1036         * sys/osxaudio/gstosxaudiosink.c:
1037         (gst_osx_audio_sink_select_device):
1038         * sys/osxaudio/gstosxaudiosrc.c:
1039         (gst_osx_audio_src_create_ringbuffer),
1040         (gst_osx_audio_src_select_device):
1041         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1042         Fix the build on macosx.
1043
1044 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1045
1046         * gst/icydemux/gsticydemux.c:
1047           Small docs fix: in the example pipeline, we need to pass
1048           iradio-mode=true to the source, so the server actually sends
1049           an ICY stream.
1050
1051 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1052
1053         * sys/osxaudio/gstosxaudio.c:
1054           Oops. Revert more completely.
1055
1056 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1057
1058         * sys/osxaudio/gstosxaudio.c:
1059           Revert accidental element rename from testing.
1060
1061 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1062
1063         * gst-plugins-good.doap:
1064         Pull in 0.10.10 doap entry from release branch
1065
1066 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1067
1068         * configure.ac:
1069         Update version number to reflect 0.10.10 release from
1070         branch.
1071
1072 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1073
1074         * sys/osxaudio/Makefile.am:
1075         * sys/osxaudio/gstosxaudio.c:
1076         * sys/osxaudio/gstosxaudiosink.c:
1077         * sys/osxaudio/gstosxaudiosink.h:
1078         * sys/osxaudio/gstosxaudiosrc.c:
1079         * sys/osxaudio/gstosxaudiosrc.h:
1080         * sys/osxaudio/gstosxringbuffer.c:
1081         * sys/osxaudio/gstosxringbuffer.h:
1082           Rewrite caps setting and ring buffer initialisation.
1083           Previously we never told CoreAudio what format we were going to send it,
1084           so it only worked due to luck, and not at all on some hardware.
1085           Now we explicitly advertise what formats the hardware supports, and then
1086           configure the selected one correctly.
1087
1088 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1089
1090         * sys/v4l2/gstv4l2object.c:
1091         * sys/v4l2/gstv4l2src.c:
1092         * sys/v4l2/gstv4l2src.h:
1093         * sys/v4l2/v4l2_calls.c:
1094         * sys/v4l2/v4l2src_calls.c:
1095           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1096           need to memset instance structures. Some more FIXME's and comments.
1097
1098 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1099
1100         * tests/icles/.cvsignore:
1101           Ignore more.
1102
1103 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1104
1105         * gst/goom/.cvsignore:
1106         * gst/goom2k1/.cvsignore:
1107           Ignore files.
1108
1109 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1110
1111         * ext/cairo/gsttextoverlay.c:
1112           Fix compiler warning.
1113
1114 2008-08-25  David Schleef  <ds@schleef.org>
1115
1116         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1117
1118 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1119
1120         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1121         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1122         * gst/matroska/matroska-mux.c:
1123         (gst_matroska_mux_video_pad_setcaps),
1124         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1125         Add Real[Audio|Video] support to Matroska containers.
1126         It works fine for:
1127         * decoding real audio/video streams contained in mkv
1128         * 'transmuxing' real (.rm) files into .mkv files
1129         It will not work though for encoding real[audio/video] streams that
1130         don't contain the 'mdpr_data' extra data on the caps.
1131         The reason why this will not work is because I never intended to
1132         duplicate virtually all the 'mdpr' block creation into mkvmux.
1133         Fixes #536067
1134
1135 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1136
1137         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1138         * gst/law/mulaw-conversion.c:
1139         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1140         (gst_mulawenc_chain):
1141         The encoder can't really renegotiate at the time they perform a
1142         pad-alloc so make the srcpads use fixed caps.
1143         Check the buffer size after a pad-alloc because the returned size might
1144         not be right when the downstream element does not know the size of the
1145         new buffer (capsfilter). Fixes #549073.
1146
1147 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1148
1149         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1150
1151         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1152         v4l2src doesn't have a property named "norm" so don't try to notify
1153         about changes to that property. The "norm" property and related
1154         code are commented out currently. Fixes bug #549090.
1155
1156 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1157
1158         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1159
1160         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1161         Reprobe devices again instead of taking a cached list as new
1162         devices could've been plugged in. Fixes bug #549062.
1163
1164 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1165
1166         * gst/autodetect/Makefile.am:
1167         Don't link the autodetect plugin with GConf as it doesn't
1168         use GConf. Fixes bug #545463.
1169
1170 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1171
1172         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1173         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1174         (gst_ebml_read_sint), (gst_ebml_read_float),
1175         (gst_ebml_read_header):
1176         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1177         possible to ignore errors and not post any ERROR messages on
1178         the bus.
1179
1180         * gst/matroska/matroska-demux.c:
1181         (gst_matroska_demux_parse_contents):
1182         Ignore any errors and not just EOS when parsing the contents of
1183         a SeekHead. Errors here are usually caused by truncated files
1184         and playback of the file works fine. Fixes playback of the
1185         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1186         archive.
1187
1188 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1189
1190         * gst/multipart/multipartdemux.c:
1191         * gst/multipart/multipartmux.c:
1192         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1193
1194 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1195
1196         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1197           gst_directdraw_sink_bufferpool_clear):
1198           Fix two more buffer ref leaks.
1199
1200 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1201
1202         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1203
1204         * sys/directdraw/gstdirectdrawsink.c:
1205           (gst_directdraw_sink_show_frame):
1206           Fix buffer ref leak.
1207
1208 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1209
1210         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1211         Revert the last commit. wavenc still supports width!=depth for 32 bit
1212         width. Thanks Tim.
1213
1214 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1215
1216         * gst/matroska/matroska-demux.c:
1217         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1218         If the duration of a block is unknown only use the timestamp for the
1219         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1220         laces. Otherwise every lace has the same timestamp which leads to
1221         various problems. Really fixes bug #548831.
1222
1223 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1224
1225         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1226         If we're not allowing width!=depth in wavenc we should also disable
1227         the code that was added to support width!=depth.
1228
1229 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1230
1231         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1232         Don't calculate the default duration of a frame from the audio sampling
1233         rate. This only works for raw audio if every frame contains a single
1234         sample and results in broken buffer durations for other formats
1235         if no specified default duration is given or the blocks have no
1236         duration. Fixes bug #548831.
1237
1238 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1239
1240         * gst/matroska/matroska-demux.c:
1241         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1242         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1243         are used for text/plain subtitles as a gap-filler in some files.
1244
1245 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1246
1247         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1248         (gst_v4l2_get_caps_info):
1249         Add S910 and PWC formats with a low priority.
1250
1251         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1252         (gst_v4l2src_probe_caps_for_format):
1253         Add more debugging.
1254
1255 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1256
1257         * ext/flac/gstflacenc.c:
1258           Fix compilation against older libflac versions.
1259
1260 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1261
1262         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1263         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1264         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1265         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1266         (gst_pulsemixer_ctrl_set_volume):
1267         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1268         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1269         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1270         (gst_pulsesink_init), (gst_pulsesink_open),
1271         (gst_pulsesink_prepare), (gst_pulsesink_write),
1272         (gst_pulsesink_delay), (gst_pulsesink_reset):
1273         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1274         (gst_pulsesrc_init):
1275         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1276         Fix a locking issue in pulsesink's prepare function.
1277
1278         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1279         Check if the created channel layout is valid for GStreamer.
1280
1281 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1282
1283         * gst/rtsp/gstrtspgoogle.c:
1284         Things that can happen when your brain is in google mode trying to
1285         deal with their google rtsp server extensions and trying to type your
1286         google mail account.
1287
1288 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1289
1290         * gst/rtsp/Makefile.am:
1291         * gst/rtsp/gstrtsp.c: (plugin_init):
1292         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1293         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1294         (_do_init), (gst_rtsp_google_base_init),
1295         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1296         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1297         (gst_rtsp_google_extension_init):
1298         * gst/rtsp/gstrtspgoogle.h:
1299         Add google RTSP extension, it can only handle udp and responds with
1300         unsupported if we do anything else. Fixes #546465.
1301
1302         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1303         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1304         (gst_rtspsrc_create_transports_string),
1305         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1306         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1307         Make transport setup code a bit better using GString.
1308         Add some more debug.
1309         Check for closed connections before doing anything on them.
1310
1311 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1312
1313         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1314         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1315         (gst_pulsesrc_prepare):
1316         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1317         (gst_pulse_channel_map_to_gst):
1318         * ext/pulse/pulseutil.h:
1319         If downstream provides no channel layout and >2 channels should be
1320         used use the default layout that pulseaudio chooses and also
1321         add this layout to the caps. Fixes bug #547258.
1322
1323 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1324
1325         Patch by: Peter Kjellerstedt <pkj at axis com>
1326
1327         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1328         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1329         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1330         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1331         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1332         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1333         (gst_udpsrc_set_property):
1334         Avoid leaking internally allocated file descriptors when setting
1335         custom file descriptors. Fixes #543101.
1336
1337 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1338
1339         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1340         Don't try to configure RTCP back to the server when the server did not
1341         give us a valid port number.
1342
1343 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1344
1345         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1346         Use new basetransform method to renegotiate. Fixes #544956.
1347
1348         * tests/icles/Makefile.am:
1349         * tests/icles/videobox-test.c: (make_pipeline), (main):
1350         Add videobox renegotiation example.
1351
1352 2008-08-19  David Schleef  <ds@schleef.org>
1353
1354         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1355         with sane values.  Fixes #548530.
1356
1357 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1358
1359         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1360         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1361         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1362         are already filled with the correct values by
1363         gst_ring_buffer_parse_caps() so there's no need to set them again
1364         with wrong values.
1365
1366 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1367
1368         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1369         (gst_avi_demux_read_subindexes_push):
1370         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1371         and instead of using the 'ix##' nomenclature, use '##ix'.
1372         They're still valid though, this fixes the duration and indexes for
1373         virtually all the ODML files I have.
1374
1375 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1376
1377         Patch by: Olivier Crete <tester at tester dot ca>
1378
1379         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1380         (gst_rtp_vorbis_depay_process):
1381         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1382         Update the vorbis RTP pay/depay to RFC 5215.
1383         Fixes #547842.
1384
1385 2008-08-14  David Schleef  <ds@schleef.org>
1386
1387         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1388           with 3:2 pulldown, i.e., 24p.
1389
1390 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1391
1392         * tests/check/elements/level.c: (GST_START_TEST):
1393         Fix compilation some more.
1394
1395 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1396
1397         * configure.ac::
1398           Require -base CVS for wavparse acid chunk parsing.
1399
1400 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1401
1402         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1403         (gst_pulsesink_init), (gst_pulsesink_finalize),
1404         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1405         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1406         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1407         * ext/pulse/pulsesink.h:
1408         Add "device-name" property to pulsesink too and currently commented
1409         out and not working support for a "volume" property.
1410
1411 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1412
1413         * configure.ac:
1414         Remove more cdio stuff (moved to ugly)
1415
1416 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1417
1418         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1419
1420         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1421         (gst_pulsesrc_get_property):
1422         Add "device-name" property, which provides a human readable string
1423         for the audio device, to make it more consisten with other audio
1424         sources. Fixes bug #547519.
1425
1426 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1427
1428         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1429         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1430         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1431         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1432         * ext/pulse/pulsemixerctrl.h:
1433         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1434         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1435         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1436         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1437         * ext/pulse/pulseprobe.h:
1438         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1439         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1440         (gst_pulsesrc_change_state):
1441         Improve debugging a bit by including the parent object in pulsemixerctrl
1442         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1443         GST_WARNING.
1444
1445         Use the parent GObject subclass instead of a random struct as GObject
1446         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1447         when probing for another property than "device".
1448
1449 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1450
1451         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1452
1453         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1454         Fix property probing after the device property is set by calling
1455         set_server when the server property changes. Fixes bug #547518.
1456
1457 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1458
1459         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1460
1461         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1462         (gst_pulsesink_implements_interface_init),
1463         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1464         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1465         (gst_pulsesink_get_type):
1466         * ext/pulse/pulsesink.h:
1467         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1468         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1469         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1470         * ext/pulse/pulsesrc.h:
1471         Implement GstPropertyProbe interface on pulsesink for detecting
1472         sink devices and on pulsesrc for detecting source devices.
1473         Fixes bugs #547227 and #547217.
1474
1475 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1476
1477         * gst/spectrum/gstspectrum.c:
1478           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1479
1480 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1481
1482         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1483         Properly set the maximum latency value, in the same way it is done in
1484         v4lsrc.
1485         * sys/v4l2/v4l2src_calls.c:
1486         Simplify fraction equality check, no need to use GValues for this.
1487
1488 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1489
1490         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1491         Add warning messages stating exactly why the latency query failed.
1492         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1493         In some cases, the negotiated framerate might be the default one which
1494         is already set internally. But we still need to mark it down in fps_n
1495         and fps_d so that the latency query can happen properly.
1496
1497 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1498
1499         * docs/plugins/inspect/plugin-1394.xml:
1500         Whoops, forgot one doc file for people who can't/don't build the
1501         raw1394 plugin.
1502
1503 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1504
1505         * docs/plugins/Makefile.am:
1506         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1507         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1508         * docs/plugins/inspect/plugin-cdio.xml:
1509         * ext/Makefile.am:
1510         * ext/cdio/Makefile.am:
1511         * ext/cdio/gstcdio.c:
1512         * ext/cdio/gstcdio.h:
1513         * ext/cdio/gstcdiocddasrc.c:
1514         * ext/cdio/gstcdiocddasrc.h:
1515
1516         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1517         CDDA source to -ugly.
1518
1519         * po/LINGUAS:
1520         * po/POTFILES.in:
1521         * po/id.po:
1522         Pull in new translation from 0.10.9.2 release branch.
1523
1524 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1525
1526         * docs/plugins/Makefile.am:
1527         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1528         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1529         * docs/plugins/gst-plugins-good-plugins.args:
1530         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1531         * docs/plugins/gst-plugins-good-plugins.interfaces:
1532         Integrate documentation for new hdv1394src element.
1533
1534 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1535
1536         * ext/raw1394/Makefile.am:
1537         * ext/raw1394/gst1394.c: (plugin_init):
1538         * ext/raw1394/gsthdv1394src.c: (_do_init),
1539         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1540         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1541         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1542         (gst_hdv1394src_from_raw1394handle),
1543         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1544         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1545         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1546         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1547         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1548         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1549         (gst_hdv1394src_uri_handler_init):
1550         * ext/raw1394/gsthdv1394src.h:
1551         mpeg2-ts (HDV) variant of firewire capture element.
1552         Fixes #350830
1553
1554 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1555
1556         * gst/level/gstlevel.c: (gst_level_message_new):
1557          Fix compilation (also known as the classic 'fix code that someone
1558          committed without compiling it first').
1559
1560 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1561
1562         * tests/check/elements/level.c:
1563           Add a test for level in stereo mode.
1564
1565 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1566
1567         * tests/examples/spectrum/demo-audiotest.c:
1568         * tests/examples/spectrum/demo-osssrc.c:
1569           Demo how to draw analyzer results synced to the clock.
1570
1571 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1572
1573         * gst/level/gstlevel.c:
1574           Little renaming (l -> level).
1575
1576         * gst/spectrum/gstspectrum.c:
1577         * gst/spectrum/gstspectrum.h:
1578           Also send full timestamp/duration details here.
1579
1580 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1581
1582         * gst/level/gstlevel.c:
1583         * gst/level/gstlevel.h:
1584           Send same timestamp/duration details as videoanalysis. This gives
1585           applications better chance to sync analysis results with playback.
1586
1587 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1588
1589         * gst/matroska/matroska-mux.c:
1590         (gst_matroska_mux_handle_sink_event),
1591         (flac_streamheader_to_codecdata):
1592         We need to drop one additional buffer for FLAC as the fLaC
1593         marker and STREAMINFO block are merged into one buffer in the caps.
1594
1595         Also don't pretend to support NEWSEGMENT events, otherwise we
1596         will most probably write some invalid data.
1597
1598 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1599
1600         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1601         (gst_matroska_mux_audio_pad_setcaps):
1602         Add support for muxing FLAC into Matroska containers.
1603         Fixes bug #311586.
1604
1605 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1606
1607         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1608         Actually provide the variables required for the format string.
1609
1610 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1611
1612         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1613         (gst_matroska_demux_element_send_event),
1614         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1615         * gst/matroska/matroska-demux.h:
1616         Close the current segment if we're doing a non-flushing seek and send
1617         the close-segment and the new segment of the seek from the streaming
1618         thread.
1619
1620 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1621
1622         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1623         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1624         (gst_flac_enc_change_state):
1625         * ext/flac/gstflacenc.h:
1626         Handle non-zero start timestamps correctly, mark header packets as
1627         IN_CAPS and print a warning and suggest using audiorate if stream
1628         discontinuities are detected. When FLAC supports flushing the encoder
1629         somehow this should be done for discontinuities instead.
1630
1631         Remove some unused variables from the instance struct.
1632
1633 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1634
1635         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1636         If seeking failed return the appropiate return value to FLAC.
1637         Otherwise it thinks seeking was successfull and tries to rewrite
1638         parts of the headers which then get appended to the output.
1639
1640 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1641
1642         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1643
1644         * ext/esd/gstesd.c: (plugin_init):
1645         * ext/flac/gstflac.c: (plugin_init):
1646         * ext/shout2/gstshout2.c: (plugin_init):
1647         * ext/wavpack/gstwavpack.c: (plugin_init):
1648         * sys/oss/gstossaudio.c: (plugin_init):
1649         * sys/v4l2/gstv4l2.c: (plugin_init):
1650         Make sure gettext returns translations in UTF-8 encoding rather
1651         than in the current locale encoding (#546822).
1652
1653 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1654
1655         * ext/flac/gstflacdec.c:
1656         Add FIXME for 0.11 to simply output everything with width=32 as given
1657         by FLAC and let audioconvert handle the conversions instead of doing
1658         them in flacdec.
1659
1660 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1661
1662         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1663         When outputting a pad template range for the size, include a framerate
1664         range too, to avoid 'not a real subset of template caps' errors.
1665
1666 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1667
1668         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1669
1670         * ext/flac/Makefile.am:
1671         * ext/flac/gstflac.c: (plugin_init):
1672         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1673         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1674         (gst_flac_tag_dispose), (gst_flac_tag_init),
1675         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1676         (gst_flac_tag_change_state):
1677         * ext/flac/gstflactag.h:
1678         Port flactag to 0.10, add documentation for it and clean it up a bit.
1679         Fixes bug #413841.
1680
1681         * docs/plugins/Makefile.am:
1682         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1683         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1684         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1685         * docs/plugins/gst-plugins-good-plugins.interfaces:
1686         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1687         * docs/plugins/inspect/plugin-flac.xml:
1688         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1689         * ext/flac/gstflacdec.h:
1690         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1691         * ext/flac/gstflacenc.h:
1692         Add flactag and flacenc to the documentation and mark
1693         the private parts of the flacdec instance structure as private.
1694
1695         Also use gst_element_class_set_details_simple() in flacdec and
1696         flacenc.
1697
1698 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1699
1700         * gst/qtdemux/qtdemux.c:
1701           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1702           for it but ffmpeg does not.
1703
1704 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1705
1706         * gst/wavparse/gstwavparse.c:
1707           Handle the list chunk and use gst_riff_parse_info() to parse the info
1708           sub-chunk.
1709
1710 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1711
1712         * gst/wavparse/gstwavparse.c:
1713           Handle the acid chunk and send tempo as part of tags. Other fields are
1714           interesting too, but need more tag-definitions. Fixes #545433.
1715
1716 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1717
1718         * gst/wavparse/gstwavparse.c:
1719           Refactor wavparse. Call _reset() from dispose() and move old code from
1720           dispose into reset. This way we don't leak taglists when we abort
1721           parsing. Fix some comments. Move code for skipping a chunk into extra
1722           function. Replace chunk sizes with a const to ease readability.         
1723
1724 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1725
1726         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1727
1728         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1729         Improve udp port setup. Fixes #545710.
1730
1731 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1732
1733         * gst/rtp/Makefile.am:
1734         * gst/rtp/gstrtp.c: (plugin_init):
1735         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1736         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1737         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1738         (gst_rtp_mp1s_depay_set_property),
1739         (gst_rtp_mp1s_depay_get_property),
1740         (gst_rtp_mp1s_depay_change_state),
1741         (gst_rtp_mp1s_depay_plugin_init):
1742         * gst/rtp/gstrtpmp1sdepay.h:
1743         Add MP1S depayloader.
1744
1745         * gst/rtsp/URLS:
1746         Some more sample rtsp streams.
1747
1748 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1749
1750         * gst/rtsp/URLS:
1751         Add another URL.
1752
1753         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1754         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1755         Add some more debug info.
1756
1757 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1758
1759         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1760         Provide cbSize field for audio extra_data size, and take care to
1761         pad extra_data.
1762
1763 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1764
1765         * gst/qtdemux/qtdemux.c:
1766           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1767           TRUE.
1768
1769 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1770
1771         * gst/qtdemux/qtdemux.c:
1772         * gst/qtdemux/qtdemux_fourcc.h:
1773           Add keyword tag support. Fixes #520694 for qtdemux.
1774
1775 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1776
1777         * gst/qtdemux/qtdemux.c:
1778           Add support for tmpo tag (BPM).
1779
1780 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1781
1782         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1783         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1784         Set an estimate for the total number of samples that will be encoded
1785         if possible to help decoders if the streaminfo can't be rewritten
1786         later (like when muxing into Ogg containers).
1787
1788         Add a warning if we get header packets after data packets as those
1789         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1790         work.
1791
1792 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1793
1794         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1795         (gst_flac_dec_write):
1796         Support decoding of all depths between 4 and 32 bits and read the
1797         depth from the streaminfo header if needed. Also support all sampling
1798         rates between 1 and 655350 Hz.
1799
1800         * ext/flac/gstflacenc.c:
1801         (gst_flac_enc_caps_append_structure_with_widths),
1802         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1803         (gst_flac_enc_chain):
1804         * ext/flac/gstflacenc.h:
1805         Support encoding in all bit depths supported by the streamable
1806         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1807         between 1 Hz and 655350 Hz.
1808
1809 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1810
1811         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1812         (gst_flac_enc_sink_getcaps):
1813         Support encoding of up to 8 channels.
1814
1815 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1816
1817         * ext/soup/gstsouphttpsrc.c:
1818         * ext/soup/gstsouphttpsrc.h:
1819         Fix seeking race condition in #540300
1820         Patch By: Wouter Cloetens  <wouter at mind be>
1821
1822 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1823
1824         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1825         (gst_matroska_demux_element_send_event),
1826         (gst_matroska_demux_handle_seek_event),
1827         (gst_matroska_demux_handle_src_event):
1828         When receiving a SEEK event on a specific pad first search for a seek
1829         table entry for the stream of the pad and then fall back to an entry
1830         for a different stream.
1831
1832 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1833
1834         * configure.ac:
1835         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1836         * gst/matroska/matroska-ids.h:
1837         Build depend on core CVS for the attachment tag.
1838
1839 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1840
1841         * configure.ac:
1842         * gst/matroska/Makefile.am:
1843         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1844         (copy_backptr), (lzo1x_decode), (main):
1845         * gst/matroska/lzo.h:
1846         * gst/matroska/matroska-demux.c:
1847         (gst_matroska_demux_read_track_encoding),
1848         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1849         (gst_matroska_decode_buffer),
1850         (gst_matroska_decode_content_encodings),
1851         (gst_matroska_demux_read_track_encodings),
1852         (gst_matroska_demux_add_stream),
1853         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1854         * gst/matroska/matroska-ids.h:
1855         Decode the codec private data and following ContentEncoding if
1856         necessary.
1857
1858         Support bzip2, lzo and header stripped compression. For lzo use the
1859         ffmpeg lzo implementation as liblzo is GPL licensed.
1860         
1861         Fix zlib decompression.
1862
1863 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1864
1865         * gst/matroska/matroska-mux.c:
1866         (gst_matroska_mux_audio_pad_setcaps):
1867         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1868         duration of a frame with the new mpegaudioversion caps field.
1869
1870 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1871
1872         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1873         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1874         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1875         (gst_matroska_demux_stream_from_num),
1876         (gst_matroska_demux_tracknumber_unique),
1877         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1878         (gst_matroska_demux_handle_seek_event),
1879         (gst_matroska_demux_sync_streams),
1880         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1881         (gst_matroska_demux_loop):
1882         * gst/matroska/matroska-demux.h:
1883         Allow an infinite number of stream inside Matroska containers and use
1884         a GPtrArray for storing them instead of allowing "only" 127 streams.
1885
1886 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1887
1888         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1889         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1890         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1891         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1892         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1893         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1894         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1895         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1896         (gst_ebml_read_master), (gst_ebml_read_binary),
1897         (gst_ebml_read_header):
1898         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1899         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1900         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1901         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1902         (gst_ebml_replace_uint):
1903         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1904         (gst_matroska_demux_read_track_encoding),
1905         (gst_matroska_demux_read_track_encodings),
1906         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1907         (gst_matroska_demux_send_event),
1908         (gst_matroska_demux_element_send_event),
1909         (gst_matroska_demux_handle_seek_event),
1910         (gst_matroska_demux_handle_src_event),
1911         (gst_matroska_demux_init_stream),
1912         (gst_matroska_demux_parse_tracks),
1913         (gst_matroska_demux_parse_index_cuetrack),
1914         (gst_matroska_demux_parse_index_pointentry),
1915         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1916         (gst_matroska_demux_parse_metadata_id_simple_tag),
1917         (gst_matroska_demux_parse_metadata_id_tag),
1918         (gst_matroska_demux_parse_metadata),
1919         (gst_matroska_demux_parse_attached_file),
1920         (gst_matroska_demux_parse_attachments),
1921         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1922         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1923         (gst_matroska_demux_push_flac_codec_priv_data),
1924         (gst_matroska_demux_push_xiph_codec_priv_data),
1925         (gst_matroska_demux_push_dvd_clut_change_event),
1926         (gst_matroska_demux_add_mpeg_seq_header),
1927         (gst_matroska_demux_add_wvpk_header),
1928         (gst_matroska_demux_check_subtitle_buffer),
1929         (gst_matroska_decode_buffer),
1930         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1931         (gst_matroska_demux_parse_cluster),
1932         (gst_matroska_demux_parse_contents_seekentry),
1933         (gst_matroska_demux_parse_contents),
1934         (gst_matroska_demux_loop_stream_parse_id),
1935         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1936         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1937         (gst_matroska_demux_subtitle_caps),
1938         (gst_matroska_demux_change_state):
1939         * gst/matroska/matroska-ids.c:
1940         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1941         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1942         (gst_matroska_mux_video_pad_setcaps),
1943         (xiph3_streamheader_to_codecdata),
1944         (vorbis_streamheader_to_codecdata),
1945         (theora_streamheader_to_codecdata),
1946         (gst_matroska_mux_audio_pad_setcaps),
1947         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1948         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1949         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1950         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1951         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1952         Fix indention everywhere. A broken indent version has added newlines
1953         after every single declaration some time ago.
1954
1955 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1956
1957         * gst/matroska/matroska-demux.c:
1958         (gst_matroska_demux_loop_stream_parse_id):
1959         If no Tracks are found error out instead of trying it again until the
1960         end of time.
1961
1962 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1963
1964         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1965         Fix demuxing of raw integer audio. The samples are unsigned only for 8
1966         bit and signed otherwise, not the other way around.
1967
1968 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1969
1970         * gst/matroska/matroska-mux.c:
1971         Add more raw YUV formats to the list of supported formats.
1972
1973 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1974
1975         * gst/matroska/matroska-mux.c:
1976         (gst_matroska_mux_audio_pad_setcaps):
1977         Add support for muxing raw float audio now that the spec defines the
1978         endianness and add support for muxing raw integer audio with 24 and
1979         32 bits.
1980
1981         Allow muxing of more than 8 audio channels.
1982
1983 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1984
1985         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1986         (gst_matroska_mux_reset), (gst_matroska_mux_start):
1987         Add locking to the global array of used track UIDs to prevent random
1988         crashes if more than a single matrosmux instance is used.
1989
1990         Use 64 bit values for the track UIDs.
1991
1992         Use the global GRandom of GLib instead of creating our own one
1993         for the few random numbers we need every single time.
1994
1995 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1996
1997         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1998         (gst_flac_dec_setup_stream_decoder),
1999         (gst_flac_dec_update_metadata):
2000         Always post the audio-codec tag, not only if other tags are present.
2001
2002 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2003
2004         * configure.ac:
2005         Back to development -> 0.10.9.1
2006
2007 === release 0.10.9 ===
2008
2009 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2010
2011         * configure.ac:
2012           releasing 0.10.9, "Steam Train Rolling"
2013
2014 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2015
2016         * ext/soup/gstsouphttpsrc.c:
2017         Don't throw an error when soup completes a msg with status
2018         'cancelled', as that indicates we cancelled a request while
2019         shutting down or seeking, and it's not an error.
2020         Fixes: #540300 again.
2021
2022 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2023
2024         * configure.ac:
2025         0.10.8.4 pre-release
2026
2027 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2028
2029         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2030         Fix segment-stop regression.
2031         Add documentation regarding segments in quicktime files by Wim Taymans.
2032         Fixes #544509
2033
2034 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2035
2036         * configure.ac:
2037         0.10.8.3 pre-release
2038
2039         * po/LINGUAS:
2040         * po/pt_BR.po:
2041         Add pt_BR translation
2042
2043 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2044
2045         * gst/goom/convolve_fx.c:
2046         * gst/goom/filters.c:
2047         * gst/goom/goom_config.h:
2048         * gst/goom/goom_core.c:
2049         * gst/goom/goom_tools.h:
2050           Fix build with MSVC: include glib.h to define inline appropriately,
2051           use header guards where needed.
2052         * gst/udp/gstudpnetutils.c:
2053         * gst/udp/gstudpsrc.c:
2054           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2055           g_snprintf rather than snprintf.
2056           Fixes #544433.
2057
2058 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2059
2060         * gst/debug/gsttaginject.c:
2061         * gst/debug/gsttaginject.h:
2062           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2063           partially.
2064
2065 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2066
2067         * configure.ac:
2068         0.10.8.2 pre-release
2069
2070 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2071
2072         * ext/Makefile.am:
2073         Finish hooking up pulseaudio plugin to the build.
2074
2075         * ext/pulse/pulsemixerctrl.c:
2076         Fix compilation error.
2077
2078 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2079
2080         * po/LINGUAS:
2081         * po/lt.po:
2082         Add new lithunian translation, and add french to the LINGUAS
2083         file.
2084
2085 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2086
2087         * ext/soup/gstsouphttpsrc.c:
2088         Fix Soup HTTP source seeking.
2089         Patch By: Wouter Cloetens  <wouter at mind be>
2090         Fixes: #540300
2091
2092         * tests/check/elements/.cvsignore:
2093         Ignore new check programs.
2094
2095 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2096
2097         * configure.ac:
2098         * docs/plugins/Makefile.am:
2099         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2100         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2101         * docs/plugins/gst-plugins-good-plugins.args:
2102         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2103         * docs/plugins/gst-plugins-good-plugins.interfaces:
2104         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2105         * docs/plugins/inspect/plugin-interleave.xml:
2106         * docs/plugins/inspect/plugin-replaygain.xml:
2107         * tests/check/Makefile.am:
2108
2109         Move replaygain and interleave plugins from -bad.
2110         Fixes: #543406
2111         Fixes: #536228
2112
2113 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2114
2115         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2116         (qtdemux_parse_trak):
2117         Revert ISO base media spec based pixel-aspect-ratio calculation.
2118         Fixes #543300.
2119
2120 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2121
2122         * sys/osxvideo/osxvideosink.m:
2123         Fix minor build issues on macosx.
2124         Fixes #543054
2125
2126 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2127
2128         * configure.ac::
2129         * ext/taglib/Makefile.am::
2130           Only use -Wno-attributes (which is there to work around a
2131           bug in the taglib 1.5 headers) if the c++ compiler actually
2132           supports it (#543255).
2133
2134 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2135
2136         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2137
2138         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2139           Avoid compiler warning by initialising variable to NULL (#543259).
2140
2141 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2142
2143         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2144         Don't pass NULL taglists to gst_tag_list_is_empty().
2145
2146 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2147
2148         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2149         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2150         (rtp_pipeline_run):
2151         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2152         Don't use declarations after statements.
2153
2154 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2155
2156         * ext/jpeg/gstjpegdec.c:
2157         Align documentation with reality.
2158
2159 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2160
2161         * gst/udp/gstudpnetutils.c:
2162         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2163         old value (1) if it's not defined which should not cause any problems
2164         as we're using it internal only anyway.
2165
2166 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2167
2168         Patch by: Alessandro Decina <alessandro at nnva dot org>
2169
2170         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2171         Fix build of avidemux on big endian architectures.
2172
2173 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2174
2175         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2176
2177         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2178         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2179
2180 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2181
2182         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2183         (qtdemux_parse_trak):
2184         Set pixel-aspect-ratio in caps using display width and height
2185         provided in track.
2186
2187 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2188
2189         * configure.ac:
2190         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2191         flags that are invalid for C++. Fixes bug #516509.
2192
2193 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2194
2195         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2196         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2197         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2198         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2199         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2200         * tests/examples/equalizer/demo.c: (message_handler):
2201         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2202         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2203         Don't use declarations after statements and variable length arrays.
2204
2205 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2206
2207         Patch by: Daniel Drake <dsd at gentoo dot org>
2208
2209         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2210         (gst_v4l2src_get_nearest_size):
2211         Try progressive video if interlaced fails. Fixes bug #541956
2212         and the usage of v4l2src on OLPC.
2213
2214 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2215
2216         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2217         (gst_rtp_speex_depay_process):
2218         * gst/rtp/gstrtpspeexdepay.h:
2219         Revert last change: Only the jitterbuffer is able to convert RTP to
2220         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2221         Reopens bug #541787.
2222
2223 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2224
2225         * gst/rtp/gstrtpvrawdepay.c:
2226           Include stdlib.h for atoi().
2227
2228         * gst/rtsp/gstrtspsrc.c:
2229           Use floating point math for latencies < 0 sec in log output.
2230
2231 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2232
2233         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2234
2235         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2236         (gst_rtp_speex_depay_process):
2237         * gst/rtp/gstrtpspeexdepay.h:
2238         Take timestamp from the RTP packet as a first step to fix problems
2239         with transmission over RTP when the network is not reliable.
2240         Fixes bug #541787.
2241
2242 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2243
2244         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2245
2246         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2247         Fix parsing of udp:// URIs containing IPv6 addresses.
2248         Fixes bug #541650.
2249
2250 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2251
2252         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2253         Do not leak incoming buffers.
2254
2255 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2256
2257         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2258
2259         * configure.ac:
2260         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2261         for htons() and htonl(). Fixes bug #541412.
2262
2263 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2264
2265         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2266         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2267         (gst_matroska_demux_element_query),
2268         (gst_matroska_demux_handle_src_query),
2269         (gst_matroska_demux_handle_seek_event):
2270         Handle position and duration query in DEFAULT format if the
2271         pad's track has a default frame duration set.
2272
2273         Fix seeking now that the segment's duration doesn't contain the
2274         (possibly wrong or inaccurate) duration of the Matroska file.
2275
2276 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2277
2278         * gst/matroska/ebml-read.c: (_ext2dbl):
2279         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2280         in math.h except on MSVC where it is defined in xmath.h.
2281         Fixes compilation with MSVC.
2282
2283 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2284
2285         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2286         (gst_matroska_demux_handle_src_query),
2287         (gst_matroska_demux_parse_info),
2288         (gst_matroska_demux_loop_stream_parse_id):
2289         * gst/matroska/matroska-demux.h:
2290         Don't set the segment duration to the duration from the Matroska
2291         header as this value could be wrong and is just informational.
2292
2293 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2294
2295         * gst/matroska/matroska-demux.c:
2296         (gst_matroska_demux_loop_stream_parse_id):
2297         If no Tracks element is found until the first Cluster is found
2298         search it and error out if none is found in the complete file.
2299
2300 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2301
2302         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2303         Resync non-subtitle tracks too if a too large gap compared to other
2304         tracks is detected.
2305
2306 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2307
2308         * gst/rtp/Makefile.am:
2309         * gst/rtp/gstrtp.c: (plugin_init):
2310         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2311         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2312         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2313         (gst_rtp_vraw_depay_change_state),
2314         (gst_rtp_vraw_depay_plugin_init):
2315         * gst/rtp/gstrtpvrawdepay.h:
2316         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2317         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2318         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2319         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2320         (gst_rtp_vraw_pay_plugin_init):
2321         * gst/rtp/gstrtpvrawpay.h:
2322         Add raw video pay and depayloaders, see RFC4175.
2323
2324 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2325
2326         * ext/libpng/gstpngdec.c:
2327         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2328         whatever it returned.
2329
2330 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2331
2332         * gst/avi/avi-ids.h:
2333         Add vprp chunk related structures.
2334         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2335         (gst_avi_demux_parse_stream):
2336         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2337         to caps.  Fixes #539482.
2338         * gst/avi/gstavimux.h:
2339         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2340         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2341         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2342
2343 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2344
2345         * tests/check/elements/avimux.c: (check_avimux_pad):
2346         Adjust avimux unit test according to increased streamheader size.
2347
2348 2008-06-27  David Schleef  <ds@schleef.org>
2349
2350         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2351
2352 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2353
2354         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2355         * gst/avi/gstavimux.h:
2356         Add 8 bytes to current streamheader to make for a complete one
2357         and to make more players happy.  Fixes #519460.
2358
2359 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2360
2361         * sys/v4l2/v4l2_calls.c::
2362           Don't include unused gstv4l2xoverlay.h. Fixes build
2363           in case where X11 headers are not installed.
2364
2365 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2366
2367         * ext/dv/gstdv.c: (plugin_init):
2368         Fix compilation.
2369
2370 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2371
2372         * ext/dv/gstdv.c: (plugin_init):
2373         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2374         DV decoder available.
2375         Fixes #532393
2376
2377 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2378
2379         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2380         Call getsockname() after the call to bind() to get updated values
2381         for the port, etc. This fixes the usage of udpsrc on anonymous
2382         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2383         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2384
2385 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2386
2387         * tests/check/pipelines/wavpack.c: (bus_handler):
2388         Remove workaround for a bug in identity that is fixed in 0.10.20.
2389
2390 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2391
2392         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2393
2394         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2395         Fix HTTP auth support with user/password passed via the URI.
2396         Fixes bug #540067.
2397
2398 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2399
2400         * configure.ac:
2401           Depend on released versions of core and -base.
2402
2403 2008-06-23  Julien Moutte  <julien@fluendo.com>
2404
2405         * gst/matroska/matroska-demux.c:
2406         (gst_matroska_demux_read_track_encoding),
2407         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2408         format strings in macros. (makes it build on OS X again...)
2409
2410 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2411
2412         * gst/rtp/gstrtptheorapay.c:
2413         * gst/udp/gstmultiudpsink.c:
2414           Added debug.
2415
2416 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2417
2418         * configure.ac: switch v4l2src over to the normal build instead of
2419         being 'experimental'. Fixes bug #536831.
2420
2421 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2422
2423         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2424         Remove unused variable so that we can compile again.
2425
2426 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2427
2428         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2429         No need to check for audio/G723 and audio/32KADPCM here as they are
2430         no longer supported.
2431
2432 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2433
2434         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2435         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2436         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2437         known length.
2438
2439 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2440
2441         * gst/matroska/matroska-demux.c:
2442         (gst_matroska_demux_add_wvpk_header),
2443         (gst_matroska_demux_audio_caps):
2444         * gst/matroska/matroska-ids.h:
2445         Fix demuxing of WavPack files. Muxing is still broken.
2446
2447 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2448
2449         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2450         (gst_matroska_demux_add_mpeg_seq_header),
2451         (gst_matroska_demux_add_wvpk_header),
2452         (gst_matroska_demux_check_subtitle_buffer),
2453         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2454         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2455         (gst_matroska_demux_subtitle_caps):
2456         * gst/matroska/matroska-ids.h:
2457         Add a "vfunc" to the track context for postprocessing frames and
2458         convert the wavpack and subtitle postprocessing to this vfunc.
2459         Copy buffer flags in those functions to the new buffers too.
2460
2461         Parse CodecState elements of Blocks.
2462
2463         Add a postprocessing function for MPEG video that adds the sequence
2464         header from the codec private data or codec state to the frames if
2465         it's not already there.
2466
2467 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2468
2469         * gst/matroska/matroska-demux.c:
2470         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2471         If a gap of more than 1/2 second is found in one stream send a
2472         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2473         This also fixes Matroska files where the first buffer doesn't start
2474         at timestamp 0. Fixes bug #429322.
2475
2476         The duration of a block is the default duration multiplied with the
2477         number of laces. Every lace is one frame and the default duration
2478         is the duration of one frame. This fixes playback of files that use
2479         lacing for some tracks.
2480
2481 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2482
2483         * gst/matroska/matroska-demux.c:
2484         (gst_matroska_demux_parse_contents_seekentry):
2485         Update FIXME/TODOs and only ignore EOS at the central, important place
2486         instead of several places.
2487
2488 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2489
2490         * gst/rtp/gstrtpg726pay.c:
2491         Fix caps, See #538891.
2492
2493 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2494
2495         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2496         (gst_matroska_demux_stream_from_num),
2497         (gst_matroska_demux_encoding_cmp),
2498         (gst_matroska_demux_encoding_order_unique),
2499         (gst_matroska_demux_read_track_encoding),
2500         (gst_matroska_demux_read_track_encodings),
2501         (gst_matroska_demux_tracknumber_unique),
2502         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2503         (gst_matroska_demux_parse_tracks),
2504         (gst_matroska_demux_parse_index_cuetrack),
2505         (gst_matroska_demux_parse_index_pointentry),
2506         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2507         (gst_matroska_demux_parse_metadata_id_simple_tag),
2508         (gst_matroska_demux_parse_metadata_id_tag),
2509         (gst_matroska_demux_parse_metadata),
2510         (gst_matroska_demux_parse_attached_file),
2511         (gst_matroska_demux_parse_attachments),
2512         (gst_matroska_demux_parse_chapters),
2513         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2514         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2515         (gst_matroska_demux_parse_cluster),
2516         (gst_matroska_demux_parse_contents_seekentry),
2517         (gst_matroska_demux_parse_contents),
2518         (gst_matroska_demux_loop_stream_parse_id),
2519         (gst_matroska_demux_loop):
2520         Improve debug output everywhere and fix the EOS logic.
2521
2522         Check the values of the ContentEncoding elements more strictly and
2523         don't use tracks for which it's invalid.
2524
2525         Check that the track number is unique for this stream.
2526
2527         Check that seek positions are below G_MAXINT64 as our seeks are
2528         int64-based and overflows will fail badly.
2529
2530         After seeks also don't push SimpleBlocks until the first one
2531         containing a keyframe is found. Before this was done only for normal
2532         Blocks.
2533
2534         Update some FIXME/TODOs.
2535         
2536         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2537         (gst_ebml_read_utf8), (gst_ebml_read_header):
2538         Improve debug output.
2539
2540         * gst/matroska/matroska-ids.c:
2541         (gst_matroska_track_init_video_context):
2542         * gst/matroska/matroska-ids.h:
2543         * gst/matroska/matroska-mux.c:
2544         (gst_matroska_mux_video_pad_setcaps):
2545         Remove eye mode and don't parse it anymore. We can't use that
2546         information in GStreamer yet so it's useless.
2547
2548
2549 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2550
2551         Patch by: Mersad Jelacic <mersad at axis dot com>
2552
2553         * gst/rtp/Makefile.am:
2554         * gst/rtp/gstrtp.c: (plugin_init):
2555         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2556         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2557         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2558         (gst_rtp_g726_depay_plugin_init):
2559         * gst/rtp/gstrtpg726depay.h:
2560         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2561         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2562         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2563         * gst/rtp/gstrtpg726pay.h:
2564         Added G726 pay/depayloaders. Fixes #538891.
2565
2566 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2567
2568         * gst/rtsp/URLS:
2569         Some more urls.
2570
2571         * gst/smpte/barboxwipes.c:
2572         Add a comment
2573
2574         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2575         Fix typo, add audioresample to the pipeline.
2576
2577 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2578
2579         * ext/libmng/Makefile.am:
2580         * ext/libmng/gstmng.c: (plugin_init):
2581         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2582         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2583         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2584         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2585         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2586         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2587         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2588         (gst_mng_dec_change_state):
2589         * ext/libmng/gstmngdec.h:
2590         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2591         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2592         (gst_mng_enc_init), (gst_mng_enc_chain),
2593         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2594         * ext/libmng/gstmngenc.h:
2595         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2596         bits ifdeffed out still.
2597
2598 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2599
2600         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2601         When comparing index elements with the same time compare their
2602         block number.
2603
2604 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2605
2606         * gst/matroska/matroska-demux.c:
2607           (gst_matroska_demux_parse_attached_file)
2608           Init variable to NULL to avoid compiler warning.
2609
2610 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2611
2612         * gst/matroska/Makefile.am:
2613         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2614         (gst_matroska_demux_parse_attached_file),
2615         (gst_matroska_demux_parse_attachments),
2616         (gst_matroska_demux_parse_contents_seekentry),
2617         (gst_matroska_demux_loop_stream_parse_id):
2618         * gst/matroska/matroska-demux.h:
2619         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2620         * gst/matroska/matroska-ids.h:
2621         * gst/matroska/matroska.c: (plugin_init):
2622         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2623         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2624         and description of the attachments in the caps. Fixes bug #537622.
2625
2626 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2627
2628         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2629         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2630         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2631         (gst_speex_enc_src_query), (gst_speex_enc_init),
2632         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2633         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2634         (gst_speex_enc_set_property):
2635         Add mode property.
2636         Some cleanups, add more debug info.
2637         Add latency query.
2638
2639 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2640
2641         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2642         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2643         If we get less bytes than requested we can't do anything except doing
2644         our EOS logic.
2645
2646 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2647
2648         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2649         (gst_matroskademux_do_index_seek),
2650         (gst_matroska_demux_parse_index_cuetrack),
2651         (gst_matroska_demux_parse_index_pointentry),
2652         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2653         (gst_matroska_demux_parse_metadata):
2654         * gst/matroska/matroska-demux.h:
2655         * gst/matroska/matroska-ids.h:
2656         Use a GArray for storing the Cue (i.e. seek) information, store
2657         the CueTrackPositions for every track, store the block number
2658         and optimize searching in the array by sorting it after the last
2659         element was added.
2660
2661         Fix a small memory leak when trying to parse a tags element that was
2662         already parsed.
2663
2664 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2665
2666         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2667         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2668         (gst_matroska_mux_write_data):
2669         * gst/matroska/matroska-mux.h:
2670         Don't write another SeekHead which indexes all Clusters to the end of
2671         the file. This isn't useful for anything and just increases filesize.
2672
2673 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2674
2675         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2676         Prevent unaligned memory access when reading floats.
2677
2678 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2679
2680         * gst/matroska/ebml-read.c:
2681         * gst/matroska/ebml-read.h:
2682         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2683         (gst_matroska_demux_parse_metadata):
2684         * gst/matroska/matroska-demux.h:
2685         Make sure that every Tags element is only parsed once and it's
2686         containing tags are only posted once.
2687
2688 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2689
2690         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2691         (gst_ebml_read_header):
2692         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2693         (gst_matroska_demux_parse_tracks),
2694         (gst_matroska_demux_parse_index_cuetrack),
2695         (gst_matroska_demux_parse_index_pointentry),
2696         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2697         (gst_matroska_demux_parse_metadata_id_simple_tag),
2698         (gst_matroska_demux_parse_metadata_id_tag),
2699         (gst_matroska_demux_parse_metadata),
2700         (gst_matroska_demux_parse_attachments),
2701         (gst_matroska_demux_parse_chapters),
2702         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2703         (gst_matroska_demux_parse_cluster),
2704         (gst_matroska_demux_parse_contents_seekentry),
2705         (gst_matroska_demux_parse_contents),
2706         (gst_matroska_demux_loop_stream_parse_id):
2707         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2708         already. They're not useful in the matroska parser and only cause
2709         additional code.
2710
2711 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2712
2713         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2714         (gst_ebml_finalize), (gst_ebml_read_change_state),
2715         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2716         * gst/matroska/matroska-demux.c:
2717         (gst_matroska_demux_parse_contents_seekentry):
2718         Reverse the level list as we usually are only interested in the
2719         first element or want to add a new first element. Having the
2720         first element stored at the end and calling g_list_last() and
2721         g_list_append() is more expensive.
2722
2723         Also use GSlice for allocating the GstEbmlLevel structs.
2724
2725 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2726
2727         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2728           (gst_tag_inject_class_init), (gst_tag_inject_init):
2729           Don't unref NULL taglist in finalize. Don't use c++ style
2730           comments.
2731
2732 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2733
2734         * gst/matroska/matroska-demux.c:
2735         (gst_matroska_demux_parse_metadata_id_simple_tag):
2736         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2737         (gst_matroska_mux_write_data):
2738         Use gst_value_serialize() and gst_value_deserialize() for transforming
2739         tags from some GType to a string and the other way around. The default
2740         transformations in GLib don't include transformations from string to
2741         number types.
2742
2743 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2744
2745         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2746         (gst_matroska_demux_parse_tracks),
2747         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2748         (gst_matroska_demux_parse_attachments),
2749         (gst_matroska_demux_parse_chapters),
2750         (gst_matroska_demux_parse_contents_seekentry),
2751         (gst_matroska_demux_loop_stream_parse_id):
2752         * gst/matroska/matroska-demux.h:
2753         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2754         Tags multiple times. The first ones can appear more than once but must
2755         contain the same content as the first for backup purposes so we ignore
2756         all but the first one. Tags can appear multiple times with different
2757         content.
2758
2759         Jump to all elements except Clusters that are available from a
2760         SeekHead to make it more likely to have all required informations
2761         before getting to the first Clusters.
2762
2763         Add dummy functions for parsing Attachments and Chapters.
2764
2765 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2766
2767         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2768         (gst_udpsrc_create), (gst_udpsrc_set_property),
2769         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2770         * gst/udp/gstudpsrc.h:
2771         Add property to control automatic join/leave of multicast groups.
2772         Add G_LIKELY.
2773         Remove setting caps on buffers explicitly, basesrc does that for us now.
2774         Improve debug info.
2775         Convert some non-fatal error into warnings.
2776         Use g_ntohs for better portability.
2777         Leave multicast groups when stopping.
2778         When using external sockets, use getsockname() on them to fill up the
2779         addr structure before calling methods that use the structure.
2780         Should all fix #536903.
2781         API: GstUDPSrc::auto-multicast property
2782
2783 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2784
2785         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2786         Use g_ntohl for better portability.
2787
2788 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2789
2790         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2791         (gst_multiudpsink_remove):
2792         Fix a typo and do some small cleanups.
2793
2794 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2795
2796         Patch by: Olivier Crete <tester at tester dot ca>
2797
2798         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2799         Make the delivery-method mandatory on the caps and only accept inline
2800         for now.
2801         Reverse strcmp checks for delivery-method.
2802
2803         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2804         Make delivery method optional when parsing caps and note this in the
2805         caps.
2806         Reverse strcmp checks for delivery-method.
2807
2808         * gst/rtp/gstrtpvorbispay.c:
2809         Update a comment to note that the delivery-method is optional, 
2810         Fixes #537675.
2811
2812 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2813
2814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2815         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2816         leaving them in READY. Fixes #537832.
2817
2818 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2819
2820         * gst/avi/gstavimux.c:
2821           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2822           for a random constant in tagmuxing code.
2823
2824 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2825
2826         * gst/debug/gsttaginject.c:
2827         * gst/debug/gsttaginject.h:
2828           Now actually adding the new element.
2829
2830 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2831
2832         * docs/plugins/Makefile.am:
2833         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2834         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2835         * docs/plugins/gst-plugins-good-plugins.args:
2836         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2837         * docs/plugins/gst-plugins-good-plugins.interfaces:
2838         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2839         * docs/plugins/inspect/plugin-aasink.xml:
2840         * docs/plugins/inspect/plugin-alaw.xml:
2841         * docs/plugins/inspect/plugin-alpha.xml:
2842         * docs/plugins/inspect/plugin-alphacolor.xml:
2843         * docs/plugins/inspect/plugin-annodex.xml:
2844         * docs/plugins/inspect/plugin-apetag.xml:
2845         * docs/plugins/inspect/plugin-audiofx.xml:
2846         * docs/plugins/inspect/plugin-auparse.xml:
2847         * docs/plugins/inspect/plugin-autodetect.xml:
2848         * docs/plugins/inspect/plugin-avi.xml:
2849         * docs/plugins/inspect/plugin-cacasink.xml:
2850         * docs/plugins/inspect/plugin-cairo.xml:
2851         * docs/plugins/inspect/plugin-cdio.xml:
2852         * docs/plugins/inspect/plugin-cutter.xml:
2853         * docs/plugins/inspect/plugin-debug.xml:
2854         * docs/plugins/inspect/plugin-dv.xml:
2855         * docs/plugins/inspect/plugin-efence.xml:
2856         * docs/plugins/inspect/plugin-effectv.xml:
2857         * docs/plugins/inspect/plugin-equalizer.xml:
2858         * docs/plugins/inspect/plugin-esdsink.xml:
2859         * docs/plugins/inspect/plugin-flac.xml:
2860         * docs/plugins/inspect/plugin-flxdec.xml:
2861         * docs/plugins/inspect/plugin-gamma.xml:
2862         * docs/plugins/inspect/plugin-gconfelements.xml:
2863         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2864         * docs/plugins/inspect/plugin-goom.xml:
2865         * docs/plugins/inspect/plugin-goom2k1.xml:
2866         * docs/plugins/inspect/plugin-halelements.xml:
2867         * docs/plugins/inspect/plugin-icydemux.xml:
2868         * docs/plugins/inspect/plugin-id3demux.xml:
2869         * docs/plugins/inspect/plugin-jpeg.xml:
2870         * docs/plugins/inspect/plugin-level.xml:
2871         * docs/plugins/inspect/plugin-matroska.xml:
2872         * docs/plugins/inspect/plugin-monoscope.xml:
2873         * docs/plugins/inspect/plugin-mulaw.xml:
2874         * docs/plugins/inspect/plugin-multifile.xml:
2875         * docs/plugins/inspect/plugin-multipart.xml:
2876         * docs/plugins/inspect/plugin-navigationtest.xml:
2877         * docs/plugins/inspect/plugin-ossaudio.xml:
2878         * docs/plugins/inspect/plugin-png.xml:
2879         * docs/plugins/inspect/plugin-quicktime.xml:
2880         * docs/plugins/inspect/plugin-rtp.xml:
2881         * docs/plugins/inspect/plugin-rtsp.xml:
2882         * docs/plugins/inspect/plugin-smpte.xml:
2883         * docs/plugins/inspect/plugin-soup.xml:
2884         * docs/plugins/inspect/plugin-spectrum.xml:
2885         * docs/plugins/inspect/plugin-speex.xml:
2886         * docs/plugins/inspect/plugin-taglib.xml:
2887         * docs/plugins/inspect/plugin-udp.xml:
2888         * docs/plugins/inspect/plugin-video4linux2.xml:
2889         * docs/plugins/inspect/plugin-videobalance.xml:
2890         * docs/plugins/inspect/plugin-videobox.xml:
2891         * docs/plugins/inspect/plugin-videocrop.xml:
2892         * docs/plugins/inspect/plugin-videoflip.xml:
2893         * docs/plugins/inspect/plugin-videomixer.xml:
2894         * docs/plugins/inspect/plugin-wavenc.xml:
2895         * docs/plugins/inspect/plugin-wavpack.xml:
2896         * docs/plugins/inspect/plugin-wavparse.xml:
2897         * docs/plugins/inspect/plugin-ximagesrc.xml:
2898         * gst/debug/Makefile.am:
2899         * gst/debug/breakmydata.c:
2900         * gst/debug/efence.c:
2901         * gst/debug/gstdebug.c:
2902         * gst/debug/gstnavseek.c:
2903         * gst/debug/gstpushfilesrc.c:
2904         * gst/debug/gstpushfilesrc.h:
2905         * gst/debug/negotiation.c:
2906         * gst/debug/progressreport.c:
2907         * gst/debug/progressreport.h:
2908         * gst/debug/rndbuffersize.c:
2909         * gst/debug/testplugin.c:
2910           Remove dummy plugin_init. Remove some undefined entries from doc-
2911           section file. Add taginject element and rebuild docs for it.
2912
2913 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2914
2915         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2916         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2917         Update the counter for the number of streams when pads are added or
2918         removed. This will make sure that a seek table is generated for
2919         files with just one audio stream.
2920
2921 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2922
2923         * gst/matroska/matroska-demux.c:
2924         (gst_matroska_demux_parse_metadata_id_simple_tag):
2925         * gst/matroska/matroska-ids.h:
2926         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2927         Add some more tags, improve debugging a bit and make sure that
2928         GValue transformation has succeeded before using the result
2929         as a tag.
2930
2931 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2932
2933         Patch by: Olivier Crete <tester at tester dot ca>
2934
2935         * gst/rtp/gstrtptheorapay.c:
2936         The Theora RTP payloader only supports the "inline" delievery method
2937         so let's declare this on the caps of the static pad template.
2938         Fixes bug #537675.
2939
2940 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2941
2942         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2943         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2944         Remove bogus check.
2945
2946 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2947
2948         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2949         (gst_videomixer_blend_buffers):
2950         Use stream_time to synchronize the object properties.
2951         Use running_time of the master pad to timestamp outgoing buffers.
2952         Fix the initial segment event to extend an unknown amount of time.
2953         Fixes #537361.
2954
2955 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2956
2957         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2958         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2959         (gst_avi_demux_calculate_durations_from_index),
2960         (gst_avi_demux_stream_header_push),
2961         (gst_avi_demux_stream_header_pull):
2962         Try to ignore unparsable/unknown streams and give a warning instead of
2963         erroring out. Fixes #537377.
2964
2965 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2966
2967         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
2968         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
2969
2970         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2971         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2972         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2973         (gst_matroska_demux_read_track_encodings),
2974         (gst_matroska_demux_add_stream),
2975         (gst_matroska_demux_handle_src_query),
2976         (gst_matroska_demux_init_stream),
2977         (gst_matroska_demux_parse_index_cuetrack),
2978         (gst_matroska_demux_parse_index_pointentry),
2979         (gst_matroska_demux_parse_info),
2980         (gst_matroska_demux_parse_metadata_id_simple_tag),
2981         (gst_matroska_demux_parse_metadata),
2982         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2983         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2984         (gst_matroska_demux_parse_cluster),
2985         (gst_matroska_demux_parse_contents_seekentry),
2986         (gst_matroska_demux_loop_stream_parse_id),
2987         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2988         (gst_matroska_demux_audio_caps),
2989         (gst_matroska_demux_subtitle_caps):
2990         * gst/matroska/matroska-demux.h:
2991         * gst/matroska/matroska-ids.c:
2992         (gst_matroska_track_init_subtitle_context):
2993         * gst/matroska/matroska-ids.h:
2994         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2995         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
2996         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
2997         (gst_matroska_mux_video_pad_setcaps),
2998         (gst_matroska_mux_audio_pad_setcaps),
2999         (gst_matroska_mux_subtitle_pad_setcaps),
3000         (gst_matroska_mux_request_new_pad),
3001         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3002         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3003         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3004         (gst_matroska_mux_set_property):
3005         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3006         elements, do some checks for valid values in the demuxer, handle
3007         tracktimecodescale in the demuxer, set correct default values for all
3008         settings in the demuxer, review and add all missing matroska
3009         IDs and some more raw YUV formats, and some trivial cleanup.
3010
3011 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3012
3013         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3014         (gst_pulsemixer_class_init):
3015         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3016         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3017         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3018         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3019         (gst_pulsesrc_prepare):
3020         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3021         gst_element_class_set_details_simple() and fix coding style a bit
3022         more.
3023
3024 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3025
3026         * docs/plugins/Makefile.am:
3027         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3028         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3029         * docs/plugins/gst-plugins-good-plugins.args:
3030         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3031         * docs/plugins/gst-plugins-good-plugins.interfaces:
3032         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3033         * docs/plugins/inspect/plugin-aasink.xml:
3034         * docs/plugins/inspect/plugin-alaw.xml:
3035         * docs/plugins/inspect/plugin-alpha.xml:
3036         * docs/plugins/inspect/plugin-alphacolor.xml:
3037         * docs/plugins/inspect/plugin-annodex.xml:
3038         * docs/plugins/inspect/plugin-apetag.xml:
3039         * docs/plugins/inspect/plugin-audiofx.xml:
3040         * docs/plugins/inspect/plugin-auparse.xml:
3041         * docs/plugins/inspect/plugin-autodetect.xml:
3042         * docs/plugins/inspect/plugin-avi.xml:
3043         * docs/plugins/inspect/plugin-cacasink.xml:
3044         * docs/plugins/inspect/plugin-cairo.xml:
3045         * docs/plugins/inspect/plugin-cdio.xml:
3046         * docs/plugins/inspect/plugin-cutter.xml:
3047         * docs/plugins/inspect/plugin-debug.xml:
3048         * docs/plugins/inspect/plugin-dv.xml:
3049         * docs/plugins/inspect/plugin-efence.xml:
3050         * docs/plugins/inspect/plugin-effectv.xml:
3051         * docs/plugins/inspect/plugin-equalizer.xml:
3052         * docs/plugins/inspect/plugin-esdsink.xml:
3053         * docs/plugins/inspect/plugin-flac.xml:
3054         * docs/plugins/inspect/plugin-flxdec.xml:
3055         * docs/plugins/inspect/plugin-gamma.xml:
3056         * docs/plugins/inspect/plugin-gconfelements.xml:
3057         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3058         * docs/plugins/inspect/plugin-goom.xml:
3059         * docs/plugins/inspect/plugin-goom2k1.xml:
3060         * docs/plugins/inspect/plugin-halelements.xml:
3061         * docs/plugins/inspect/plugin-icydemux.xml:
3062         * docs/plugins/inspect/plugin-id3demux.xml:
3063         * docs/plugins/inspect/plugin-jpeg.xml:
3064         * docs/plugins/inspect/plugin-level.xml:
3065         * docs/plugins/inspect/plugin-matroska.xml:
3066         * docs/plugins/inspect/plugin-monoscope.xml:
3067         * docs/plugins/inspect/plugin-mulaw.xml:
3068         * docs/plugins/inspect/plugin-multifile.xml:
3069         * docs/plugins/inspect/plugin-multipart.xml:
3070         * docs/plugins/inspect/plugin-navigationtest.xml:
3071         * docs/plugins/inspect/plugin-ossaudio.xml:
3072         * docs/plugins/inspect/plugin-png.xml:
3073         * docs/plugins/inspect/plugin-pulseaudio.xml:
3074         * docs/plugins/inspect/plugin-quicktime.xml:
3075         * docs/plugins/inspect/plugin-rtp.xml:
3076         * docs/plugins/inspect/plugin-rtsp.xml:
3077         * docs/plugins/inspect/plugin-smpte.xml:
3078         * docs/plugins/inspect/plugin-soup.xml:
3079         * docs/plugins/inspect/plugin-spectrum.xml:
3080         * docs/plugins/inspect/plugin-speex.xml:
3081         * docs/plugins/inspect/plugin-taglib.xml:
3082         * docs/plugins/inspect/plugin-udp.xml:
3083         * docs/plugins/inspect/plugin-video4linux2.xml:
3084         * docs/plugins/inspect/plugin-videobalance.xml:
3085         * docs/plugins/inspect/plugin-videobox.xml:
3086         * docs/plugins/inspect/plugin-videocrop.xml:
3087         * docs/plugins/inspect/plugin-videoflip.xml:
3088         * docs/plugins/inspect/plugin-videomixer.xml:
3089         * docs/plugins/inspect/plugin-wavenc.xml:
3090         * docs/plugins/inspect/plugin-wavpack.xml:
3091         * docs/plugins/inspect/plugin-wavparse.xml:
3092         * docs/plugins/inspect/plugin-ximagesrc.xml:
3093         * ext/pulse/plugin.c:
3094         * ext/pulse/pulsemixer.c:
3095         * ext/pulse/pulsesink.c:
3096         * ext/pulse/pulsesrc.c:
3097         Add documentation to the pulseaudio plugin and run make update
3098         in docs/plugins.
3099
3100 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3101
3102         Patch by: Brian Cameron <brian.cameron at sun dot com>
3103
3104         * sys/sunaudio/gstsunaudiomixerctrl.c:
3105         (gst_sunaudiomixer_ctrl_get_volume),
3106         (gst_sunaudiomixer_ctrl_set_volume):
3107         Improvements for the SunAudio mixer by handling mute as no gain
3108         for tracks that have a gain property but no mute property.
3109         Fixes bug #536067.
3110
3111 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3112
3113         * configure.ac:
3114         * ext/pulse/Makefile.am:
3115         * ext/pulse/plugin.c: (plugin_init):
3116         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3117         (gst_pulsemixer_implements_interface_init),
3118         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3119         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3120         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3121         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3122         * ext/pulse/pulsemixer.h:
3123         * ext/pulse/pulsemixerctrl.c:
3124         (gst_pulsemixer_ctrl_context_state_cb),
3125         (gst_pulsemixer_ctrl_sink_info_cb),
3126         (gst_pulsemixer_ctrl_source_info_cb),
3127         (gst_pulsemixer_ctrl_subscribe_cb),
3128         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3129         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3130         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3131         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3132         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3133         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3134         * ext/pulse/pulsemixerctrl.h:
3135         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3136         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3137         * ext/pulse/pulsemixertrack.h:
3138         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3139         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3140         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3141         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3142         (gst_pulseprobe_new), (gst_pulseprobe_free),
3143         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3144         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3145         (gst_pulseprobe_set_server):
3146         * ext/pulse/pulseprobe.h:
3147         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3148         (gst_pulsesink_class_init), (gst_pulsesink_init),
3149         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3150         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3151         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3152         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3153         (gst_pulsesink_stream_request_cb),
3154         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3155         (gst_pulsesink_close), (gst_pulsesink_prepare),
3156         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3157         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3158         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3159         (gst_pulsesink_event), (gst_pulsesink_get_type):
3160         * ext/pulse/pulsesink.h:
3161         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3162         (gst_pulsesrc_implements_interface_init),
3163         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3164         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3165         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3166         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3167         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3168         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3169         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3170         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3171         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3172         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3173         (gst_pulsesrc_get_type):
3174         * ext/pulse/pulsesrc.h:
3175         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3176         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3177         * ext/pulse/pulseutil.h:
3178         Add pulseaudio GStreamer element from gst-pulse. Development will
3179         continue here instead of pulseaudio SVN. Fixes bug #400679.
3180         Only changes over gst-pulse SVN are added copyright to the top of
3181         files and coding style changes.
3182
3183 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3184
3185         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3186
3187         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3188           (gst_cdio_add_cdtext_album_tags):
3189         * ext/cdio/gstcdio.h:
3190         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3191           Also extract album title and album genre from CD-TEXT if
3192           available (#537021).
3193
3194 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3195
3196         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3197
3198         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3199         Improve negotiation a bit more by picking the smallest possible
3200         resolution that is larger than the resolution specified in the
3201         first caps entry of the peer caps. Fixes bug #536994.
3202
3203 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3204
3205         Patch by: Bastien Nocera <hadess at hadess dot net>
3206
3207         * sys/v4l2/gstv4l2vidorient.c:
3208         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3209         Fix compilation with newer GIT kernels that deprecated
3210         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3211
3212 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3213
3214         * configure.ac:
3215         * ext/cdio/gstcdio.c:
3216         * ext/cdio/gstcdio.h:
3217         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3218           Require libcdio >= 0.76.
3219
3220 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3221
3222         * gst/avi/gstavidemux.c:
3223         Catch UNEXPECTED when downstream has reached end of
3224         segment in reverse mode.
3225
3226 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3227
3228         * gst/avi/gstavidemux.c:
3229         Fix typo in comment
3230
3231 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3232
3233         * gst/avi/gstavidemux.c:
3234         Because we don't know the frame order we need to push till
3235         the next keyframe
3236
3237 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3238
3239         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3240
3241         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3242         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3243         Provide a custom negotiation function to make sure to pick the highest
3244         possible framerate and resolution. Fixes bug #536646.
3245
3246 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3247
3248         * gst/avi/gstavidemux.c:
3249         Set EOS when going out of the segment in reverse playback
3250
3251 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3252
3253         * ext/taglib/Makefile.am::
3254           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3255           taglib headers (with gcc 4.3.1).
3256
3257 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3258
3259         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3260         Use the new gst_rtsp_connection_get_ip() to access the IP address
3261         of a GstRTSPConnection since it is a private member.
3262
3263 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3264
3265         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3266         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3267           Use new utility functions in libgsttag to process coverart (#512333).
3268
3269 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3270
3271         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3272         We actually support left/side, right/side and mid/side files. The
3273         conversion to normal, interleaved stereo is done by libflac.
3274
3275 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3276
3277         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3278         (gst_ebml_write_set_cache):
3279         Unref the write cache in finalize if it was set and add add "FIXME"
3280         to a comment that needs it.
3281
3282 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3283
3284         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3285
3286         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3287         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3288         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3289         (gst_avi_demux_process_next_entry):
3290         * gst/avi/gstavidemux.h:
3291         Implement reverse playback. Fixes #535300.
3292         Small cleanups.
3293
3294 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3295
3296         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3297         (gst_videomixer_query_latency):
3298         When using gst_element_iterate_pads() one has to unref every pad
3299         after usage.
3300
3301 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3302
3303         Patch by: Bastien Nocera <hadess at hadess dot net>
3304         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3305         (qtdemux_parse_udta):
3306         * gst/qtdemux/qtdemux_fourcc.h:
3307         Improve meta-data handling, add 'comment', 'description' and
3308         'copyright' tag handling.
3309         Fixes #535935
3310
3311 2008-05-31  Julien Moutte  <julien@fluendo.com>
3312
3313         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3314         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3315         (gst_qtdemux_seek_to_previous_keyframe),
3316         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3317         we don't clip the segment's stop using the main segment duration as
3318         that could crop quite some video frames. Make reverse playback support
3319         more robust and support edit lists. Support seeking to the last frame,
3320         and fix reverse looping playback. Add some debugging.
3321         * win32/common/config.h: Updated.
3322
3323 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3324
3325         * gst/equalizer/gstiirequalizer.c:
3326         (gst_iir_equalizer_transform_ip):
3327         Don't clip float/double samples, correctly unset passthrough mode
3328         and use better rounding for integer samples.
3329
3330 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3331
3332         * gst/equalizer/gstiirequalizer.c:
3333         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3334         (setup_filter), (set_passthrough), (update_coefficients),
3335         (gst_iir_equalizer_compute_frequencies),
3336         (gst_iir_equalizer_transform_ip):
3337         * gst/equalizer/gstiirequalizer.h:
3338         Update the filter coefficients only when needed in the transform_ip
3339         function and correctly set the element into passthrough mode if the
3340         gain of all bands is 0.
3341
3342 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3343
3344         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3345
3346         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3347         (gst_alpha_set_property), (gst_alpha_get_property),
3348         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3349         Try to skip pixels or areas that are too dark or too bright for us to do
3350         meaningfull color detection.
3351         Added properties to control the sensitivity to light and darkness.
3352         Added some small cleanups. Fixes #512345.
3353
3354 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3355
3356         * docs/plugins/.cvsignore:
3357         * tests/check/elements/.cvsignore:
3358         Ignore some more generated things
3359
3360         * tests/check/Makefile.am:
3361         Ignore OSS elements in the state changes test too.
3362
3363 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3364
3365         * docs/plugins/Makefile.am:
3366         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3368         Add SMPTE effect elements to docs.
3369
3370 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3371
3372         * docs/plugins/Makefile.am:
3373         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3374         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3375         * ext/raw1394/gstdv1394src.c:
3376           Document whats first shown on the fdo plugin docs page :)
3377
3378 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3379
3380         * docs/plugins/Makefile.am:
3381         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3382         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3383         * docs/plugins/gst-plugins-good-plugins.args:
3384         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3385         * docs/plugins/inspect/plugin-audiofx.xml:
3386         * gst/audiofx/Makefile.am:
3387         * gst/audiofx/audiofx.c:
3388         * gst/audiofx/audiokaraoke.c:
3389         * gst/audiofx/audiokaraoke.h:
3390         * gst/audiofx/audiovoice.c:
3391         * gst/audiofx/audiovoice.h:
3392           Rename audiovoice to audiokaraoke and add it to the docs.
3393
3394 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3395
3396         * REQUIREMENTS:
3397         * docs/plugins/Makefile.am:
3398         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3399         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3400         * docs/plugins/gst-plugins-good-plugins.args:
3401         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3402         * docs/plugins/gst-plugins-good-plugins.interfaces:
3403         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3404         * docs/plugins/inspect/plugin-aasink.xml:
3405         * docs/plugins/inspect/plugin-alaw.xml:
3406         * docs/plugins/inspect/plugin-alpha.xml:
3407         * docs/plugins/inspect/plugin-alphacolor.xml:
3408         * docs/plugins/inspect/plugin-annodex.xml:
3409         * docs/plugins/inspect/plugin-apetag.xml:
3410         * docs/plugins/inspect/plugin-audiofx.xml:
3411         * docs/plugins/inspect/plugin-auparse.xml:
3412         * docs/plugins/inspect/plugin-autodetect.xml:
3413         * docs/plugins/inspect/plugin-avi.xml:
3414         * docs/plugins/inspect/plugin-cacasink.xml:
3415         * docs/plugins/inspect/plugin-cairo.xml:
3416         * docs/plugins/inspect/plugin-cdio.xml:
3417         * docs/plugins/inspect/plugin-cutter.xml:
3418         * docs/plugins/inspect/plugin-debug.xml:
3419         * docs/plugins/inspect/plugin-dv.xml:
3420         * docs/plugins/inspect/plugin-efence.xml:
3421         * docs/plugins/inspect/plugin-effectv.xml:
3422         * docs/plugins/inspect/plugin-equalizer.xml:
3423         * docs/plugins/inspect/plugin-esdsink.xml:
3424         * docs/plugins/inspect/plugin-flac.xml:
3425         * docs/plugins/inspect/plugin-flxdec.xml:
3426         * docs/plugins/inspect/plugin-gamma.xml:
3427         * docs/plugins/inspect/plugin-gconfelements.xml:
3428         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3429         * docs/plugins/inspect/plugin-goom.xml:
3430         * docs/plugins/inspect/plugin-goom2k1.xml:
3431         * docs/plugins/inspect/plugin-halelements.xml:
3432         * docs/plugins/inspect/plugin-icydemux.xml:
3433         * docs/plugins/inspect/plugin-id3demux.xml:
3434         * docs/plugins/inspect/plugin-jpeg.xml:
3435         * docs/plugins/inspect/plugin-level.xml:
3436         * docs/plugins/inspect/plugin-matroska.xml:
3437         * docs/plugins/inspect/plugin-monoscope.xml:
3438         * docs/plugins/inspect/plugin-mulaw.xml:
3439         * docs/plugins/inspect/plugin-multifile.xml:
3440         * docs/plugins/inspect/plugin-multipart.xml:
3441         * docs/plugins/inspect/plugin-navigationtest.xml:
3442         * docs/plugins/inspect/plugin-ossaudio.xml:
3443         * docs/plugins/inspect/plugin-png.xml:
3444         * docs/plugins/inspect/plugin-quicktime.xml:
3445         * docs/plugins/inspect/plugin-rtp.xml:
3446         * docs/plugins/inspect/plugin-rtsp.xml:
3447         * docs/plugins/inspect/plugin-smpte.xml:
3448         * docs/plugins/inspect/plugin-soup.xml:
3449         * docs/plugins/inspect/plugin-spectrum.xml:
3450         * docs/plugins/inspect/plugin-speex.xml:
3451         * docs/plugins/inspect/plugin-taglib.xml:
3452         * docs/plugins/inspect/plugin-udp.xml:
3453         * docs/plugins/inspect/plugin-video4linux2.xml:
3454         * docs/plugins/inspect/plugin-videobalance.xml:
3455         * docs/plugins/inspect/plugin-videobox.xml:
3456         * docs/plugins/inspect/plugin-videocrop.xml:
3457         * docs/plugins/inspect/plugin-videoflip.xml:
3458         * docs/plugins/inspect/plugin-videomixer.xml:
3459         * docs/plugins/inspect/plugin-wavenc.xml:
3460         * docs/plugins/inspect/plugin-wavpack.xml:
3461         * docs/plugins/inspect/plugin-wavparse.xml:
3462         * docs/plugins/inspect/plugin-ximagesrc.xml:
3463         * ext/aalib/gstaasink.c:
3464         * ext/libcaca/gstcacasink.c:
3465           Document aasink and cacasink.
3466
3467 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3468
3469         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3470         (gst_videomixer_init), (gst_videomixer_query_duration),
3471         (gst_videomixer_query_latency), (gst_videomixer_query),
3472         (gst_videomixer_blend_buffers):
3473         * gst/videomixer/videomixer.h:
3474         Implement position (in time), duration and latency queries.
3475
3476 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3477
3478         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3479         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3480         (gst_videomixer_fill_queues), (forward_event_func),
3481         (forward_event), (gst_videomixer_src_event),
3482         (gst_videomixer_sink_event):
3483         * gst/videomixer/videomixer.h:
3484         Implement proper seek/newsegment handling.
3485         Based on adder's implementation.
3486         Fixes #535121
3487
3488 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3489
3490         Patch by: Jan Gerber <j at oil21 dot org>
3491
3492         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3493         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3494
3495 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3496
3497         * gst/audiofx/Makefile.am:
3498         * gst/audiofx/audiofx.c: (plugin_init):
3499         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3500         (gst_audio_voice_class_init), (gst_audio_voice_init),
3501         (update_filter), (gst_audio_voice_set_property),
3502         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3503         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3504         (gst_audio_voice_transform_ip):
3505         * gst/audiofx/audiovoice.h:
3506         Add simple voice removal element. Yay karaoke.
3507
3508 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3509
3510         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3511
3512         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3513         Fix potential caps leak.
3514         If we can't get the framerate with an ioctl, try to get it with the
3515         current norm. Fixes #520092.
3516
3517 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3518
3519         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3520
3521         * sys/v4l2/v4l2src_calls.c:
3522         (gst_v4l2src_probe_caps_for_format_and_size):
3523         If we fail to get the frame intervals, simply don't touch the framerates
3524         on the template caps instead of discarding the format. See #520092.
3525
3526 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3527
3528         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3529
3530         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3531         (gst_v4l2_get_caps_info):
3532         Add NV12, NV21 and bayer support. See #520092.
3533
3534 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3535
3536         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3537         (gst_qtdemux_activate_segment):
3538         Unbreak segment activation again. Fixes #531672.
3539
3540 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3541
3542         * ext/flac/Makefile.am:
3543         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3544         Set the channel layout when decoding FLAC files with more than 2
3545         channels as defined by the FLAC spec. Fixes bug #534570.
3546
3547         Also don't try to decode left/side, right/side and mid/side files
3548         as we don't support this at all.
3549
3550 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3551
3552         * configure.ac:
3553           We need -base CVS (rtsp).
3554
3555 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3556
3557         * gst/udp/Makefile.am:
3558           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3559           when including netdb.h when building against glibc >= 2.8.
3560
3561 2008-05-22  Julien Moutte  <julien@fluendo.com>
3562
3563         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3564         debug statement arguments.
3565         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3566         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3567         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3568         on more platforms.
3569
3570 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3571
3572         * tests/check/elements/avimux.c: (setup_src_pad),
3573         (teardown_src_pad):
3574         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3575         (GST_START_TEST):
3576         * tests/check/elements/matroskamux.c: (setup_src_pad),
3577         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3578         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3579         (GST_START_TEST):
3580         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3581         (setup_wavpackparse), (cleanup_wavpackparse):
3582         Don't use gst_element_get_pad(), it's a bad, bad method.
3583
3584 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3585
3586         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3587         (do_toggle_element):
3588         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3589         (do_toggle_element):
3590         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3591         (do_toggle_element):
3592         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3593         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3594         (do_toggle_element):
3595         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3596         (do_toggle_element):
3597         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3598         (gst_auto_audio_sink_detect):
3599         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3600         (gst_auto_video_sink_detect):
3601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3602         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3603         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3604         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3605         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3606         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3607         * tests/icles/videocrop-test.c: (test_with_caps),
3608         (video_crop_get_test_caps):
3609         Don't use gst_element_get_pad(), it's a bad method.
3610
3611 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3612
3613         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3614         (gst_multiudpsink_add_internal):
3615         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3616         (gst_udp_join_group):
3617         * gst/udp/gstudpnetutils.h:
3618         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3619         Joining a multicast group and setting the loop/ttl properties are
3620         totally unrelated tasks are must be separated.
3621
3622 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3623
3624         * gst/avi/gstavimux.c:
3625           Also support alaw/mulaw.
3626
3627 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3628
3629         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3630         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3631         * gst/udp/gstmultiudpsink.h:
3632         Add a fixme for the auto-multicast property.
3633         Fix some confusing debug messages.
3634         Disable setting a qos value by default.
3635
3636 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3637
3638         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3639
3640         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3641         Ignore EPERM errors from sendto. Fixes #533619.
3642
3643 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3644
3645         Patch by: Henrik Eriksson <henriken at axis dot com>
3646
3647         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3648         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3649         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3650         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3651         * gst/udp/gstmultiudpsink.h:
3652         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3653
3654 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3655
3656         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3657         Improve debugging of the ident.
3658
3659 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3660
3661         Patch by: Bruno Santos <brunof at ua dot pt>
3662
3663         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3664         (gst_udp_join_group), (gst_udp_leave_group),
3665         (gst_udp_is_multicast):
3666         * gst/udp/gstudpnetutils.h:
3667         Provide a bunch of helper methods to deal with IPv4 and IPv6
3668         transparently.
3669
3670         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3671         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3672         (gst_multiudpsink_get_property), (join_multicast),
3673         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3674         (gst_multiudpsink_remove):
3675         * gst/udp/gstmultiudpsink.h:
3676         Add multicast TTL and loopback properties.
3677         Use the helper methods to implement ip4 and ip6.
3678
3679         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3680         * gst/udp/gstudpsrc.h:
3681         Use the helper methods to implement ip4 and ip6.
3682         Fixes #515962.
3683
3684 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3685
3686         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3687
3688         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3689         (gst_multipart_demux_get_gstname),
3690         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3691         * gst/multipart/multipartdemux.h:
3692         Don't blindly copy the mime-type as the caps name because they not
3693         always map directly. Instead use a hashtable with common mappings.
3694         Fixes #533287.
3695
3696 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3697
3698         * ext/esd/esdsink.c: (gst_esdsink_write):
3699         When we post an error, we must return -1 to let the parent know that we
3700         cannot write the segment else it will loop and continue to call us again
3701         forever. Patch by Michael Meeks.
3702
3703 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3704
3705         * gst/videomixer/videomixer.c:
3706           Add missing incudes.
3707
3708 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3709
3710         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3711         (gst_rtp_h264_pay_handle_buffer):
3712         * gst/rtp/gstrtph264pay.h:
3713         Correct a typo (sinle -> single).
3714
3715 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3716
3717         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3718         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3719         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3720         (gst_rtp_h264_depay_process):
3721         * gst/rtp/gstrtph264depay.h:
3722         Add experimental support for outputting quicktime-like AVC output in
3723         addition to the existing bytestream output.
3724
3725         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3726         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3727         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3728         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3729         (gst_rtp_h264_pay_get_property):
3730         * gst/rtp/gstrtph264pay.h:
3731         Make the parsing mode configurable, for some inputs we don't need to
3732         scan every byte for start codes.
3733         Only set the marker bit on ACCESS units.
3734
3735 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3736
3737         * gst/equalizer/gstiirequalizer.c:
3738         Use a bigger type in integer mode for the intermediate results to
3739         prevent overflows. This fixes the crippled sound when using the
3740         equalizer in integer mode. Fixes bug #510865.
3741
3742 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3743
3744         * gst/videomixer/videomixer.c:
3745         * gst/videomixer/videomixer.h:
3746         Instead of a random number for the request pad id's,
3747         use a counter.
3748
3749         Register the videomixerpad class from the element's class_init
3750         where it's safer, and allows the docs generator to scan it.
3751
3752 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3753
3754         * gst/smpte/Makefile.am:
3755         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3756         * gst/smpte/gstsmpte.h:
3757         * gst/smpte/gstsmptealpha.c:
3758         (gst_smpte_alpha_transition_type_get_type),
3759         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3760         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3761         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3762         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3763         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3764         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3765         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3766         * gst/smpte/gstsmptealpha.h:
3767         * gst/smpte/plugin.c: (plugin_init):
3768         Add new plugin that adds the SMPTE transition in the alpha channel of
3769         I420 and AYUV frames so that they can be blended with videomixer later
3770         on. Uses all niceties such as using base transform for efficient alloc
3771         and negotiation. It currently requires GstController to control the
3772         position in the transition effect.
3773
3774 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3775
3776         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3777         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3778         * docs/plugins/gst-plugins-good-plugins.args:
3779         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3780         * docs/plugins/gst-plugins-good-plugins.interfaces:
3781         * docs/plugins/gst-plugins-good-plugins.types:
3782         * gst/videomixer/videomixer.c:
3783           Try using thaytans new mechanism to get extra classes into plugin
3784           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3785           missing still.
3786
3787 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3788
3789         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3790         Set proper rate in avi stream header for PCM audio, and also do some
3791         more sanity checks on caps in this case.  Fixes #511489.
3792
3793 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3794
3795         * sys/v4l2/gstv4l2src.c:
3796         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3797         isn't implemented at all yet and this requires X headers to be
3798         installed. Fixes bug #533264.
3799
3800 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3801
3802         reviewed by: <delete if not using a buddy>
3803
3804         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3805         (gst_ebml_write_set_cache):
3806         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3807         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3808         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3809         (gst_matroska_demux_read_track_encodings),
3810         (gst_matroska_demux_add_stream),
3811         (gst_matroska_demux_handle_src_query),
3812         (gst_matroska_demux_init_stream),
3813         (gst_matroska_demux_parse_index_cuetrack),
3814         (gst_matroska_demux_parse_index_pointentry),
3815         (gst_matroska_demux_parse_info),
3816         (gst_matroska_demux_parse_metadata_id_simple_tag),
3817         (gst_matroska_demux_parse_metadata),
3818         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3819         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3820         (gst_matroska_demux_parse_cluster),
3821         (gst_matroska_demux_parse_contents_seekentry),
3822         (gst_matroska_demux_loop_stream_parse_id),
3823         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3824         (gst_matroska_demux_audio_caps),
3825         (gst_matroska_demux_subtitle_caps):
3826         * gst/matroska/matroska-demux.h:
3827         * gst/matroska/matroska-ids.c:
3828         (gst_matroska_track_init_subtitle_context):
3829         * gst/matroska/matroska-ids.h:
3830         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3831         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3832         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3833         * sys/v4l2/gstv4l2src.c:
3834         * tests/check/pipelines/wavpack.c: (bus_handler):
3835         * win32/common/config.h:
3836
3837 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3838
3839         * ext/wavpack/gstwavpackstreamreader.c:
3840         * tests/examples/spectrum/demo-audiotest.c:
3841         * tests/examples/spectrum/demo-osssrc.c:
3842         Fix some compiler warnings.
3843
3844 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3845
3846         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3847         Small comment added.
3848
3849         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3850         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3851         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3852         Debug string cleanups (remove trailing \n)
3853         Refactor and clean up the payloader a bit and make sure that we only
3854         put one NAL unit in an RTP packet even if the input buffer contains
3855         multiple NAL units.
3856         Add suport for AVC format input.
3857
3858 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3859
3860         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3861         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3862         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3863         * gst/rtp/gstrtph264pay.h:
3864         Make it possible to specify profile-level-id and sprop-parameter-sets
3865         using properties in case they are not available in-stream.
3866
3867 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3868
3869         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3870         * docs/plugins/gst-plugins-good-plugins.args:
3871         * docs/plugins/inspect/plugin-ladspa.xml:
3872           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3873
3874 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3875
3876         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3877         Send an initial BYTE segment to inform downstream of later seeking,
3878         and to forego sync attempts.
3879
3880 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3881
3882         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3883         Fix wrong caps string.
3884
3885 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3886
3887         Based on patch by: Olivier Crete <tester at tester dot ca>
3888
3889         * gst/rtp/Makefile.am:
3890         * gst/rtp/gstrtp.c: (plugin_init):
3891         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3892         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3893         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3894         (gst_rtp_g729_depay_plugin_init):
3895         * gst/rtp/gstrtpg729depay.h:
3896         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3897         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3898         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3899         * gst/rtp/gstrtpg729pay.h:
3900         Added G729 pay and depayloaders. Fixes #532409.
3901
3902 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3903
3904         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3905         Fix the calculation of the duration of the concealment packets.
3906
3907 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3908
3909         Based on patch by: Olivier Crete <tester at tester dot ca>
3910
3911         * gst/rtp/Makefile.am:
3912         * gst/rtp/gstrtp.c: (plugin_init):
3913         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3914         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3915         (parse_encode), (gst_rtp_dv_depay_setcaps),
3916         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3917         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3918         (gst_rtp_dv_depay_plugin_init):
3919         * gst/rtp/gstrtpdvdepay.h:
3920         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3921         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3922         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3923         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3924         (gst_dv_pay_negotiate), (include_dif),
3925         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3926         * gst/rtp/gstrtpdvpay.h:
3927         Add DV pay and depayloaders. Fixes #532423.
3928
3929 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3930
3931         * gst/matroska/matroska-demux.c:
3932         (gst_matroska_demux_push_dvd_clut_change_event):
3933         Convert subtitle palette info in VobSub private data from VobSub's
3934         (buggy) RGB to YUV.
3935
3936 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3937
3938         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3939         Do not leave fourcc stream header field empty upon reset.
3940         Fixes #519301.
3941
3942 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3943
3944         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3945         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3946         * docs/plugins/inspect/plugin-goom.xml:
3947         * docs/plugins/inspect/plugin-goom2k1.xml:
3948         * gst/goom/gstgoom.c:
3949         * gst/goom2k1/gstgoom.c:
3950         Add goom2k1 into the docs.
3951
3952 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3953
3954         Based on patch by: Wouter Cloetens  <wouter at mind be>
3955
3956         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3957         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3958         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3959         (gst_rtsp_decode_quoted_string),
3960         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3961         (gst_rtspsrc_setup_auth):
3962         Support Digest authentication. Fixes #532065.
3963
3964 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
3965
3966         * gst/level/gstlevel.c:
3967           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
3968           about whats needed for liboil acceleration. Simplify docs a bit.
3969
3970 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3971
3972         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3973
3974         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
3975         Update the track duration if the old one was invalid.
3976         Fixes bug #532117.
3977
3978 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3979
3980         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
3981           Use GST_STR_NULL when trying to print sps and pps strings that could
3982           be NULL, as this might crash on some platforms.
3983
3984 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3985
3986         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3987
3988         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
3989           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
3990           set after creating the clipper.
3991
3992 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3993
3994         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
3995
3996         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
3997           Added checking of surface lost case after an unsuccessful
3998           IDirectDrawSurface7_Lock() call.
3999           If surface is lost, return GST_FLOW_OK.
4000
4001 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4002
4003         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4004
4005         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4006           WndProc, gst_directdraw_sink_window_thread):
4007           Improved Windows message loop and fixed window destruction issue.
4008           When the window which DirectDraw is rendering to is destroyed, the
4009           render/show_frame function will return GST_FLOW_ERROR.
4010           Partially fixes #520885.
4011
4012 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4013
4014         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4015
4016         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4017           Fixed mid stream resolution change bug, the offscreen surface is now
4018           released when set_caps is called.
4019           Partially fixes #520885.
4020
4021 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4022
4023         * sys/directdraw/gstdirectdrawsink.c
4024           (gst_directdraw_sink_buffer_alloc):
4025           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4026           width/height.
4027
4028           Especially when looking through the pool of buffers, make sure that
4029           the width/height of caps is used instead of the already negotiated
4030           dimensions.
4031           For example if a buffer with different caps is requested, i.e.
4032           higher resolution, the caller would get a buffer with the old
4033           dimensions and thus corrupt the heap.
4034
4035 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4036
4037         * sys/directdraw/gstdirectdrawsink.c
4038           (gst_directdraw_sink_buffer_alloc):
4039           Clear the flags on recycled buffers from buffer_alloc.
4040           Partially fixes #520885.
4041
4042 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4043
4044         * gst/rtp/gstrtpilbcpay.c:
4045           Added missing stdlib.h include for strtol(), and made include ordering and
4046           style consistent with the corresponding depayloader.
4047
4048 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4049
4050         * configure.ac:
4051           Error out if we don't have the required core/base versions.
4052
4053 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4054
4055         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4056
4057         * sys/osxvideo/cocoawindow.m:
4058         Fix compiler warnings on PPC64. Fixes bug #499318.
4059
4060 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4061
4062         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4063
4064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4065         Don't leak file descriptors on error. Fixes #531532.
4066
4067 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4068
4069         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4070         (gst_gconf_audio_src_change_state):
4071         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4072         (gst_gconf_video_sink_change_state):
4073         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4074         (gst_gconf_video_src_change_state):
4075         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4076         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4077         When we can't create a fakesink/fakesrc complain instead of unreffing
4078         NULL pointers and crashing later. See bug #530535.
4079
4080 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4081
4082         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4083         Add some more debug info and guard against small payloads.
4084
4085         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4086         Set duration on outgoing buffers because we can.
4087
4088 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4089
4090         Patch by: Olivier Crete <tester at tester dot ca>
4091
4092         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4093         (gst_speex_enc_init), (gst_speex_enc_chain):
4094         Add negotiation for the speex channels and rate. Fixes #465146.
4095
4096 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4097
4098         Patch by: Olivier Crete <tester at tester dot ca>
4099
4100         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4101         (gst_rtp_speex_pay_getcaps):
4102         Add negotiation for the speex channels and rate. See #465146.
4103
4104 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4105
4106         Patch by: Olivier Crete <tester at tester dot ca>
4107
4108         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4109         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4110         Add negotiation for the ILBC mode. See #465146.
4111
4112 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4113
4114         * ext/soup/gstsouphttpsrc.c:
4115           Include stdlib to fix the build. Use g_free instead of free, libsoup
4116           uses glib.
4117
4118 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4119
4120         Patch by: j^ <j@bootlab.org>
4121
4122         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4123         Add more mpeg2 variants. Fixes #530886.
4124
4125 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4126
4127         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4128
4129         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4130           Don't error out if we get an ICMP destination-unreachable
4131           message when trying to read packets on win32 (#529454).
4132
4133 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4134
4135         * configure.ac:
4136         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4137           Use new error code for encrypted streams (which requires core CVS).
4138
4139 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4140
4141         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4142           (gst_qtdemux_audiosrc_template):
4143           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4144
4145 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4146
4147         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4148         (speex_dec_chain_parse_data):
4149         Produce concealment data when time progresses in a segment update.
4150
4151 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4152
4153         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4154         (speex_dec_chain):
4155         Try to preserve input timestamps when we can.
4156         Do beginnings of error concealment.
4157
4158 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4159
4160         * gst/debug/gstnavigationtest.c:
4161           MSVC doesn't provide rint(), define an adequate replacement locally as
4162           elsewhere.
4163
4164 2008-04-28  Julien Moutte  <julien@fluendo.com>
4165
4166         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4167         format to pacify Mac OSX's gcc.
4168
4169 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4170
4171         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4172           (DEFAULT_MAX), (src_template), (sink_template),
4173           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4174           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4175           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4176           Bring rndbuffersize element into a state that doesn't require us
4177           to move it to -bad immediately. For one, fix up default min/max
4178           values so that the element actuall works using the default values.
4179           Also, don't ignore flow return values and do some kind of minimal
4180           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4181           other gratuitious clean-ups.
4182
4183 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4184
4185         * docs/plugins/Makefile.am:
4186         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4187         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4188         * docs/plugins/gst-plugins-good-plugins.args:
4189         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4190         * docs/plugins/gst-plugins-good-plugins.interfaces:
4191         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4192         * docs/plugins/inspect/plugin-1394.xml:
4193         * docs/plugins/inspect/plugin-aasink.xml:
4194         * docs/plugins/inspect/plugin-alaw.xml:
4195         * docs/plugins/inspect/plugin-alpha.xml:
4196         * docs/plugins/inspect/plugin-alphacolor.xml:
4197         * docs/plugins/inspect/plugin-annodex.xml:
4198         * docs/plugins/inspect/plugin-apetag.xml:
4199         * docs/plugins/inspect/plugin-audiofx.xml:
4200         * docs/plugins/inspect/plugin-auparse.xml:
4201         * docs/plugins/inspect/plugin-autodetect.xml:
4202         * docs/plugins/inspect/plugin-avi.xml:
4203         * docs/plugins/inspect/plugin-cacasink.xml:
4204         * docs/plugins/inspect/plugin-cairo.xml:
4205         * docs/plugins/inspect/plugin-cdio.xml:
4206         * docs/plugins/inspect/plugin-cutter.xml:
4207         * docs/plugins/inspect/plugin-debug.xml:
4208         * docs/plugins/inspect/plugin-dv.xml:
4209         * docs/plugins/inspect/plugin-efence.xml:
4210         * docs/plugins/inspect/plugin-effectv.xml:
4211         * docs/plugins/inspect/plugin-equalizer.xml:
4212         * docs/plugins/inspect/plugin-esdsink.xml:
4213         * docs/plugins/inspect/plugin-flac.xml:
4214         * docs/plugins/inspect/plugin-flxdec.xml:
4215         * docs/plugins/inspect/plugin-gamma.xml:
4216         * docs/plugins/inspect/plugin-gconfelements.xml:
4217         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4218         * docs/plugins/inspect/plugin-goom.xml:
4219         * docs/plugins/inspect/plugin-halelements.xml:
4220         * docs/plugins/inspect/plugin-icydemux.xml:
4221         * docs/plugins/inspect/plugin-id3demux.xml:
4222         * docs/plugins/inspect/plugin-jpeg.xml:
4223         * docs/plugins/inspect/plugin-level.xml:
4224         * docs/plugins/inspect/plugin-matroska.xml:
4225         * docs/plugins/inspect/plugin-monoscope.xml:
4226         * docs/plugins/inspect/plugin-mulaw.xml:
4227         * docs/plugins/inspect/plugin-multifile.xml:
4228         * docs/plugins/inspect/plugin-multipart.xml:
4229         * docs/plugins/inspect/plugin-navigationtest.xml:
4230         * docs/plugins/inspect/plugin-ossaudio.xml:
4231         * docs/plugins/inspect/plugin-png.xml:
4232         * docs/plugins/inspect/plugin-quicktime.xml:
4233         * docs/plugins/inspect/plugin-rtp.xml:
4234         * docs/plugins/inspect/plugin-rtsp.xml:
4235         * docs/plugins/inspect/plugin-shout2send.xml:
4236         * docs/plugins/inspect/plugin-smpte.xml:
4237         * docs/plugins/inspect/plugin-spectrum.xml:
4238         * docs/plugins/inspect/plugin-speex.xml:
4239         * docs/plugins/inspect/plugin-taglib.xml:
4240         * docs/plugins/inspect/plugin-udp.xml:
4241         * docs/plugins/inspect/plugin-video4linux2.xml:
4242         * docs/plugins/inspect/plugin-videobalance.xml:
4243         * docs/plugins/inspect/plugin-videobox.xml:
4244         * docs/plugins/inspect/plugin-videocrop.xml:
4245         * docs/plugins/inspect/plugin-videoflip.xml:
4246         * docs/plugins/inspect/plugin-videomixer.xml:
4247         * docs/plugins/inspect/plugin-wavenc.xml:
4248         * docs/plugins/inspect/plugin-wavpack.xml:
4249         * docs/plugins/inspect/plugin-wavparse.xml:
4250         * docs/plugins/inspect/plugin-ximagesrc.xml:
4251           Add docs for gdkpixbufsink; update docs to CVS version.
4252
4253 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4254
4255         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4256         Remove test sync-offset by default.
4257
4258 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4259
4260         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4261         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4262         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4263           Use GLib versions of htonl, htons, ntohl and ntohs in order
4264           to avoid problems on win32 (#529707).
4265
4266 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4267
4268         Patch by: Jesús Corrius <jesus at softcatala org>
4269
4270         * gst/goom/filters.c: (zoomVector):
4271         * gst/goom/goom_core.c: (init_buffers):
4272           Fix build with mingw32: use rand() instead of random() and
4273           replace bzero() with memset(). Fixes #529692.
4274
4275 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4276
4277         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4278         Fix typo in comments.
4279
4280         * tests/examples/rtp/client-H263p-PCMA.sdp:
4281         * tests/examples/rtp/client-H263p-PCMA.sh:
4282         * tests/examples/rtp/client-H264-PCMA.sdp:
4283         * tests/examples/rtp/client-H264-PCMA.sh:
4284         * tests/examples/rtp/client-H264.sdp:
4285         * tests/examples/rtp/client-H264.sh:
4286         * tests/examples/rtp/client-PCMA.sdp:
4287         * tests/examples/rtp/client-PCMA.sh:
4288         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4289         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4290         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4291         Add some more docs and fix examples.
4292
4293 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4294
4295         * tests/check/elements/multifile.c:
4296         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4297         declared in the former, some have it declared in the latter.
4298
4299 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4300
4301         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4302         * gst/debug/tests.c: (md5_get_value):
4303         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4304         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4305         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4306         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4307         Stop using deprecated GLib functions.
4308
4309 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4310
4311         * configure.ac:
4312         Back to development -> 0.10.8.1
4313
4314 === release 0.10.8 ===
4315
4316 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4317
4318         * configure.ac:
4319           releasing 0.10.8, "One For The Money"
4320
4321 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4322
4323         * configure.ac:
4324         0.10.7.4 pre-release
4325
4326 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4327
4328         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4329         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4330         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4331         * gst/goom/flying_stars_fx.c: (fs_free):
4332         * gst/goom/goom_config_param.h:
4333         * gst/goom/goom_core.c: (goom_init), (goom_close):
4334         * gst/goom/goom_plugin_info.h:
4335         * gst/goom/gstgoom.c: (gst_goom_finalize):
4336         * gst/goom/lines.c: (goom_lines_free):
4337         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4338         * gst/goom/surf3d.c: (grid3d_free):
4339         * gst/goom/surf3d.h:
4340         * gst/goom/tentacle3d.c: (tentacle_free):
4341         Free a bunch of stuff, and initialise things to fix leaks
4342         and valgrind warnings in the testsuite.
4343
4344         Fixes: #529268
4345
4346 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4347
4348         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4349         (gst_rtspsrc_configure_caps):
4350         Ref caps as the return value for the request_pt_map signal.
4351         Remove some caps weirdness when configuring a stream. See #528245.
4352
4353 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4354
4355         * tests/icles/gdkpixbufsink-test.c:
4356           Add cast to placate gcc 4.1.2.
4357
4358 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4359
4360         * configure.ac:
4361         0.10.7.3 pre-release
4362
4363 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4364
4365         * tests/check/Makefile.am:
4366         Disable some more elements in the state test.
4367         Add a define so the soup test can find the test files
4368         it needs at runtime.
4369
4370         * tests/check/elements/souphttpsrc.c: (run_server):
4371
4372         Add a define so the soup test can find the test files
4373         it needs at runtime.
4374
4375 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4376
4377         * gst/goom/convolve_fx.c: (convolve_apply):
4378         Don't ever draw the GOOM logo.
4379         Fixes: #528615
4380
4381 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4382
4383         * ext/cdio/gstcdiocddasrc.c:
4384         * ext/dv/gstdvdemux.c: 
4385         gst_atomic_int_set ==> g_atomic_int_set
4386
4387 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4388
4389         * configure.ac:
4390         * gst/goom/Makefile.am:
4391         * gst/goom/convolve_fx.c:
4392         * gst/goom/default_scripts.h:
4393         * gst/goom/goom.h:
4394         * gst/goom/goom_core.c: (choose_a_goom_line):
4395         * gst/goom/goom_plugin_info.h:
4396         * gst/goom/goomsl.c:
4397         * gst/goom/goomsl.h:
4398         * gst/goom/goomsl_hash.c:
4399         * gst/goom/goomsl_hash.h:
4400         * gst/goom/goomsl_heap.c:
4401         * gst/goom/goomsl_heap.h:
4402         * gst/goom/goomsl_private.h:
4403         * gst/goom/plugin_info.c:
4404           Strip out the config/script parsing stuff, we don't need it.
4405           Fixes #527999.
4406
4407 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4408
4409         * gst/goom/plugin_info.c: (setOptimizedMethods):
4410           Disable altivec optimisations for 32-bit PPC as well to make
4411           things build properly on all PPC systems. Fixes #528143
4412
4413 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         * gst-plugins-good.spec.in:
4416           Update for souphttpsrc plugin which has moved to -good.
4417
4418 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4419
4420         * gst/matroska/matroska-demux.c:
4421         (gst_matroska_demux_handle_seek_event):
4422         Fix open-ended seeks in matroskademux
4423         Patch by: Mark Nauwelaerts <manauw skynet be>
4424         Fixes: #526557
4425
4426 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4427
4428         * tests/check/Makefile.am:
4429         Add soup test certificates to the dist.
4430
4431 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4432
4433         * ext/Makefile.am:
4434         Remove LADSPA reference I missed.
4435
4436 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4437
4438         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4439         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4440         over gnome-vfs and everything else. Fixes bug #527848.
4441
4442 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4443
4444         * configure.ac:
4445         * ext/Makefile.am:
4446         Remove LADSPA plugin. Fixes: #515978
4447
4448 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4449
4450         * configure.ac:
4451         * docs/plugins/Makefile.am:
4452         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4453         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4454         * docs/plugins/gst-plugins-good-plugins.args:
4455         * docs/plugins/inspect/plugin-soup.xml:
4456         * ext/Makefile.am:
4457         * tests/check/Makefile.am:
4458         Move soup plugin from -bad (Fixes: #523124)
4459
4460 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4461
4462         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4463         Fix bounds checking of mode in Speex header, which may
4464         produce negative numbers in speex <= 1.1.12
4465
4466 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4467
4468         * gst/goom/Makefile.am:
4469         * gst/goom/gfontlib.c:
4470         * gst/goom/gfontlib.h:
4471         * gst/goom/gfontrle.c:
4472         * gst/goom/gfontrle.h:
4473         * gst/goom/goom.h:
4474         * gst/goom/goom_core.c: (goom_update):
4475         * gst/goom/goom_plugin_info.h:
4476         * gst/goom/gstgoom.c: (gst_goom_chain):
4477         * gst/goom/plugin_info.c:
4478           Remove a bunch of font/text related code that we don't need.
4479
4480 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4481
4482         * gst/goom/ppc_drawings.s:
4483         * gst/goom/ppc_zoom_ultimate.s:
4484           Change license of these files to LGPL, as permitted by the
4485           author, Guillaume Borios. See #515073.
4486
4487 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4488
4489         * gst/goom/convolve_fx.c:
4490         * gst/goom/motif_goom1.h:
4491         * gst/goom/motif_goom2.h:
4492           As hinted in Bug #518213, revert one change and fix warnings properly.
4493           This fixes both #518213 and #520073 for me.     
4494
4495 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4496
4497         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4498         * gst/matroska/matroska-demux.c:
4499         (gst_matroska_demux_handle_seek_event),
4500         (gst_matroska_demux_parse_contents_seekentry),
4501         (gst_matroska_demux_loop):
4502         Fix the Forte build by making function declaration signatures
4503         match the implementations.
4504
4505 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4506
4507         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4508         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4509         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4510           More logging when probing (see #518474), some comments in _reset().
4511
4512 2008-04-07  Julien Moutte  <julien@fluendo.com>
4513
4514         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4515         because of a bad argument number.
4516
4517 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4518
4519         * tests/icles/.cvsignore:
4520         * tests/icles/Makefile.am:
4521         * tests/icles/gdkpixbufsink-test.c:
4522           Interactive test app for gdkpixbufsink.
4523
4524 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4525
4526         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4527
4528         * configure.ac:
4529         Actually build dlls when cross-compiling with mingw32.
4530         Fixes bug #526247.
4531
4532 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4533
4534         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4535           Don't munge device string to 'default:x' for capture devices.
4536           Fixes #525833.
4537
4538 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4539
4540         * ext/wavpack/gstwavpackparse.c:
4541         (gst_wavpack_parse_index_entry_free):
4542         Always use GSlice as we actually depend on GLib 2.12 already.
4543
4544 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4545
4546         * configure.ac:
4547           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4548           Also bump the GLib requirement to the current de-facto requirement
4549           (ie. 2.12).
4550
4551 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4552
4553         * gst/rtp/gstrtph264pay.c: (encode_base64),
4554         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4555         * gst/rtp/gstrtph264pay.h:
4556         Parse codec_data for future AVC compatibility.
4557         Fail when we encounter AVC data for now.
4558
4559 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4560
4561         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4562           (gst_spectrum_init), (gst_spectrum_set_property),
4563           (gst_spectrum_get_property), (gst_spectrum_message_new):
4564           Rename property enums and default defines for the properties to match
4565           the property names and rephrase property descriptions to make them a
4566           bit clearer (hopefully). See #518188.
4567
4568 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4569
4570         * tests/check/Makefile.am:
4571         * tests/check/elements/.cvsignore:
4572         * tests/check/elements/gdkpixbufsink.c:
4573           Add unit test for gdkpixbufsink element.
4574
4575 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4576
4577         * ext/gdk_pixbuf/Makefile.am:
4578         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4579         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4580           (gst_gdk_pixbuf_sink_base_init),
4581           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4582           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4583           (gst_gdk_pixbuf_sink_set_caps),
4584           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4585           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4586           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4587           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4588           (gst_gdk_pixbuf_sink_get_property):
4589         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4590           Add gdkpixbufsink element for easy snapshotting (#525946).
4591
4592 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4593
4594         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4595         Bump timeout from 3 to 60 seconds.
4596
4597 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4598
4599         * tests/check/pipelines/.cvignore:
4600         Remove useless file.
4601
4602         * tests/check/pipelines/.cvsignore:
4603         Add new test to .cvsignore.
4604
4605 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4606
4607         * tests/check/Makefile.am:
4608         * tests/check/pipelines/wavpack.c: (bus_handler),
4609         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4610         (wavpack_suite), (main):
4611         Add unit test that encodes and decodes some data, checks that it
4612         is still the same and that all timestamps/offsets are perfect.
4613
4614 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4615
4616         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4617         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4618         * ext/wavpack/gstwavpackparse.c:
4619         (gst_wavpack_parse_index_entry_new),
4620         (gst_wavpack_parse_index_entry_free),
4621         (gst_wavpack_parse_base_init),
4622         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4623         Use GSlice for allocating index entries and use
4624         gst_element_class_set_details_simple().
4625
4626 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4627
4628         Patch by: Brian Cameron <brian.cameron at sun dot com>
4629
4630         * sys/sunaudio/gstsunaudio.c:
4631         * sys/sunaudio/gstsunaudiomixer.c:
4632         * sys/sunaudio/gstsunaudiomixer.h:
4633         * sys/sunaudio/gstsunaudiomixerctrl.c:
4634         * sys/sunaudio/gstsunaudiomixerctrl.h:
4635         * sys/sunaudio/gstsunaudiomixertrack.c:
4636         * sys/sunaudio/gstsunaudiomixertrack.h:
4637         * sys/sunaudio/gstsunaudiosink.c:
4638         * sys/sunaudio/gstsunaudiosink.h:
4639         * sys/sunaudio/gstsunaudiosrc.c:
4640         * sys/sunaudio/gstsunaudiosrc.h:
4641           Fix up copyrights (#525860).
4642
4643 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4644
4645         * gst/goom/goomsl.c: (gsl_read_file):
4646           Check return value of fread() to avoid compiler warnings.
4647
4648 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4649
4650         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4651
4652         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4653         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4654         * gst/law/alaw-decode.h:
4655         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4656         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4657         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4658         * gst/law/mulaw-decode.h:
4659         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4660         Make negotiation a bit modern.
4661         Use pad_alloc. Fixes #525359.
4662
4663 2008-03-31  David Schleef  <ds@schleef.org>
4664
4665         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4666           compiles consistently.  Fixes #522278.
4667
4668 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4669
4670         Patch by: Brian Cameron <brian.cameron at sun dot com>
4671
4672         * sys/sunaudio/gstsunaudiomixerctrl.c:
4673           (gst_sunaudiomixer_ctrl_get_volume),
4674           (gst_sunaudiomixer_ctrl_set_volume):
4675         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4676           Fix up the mixer tracks to use a volume range of 0-255, which is what
4677           the sun audio API uses. This simplifies the code and avoids rounding
4678           errors. Fixes #524593.
4679
4680 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4681
4682         * sys/v4l2/gstv4l2object.c:
4683         * sys/v4l2/gstv4l2object.h:
4684         Add device-fd property to make it possible to apps to call ioctl's.
4685
4686 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4687
4688         * gst/qtdemux/qtdemux.c: (next_entry_size):
4689         Unbreak streaming mode again.
4690
4691 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4692
4693         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4694           Remove superfluous DEBUG macro.
4695
4696 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         Based on patch by: William M. Brack <wbrack at mmm com hk>
4699
4700         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4701           (gst_v4l2src_set_capture):
4702           Check whether the device supports setting the framerate before
4703           trying to set it and then posting a warning or error if it doesn't
4704           work (#516649, #520092). Also compare fractions more correctly.
4705
4706 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4707
4708         * gst/goom/Makefile.am:
4709           Remove ppc assembler optimisations from the build until they
4710           actually build (they also seem to have GPL headers).
4711
4712 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4713
4714         * m4/Makefile.am:
4715           Better not dist files that don't exist any longer (lrint*m4).
4716
4717 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4718
4719         * configure.ac:
4720         * m4/lrint.m4:
4721         * m4/lrintf.m4:
4722         Remove lrint/lrintf checks. We don't use it anywhere.
4723
4724 2008-03-18  Andy Wingo  <wingo@pobox.com>
4725
4726         * sys/osxvideo/osxvideosink.m
4727         (gst_osx_video_sink_osxwindow_destroy)
4728         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4729         task, whoopdee.
4730         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4731         2 ms.
4732
4733 2008-03-18  Andy Wingo  <wingo@pobox.com>
4734
4735         * sys/osxvideo/osxvideosink.m
4736         (gst_osx_video_sink_osxwindow_destroy)
4737         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4738         task, whoopdee.
4739         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4740         2 ms.
4741         
4742 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4743
4744         Patch by: William M. Brack <wbrack at mmm com hk>
4745
4746         * sys/v4l2/v4l2src_calls.c:
4747           (gst_v4l2src_probe_caps_for_format_and_size),
4748           (gst_v4l2src_probe_caps_for_format):
4749           Make sure the probed frame sizes are reversed in the resulting
4750           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4751           highest resolution first); also remove unused variable.
4752           (Partly fixes #520092)
4753
4754 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4755
4756         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4757
4758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4759         (gst_rtspsrc_finalize):
4760         Call WSAStartup() and WSACleanup before using the Winsock API.
4761         See #520808.
4762
4763 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4764
4765         * gst/avi/gstavidemux.c:
4766           Erm, the buffer-size is just guint, no need for the special format
4767           specifier.
4768
4769 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4770
4771         * gst/goom/plugin_info.c:
4772         * gst/goom/ppc_zoom_ultimate.h:
4773           Small fixes to build more on PPC: ifdef out code that uses unknown
4774           define; add newline at end of header file to avoid compiler warning.
4775           Assembler code still doesn't build though.
4776
4777 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4778
4779         * gst/avi/gstavidemux.c:
4780           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4781           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4782
4783 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4784
4785         * gst/avi/gstavidemux.c:
4786           Chunksize is uint32. Fix format specifier.
4787
4788 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4789
4790         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4791         mistake. Return file to pure MIT text.
4792
4793 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4794
4795         * gst/audiofx/audiofx.c:
4796         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4797         of hardcoding values.
4798
4799 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4800
4801         Patch by: Mark Nauwelaerts <manauw skynet be>
4802
4803         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4804           (gst_oss_src_close):
4805         * sys/oss/gstosssrc.h:
4806           Cache probed caps, so _get_caps() during recording doesn't cause
4807           ioctl calls which may disrupt the recording (fixes #521875).
4808
4809 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4810
4811         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4812         (gst_qtdemux_activate_segment),
4813         (gst_qtdemux_prepare_current_sample),
4814         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4815         Make sure we always send a DISCONT after a seek by setting the sample
4816         index to an undefined value after a seek.
4817
4818 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4819
4820         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4821           (GST_IS_AVI_SUBTITLE_CLASS):
4822           Fix up IS_FOO macros, which makes gtk-doc much happier.
4823
4824 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         * tests/icles/Makefile.am:
4827           Move the -lgstfoo where it belongs.
4828
4829 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4830
4831         * gst/matroska/ebml-ids.h:
4832         Add ID for EBML CRC32 elements.
4833
4834         * gst/matroska/Makefile.am:
4835         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4836         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4837         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4838         (gst_ebml_read_header):
4839         Support reading 80bit floats, add finalize method to clean up
4840         in any case, support reading length/id elements with any length
4841         as long as it's smaller than our supported maximum, don't leak
4842         buffers if reading as much data as we wanted failed and some
4843         smaller cleanup.
4844
4845 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4846
4847         Patch by: Olivier Crete <tester at tester dot ca>
4848
4849         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4850         Check that a buffer is large enough before reading from it.
4851         Fixes bug #521102.
4852         
4853 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4854
4855         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4856         Fix compilation after removing the GstPollMode from the
4857         constructor.
4858
4859 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4860
4861         * configure.ac:
4862         * gst/audiofx/Makefile.am:
4863         * gst/audiofx/audiochebband.c:
4864         * gst/audiofx/audiocheblimit.c:
4865         * gst/audiofx/math_compat.h:
4866         Check for sinh(), cosh() and asinh() and define our own
4867         implementations if they're not available. Fixes bug #520880.
4868
4869 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4870
4871         Patch by: Olivier Crete <tester at tester dot ca>
4872
4873         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4874         Unref the buffers only once when handling not-negotiated errors.
4875         Fixes bug #520764.
4876
4877 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4878
4879         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4880
4881         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4882         (gst_udpsrc_stop):
4883         Properly balance WSA_Cleanup with WSA_Startup.
4884         Also make the poll controllable on windows. Fixes #520888.
4885
4886 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4887
4888         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4889         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4890         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4891         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4892         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4893         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4894         (gst_ebml_read_date), (gst_ebml_read_master),
4895         (gst_ebml_read_binary), (gst_ebml_read_header):
4896         * gst/matroska/ebml-read.h:
4897         * gst/matroska/matroska-demux.c:
4898         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4899         (gst_matroska_demux_read_track_encodings),
4900         (gst_matroska_demux_add_stream),
4901         (gst_matroska_demux_handle_src_query),
4902         (gst_matroska_demux_handle_seek_event),
4903         (gst_matroska_demux_init_stream),
4904         (gst_matroska_demux_parse_tracks),
4905         (gst_matroska_demux_parse_index_cuetrack),
4906         (gst_matroska_demux_parse_index_pointentry),
4907         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4908         (gst_matroska_demux_parse_metadata_id_simple_tag),
4909         (gst_matroska_demux_parse_metadata_id_tag),
4910         (gst_matroska_demux_parse_metadata),
4911         (gst_matroska_demux_sync_streams),
4912         (gst_matroska_demux_push_hdr_buf),
4913         (gst_matroska_demux_push_flac_codec_priv_data),
4914         (gst_matroska_demux_push_xiph_codec_priv_data),
4915         (gst_matroska_demux_add_wvpk_header),
4916         (gst_matroska_demux_check_subtitle_buffer),
4917         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4918         (gst_matroska_demux_parse_cluster),
4919         (gst_matroska_demux_parse_contents_seekentry),
4920         (gst_matroska_demux_parse_contents),
4921         (gst_matroska_demux_loop_stream_parse_id),
4922         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4923         * gst/matroska/matroska-demux.h:
4924         * gst/matroska/matroska-ids.h:
4925         Handle return values from pull_range in a more granular way to properly
4926         shut down on seeks.
4927         Combine return values from push.
4928         Implement proper error handling.
4929         Prepare for handling seeking correctly.
4930
4931 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4932
4933         * gst/matroska/ebml-read.c:
4934         Use GINT64 formatting constants from GLIB.
4935
4936         * gst/matroska/matroska-demux.c:
4937         Add some guards to avoid a possible division by 0 and crashing
4938         with NULL events on some systems.
4939         Use gst_gdouble_to_guint64 somewhere instead of an implicit
4940         conversion. 
4941
4942         * gst/matroska/matroska-mux.c:
4943         Check for invalid timestamps in a bunch of places to avoid
4944         writing bogus durations into the output file.
4945         Fix some double<->gint64 conversions that weren't using
4946         gst_guint64_to_gdouble
4947
4948 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4949
4950         * configure.ac:
4951         Move the checks for bison, flex and as to the program section and the
4952         check for gcc inline asm to the compiler characteristics section.
4953
4954 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4955
4956         * configure.ac:
4957         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4958         plug-ins are included/excluded. (#498222)
4959
4960 2008-02-29  Michael Smith <msmith@fluendo.com>
4961
4962         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
4963           Don't call gst_object_sync_values() unless we have a valid timestamp.
4964
4965 2008-02-28  David Schleef  <ds@schleef.org>
4966
4967         * gst/matroska/matroska-demux.c:
4968         * gst/matroska/matroska-ids.h:
4969         * gst/matroska/matroska-mux.c:
4970           Fix Dirac mapping.  I had previously added a VfW-type
4971           mapping, but it looks like Dirac will get a native Matroska
4972           mapping, and this is the most likely method.
4973
4974 2008-02-28  David Schleef  <ds@schleef.org>
4975
4976         * gst/avi/gstavimux.c: Add Dirac encoding
4977
4978 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4979
4980         Patch by: Peter Kjellerstedt <pkj at axis com>
4981
4982         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
4983         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
4984         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
4985         * gst/udp/gstudpsrc.h:
4986         Port to GstPoll. See #505417.
4987
4988 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
4989
4990         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
4991         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
4992         yet on the srcpad. We need rate and channels before we
4993         can do any processing. Fixes bug #519088.
4994
4995 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
4996
4997         * configure.ac:
4998         Detect and indicate if GCC inline assembly syntax is
4999         available.
5000
5001         * gst/goom/Makefile.am:
5002         * gst/goom/convolve_fx.c:
5003         * gst/goom/flying_stars_fx.c:
5004         * gst/goom/goom_config.h:
5005         * gst/goom/goom_core.c:
5006         * gst/goom/goomsl.c:
5007         * gst/goom/ifs.c:
5008         * gst/goom/mmx.c:
5009         * gst/goom/plugin_info.c:
5010         * gst/goom/xmmx.c:
5011         Fix various GCC-isms, and only build the inline assembly
5012         with compilers that support GCC inline assembly.
5013
5014         Fix a couple of other warnings shown with Forte.
5015
5016 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5017
5018         * gst/goom/xmmx.c:
5019           Use 'emms' instead of 'femms' to not crash on cpus that do not
5020           implement this 3dnow specific instruction.
5021
5022 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5023
5024         * gst/goom/plugin_info.c: (setOptimizedMethods):
5025         Use extended MMX for draw_line() too if available, not only
5026         normal MMX.
5027
5028 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5029
5030         * ext/jpeg/gstjpeg.c: (plugin_init):
5031         Remove (commented out) smoke typefinder. This is in base now.
5032
5033 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5034
5035         * gst/goom2k1/Makefile.am:
5036         * gst/goom2k1/gstgoom.c:
5037
5038         Rename the installed library, and don't register the same 
5039         GType name as the new goom.
5040
5041 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5042
5043         * configure.ac:
5044         * ext/taglib/Makefile.am:
5045           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5046           when building C++ code (#516509).
5047
5048 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5049
5050         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5051         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5052           (setOptimizedMethods):
5053           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5054           anything useful. Export goom debug category so we can get
5055           rid of the VERBOSE define and the printfs.
5056
5057 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         * gst/goom/goomsl_heap.c: (align_it):
5060         * gst/goom/plugin_info.c: (setOptimizedMethods):
5061           Compile fixes for x86-64.
5062
5063 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5064
5065         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5066         with warnings, but add other CFLAGS
5067
5068         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5069         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5070         (calculate_labels), (gsl_read_file):
5071         * gst/goom/goomsl_lex.l:
5072         * gst/goom/goomsl_yacc.y:
5073         * gst/goom/plugin_info.c: Remove a few live printf, and
5074         fprintf, replace exit() calls with g_assert_not_reached()
5075         if it not optimal for a library
5076
5077 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5078
5079         * gst/goom/Makefile.am: Remove the warnings being disabled,
5080         fix linkage on x86, spotted by Sebastian Dröge
5081         <slomo@circular-chaos.org>
5082
5083         * gst/goom/convolve_fx.c (convolve_init),
5084         (create_output_with_brightness), (convolve_apply):
5085         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5086         * gst/goom/goomsl.c:
5087         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5088         * gst/goom/plugin_info.c:
5089         * gst/goom/tentacle3d.c (tentacle_fx_create):
5090         Fix warnings, and disable the motifs in the convolve_fx
5091         plugin (they were causing warnings, and they were just
5092         "Goom" in funny letterring)
5093
5094 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5095
5096         * configure.ac: Add checks for Flex/Yacc/Bison and other
5097         furry animals, for the new goom 2k4 based plugin
5098
5099         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5100         CPU optimisations (not working yet), move the old plugin to...
5101
5102         * gst/goom2k1/*: ... here, in case somebody is sick enough
5103
5104         Fixes #515073
5105
5106 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5107
5108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5109         Post the server response code in an error message instead of a generic
5110         'error' message. Fixes #517237.
5111
5112 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5113
5114         * tests/check/Makefile.am:
5115         Ignore gconfaudiosrc for the states unit test too. It will fallback
5116         to alsasrc if the gconf settings can't be read and not everybody has
5117         alsa.
5118
5119 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5120
5121         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5122         (gst_wavpack_parse_create_src_pad):
5123         * ext/wavpack/gstwavpackparse.h:
5124         Always report the duration if we know it in push mode and don't
5125         return 0 just to make totem believe we can't seek in push mode.
5126         Newer totem version use the SEEKING query which properly reports
5127         if we can seek or not.
5128
5129 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5130
5131         Patch by: Jens Granseuer <jensgr at gmx dot net>
5132
5133         * tests/examples/equalizer/demo.c: (main):
5134         C89 fix, moving variable declarations to the beginning of
5135         the block. Fixes bug #517933.
5136
5137 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5138
5139         * configure.ac:
5140         Back to development...
5141
5142 === release 0.10.7 ===
5143
5144 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5145
5146         * configure.ac:
5147           releasing 0.10.7, "Red Door Black"
5148
5149 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5150
5151         * gst/alpha/Makefile.am:
5152         Link alpha plugin with libgstbase. Fixes bug #517386.
5153
5154 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5155
5156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5157         Init values to -1 instead of the default 0 value.
5158         Fixes #516524.
5159
5160 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5161
5162         * tests/examples/spectrum/spectrum-example.c:
5163         Add missing include to fix compilation when libxml usage is disabled.
5164         Fixes: #516371
5165
5166 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5167
5168         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5169         fixes: #514889
5170
5171         * gst/rtp/gstrtph264pay.c:
5172         * gst/rtp/gstrtpmp4gdepay.c:
5173         * gst/rtp/gstrtpmp4gpay.c:
5174         * gst/rtp/gstrtpmp4gpay.h:
5175         * gst/rtp/gstrtptheorapay.c:
5176         * gst/rtp/gstrtpvorbispay.c:
5177
5178         Fix various leaks shown up in valgrind
5179         - free sprops and buffer in error cases in H264 payloader
5180         - fix leak in mp4g depayloader when construction the caps
5181         - don't leak config string in the mp4g payloader
5182         - don't leak buffers and headers in theora and vorbis payloaders
5183
5184         * tests/check/elements/rtp-payloading.c:
5185
5186         Fix the RTP data test
5187         - Actually send valid amr data to the payloader instead of 20
5188         zero-bytes
5189         - The mp4g payloader expects codec_data on the caps
5190
5191 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5192
5193         * win32/MANIFEST:
5194         Add libgstpng.dsp to MANIFEST.
5195         * win32/vs6/libgstaudiofx.dsp:
5196         Add new source files to VS project file.
5197
5198 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5199
5200         * sys/ximage/gstximagesrc.c:
5201         Initialise variables when opening the X display rather
5202         than in _start(), as the display can be opened before that.
5203
5204         Fixes: #515985
5205
5206 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5207
5208         * sys/directdraw/gstdirectdrawsink.c:
5209         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5210         (gst_directdraw_sink_finalize):
5211         Properly chain up finalize functions. Fixes bug #515980.
5212
5213 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5214
5215         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5216         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5217         (gst_v4l2_buffer_pool_class_init):
5218         Chain up the finalize functions. Fixes bug #515984.
5219
5220 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5221
5222         * sys/ximage/ximageutil.c:
5223         Chain up in the finalize function for our custom
5224         buffer sub-class.
5225         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5226         Fixes: #515706
5227
5228 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5229
5230         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5231         (gst_fenced_buffer_class_init):
5232         Properly chain up finalize method. Fixes bug #515979.
5233
5234 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5235
5236         * sys/ximage/gstximagesrc.c:
5237         Free allocated Damage memory before closing our connection to the
5238         X server. Partially fixes: #515706
5239
5240 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5241
5242         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5243         * tests/check/Makefile.am:
5244         * tests/check/gst-plugins-good.supp:
5245         Add a few libjpeg suppressions and initialize a variable to
5246         make smokeenc valgrind clean. Fixes bug #515701.
5247
5248 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5249
5250         * gst/avi/gstavidemux.c:
5251         Revert patch which sends timestamps only on keyframes, as it
5252         breaks playback with current gst-ffmpeg.
5253
5254         Fixes: #515562
5255
5256 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5257
5258         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5259         * tests/check/elements/multifile.c: (GST_START_TEST):
5260         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5261
5262 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5263
5264         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5265         Use and unset the GError when pipeline creation fails instead of
5266         simply leaking it. Fixes bug #515704.
5267
5268 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5269
5270         * gst/audiofx/audioamplify.c:
5271         * gst/audiofx/audiochebband.c:
5272         * gst/audiofx/audiocheblimit.c:
5273         * gst/audiofx/audiodynamic.c:
5274         * gst/audiofx/audioinvert.c:
5275         * gst/audiofx/audiopanorama.c:
5276         * gst/audiofx/audiowsincband.c:
5277         * gst/audiofx/audiowsinclimit.c:
5278         Fix long description of audiofx elements. Fixes bug #515457.
5279
5280 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5281
5282         * docs/plugins/Makefile.am:
5283         * gst/spectrum/gstspectrum.c:
5284         * tests/examples/spectrum/.cvsignore:
5285         * tests/examples/spectrum/Makefile.am:
5286         * tests/examples/spectrum/spectrum-example.c:
5287
5288         Add a simple example application for the spectrum element, include it
5289         in the docs, and fix some documentation ambiguities.
5290
5291         Fixes: #348085
5292
5293 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5294
5295         * gst/equalizer/Makefile.am:
5296         * gst/spectrum/Makefile.am:
5297         Fix includes order
5298
5299         * tests/check/Makefile.am:
5300         Exclude v4l2src from the states test - it takes too long to start.
5301
5302         * tests/check/elements/spectrum.c:
5303         Make the test run properly with CK_FORK=no
5304
5305 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5306
5307         * gst/audiofix/Makefile.am: add missing header files 
5308
5309 2008-02-08  Julien Moutte  <julien@fluendo.com>
5310
5311         * gst/matroska/matroska-demux.c:
5312         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5313         keyframe and delta units correctly when dealign with a BlockGroup.
5314         Fixes: #514397
5315
5316 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5317
5318         * tests/check/elements/.cvsignore:
5319         Spell the new tests correctly in .cvsignore
5320
5321 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5322
5323         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5324           Need to use gsize here for the size, fixes compiler warning.
5325
5326         * tests/examples/equalizer/.cvsignore:
5327         * tests/examples/equalizer/Makefile.am:
5328         * tests/examples/spectrum/.cvsignore:
5329         * tests/examples/spectrum/Makefile.am:
5330           Add missing files to fix the build.
5331
5332 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5333
5334         * configure.ac:
5335         * docs/plugins/Makefile.am:
5336         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5337         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5338         * docs/plugins/gst-plugins-good-plugins.args:
5339         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5340         * docs/plugins/inspect/plugin-multifile.xml:
5341         * tests/check/Makefile.am:
5342         * tests/check/elements/.cvsignore:
5343
5344         Move multifile plugin from -bad.
5345         Fixes: #490283
5346
5347 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5348
5349         * configure.ac:
5350         * docs/plugins/Makefile.am:
5351         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5352         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5353         * docs/plugins/gst-plugins-good-plugins.args:
5354         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5355         * docs/plugins/inspect/plugin-spectrum.xml:
5356         * gst/spectrum/Makefile.am:
5357         * tests/check/Makefile.am:
5358         * tests/check/elements/.cvsignore:
5359         * tests/examples/Makefile.am:
5360
5361         Move spectrum plugin from -bad.
5362         Move examples into tests/examples/spectrum.
5363
5364 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5365
5366         * configure.ac:
5367         * docs/plugins/Makefile.am:
5368         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5369         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5370         * docs/plugins/gst-plugins-good-plugins.args:
5371         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5372         * docs/plugins/gst-plugins-good-plugins.interfaces:
5373         * docs/plugins/inspect/plugin-equalizer.xml:
5374         * gst/equalizer/Makefile.am:
5375         * tests/check/Makefile.am:
5376         * tests/examples/Makefile.am:
5377         Move the equalizer plugin across from -bad
5378
5379         * tests/check/elements/.cvsignore:
5380         Add equalizer, audiosincwband and audiosincwlimit
5381
5382         * tests/check/elements/equalizer.c:
5383         Fix compiler warnings
5384
5385         Fixes: #415627
5386
5387 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5388
5389         * configure.ac:
5390         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5391         are treated like releases and build without it.
5392
5393 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5394
5395         * docs/plugins/Makefile.am:
5396         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5397         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5398         * docs/plugins/gst-plugins-good-plugins.args:
5399         * docs/plugins/inspect/plugin-audiofx.xml:
5400         * gst/audiofx/Makefile.am:
5401         * gst/audiofx/audiofx.c:
5402         * gst/audiofx/audiowsincband.c:
5403         * gst/audiofx/audiowsincband.h:
5404         * gst/audiofx/audiowsinclimit.c:
5405         * gst/audiofx/audiowsinclimit.h:
5406         * tests/check/Makefile.am:
5407         * tests/check/elements/audiowsincband.c:
5408         * tests/check/elements/audiowsinclimit.c:
5409
5410         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5411         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5412         respectively.
5413
5414         Fixes: #467666
5415
5416 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5417
5418         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5419         * tests/check/elements/icydemux.c:
5420           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5421           caps, and add a somewhat useful debug message. Plus test.
5422
5423 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5424
5425         * gst/rtsp/gstrtspsrc.c:
5426         Include unistd.h only if HAVE_UNISTD_H is defined
5427         * win32/common/config.h.in:
5428         * win32/common/config.h:
5429         Define socklen_t as it seems it's not defined in default 
5430         Visual Studio headers.
5431         * win32/vs6/libgstalpha.dsp:
5432         * win32/vs6/libgstapetag.dsp:
5433         * win32/vs6/libgstavi.dsp:
5434         * win32/vs6/libgstrtp.dsp:
5435         * win32/vs6/libgstrtsp.dsp:
5436         * win32/vs6/libgstvideomixer.dsp:
5437         Update project file dependencies and add new source files       
5438
5439 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5440
5441         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5442
5443         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5444         Don't leak buffers when we don't push them downstream.
5445         Fixes bug #514965.
5446
5447 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5448
5449         * configure.ac:
5450           Bump requirements to (good) released versions to avoid
5451           confusion and make implicit core requirement explicit.
5452
5453 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5454
5455         * docs/plugins/Makefile.am:
5456         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5457         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5458         * docs/plugins/gst-plugins-good-plugins.args:
5459         * docs/plugins/inspect/plugin-audiofx.xml:
5460         * gst/audiofx/Makefile.am:
5461         * gst/audiofx/audiochebband.c:
5462         * gst/audiofx/audiochebband.h:
5463         * gst/audiofx/audiocheblimit.c:
5464         * gst/audiofx/audiocheblimit.h:
5465         * gst/audiofx/audiochebyshevfreqband.c:
5466         * gst/audiofx/audiochebyshevfreqband.h:
5467         * gst/audiofx/audiochebyshevfreqlimit.c:
5468         * gst/audiofx/audiochebyshevfreqlimit.h:
5469         * gst/audiofx/audiofx.c:
5470         * tests/check/Makefile.am:
5471         * tests/check/elements/.cvsignore:
5472         * tests/check/elements/audiochebband.c:
5473         * tests/check/elements/audiocheblimit.c:
5474         * tests/check/elements/audiochebyshevfreqband.c:
5475         * tests/check/elements/audiochebyshevfreqlimit.c:
5476
5477         Rename audiochebyshevfreqband -> audiochebband and
5478         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5479         surgery.
5480
5481         Closes: #491811
5482
5483 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5484
5485         Patch by: Orjan Friberg <orjanf at axis dot com>
5486
5487         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5488         Fix caps memory leak. Fixes #514573.
5489
5490 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5491
5492         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5493         If there's no entries in the subindex, don't try to do anything stupid,
5494         just return.
5495
5496 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5497
5498         Patch by: John Millikin <jmillikin at gmail dot com>
5499
5500         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5501           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5502           Fix extraction of picture blocks with newer libflac versions again:
5503           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5504
5505 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5506
5507         * tests/check/Makefile.am:
5508           Add rtp-payloading test to VALGRIND_TO_FIX.
5509
5510         * tests/check/elements/rtp-payloading.c:
5511           Add semicolons after GST_TEST_END so gst-indent gets the
5512           formatting right; make test less verbose in general, but
5513           more verbose in the error case (which should probably
5514           make the test fail anyway).
5515
5516 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5517
5518         * docs/plugins/Makefile.am:
5519         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5520         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5521         * gst/avi/gstavisubtitle.c:
5522         Add documentation for avisubtitle and change class to
5523         Codec/Parser/Subtitle
5524
5525 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5526
5527         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5528         Treat ENOTTY (driver does not implement ioctl) the same as
5529         EINVAL since it implies there are no available standards.
5530
5531         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5532         (gst_v4l2src_get_nearest_size):
5533         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5534         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5535         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5536         reason, and if we aren't yet actively capturing.
5537
5538         * sys/v4l2/v4l2src_calls.h:
5539         Remove replaced function declaration.
5540
5541 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5542
5543         * configure.ac:
5544         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5545         API.
5546
5547 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5548
5549         * configure.ac:
5550         Fix typo.
5551
5552 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5553
5554         * gst/alpha/Makefile.am:
5555         * gst/alpha/gstalpha.c:
5556
5557         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5558         some stuff, and making buffer-alloc and resizing work automatically.
5559         No longer crashes on odd frame widths and heights, although there
5560         seems to be a disagreement with ffmpegcolorspace about what size
5561         an AYUV frame with odd height should be.
5562
5563 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5564
5565         Patch by: Alessandro Decina <alessandro at nnva dot org>
5566
5567         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5568         * ext/libpng/gstpngenc.h:
5569         Preallocate the output buffer so that g_memdup() and
5570         gst_buffer_merge() aren't needed anymore. This greatly improves
5571         performances and fixes #512544.
5572
5573 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5574
5575         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5576         (gst_avi_demux_stream_data):
5577         GStreamer timestamps are PTS values while AVI only knows about DTS
5578         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5579         we are dealing with a key frame.
5580
5581 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5582
5583         * tests/check/Makefile.am:
5584         * tests/check/elements/.cvsignore:
5585         * tests/check/elements/rtp-payloading.c:
5586           Add add testsuite for the rtp-payloader that tries simulating
5587           dataflow. Needs more test data.
5588
5589 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5590
5591         * tests/check/elements/alphacolor.c:
5592           Remove two unused variables.
5593
5594 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5595
5596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5597           Use g_ascii_strtoll() instead of atoll, which is only
5598           available in C99.
5599
5600 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5601
5602         * gst/rtp/Makefile.am:
5603         * gst/rtp/gstrtp.c:
5604         * gst/rtp/gstrtpmpvpay.c:
5605         * gst/rtp/gstrtpmpvpay.h:
5606         Add MPEG2 video payloader
5607
5608 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5609
5610         * gst/level/gstlevel.c:
5611         Use #include <math.h> instead of #include "math.h".
5612
5613 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5614
5615         * tests/check/Makefile.am:
5616         Fix up some CFLAGS sets.
5617         Don't include gconfvideosrc in the states test.
5618
5619         * tests/check/elements/autodetect.c: (GST_START_TEST):
5620         Add some error strings to fail_unless arguments to fix some weird
5621         compiler errors on Solaris.
5622
5623 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5624
5625         * configure.ac:
5626         Detect video4linux headers on Solaris too.
5627         * sys/v4l2/gstv4l2colorbalance.h:
5628         * sys/v4l2/gstv4l2object.h:
5629         * sys/v4l2/v4l2_calls.c:
5630         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5631         (gst_v4l2_buffer_new):
5632
5633         Make v4l2 build on Solaris.
5634         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5635         Fixes: #510505
5636
5637 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5638
5639         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5640           Update list from (still local) scanning script.
5641
5642 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5643
5644         Based on a patch by:
5645             Victor STINNER <victor dot stinner at haypocalc dot com>
5646
5647         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5648         Set variable to NULL after freeing it to prevent double frees
5649         or make failures by another use of it afterwards more obvious
5650         and fix use of it after the freeing. Fixes bug #510592.
5651
5652 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5653
5654         * gst/udp/gstmultiudpsink.c:
5655         use GST_WARNING for logging
5656
5657 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5658
5659         * gst/udp/gstmultiudpsink.c:
5660         Don't try to leave a multicast group with an invalid socket
5661
5662 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5663
5664         * ext/flac/gstflacdec.c:
5665           Fix compilation against flac 1.1.2 (as on debian stable), where
5666           the picture metadata defines and structs don't exist yet.
5667           Fixes #509301.
5668
5669 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5670
5671         Patch by: Olivier Crete <tester at tester dot ca>
5672
5673         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5674         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5675         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5676         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5677         * gst/udp/gstmultiudpsink.h:
5678         Add property to automatically join a multicast group or not. This can be
5679         useful when sharing a socket between multiple elements.
5680         Fixes #509531.
5681
5682 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5683
5684         * gst/videomixer/Makefile.am:
5685           Add controller flags.
5686
5687 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5688
5689         * gst/videomixer/videomixer.c:
5690           Also commit the missing gst_object_sync_values().
5691
5692 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5693
5694         * docs/plugins/Makefile.am:
5695           Remove duplicate entry.
5696
5697 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5698
5699         * docs/plugins/Makefile.am:
5700         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5701         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5702         * docs/plugins/inspect/plugin-gamma.xml:
5703         * docs/plugins/inspect/plugin-monoscope.xml:
5704         * docs/plugins/inspect/plugin-video4linux2.xml:
5705           Add 3 more plugins to docs.
5706
5707 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5708
5709         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5710         * sys/osxvideo/osxvideosink.h:
5711           Revert previous change caused by a file that got stuck on an old
5712           revision.
5713
5714 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5715
5716         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5717         * gst/multipart/Makefile.am:
5718         * gst/multipart/multipartdemux.c:
5719         * gst/multipart/multipartdemux.h:
5720         * gst/multipart/multipartmux.c:
5721         * gst/multipart/multipartmux.h:
5722           Re-add multipartdemux to the docs. Last round of section cleanup.
5723
5724 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5725
5726         * docs/plugins/Makefile.am:
5727         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5728         * sys/osxaudio/gstosxaudiosink.h:
5729         * sys/osxvideo/osxvideosink.h:
5730           Managed to resolve most unused declarations. Filed a bug for one left.          
5731
5732 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5733
5734         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5735           Cleanup section file.
5736
5737 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5738
5739         * docs/plugins/Makefile.am:
5740         * docs/plugins/gst-plugins-good-plugins.args:
5741         * docs/plugins/gst-plugins-good-plugins.signals:
5742         * docs/plugins/inspect/plugin-alaw.xml:
5743         * docs/plugins/inspect/plugin-alpha.xml:
5744         * docs/plugins/inspect/plugin-alphacolor.xml:
5745         * docs/plugins/inspect/plugin-annodex.xml:
5746         * docs/plugins/inspect/plugin-apetag.xml:
5747         * docs/plugins/inspect/plugin-audiofx.xml:
5748         * docs/plugins/inspect/plugin-auparse.xml:
5749         * docs/plugins/inspect/plugin-autodetect.xml:
5750         * docs/plugins/inspect/plugin-avi.xml:
5751         * docs/plugins/inspect/plugin-cairo.xml:
5752         * docs/plugins/inspect/plugin-cdio.xml:
5753         * docs/plugins/inspect/plugin-cutter.xml:
5754         * docs/plugins/inspect/plugin-debug.xml:
5755         * docs/plugins/inspect/plugin-dv.xml:
5756         * docs/plugins/inspect/plugin-efence.xml:
5757         * docs/plugins/inspect/plugin-effectv.xml:
5758         * docs/plugins/inspect/plugin-flac.xml:
5759         * docs/plugins/inspect/plugin-flxdec.xml:
5760         * docs/plugins/inspect/plugin-gconfelements.xml:
5761         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5762         * docs/plugins/inspect/plugin-goom.xml:
5763         * docs/plugins/inspect/plugin-halelements.xml:
5764         * docs/plugins/inspect/plugin-icydemux.xml:
5765         * docs/plugins/inspect/plugin-id3demux.xml:
5766         * docs/plugins/inspect/plugin-jpeg.xml:
5767         * docs/plugins/inspect/plugin-ladspa.xml:
5768         * docs/plugins/inspect/plugin-level.xml:
5769         * docs/plugins/inspect/plugin-matroska.xml:
5770         * docs/plugins/inspect/plugin-mulaw.xml:
5771         * docs/plugins/inspect/plugin-multipart.xml:
5772         * docs/plugins/inspect/plugin-navigationtest.xml:
5773         * docs/plugins/inspect/plugin-png.xml:
5774         * docs/plugins/inspect/plugin-quicktime.xml:
5775         * docs/plugins/inspect/plugin-rtp.xml:
5776         * docs/plugins/inspect/plugin-rtsp.xml:
5777         * docs/plugins/inspect/plugin-shout2send.xml:
5778         * docs/plugins/inspect/plugin-smpte.xml:
5779         * docs/plugins/inspect/plugin-speex.xml:
5780         * docs/plugins/inspect/plugin-taglib.xml:
5781         * docs/plugins/inspect/plugin-udp.xml:
5782         * docs/plugins/inspect/plugin-videobalance.xml:
5783         * docs/plugins/inspect/plugin-videobox.xml:
5784         * docs/plugins/inspect/plugin-videocrop.xml:
5785         * docs/plugins/inspect/plugin-videoflip.xml:
5786         * docs/plugins/inspect/plugin-videomixer.xml:
5787         * docs/plugins/inspect/plugin-wavenc.xml:
5788         * docs/plugins/inspect/plugin-wavpack.xml:
5789         * docs/plugins/inspect/plugin-wavparse.xml:
5790           Update plugin docs.
5791
5792         * gst/videomixer/Makefile.am:
5793         * gst/videomixer/videomixer.c:
5794         * gst/videomixer/videomixer.h:
5795         * gst/videomixer/videomixerpad.h:
5796           Split out header to fix warnings from the doc-build.
5797
5798 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5799
5800         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5801
5802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5803         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5804
5805 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5806
5807         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5809           Initialise variables to work around (false) 'foo might be used
5810           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5811
5812 2008-01-11  David Schleef  <ds@schleef.org>
5813
5814         * docs/plugins/.cvsignore:
5815         * tests/check/pipelines/.cvsignore:
5816           Ignore more files for the buildbot.
5817
5818 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5819
5820         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5821         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5822         Generate the image-type values correctly. Leave them out of the caps
5823         when outputting a "preview image" tag, since it only makes sense
5824         to have one of those - the type is irrelevant.
5825
5826         * sys/sunaudio/gstsunaudiomixerctrl.c:
5827         (gst_sunaudiomixer_ctrl_open):
5828         If we can, mark the mixer multiple open when we use it, in case
5829         (for some reason) the process wants to open it again elsewhere.
5830
5831 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5832
5833         Patch by: Olivier Crete <tester at tester dot ca>
5834
5835         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5836         * gst/rtp/gstrtptheorapay.c:
5837         Fix the clock rate to 90000 as required by the RFC.
5838         Fixes #508644.
5839
5840 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5843           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5844
5845 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5846
5847         * autogen.sh:
5848           Add -Wno-portability to the automake parameters to stop warnings
5849           about GNU make extensions being used. We require GNU make in almost
5850           every Makefile anyway.
5851           
5852         * configure.ac:
5853           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5854           at the same time is required for per target flags.
5855
5856 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5857
5858         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5859         Fix error from my last commit.
5860
5861 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5862
5863         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5864
5865         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5866           Make sure the ISO 639-X language code in ID3v2 COMM frames
5867           is actually valid UTF-8 (or rather: ASCII), so we don't end
5868           up with non-UTF8 strings in tags if there's garbage in the
5869           language field. Also make sure the language code is always
5870           lower case. Fixes: #508291.
5871
5872 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5873
5874         * ChangeLog:
5875           Fix ChangeLog typo.
5876
5877 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5878
5879         * Makefile.am:
5880           Include lcov.mak to allow building coverage reports. Guard
5881           check-torture target like in the other packages.
5882
5883 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5884
5885         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5886
5887         * gst/videomixer/videomixer.c:
5888         (gst_videomixer_set_master_geometry), (_do_init),
5889         (gst_videomixer_child_proxy_get_child_by_index),
5890         (gst_videomixer_child_proxy_get_children_count),
5891         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5892         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5893         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5894         Implement GstChildProxy interface.
5895         Send newsegment at the right moment
5896         Fixes #488879
5897
5898 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5899
5900         * gst/alpha/Makefile.am:
5901         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5902         (gst_alpha_sink_event), (gst_alpha_chain),
5903         (gst_alpha_change_state), (plugin_init):
5904         Make the various properties of 'alpha' controllable. This allows doing
5905         niceties like fade-in/fade-out.
5906
5907 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5908
5909         * gst/rtp/gstasteriskh263.c:
5910         * gst/rtp/gstrtpL16depay.c:
5911         * gst/rtp/gstrtpac3depay.c:
5912         * gst/rtp/gstrtpamrpay.c:
5913         * gst/rtp/gstrtpdepay.c:
5914         * gst/rtp/gstrtpgsmdepay.c:
5915         * gst/rtp/gstrtph263depay.c:
5916         * gst/rtp/gstrtph263pdepay.c:
5917         * gst/rtp/gstrtph263ppay.c:
5918         * gst/rtp/gstrtph264depay.c:
5919         * gst/rtp/gstrtph264pay.c:
5920         * gst/rtp/gstrtpmp2tdepay.c:
5921         * gst/rtp/gstrtpmp4adepay.c:
5922         * gst/rtp/gstrtpmp4gdepay.c:
5923         * gst/rtp/gstrtpmp4gpay.c:
5924         * gst/rtp/gstrtpmp4vdepay.c:
5925         * gst/rtp/gstrtpmpadepay.c:
5926         * gst/rtp/gstrtpmpvdepay.c:
5927         * gst/rtp/gstrtpsv3vdepay.c:
5928         * gst/rtp/gstrtptheoradepay.c:
5929         * gst/rtp/gstrtptheorapay.c:
5930         * gst/rtp/gstrtpvorbisdepay.c:
5931         * gst/rtp/gstrtpvorbispay.c:
5932           Remove copy/paste unused code (property setters and getter) found by
5933           the coverage suite (yay, saves ~20k on disk).
5934
5935 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5936
5937         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5938           (videosink_templ):
5939           Also fix up pad templates to indicate that image/jpeg doesn't
5940           absolutely require the framerate property to be set (#504081).
5941
5942 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5943
5944         Based on patch by: Wouter Cloetens  <wouter at mind be>
5945
5946         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5947           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5948           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5949         * gst/matroska/matroska-mux.h:
5950           Keep track of first and last timestamps for each incoming stream,
5951           so we can calculate the total duration for live sources and other
5952           input where we can't query the duration from the start or where
5953           there's no constant framerate from which we can deduce the
5954           duration; also use calculated/observed duration if it is bigger
5955           than the previously queried duration. Furthermore, use
5956           gst_pad_query_peer_duration() and take into account that it may
5957           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5958           screws up comparisons when using unsigned integers. Fixes #504081.
5959
5960 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
5961
5962         * configure.ac:
5963         * gst/audiofx/audioamplify.c:
5964         (gst_audio_amplify_clipping_method_get_type),
5965         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
5966         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
5967         (gst_audio_dynamic_transform_ip):
5968         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
5969         (gst_audio_invert_transform_ip):
5970         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5971         (gst_audio_panorama_transform):
5972         * gst/level/gstlevel.c: (gst_level_init):
5973         Make elements GST_BUFFER_FLAG_GAP aware and call
5974         gst_base_transform_set_gap_aware for this.
5975         Bump core requirement to CVS.
5976         
5977         * gst/audiofx/audiochebyshevfreqband.c:
5978         (gst_audio_chebyshev_freq_band_transform_ip):
5979         * gst/audiofx/audiochebyshevfreqlimit.c:
5980         (gst_audio_chebyshev_freq_limit_transform_ip):
5981         Also sync GObject properties to the controller if operating
5982         in passthrough mode.
5983
5984 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5985
5986         * sys/directdraw/gstdirectdrawsink.c:
5987           (gst_directdraw_sink_window_thread):
5988           FALSE is not a gpointer.
5989
5990 2008-01-05  Julien Moutte  <julien@fluendo.com>
5991
5992         * sys/directdraw/gstdirectdrawsink.c:
5993         (gst_directdraw_sink_set_window_id),
5994         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
5995         (gst_directdraw_sink_buffer_alloc),
5996         (gst_directdraw_sink_draw_borders),
5997         (gst_directdraw_sink_show_frame),
5998         (gst_directdraw_sink_setup_ddraw),
5999         (gst_directdraw_sink_window_thread),
6000         (gst_directdraw_sink_get_ddrawcaps),
6001         (gst_directdraw_sink_surface_create): Make sure we create our
6002         internal window only when we need it. That will give a chance to
6003         the application to get the prepare-xwindow-id bus message. Draw
6004         black borders when keeping aspect ratio. Handle the case where our
6005         rendering window disappears (closed or errors) like other sinks
6006         do. Various 80 columns fixes, improve state change order. That
6007         element could need some more love.
6008
6009 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6010
6011         * ext/taglib/gstapev2mux.h:
6012         * ext/taglib/gstid3v2mux.h:
6013         Remove useless typedefs without new type name. Fixes a warning with
6014         gcc 4.3.
6015
6016 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6017
6018         Patch by: John Millikin <jmillikin at gmail dot com>
6019
6020         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6021         (gst_flac_dec_setup_stream_decoder),
6022         (gst_flac_normalize_picture_mime_type),
6023         (gst_flac_extract_picture_buffer),
6024         (gst_flac_dec_metadata_callback):
6025         Emit metadata messages when a PICTURE block is encountered.
6026         Fixes #506715.
6027
6028 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6029
6030         * gst/avi/gstavi.c:
6031         increase rank because no known issues anymore ...
6032         * gst/avi/gstavisubtitle.c:
6033         send subtitle name to the srcpad
6034
6035 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6036
6037         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6038         * gst/rtsp/gstrtspsrc.h:
6039         Implement redirect for the DESCRIBE reply. Fixes #506025.
6040
6041 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6042
6043         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6044         Fix 'xyz may be used uninitialized' compiler warnings caused
6045         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6046         abort() in any case but properly report the error.
6047
6048 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6049
6050         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6051         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6052         * sys/ximage/gstximagesrc.c: (composite_pixel):
6053           Fix 'xyz may be used uninitialized' compiler warnings caused
6054           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6055           not really nice to abort in any case). Fixes #505745.
6056
6057 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6058
6059         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6060           Small unit test fix (has no practical impact at the moment,
6061           since we're only feeding utf8 and hence just create a sub-
6062           buffer for the output).
6063
6064 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6065
6066         * gst/avi/gstavisubtitle.c:
6067         * tests/check/elements/avisubtitle.c:
6068         Add seeking support for avi subtitle
6069
6070 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6071
6072         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6073         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6074         (gst_flac_dec_write):
6075         * ext/flac/gstflacdec.h:
6076         Remove some unused vars.
6077         Do more cleanup of leftover events and tags.
6078         Output tags after the segment event. Fixes #504018.
6079
6080 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6081
6082         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6083           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6084           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6085           Detect other UTF byte order markers and convert to UTF-8 as
6086           appropriate.
6087
6088 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6089
6090         * gst/avi/gstavisubtitle.c: (src_template),
6091           (gst_avi_subtitle_extract_utf8_file),
6092           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6093           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6094           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6095         * gst/avi/gstavisubtitle.h:
6096           Refactor a bit; fix name extraction; don't assume all the data
6097           in the chunk is actually subtitle data, there may be padding at
6098           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6099           file so it's there to send again after a seek (for future use).
6100
6101 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6102
6103         * gst/avi/Makefile.am:
6104         * gst/avi/gstavi.c:
6105         * gst/avi/gstavisubtitle.c:
6106         * gst/avi/gstavisubtitle.h:
6107         * tests/check/Makefile.am:
6108         * tests/check/elements/avisubtitle.c:
6109         * win32/common/config.h:
6110                 Add avi subtitle element for bug #442034. Need seeking support
6111                 and more support for character conversion.
6112
6113 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6114
6115         * Makefile.am:
6116           Include common/win32.mak for CRLF check of win32 project
6117           files (see #393626).
6118
6119         * win32/vs6/libgstpng.dsp:
6120           Fix line endings and do cvs admin -kb.
6121
6122 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6123
6124         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6125         Actually drop the buffers which are outside the currently configured
6126         segment instead of just emitting a WARNING.
6127
6128 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6129
6130         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6131         (gst_flac_dec_write):
6132         * ext/flac/gstflacdec.h:
6133         Send segments from the streaming thread. Fixes #502187.
6134         Fix segment seeking and a bunch of other seeking cases.
6135
6136 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6139           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6140           which is where it would end up if the same information was
6141           put in a vorbis comment (don't think it's worth adding a
6142           new URI tag for this). Fixes #488112.
6143
6144 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6145
6146         * configure.ac:
6147           We need core/base 0.10.15 or later.
6148
6149 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6150
6151         Patch by: Mark Nauwelaerts <manauw skynet be>
6152
6153         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6154         Fix regression in stream numbering. Fixes #502655.
6155
6156 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6157
6158         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6159
6160         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6161         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6162         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6163         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6164         (gst_rtp_h264_pay_handle_buffer):
6165         * gst/rtp/gstrtph264pay.h:
6166         Use higher performance start-code searching.
6167         Parse NALs and store SPS, PPS and profile in the caps so that they can
6168         be used in the SDP. Fixes #502814.
6169
6170 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6171
6172         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6173         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6174           Init some structs to zero before we pass them to ioctl, which
6175           avoids valgrind warnings.  Also fix a small memory leak.
6176
6177 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6178
6179         Patch by: Wouter Cloetens <wouter at mind dot be>
6180
6181         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6182         Copy timestamp from input to output. Not very perfect yet but better
6183         than nothing. Fixes #503023.
6184
6185 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6186
6187         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6188           Also print a useful error message with the old Wavpack API
6189           if possible.
6190
6191 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6192
6193         * ext/wavpack/gstwavpackdec.c:
6194           More build fixes for old libwavpack versions: include config.h so
6195           that WAVPACK_OLD_API is actually defined as detected; only use
6196           WavpackGetErrorMessage if it is available. This fixes the build
6197           on debian stable for me.
6198
6199 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6200
6201         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6202         * ext/wavpack/gstwavpackparse.c:
6203           (gst_wavpack_parse_create_src_pad):
6204           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6205           versions below 4.40.0.
6206
6207 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6208
6209         * configure.ac:
6210           And now do it right for real...
6211
6212 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6213
6214         * configure.ac:
6215           Correctly reset $LIBS to not contain -lm.
6216
6217 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6218
6219         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6220
6221         * configure.ac:
6222         * ext/cairo/gsttimeoverlay.c:
6223           (gst_cairo_time_overlay_print_smpte_time):
6224           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6225           and checking for rint() and implementing it ourself if it doesn't
6226           exist. Fixes #497293.
6227
6228 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6229
6230         * configure.ac:
6231           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6232
6233 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6234
6235         * sys/oss/gstosshelper.c:
6236         Verify that the format returned after the ioctl is the one
6237         we requested. It is valid for the ioctl to succeed while
6238         substituting an alternate 'supported' sample format.
6239
6240 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6241
6242         * sys/oss/gstossaudio.c: (plugin_init):
6243         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6244         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6245           Post decent (and translated) error message when we can't
6246           open the audio device for some reason.
6247
6248 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6249
6250         * sys/oss/gstosssink.c:
6251         * sys/oss/gstosssrc.c:
6252         Allow the AUDIODEV environment variable to redirect us
6253         to a different default OSS device, like sunaudiosink does
6254         on Solaris (makes audio play automatically on SunRays).
6255
6256 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6257
6258         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6259         * gst/audiofx/audiochebyshevfreqband.c:
6260         (gst_audio_chebyshev_freq_band_transform_ip):
6261         * gst/audiofx/audiochebyshevfreqlimit.c:
6262         (gst_audio_chebyshev_freq_limit_transform_ip):
6263         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6264         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6265         The transform_ip() methods should do nothing if in passthrough mode.
6266         It might get non-writable buffers in that case but the buffer might
6267         as well be writable.
6268
6269         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6270         The transform() methods won't be called in passthrough mode and
6271         otherwise the buffer is always writable so don't check here.
6272
6273 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6274
6275         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6276           Fix seeking in .wav files again (#501775).  Some people seem to think
6277           they don't need to test their changes when they're just 'reflowing'
6278           some code.
6279
6280 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6281
6282         * gst/autodetect/gstautovideosink.c:
6283         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6284         (gst_auto_video_sink_init),
6285         (gst_auto_video_sink_create_element_with_pretty_name),
6286         (gst_auto_video_sink_find_best),
6287         (gst_auto_video_sink_set_property),
6288         (gst_auto_video_sink_get_property):
6289         * gst/autodetect/gstautovideosink.h:
6290         Fix docs.
6291         Use same error reporting code as autoaudiosink.
6292         Add property to filter sinks based on caps. Only select raw video sinks
6293         by default for backwards compat.
6294         API: GstAutoVideoSink::filter-caps
6295
6296 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6297
6298         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6299
6300         * gst/autodetect/gstautoaudiosink.c:
6301         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6302         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6303         (gst_auto_audio_sink_set_property),
6304         (gst_auto_audio_sink_get_property):
6305         * gst/autodetect/gstautoaudiosink.h:
6306         Add property to filter sinks based on caps. Only select raw audio sinks
6307         by default for backwards compat.  Fixes #417420.
6308         API: GstAutoAudioSink::filter-caps
6309
6310 2007-11-29  Michael Smith <msmith@fluendo.com>
6311
6312         Patch by: Arek Korbik <arkadini@gmail.com>
6313
6314         * gst/videobox/gstvideobox.c: (plugin_init):
6315           Initialise liboil in plugin_init()
6316
6317 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6318
6319         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6320         Post error before sending EOS. Fixes #499178.
6321
6322 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6323
6324         * win32/vs6/gst_plugins_good.dsw:
6325         * win32/vs6/libgstpng.dsp:
6326         Add a project file for libgstpng
6327
6328 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6329
6330         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6331         (gst_rtp_h263_depay_process):
6332         Code beautification.
6333         Added debug statements.
6334         Don't bit-shift everything, just do operations on last/first byte
6335         instead.
6336
6337 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6338
6339         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6340
6341         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6342         Fix wrong comparison in overrun check. Fixes #499239 some more.
6343
6344 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6345
6346         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6347         (gst_rtp_h263_depay_process):
6348         * gst/rtp/gstrtph263depay.h:
6349         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6350         stream.
6351
6352 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6353
6354         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6355
6356         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6357         (gst_rtp_mp4a_depay_process):
6358         * gst/rtp/gstrtpmp4adepay.h:
6359         Fix depayloading when multiple frames are inside one RTP packet.
6360         Fixes #499239.
6361
6362 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6363
6364         * gst/level/gstlevel.c:
6365           Add GAP-flag support.
6366
6367 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6368
6369         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6370         Read the I flag for Mode A h263 rtp stream and set the
6371         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6372         Fixes #499383
6373
6374 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6375
6376         * gst/level/gstlevel.c:
6377           Remove some dead code and do cleanups.
6378
6379 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6380
6381         * tests/check/pipelines/simple-launch-lines.c:
6382           Improve the tests by allowing to set a target state.
6383
6384 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6385
6386         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6387         Don't check the caps of the output buffer if they're equal some
6388         other caps. The caps can change in a backward compatible way
6389         and did at this point.
6390
6391 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6392
6393         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6394         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6395         (gst_qtdemux_seek_to_previous_keyframe),
6396         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6397         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6398         reverse playback support.
6399
6400 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6401
6402         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6403         Also set the channel layout on the Wavpack caps if we're having
6404         a mono layout. Of course only do it for "audio/x-wavpack".
6405
6406 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6407
6408         * ext/wavpack/gstwavpackcommon.c:
6409         (gst_wavpack_get_default_channel_mask),
6410         (gst_wavpack_set_channel_layout),
6411         (gst_wavpack_get_default_channel_positions),
6412         (gst_wavpack_get_channel_mask_from_positions),
6413         (gst_wavpack_set_channel_mapping):
6414         * ext/wavpack/gstwavpackcommon.h:
6415         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6416         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6417         * ext/wavpack/gstwavpackdec.h:
6418         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6419         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6420         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6421         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6422         (gst_wavpack_enc_rewrite_first_block),
6423         (gst_wavpack_enc_sink_event):
6424         * ext/wavpack/gstwavpackenc.h:
6425         * ext/wavpack/gstwavpackparse.c:
6426         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6427         (gst_wavpack_parse_scan_to_find_sample),
6428         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6429         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6430         * ext/wavpack/gstwavpackparse.h:
6431         Add support for encoding, parsing and decoding multichannel
6432         files with up to 8 channels. This also improves the robustness
6433         of parsing quite a bit.
6434
6435         * ext/wavpack/gstwavpackstreamreader.c:
6436         (gst_wavpack_stream_reader_read_bytes),
6437         (gst_wavpack_stream_reader_get_pos),
6438         (gst_wavpack_stream_reader_set_pos_abs),
6439         (gst_wavpack_stream_reader_set_pos_rel),
6440         (gst_wavpack_stream_reader_push_back_byte),
6441         (gst_wavpack_stream_reader_get_length),
6442         (gst_wavpack_stream_reader_can_seek),
6443         (gst_wavpack_stream_reader_write_bytes):
6444         Improve debugging.
6445
6446 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6447
6448         * ext/libpng/gstpngdec.c:
6449         * ext/libpng/gstpngdec.h:
6450           Don't release the png-memory from within the callback.
6451
6452 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6453
6454         Patch by: René Stadler <mail at renestadler dot de>
6455
6456         * ext/libpng/gstpngenc.c:
6457           Don't leak buffer data memory. Fixes #498395.
6458
6459 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6460
6461         Patch by: René Stadler <mail at renestadler dot de>
6462
6463         * tests/check/pipelines/simple-launch-lines.c:
6464           Tests for #498395.
6465
6466 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6467
6468         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6469         (gst_tag_lib_mux_adjust_event_offsets):
6470         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6471         * sys/osxaudio/Makefile.am:
6472         * sys/osxvideo/cocoawindow.h:
6473         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6474
6475 2007-11-15  David Schleef  <ds@schleef.org>
6476
6477         * ext/cairo/gsttextoverlay.c:
6478           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6479
6480 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6481
6482         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6483
6484         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6485         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6486         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6487         * gst/rtp/gstrtpmp2tpay.h:
6488         Fill the MTU with as many packets as possible. Fixes #491323.
6489
6490 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6491
6492         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6493
6494         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6495         Fix some more leaks. Fixes #497007.
6496
6497 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6498
6499         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6500
6501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6502         (gst_rtspsrc_stream_configure_tcp):
6503         Fix 3 pad leaks. Fixes #496983.
6504
6505 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6506
6507         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6508
6509         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6510         Fix small leak. Fixes #497017.
6511
6512 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6513
6514         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6515         (gst_qtdemux_prepare_current_sample),
6516         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6517         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6518         * gst/qtdemux/qtdemux_fourcc.h:
6519         * gst/qtdemux/qtdemux_types.c:
6520         Add suppport for theora in quicktime according to XiphQT.
6521
6522 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6523
6524         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6525         (gst_v4l2src_init), (gst_v4l2src_set_property),
6526         (gst_v4l2src_get_property):
6527         * sys/v4l2/gstv4l2src.h:
6528         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6529           Always copy buffers by default (handle safer with bugged drivers)
6530           and added a property to make it possible to use mmap effectively (no
6531           copy if possible) when application wants to. Fixes: #480557.
6532
6533 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6534
6535         * gst/id3demux/id3tags.c:
6536         * gst/id3demux/id3tags.h:
6537         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6538           We don't want the same string multiple times in a tag list for the
6539           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6540           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6541
6542 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6543
6544         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6545           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6546           into ID3v2 TXXX frames (fixes #347848).
6547
6548 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6549
6550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6551           Don't leak sdp message contents (fixes #496773).
6552
6553         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6554           Don't leak URI string.
6555
6556 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6557
6558         Patch by: Julien Puydt <julien dot puydt at laposte net>
6559
6560         * ext/raw1394/Makefile.am:
6561         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6562           (gst_1394_property_probe_get_properties),
6563           (gst_1394_property_probe_probe_property),
6564           (gst_1394_property_probe_needs_probe),
6565           (gst_1394_property_probe_get_values),
6566           (gst_1394_property_probe_interface_init),
6567           (gst_1394_type_add_property_probe_interface):
6568         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6569         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6570           (gst_dv1394src_init), (gst_dv1394src_dispose),
6571           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6572           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6573           (gst_dv1394src_update_device_name):
6574         * ext/raw1394/gstdv1394src.h:
6575           Implement GstPropertyProbe interface and add "device-name" property,
6576           so applications can use this to probe for available devices in the
6577           same way they can already with v4lsrc and v4l2src (however horrible
6578           this property probe interface may be). Fixes #358841.
6579
6580 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6581
6582         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6583
6584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6585           (gst_rtspsrc_parse_range):
6586           Don't leak event, don't leak range (fixes #496752).
6587
6588 2007-11-14  Michael Smith <msmith@fluendo.com>
6589
6590         Patch by: Arek Korbik <arkadini@gmail.com>
6591
6592         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6593           Detect RGBA/BGRA correctly on little endian systems.
6594
6595 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6598           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6599           corresponding ioctl() call fails even though the driver claims to
6600           support this format, just fall back to the pre-2.6.19 kernel
6601           routine that creates caps with suitable height and width ranges
6602           (see #448278).
6603
6604 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6605
6606         Patch by: Mark Nauwelaerts <manauw skynet be>
6607
6608         * gst/matroska/matroska-demux.c:
6609           (gst_matroska_demux_push_dvd_clut_change_event),
6610           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6611           (gst_matroska_demux_subtitle_caps):
6612         * gst/matroska/matroska-ids.h:
6613           Extract palette data for dvd subpicture streams and send it
6614           downstream as custom gstreamer dvd event (fixes #453417).
6615
6616 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6617
6618         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6619           Implement minimal parsing of the passed pango font description
6620           string, so passing a font size works the same as with the
6621           pango textoverlay plugin; fixes #455086.
6622           (Maybe we could just use pangocairo here at some point).
6623
6624 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6625
6626         * gst/avi/gstavidemux.c:
6627         * gst/wavparse/gstwavparse.c:
6628           Return the result in _activate_pull(). Don't ref element there.
6629
6630 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6631
6632         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6633         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6634         (gst_wavparse_srcpad_event):
6635           Ref the element when we should, but not when we its not needed. Reflow
6636           the event_handling to not leak the event.       
6637
6638 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6639
6640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6641         (qtdemux_parse_samples):
6642         Properly free QTDemuxSamples array.
6643         Protect table write with a sensible check, some files apparently DO contain
6644         stts values starting with 0 :(
6645
6646 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6647
6648         * gst/avi/gstavidemux.c:
6649         * gst/qtdemux/qtdemux.c:
6650           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6651           previous commit messed up.
6652
6653 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6654
6655         * gst/avi/gstavidemux.c:
6656         * gst/qtdemux/qtdemux.c:
6657           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6658           element when we should, but not when we its not needed.
6659
6660 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6661
6662         * gst/wavparse/gstwavparse.c:
6663           Return FALSE if we can't handle a query instead of changing the
6664           format. Ignore fact when dealing with mpeg audio.
6665
6666 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6667
6668         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6669
6670         * configure.ac:
6671         * gst/udp/gstdynudpsink.c:
6672         * gst/udp/gstdynudpsink.h:
6673         * gst/udp/gstmultiudpsink.c:
6674         * gst/udp/gstmultiudpsink.h:
6675         * gst/udp/gstudpsink.c:
6676         * gst/udp/gstudpsink.h:
6677           Fix includes for MSVC and GLib-2.14.0 (#492388).
6678
6679         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6680           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6681
6682 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6683
6684         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6685         (gst_mulawdec_chain):
6686         * gst/law/mulaw-decode.h:
6687         Calculate outgoing buffer duration if incoming buffer didn't have a
6688         valid duration.
6689
6690 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6691
6692         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6693         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6694         Smarter combine_flow code that also deals with downstream elements
6695         returning UNEXPECTED when they receive data out of the segment
6696         boundaries. Fixes #491305.
6697
6698 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6699
6700         * sys/v4l2/v4l2src_calls.c:
6701           Fix 'unused variable' compiler warning when compiling against
6702           older kernel headers.
6703
6704 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * ext/taglib/gstid3v2mux.cc (add_funcs):
6707           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6708
6709 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6710
6711         * tests/check/pipelines/simple-launch-lines.c:
6712            Improve the tests a little more.
6713
6714 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6715
6716         patch by: Yun Zheng Hu
6717
6718         * sys/osxaudio/gstosxaudiosrc.c:
6719         Use default input device instead of default output device and
6720         only memcpy actual available bytes.
6721
6722 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6723
6724         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6725           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6726           early. It is temporary until we find something better.
6727
6728 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6729
6730         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6731
6732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6733         Fix race when pausing a RTSP stream in interleaved.
6734         Fixes #475784.
6735
6736 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6737
6738         Patch by: Peter Kjellerstedt <pkj at axis com>
6739
6740         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6741         Use correct unref function for buffers. #488844.
6742
6743 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6744
6745         * gst/avi/gstavimux.c:
6746         * tests/check/elements/avimux.c:
6747           Add some debug and sync tests with the fix.     
6748
6749 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6750
6751         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6752
6753         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6754         When the socket is used by the app for other purposes, don't generate an
6755         error if there is activaty on the socket that is not data related.
6756         Fixes #487488.
6757
6758 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6759
6760         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6761         (gst_v4l2src_grab_frame):
6762         Add some more debug info. Generate an error when we run out of buffers
6763         for some reason. See #480557.
6764
6765 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6766
6767         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6768
6769         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6770         Set marker bit correctly.
6771
6772 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6773
6774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6775         Use allowed name for the GstStructure.
6776
6777 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6778
6779         * ext/gconf/gstswitchsink.c:
6780         * gst/autodetect/gstautoaudiosink.c:
6781           Use new gst_bus_pop_filtered().
6782
6783 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         * sys/v4l2/gstv4l2src.c:
6786         * sys/v4l2/v4l2src_calls.c:
6787           When probing the formats and sizes a camera supports, make
6788           sure the best ones (highest resolution, prefered format)
6789           end up at the beginning of the probed caps and the less
6790           desirable ones at the end.  This is important because the
6791           order within the caps matters for things like fixation and
6792           negotiation, ie. what format is chosen in the end.
6793           With recent kernels, the current probing code will end up
6794           querying the supported sizes from lowest resolution to
6795           highest resolution, adding them to the probed caps in that
6796           order, resulting to v4l2src fixating to the lowest possible
6797           resolution if downstream does not express a size preference.
6798           Also make up a somewhat random ranking of prefered output
6799           formats for the same reason. Fixes #485828.
6800         
6801 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6802
6803         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6804
6805         * gst/id3demux/id3v2frames.c:
6806           Extract license/copyright URIs from ID3v2 WCOP frames
6807           (Fixes #447000).
6808
6809         * tests/check/elements/id3demux.c:
6810         * tests/files/Makefile.am:
6811         * tests/files/id3-447000-wcop.tag:
6812           Add simple unit test.
6813
6814 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6815
6816         * ext/taglib/gstid3v2mux.cc:
6817           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6818           Prerequisite for #447000.
6819
6820 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6821
6822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6823         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6824         a GstClockTime.
6825
6826 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6827
6828         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6829         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6830         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6831         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6832         (gst_rtspsrc_change_state):
6833         More seeking fixes, mostly passing around the new playback segment in
6834         order to configure it properly.
6835         Also reset base_time of udp sources when setting them back to PLAYING as
6836         a temporary hack until core supports seek in live sources properly.
6837
6838 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6839
6840         * gst/rtp/gstrtpmp4adepay.c:
6841         Fix caps as to not confuse autopluggers.
6842
6843 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6844
6845         * gst/id3demux/gstid3demux.c:
6846         * gst/id3demux/gstid3demux.h:
6847         * gst/id3demux/id3tags.c:
6848         * gst/id3demux/id3tags.h:
6849         * gst/id3demux/id3v2frames.c:
6850           Port ID3 tag demuxer over to the new GstTagDemux in -base
6851           (now would be a good time to test re-importing your music
6852           collection).
6853
6854 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6855
6856         * gst/apetag/Makefile.am:
6857         * gst/apetag/gstapedemux.c:
6858         * gst/apetag/gstapedemux.h:
6859         * gst/apetag/gsttagdemux.c:
6860         * gst/apetag/gsttagdemux.h:
6861           Port APE tag demuxer over to the new GstTagDemux in -base.
6862
6863 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6864
6865         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6866         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6867         (gst_rtspsrc_handle_internal_src_query),
6868         (gst_rtspsrc_handle_src_query), (new_session_pad),
6869         (gst_rtspsrc_stream_configure_tcp),
6870         (gst_rtspsrc_stream_configure_transport),
6871         (gst_rtspsrc_loop_send_cmd):
6872         Improve flushing behaviour.
6873         Set state of the udp sources to PAUSE/PLAYING correctly.
6874         Handle events and queries for UDP and TCP transport now.
6875
6876 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6877
6878         * gst/rtp/gstrtpgsmdepay.c:
6879         * gst/rtp/gstrtpgsmpay.c:
6880           Add log category.
6881
6882 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6883
6884         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6885
6886         * tests/check/Makefile.am:
6887         * tests/check/pipelines/simple-launch-lines.c:
6888           Add unit tests for payloaders/depayloaders.
6889
6890 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6891
6892         * gst/avi/gstavimux.c:
6893         * gst/avi/gstavimux.h:
6894           Also save codec data for audio streams. Fixes #482495.
6895
6896 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6897
6898         * gst/avi/gstavimux.c:
6899           Fix "Index entry has invalid stream nr 1".
6900           Add support for muxing aac - work in progress (see #482495).
6901
6902 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6903
6904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6905         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6906         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6907         * gst/rtsp/gstrtspsrc.h:
6908         Parse bandwidth modifiers, they are not yet configured in the session
6909         manager because we don't have an API for that yet.
6910
6911 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6912
6913         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6914         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6915         Use shiny new function in -base to get the default clock-rate.
6916         Update some docs.
6917
6918 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6919
6920         * win32/MANIFEST:
6921         Add files to win32 manifest.
6922         * win32/vs6/libgstaudiofx.dsp:
6923         * win32/vs6/libgstqtdemux.dsp:
6924         * win32/vs6/libgstrtp.dsp:
6925         * win32/vs6/libgstrtsp.dsp:
6926         Update project files.
6927
6928 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6929
6930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6931         (gst_rtspsrc_play):
6932         * gst/rtsp/gstrtspsrc.h:
6933         In TCP mode, only timestamp the first buffer. TCP is not real time and
6934         it does not make sense to try to skew compensate, also some servers send
6935         the first batch of data in a burst.
6936
6937 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6938
6939         * gst/matroska/matroska-demux.c:
6940           Fix setting the discont flag on the first buffer
6941           pushed downstream for formats with private codec
6942           data that needs to be deserialised into buffers
6943           (such as vorbis and FLAC when in a matroska container).
6944
6945 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
6946
6947         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6948
6949         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6950         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6951         (gst_rtp_mp4v_pay_handle_buffer):
6952         * gst/rtp/gstrtpmp4vpay.h:
6953         Free the config string. Fixes #480707.
6954         Clean up the timestamp code a little.
6955
6956 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6957
6958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6959         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6960         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6961         * gst/rtsp/gstrtspsrc.h:
6962         Set timestamps on RTP buffers in interleaved mode.
6963         Mark first buffers with a DISCONT.
6964         Remove flush hack now that sync for live sources has been figured out.
6965
6966 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6967
6968         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6969         Update documentation.
6970
6971 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6972
6973         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
6974         (gst_rtp_xqt_depay_change_state):
6975         * gst/qtdemux/gstrtpxqtdepay.h:
6976         Fail if we don't know the quicktime format.
6977
6978 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
6979
6980         * ext/flac/gstflacenc.c:
6981         * ext/flac/gstflacenc.h:
6982           Save the flow return from the last gst_pad_push() and
6983           make sure we pass the right flow return value upstream
6984           in the case of failure; minor clean-ups.
6985
6986 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         * ext/taglib/gstapev2mux.cc:
6989         * ext/taglib/gstid3v2mux.cc:
6990         * gst/apetag/gstapedemux.c:
6991           Add support for the new GST_TAG_COMPOSER (#459809).
6992
6993 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6994
6995         * gst/law/alaw-decode.c:
6996         * gst/law/alaw-decode.h:
6997         * gst/law/alaw-encode.c:
6998         * gst/law/alaw-encode.h:
6999         * gst/law/alaw.c:
7000         * gst/law/mulaw-conversion.h:
7001           Compulsive clean-ups: use boilerplate macros, add debug
7002           categories, fix up things to conform to symbol nomenklatura,
7003           etc.
7004
7005 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7006
7007         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7008
7009         * gst/law/alaw-decode.c:
7010         * gst/law/alaw-encode.c:
7011           Use static tables for A-Law decoding and encoding; this makes
7012           A-Law decoding and encoding less CPU-intensive, but increases
7013           the binary size a bit. Leaving old code around for now,
7014           selectable by a define in the code. Fixes #435435.
7015
7016 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7017
7018         * configure.ac:
7019         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7020         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7021         in configure.ac.
7022
7023 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7024
7025         Patch by: Jan Gerber <j at bootlab dot org>
7026
7027         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7028         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7029
7030 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7031
7032         * sys/oss/gstosshelper.c:
7033           Use GST_WARNING instead of a g_critical. This situation is not caused
7034           by the application.
7035
7036 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7037
7038         * po/LINGUAS:
7039         * po/nl.po:
7040           Updated translations.
7041
7042 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7043
7044         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7045
7046         * po/eu.po:
7047           Added Basque translation.
7048
7049 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7050
7051         translated by: Abel Cheung <abelcheung@gmail.com>
7052
7053         * po/zh_HK.po:
7054         * po/zh_TW.po:
7055           Added Chinese (traditional and Hong Kong) translation.
7056
7057 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7058
7059         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7060
7061         * po/pl.po:
7062           Added Polish translation.
7063
7064 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7065
7066         translated by: Ilkka Tuohela <hile@iki.fi>
7067
7068         * po/fi.po:
7069           Added Finnish translation.
7070
7071 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7072
7073         translated by: Jorge González González <aloriel@gmail.com>
7074
7075         * po/es.po:
7076           Added Spanish translation.
7077
7078 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7079
7080         translated by: Mogens Jaeger <mogens@jaeger.tf>
7081
7082         * po/da.po:
7083           Added Danish translation.
7084
7085 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7086
7087         translated by: Funda Wang <fundawang@linux.net.cn>
7088
7089         * po/zh_CN.po:
7090           Added Chinese (simplified) translation.
7091
7092 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7093
7094         translated by: Alexander Shopov <ash@contact.bg>
7095
7096         * po/bg.po:
7097           Added Bulgarian translation.
7098
7099 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7100
7101         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7102         Set outgoing packet duration because we can. Fixes #478244 some more.
7103
7104 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7105
7106         * ext/cairo/gsttextoverlay.c:
7107           Add info about static leak.
7108         
7109         * tests/check/Makefile.am:
7110         * tests/check/generic/states.c:
7111           Improved state change unit test.
7112
7113 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7114
7115         * docs/plugins/.cvsignore:
7116         * tests/check/.cvsignore:
7117           Ignore registries in any format.
7118
7119 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7120
7121         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7122         Removed some unused code.
7123
7124         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7125         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7126         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7127         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7128         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7129         (gst_rtp_theora_pay_flush_packet):
7130         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7131         Try to preserve the incomming buffer duration on the outgoing
7132         packets. Fixes #478244.
7133
7134 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7135
7136         * ext/taglib/gstapev2mux.cc:
7137         * ext/taglib/gstid3v2mux.cc:
7138           Work around compiler warnings with g++-4.2 when assigning a
7139           string constant to a gchar * (partially fixes #478092).
7140
7141 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7142
7143         * configure.ac:
7144           We require core CVS now for gst_base_src_set_do_timestamp().
7145
7146 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7147
7148         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7150         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7151         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7152         (gst_rtspsrc_handle_message):
7153         Fix compiler warnings shown with Forte.
7154
7155 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7156
7157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7158         (gst_rtspsrc_dup_printf):
7159         Give meaningfull error when all streams failed to configure for some
7160         reason.
7161
7162 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7163
7164         * gst/rtp/README:
7165         Update README with the design for synchronisation rules of RTP on
7166         sender and receiver.
7167
7168 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7169
7170         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7171         (gst_wavparse_chain):
7172         Don't push EOS from the chain function, the element
7173         driving the pipeline is responsible for this. The bug
7174         this was meant to fix seems to be queue not forwarding
7175         EOS in all cases (see #476514).
7176
7177 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7178
7179         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7180         (gst_level_transform_ip):
7181         * gst/level/gstlevel.h:
7182         Use basetransform segment so that it is correctly managed on flushes and
7183         start/stop.
7184         Report message timestamp as stream time, which is what an application
7185         can understand.
7186
7187 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7188
7189         * ext/taglib/gstapev2mux.cc:
7190         * ext/taglib/gstapev2mux.h:
7191         * ext/taglib/gsttaglibmux.c:
7192         * tests/check/elements/apev2mux.c:
7193         Update my mail address.
7194
7195 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7196
7197         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7198         (gst_wavparse_loop), (gst_wavparse_chain):
7199         Add EOS logic for the push-based mode too. Fixes #476514.
7200
7201 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7202
7203         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7204         * gst/law/alaw-encode.h:
7205         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7206         (gst_mulawenc_chain):
7207         * gst/law/mulaw-encode.h:
7208         Fix law encoder timestamps.
7209
7210 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7211
7212         * ext/gconf/gstgconfaudiosink.c:
7213           Fix warning when building without debug.
7214
7215         * sys/oss/gstossmixertrack.c:
7216           Use const like in alsamixertrack.c (fixes warnings).
7217
7218 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7219
7220         * sys/v4l2/v4l2src_calls.c:
7221         (gst_v4l2src_probe_caps_for_format_and_size):
7222         Fix framerate detection code some more.
7223         Handle the case where there is a weird step in the stepwise framerates.
7224         Don't overwrite the min interval with the framerate, use a temp variable
7225         instead.
7226         Use max in the Continuous framerate intervals instead of step, which is
7227         1 according to the docs. Fixes #475424.
7228
7229 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7230
7231         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7232         Make udpsrc timestamp outgoing buffers based on when they were received.
7233         Also make it output a segment in time.
7234
7235 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7236
7237         * gst/avi/gstavidemux.c:
7238           Plug a little leak. Little code cleanups.
7239
7240 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7241
7242         * configure.ac:
7243           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7244           flac versions, 's good for cross-compilation karma.
7245
7246 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7247
7248         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7249
7250         * gst/rtp/gstrtph263pay.c:
7251           Fix up header structure so that compilers don't add padding
7252           between the structure fields, since that would lead to us
7253           sending RTP packets with broken headers (as is currently the
7254           case when compiling with MSVC). Also see similar fixes in
7255           libgstrtp in gst-plugins-base. (#474616; #471194)
7256
7257 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7258
7259         * sys/v4l2/v4l2src_calls.c:
7260         (gst_v4l2src_probe_caps_for_format_and_size):
7261         Don't overwrite our GValue with 0 but instead use the previously
7262         computed value. Fixes #471823 some more.
7263
7264 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7267           No tabs in this file please, or gtk-doc will end up documenting
7268           rather absurd class hierarchies.
7269
7270 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * ext/gconf/gstswitchsink.c:
7273           If the new kid element fails to change state for some reason
7274           (e.g. esdsink not being able to connect to the sound server),
7275           forward the error message it posted on the bus instead of just
7276           posting a generic 'Internal state change error: please file a
7277           bug' error message. Fixes #471364.
7278
7279 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7280
7281         * gst/qtdemux/Makefile.am:
7282         * gst/qtdemux/qtdemux.c:
7283           Don't assume tags are encoded as UTF-8 (#473670).
7284
7285 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7286
7287         * sys/v4l2/gstv4l2src.c:
7288         * sys/v4l2/gstv4l2src.h:
7289         * sys/v4l2/v4l2src_calls.c:
7290           Implement LATENCY queries in the crudest way possible so I don't
7291           have to use sync=false any longer when testing with videosinks.
7292
7293 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7294
7295         * configure.ac:
7296           Fix build.
7297
7298 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7299
7300         * sys/v4l2/v4l2src_calls.c:
7301         (gst_v4l2src_probe_caps_for_format_and_size):
7302         Add some more debugging in the framerate function.
7303         Iterate stepwise framerate up to and _including_ the max and if nothing
7304         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7305         don't end up with an empty list. Fixes #471823
7306
7307 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7308
7309         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7310         (gst_multiudpsink_set_clients_string),
7311         (gst_multiudpsink_get_clients_string),
7312         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7313         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7314         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7315         (gst_multiudpsink_clear):
7316         Add property do configure destination address/port pairs
7317         API:GstMultiUDPSink::clients
7318
7319 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7320
7321         * tests/examples/Makefile.am:
7322         * tests/examples/rtp/Makefile.am:
7323         * tests/examples/rtp/client-H263p-AMR.sh:
7324         * tests/examples/rtp/client-H263p-PCMA.sdp:
7325         * tests/examples/rtp/client-H263p-PCMA.sh:
7326         * tests/examples/rtp/client-H264-PCMA.sdp:
7327         * tests/examples/rtp/client-H264-PCMA.sh:
7328         * tests/examples/rtp/client-PCMA.sh:
7329         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7330         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7331         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7332         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7333         Added some RTP example scripts for sending and receiving RTP streams.
7334
7335 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7336
7337         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7338         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7339         Restructure the setcaps function so that we can also compute the
7340         expected GStreamer output size of the video frames.
7341         Set frame_byte_size correctly so that read-based devices have a chance
7342         of working correctly.
7343         When grabbing a frame, discard frames that are not of the expected size.
7344         Some cameras don't output the right framesize for the first buffer.
7345         Try only a couple of times to get a valid frame, else error out.
7346
7347         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7348         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7349         Add some more debug info when scanning the device.
7350
7351         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7352         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7353         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7354         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7355         Add some more debug info when dequeing a frame.
7356
7357 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7358
7359         * gst/wavparse/gstwavparse.c:
7360           More code cleanups. Add some more comment and improve debugs logs.
7361
7362 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7363
7364         * gst/wavparse/gstwavparse.c:
7365         * gst/wavparse/gstwavparse.h:
7366           Implement seek-query. Refactor duration calculations. Appropriate use
7367           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7368           out of loops.
7369
7370 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7371
7372         * gst/avi/gstavidemux.c:
7373           Implement seek-query.
7374
7375 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7376
7377         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7378         (gst_rtspsrc_dup_printf):
7379         Use new basesink async property to make sparse RTCP packet not wait for
7380         preroll.
7381
7382 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7383
7384         * gst/audiofx/Makefile.am:
7385         Dist the right file.
7386
7387 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7388
7389         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7390         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7391         Make sure we generate and parse floating point values in the POSIX
7392         locale instead of the current locale. 
7393
7394 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7395
7396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7397         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7398         (gst_rtspsrc_play):
7399         * gst/rtsp/gstrtspsrc.h:
7400         Fix method detection again.
7401         Keep track of when we must send a Range header.
7402         Use segment values for Range, Speed and Scale headers.
7403         Parse Speed and Scale headers to update the segment values.
7404
7405 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7406
7407         patch by: Mark Nauwelaerts <manauw@skynet.be>
7408
7409         * sys/v4l2/v4l2src_calls.c:
7410           Handle optional v4l2 ioctls gracefully.
7411
7412 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7413
7414         * gst/rtp/Makefile.am:
7415         * gst/rtp/gstrtp.c: (plugin_init):
7416         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7417         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7418         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7419         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7420         (gst_rtp_h263_depay_get_property),
7421         (gst_rtp_h263_depay_change_state),
7422         (gst_rtp_h263_depay_plugin_init):
7423         * gst/rtp/gstrtph263depay.h:
7424         Added an H263 depayloader. Fixes #369392.
7425
7426         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7427         (gst_rtp_h263p_depay_process):
7428         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7429         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7430         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7431         payloads.
7432         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7433
7434 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7435
7436         * gst/audiofx/audiochebyshevfreqband.c:
7437         * gst/audiofx/audiochebyshevfreqlimit.c:
7438         Add small comparision with the windowed sinc filters in the docs.
7439
7440 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7441
7442         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7443         (audiochebyshevfreqband_suite):
7444         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7445         (audiochebyshevfreqlimit_suite):
7446         Also test 32 bit float mode and the type 2 variants of the filters.
7447
7448 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7449
7450         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7451         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7452         (gst_rtspsrc_loop):
7453         Refactor the udp and interleaved loop function a bit.
7454
7455 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7456
7457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7458         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7459         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7460         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7461         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7462         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7463         * gst/rtsp/gstrtspsrc.h:
7464         Protect connection activity with a new lock, avoids deadlocks when going
7465         to PAUSED. Fixes #455808.
7466
7467 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7468
7469         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7470         Fix debug statement.
7471
7472 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7473
7474         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7475         Fix stray %u in debug line as spotted by Saur on IRC.
7476
7477 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7478
7479         * gst/audiofx/audiochebyshevfreqband.c:
7480         (gst_audio_chebyshev_freq_band_class_init):
7481         * gst/audiofx/audiochebyshevfreqlimit.c:
7482         (gst_audio_chebyshev_freq_limit_class_init):
7483         Use generator macros for the process functions for the different
7484         sample types, add lower upper boundaries for the GObject properties
7485         so automatically generated UIs can use sliders and add a note about
7486         the number of poles as a too high number of poles combined with
7487         very low or very high frequencies will produce only noise.
7488         * docs/plugins/gst-plugins-good-plugins.args:
7489         Regenerated for the property changes.
7490
7491 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7492
7493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7494         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7495         (gst_rtspsrc_stream_configure_udp_sink),
7496         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7497         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7498         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7499         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7500         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7501         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7502         * gst/rtsp/gstrtspsrc.h:
7503         Improve timeout handling.
7504         Use the same socket for sending and receiving RTCP packets so that some
7505         servers can track clients better.
7506         Improve connection closed handling. Try to reconnect.
7507         Don't overwrite our content base with NULL.
7508         Improve debugging.
7509         Improve range parsing and handling.
7510         Remove flushing hack now that core does the right thing.
7511
7512 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7513
7514         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7515         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7516         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7517         (gst_multiudpsink_close), (gst_multiudpsink_add):
7518         * gst/udp/gstmultiudpsink.h:
7519         Add support for getting and setting the socket to use.
7520
7521         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7522         (gst_udpsrc_create), (gst_udpsrc_get_property):
7523         Add support for getting the currently used socket.
7524
7525 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7526
7527         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7528
7529         * gst/audiofx/Makefile.am:
7530         * gst/audiofx/audiochebyshevfreqband.c:
7531         (gst_audio_chebyshev_freq_band_mode_get_type),
7532         (gst_audio_chebyshev_freq_band_base_init),
7533         (gst_audio_chebyshev_freq_band_dispose),
7534         (gst_audio_chebyshev_freq_band_class_init),
7535         (gst_audio_chebyshev_freq_band_init),
7536         (generate_biquad_coefficients), (calculate_gain),
7537         (generate_coefficients),
7538         (gst_audio_chebyshev_freq_band_set_property),
7539         (gst_audio_chebyshev_freq_band_get_property),
7540         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7541         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7542         (gst_audio_chebyshev_freq_band_start):
7543         * gst/audiofx/audiochebyshevfreqband.h:
7544         * gst/audiofx/audiochebyshevfreqlimit.c:
7545         (gst_audio_chebyshev_freq_limit_mode_get_type),
7546         (gst_audio_chebyshev_freq_limit_base_init),
7547         (gst_audio_chebyshev_freq_limit_dispose),
7548         (gst_audio_chebyshev_freq_limit_class_init),
7549         (gst_audio_chebyshev_freq_limit_init),
7550         (generate_biquad_coefficients), (calculate_gain),
7551         (generate_coefficients),
7552         (gst_audio_chebyshev_freq_limit_set_property),
7553         (gst_audio_chebyshev_freq_limit_get_property),
7554         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7555         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7556         (gst_audio_chebyshev_freq_limit_start):
7557         * gst/audiofx/audiochebyshevfreqlimit.h:
7558         * gst/audiofx/audiofx.c: (plugin_init):
7559         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7560         Fixes #464800.
7561
7562         * tests/check/Makefile.am:
7563         * tests/check/elements/.cvsignore:
7564         * tests/check/elements/audiochebyshevfreqband.c:
7565         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7566         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7567         * tests/check/elements/audiochebyshevfreqlimit.c:
7568         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7569         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7570         Add unit tests for the chebyshev filters.
7571
7572         * docs/plugins/Makefile.am:
7573         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7574         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7575         * docs/plugins/gst-plugins-good-plugins.args:
7576         * docs/plugins/inspect/plugin-1394.xml:
7577         * docs/plugins/inspect/plugin-audiofx.xml:
7578         * docs/plugins/inspect/plugin-dv.xml:
7579         * docs/plugins/inspect/plugin-flac.xml:
7580         * docs/plugins/inspect/plugin-jpeg.xml:
7581         * docs/plugins/inspect/plugin-png.xml:
7582         * docs/plugins/inspect/plugin-rtp.xml:
7583         * docs/plugins/inspect/plugin-shout2send.xml:
7584         * docs/plugins/inspect/plugin-wavpack.xml:
7585         And add docs for the chebyshev filters. While doing
7586         that also run make update in docs/plugins.
7587
7588 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7589
7590         * ext/annodex/gstcmmltag.c:
7591         * gst/rtp/gstrtpvorbispay.c:
7592           Make ro memory to share.
7593
7594 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7595
7596         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7597         Improve UDP performance by avoiding a select() when we have data
7598         available immediatly.
7599
7600 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7601
7602         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7603         (gst_rtp_dec_class_init):
7604         * gst/rtsp/gstrtpdec.h:
7605         Add (dummy) SSRC management signals.
7606
7607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7608         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7609         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7610         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7611         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7612         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7613         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7614         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7615         * gst/rtsp/gstrtspsrc.h:
7616         Add connection-speed property.
7617         Add find_stream helper functions.
7618         Handle stream EOS based on BYE messages or SSRC timeout.
7619         Returns SUCCESS from the state change function as we hide our async
7620         elements from the parent.
7621
7622 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7623
7624         * gst/debug/rndbuffersize.c:
7625           Fix da leak.
7626
7627 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7628
7629         * gst/debug/Makefile.am:
7630         * gst/debug/breakmydata.c:
7631         * gst/debug/gstdebug.c:
7632         * gst/debug/negotiation.c:
7633         * gst/debug/progressreport.c:
7634         * gst/debug/rndbuffersize.c:
7635         * gst/debug/testplugin.c:
7636           Add new test element and clean-up the others a little.
7637
7638 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7639
7640         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7641         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7642
7643 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7644
7645         * gst/rtp/gstrtpilbcdepay.c:
7646           Include stdlib.
7647
7648 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7649
7650         * gst/rtp/gstrtpmpvdepay.c:
7651         Set the mpegversion in the caps so that autoplugging does not get
7652         confused.
7653
7654 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7655
7656         * po/hu.po:
7657         * po/uk.po:
7658         * po/vi.po:
7659           Updated translations.
7660
7661 2007-08-08  Michael Smith <msmith@fluendo.com>
7662
7663         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7664           Render right border in the correct location.
7665
7666 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7667
7668         Patch by: Olivier Crete <tester at tester dot ca>
7669
7670         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7671         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7672         Make mode property a string. Fixes #464475.
7673
7674 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7675
7676         * ext/flac/gstflacenc.c:
7677           Widen caps to match decoder a bit and add more FIXMEs.
7678
7679 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7680
7681         patch by: Mark Nauwelaerts <manauw@skynet.be>
7682
7683         * gst/avi/gstavimux.c:
7684           Fix ODML index tag numbering. Fixes #463624.
7685
7686 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7687
7688         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7689         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7690         (gst_rtspsrc_stream_configure_tcp),
7691         (gst_rtspsrc_stream_configure_udp_sink):
7692         Fix default clock-rate for realmedia.
7693         Fix parsing of transport.
7694         Don't try to link NULL pads.
7695
7696 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7697
7698         * po/POTFILES.skip:
7699           Add POTFILES.skip with list of source files that aren't disted at the
7700           moment but contain translatable strings. Should hopefully pacify
7701           broken tools and make it clearer that these files are left out
7702           intentionally (#461600).
7703
7704 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7705
7706         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7707         If the buffer was entirely clipped ... don't try sending it :)
7708
7709 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7710
7711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7712         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7713         (gst_rtspsrc_create_transports_string),
7714         (gst_rtspsrc_prepare_transports):
7715         If we don't hav a session manager, set the caps on outgoing buffers
7716         ourselves.
7717         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7718         Append final bit of the transport string even when it does not contain a
7719         placeholder.
7720
7721 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7722
7723         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7724         (gst_rtsp_ext_list_connect):
7725         * gst/rtsp/gstrtspext.h:
7726         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7727         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7728         Clean up the interface list.
7729         Allow connecting to interface signals for the extensions.
7730         Remove old extension code.
7731         Free list on cleanup.
7732         Allow extensions to send additional RTSP messages.
7733
7734 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7735
7736         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7737         Handle a NULL gconf key gracefully by rendering the default element.
7738
7739 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7740
7741         * gst/rtsp/gstrtspext.h:
7742         Fix include path for extension interface.
7743
7744 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7745
7746         * gst/audiofx/audioamplify.h:
7747         Also remove a now unecessary variable here.
7748
7749 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7750
7751         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7752         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7753         * gst/audiofx/audiodynamic.c:
7754         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7755         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7756         * gst/audiofx/audiodynamic.h:
7757         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7758         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7759         * gst/audiofx/audioinvert.h:
7760         Don't save format information ourselves, this is already saved in
7761         GstAudioFilter.
7762
7763 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7764
7765         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7766         (gst_rtsp_ext_list_stream_select):
7767         * gst/rtsp/gstrtspext.h:
7768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7769         Use rank to filter out extensions.
7770         Add url to stream_select interface call.
7771
7772 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7773
7774         * gst/rtsp/Makefile.am:
7775         * gst/rtsp/base64.c:
7776         * gst/rtsp/base64.h:
7777         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7778         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7779         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7780         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7781         (gst_rtsp_ext_list_setup_media),
7782         (gst_rtsp_ext_list_configure_stream),
7783         (gst_rtsp_ext_list_get_transports),
7784         (gst_rtsp_ext_list_stream_select):
7785         * gst/rtsp/gstrtspext.h:
7786         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7787         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7788         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7789         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7790         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7791         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7792         (gst_rtspsrc_stream_configure_tcp),
7793         (gst_rtspsrc_stream_configure_mcast),
7794         (gst_rtspsrc_stream_configure_udp),
7795         (gst_rtspsrc_stream_configure_udp_sink),
7796         (gst_rtspsrc_stream_configure_transport),
7797         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7798         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7799         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7800         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7801         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7802         (gst_rtspsrc_parse_methods),
7803         (gst_rtspsrc_create_transports_string),
7804         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7805         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7806         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7807         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7808         * gst/rtsp/gstrtspsrc.h:
7809         * gst/rtsp/rtsp.h:
7810         * gst/rtsp/rtspconnection.c:
7811         * gst/rtsp/rtspconnection.h:
7812         * gst/rtsp/rtspdefs.c:
7813         * gst/rtsp/rtspdefs.h:
7814         * gst/rtsp/rtspext.h:
7815         * gst/rtsp/rtspextwms.c:
7816         * gst/rtsp/rtspextwms.h:
7817         * gst/rtsp/rtspmessage.c:
7818         * gst/rtsp/rtspmessage.h:
7819         * gst/rtsp/rtsprange.c:
7820         * gst/rtsp/rtsprange.h:
7821         * gst/rtsp/rtsptransport.c:
7822         * gst/rtsp/rtsptransport.h:
7823         * gst/rtsp/rtspurl.c:
7824         * gst/rtsp/rtspurl.h:
7825         * gst/rtsp/sdp.h:
7826         * gst/rtsp/sdpmessage.c:
7827         * gst/rtsp/sdpmessage.h:
7828         * gst/rtsp/test.c:
7829         Use shiny new RTSP and SDP library.
7830         Implement RTSP extensions using the new interface.
7831         Remove a lot of old code.
7832
7833 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7834
7835         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7836         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7837
7838 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7839
7840         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7841         Don't unref the outgoing buffer twice when dropping it because it's
7842         outside of the segment.
7843
7844 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7845
7846         * configure.ac:
7847         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7848         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7849         Use the new buffer clipping function from gstaudio here and
7850         require gst-plugins-base CVS.
7851         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7852         For framed Wavpack buffers we require a valid timestamp.
7853
7854 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7855
7856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7857         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7858         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7859         Clip raw audio and video when we can, keep track of current output
7860         segment.
7861         Don't leak buffers and events when there is no output pad.
7862         Improve debugging here and there.
7863
7864 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7865
7866         * configure.ac:
7867           Sync liboil check with plugins-base.
7868
7869 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7870
7871         * ext/annodex/Makefile.am:
7872           Fix CFLAGS/LIBS.
7873
7874         * ext/cdio/gstcdiocddasrc.c:
7875         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7876           Include stdlib
7877
7878         * ext/cairo/Makefile.am:
7879         * gst/videofilter/Makefile.am:
7880         * tests/examples/level/Makefile.am:
7881           Use $(LIBM) instead of -lm
7882
7883 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7884
7885         * sys/v4l2/gstv4l2src.c:
7886           Add another example pipeline.
7887
7888 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7889
7890         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7891
7892         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7893           Use define here.
7894
7895         * sys/v4l2/gstv4l2tuner.c:
7896         (gst_v4l2_tuner_set_frequency_and_notify):
7897           Don't touch the property - its still disabled.
7898
7899         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7900         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7901         * sys/v4l2/v4l2src_calls.h:
7902           Improve fallback format negotionation. Fixes #451388
7903
7904 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7905
7906         * tests/check/elements/videocrop.c: (GST_START_TEST):
7907           Fix the test.
7908
7909 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7910
7911         * docs/plugins/Makefile.am:
7912         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7913         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7914         * docs/plugins/inspect/plugin-jpeg.xml:
7915         * docs/plugins/inspect/plugin-png.xml:
7916         * ext/jpeg/gstjpegdec.c:
7917         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7918         (gst_pngdec_sink_setcaps):
7919           More docs. More logs in pngdec.
7920
7921 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7922
7923         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7924           Initialize num_buffers with minimum value.
7925
7926         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7927         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7928           Handle frame-size query failure gracefully.
7929
7930 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7931
7932         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7933         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7934         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7935         of qt/aac files.
7936
7937 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
7938
7939         * ext/wavpack/gstwavpackdec.c:
7940         (gst_wavpack_dec_clip_outgoing_buffer):
7941         Fix buffer clipping to correctly clip to the segment stop.
7942
7943 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7944
7945         * configure.ac:
7946         * tests/Makefile.am:
7947         Remove bogus check for libcheck, since we check for
7948         gstreamer-check and it pulls in the required info from there,
7949         and we weren't actually _using_ the information for libcheck
7950         ourselves anyway.
7951
7952 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7953
7954         * configure.ac:
7955           Use pkg-config to locate check.
7956
7957 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7958
7959         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7960         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7961         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
7962         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7963         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
7964         * gst/effectv/gstaging.c: (gst_agingtv_transform):
7965         * gst/effectv/gstdice.c: (gst_dicetv_transform):
7966         * gst/effectv/gstedge.c: (gst_edgetv_transform):
7967         * gst/effectv/gstquark.c: (gst_quarktv_transform):
7968         * gst/effectv/gstrev.c: (gst_revtv_transform):
7969         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
7970         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
7971         * gst/effectv/gstwarp.c: (gst_warptv_transform):
7972         * gst/matroska/matroska-demux.c:
7973         (gst_matroska_demux_add_wvpk_header),
7974         (gst_matroska_demux_check_subtitle_buffer),
7975         (gst_matroska_decode_buffer):
7976         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
7977           Fix build against core CVS.
7978
7979 2007-07-10  Edward Hervey  <bilboed@gmail.com>
7980
7981         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7982         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
7983         don't have enough granularity to convert that boolean into a
7984         GstFlowReturn.
7985
7986 2007-07-06  Michael Smith <msmith@fluendo.com>
7987
7988         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
7989         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
7990         (gst_alawdec_change_state):
7991         * gst/law/alaw-decode.h:
7992         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7993         (gst_mulawdec_class_init), (gst_mulawdec_init),
7994         (gst_mulawdec_chain), (gst_mulawdec_change_state):
7995         * gst/law/mulaw-decode.h:
7996           Fix capsnego bogosity in *law decoders. 
7997
7998 2007-07-06  Michael Smith <msmith@fluendo.com>
7999
8000         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8001         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8002         (gst_smokeenc_change_state):
8003         * ext/jpeg/gstsmokeenc.h:
8004           Remove stupidity in get/set caps functions.
8005           Fix some refcounting problems.
8006
8007 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8008
8009         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8010         Remove endianness-flipping hack that seems to have been required
8011         only because of a bug in ffmpegcolorspace.
8012         Partially Fixes: #451908
8013
8014 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8015
8016         * docs/plugins/Makefile.am:
8017           Simplify --extra-dir as gtkdoc scans recursively.
8018
8019 2007-07-03  Wim Taymans  <wim@fluendo.com>
8020
8021         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8022
8023         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8024         Set the encoding-name in the rtp caps to all uppercase, as required by
8025         the caps spec.
8026         Some small cleanups in the error paths. Fixes #453037.
8027
8028 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8029
8030         * ext/wavpack/gstwavpackparse.c:
8031         (gst_wavpack_parse_index_get_last_entry),
8032         (gst_wavpack_parse_index_get_entry_from_sample),
8033         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8034         (gst_wavpack_parse_scan_to_find_sample):
8035         * ext/wavpack/gstwavpackparse.h:
8036         Use a GSList for the GArray that is used like a list anyway.
8037
8038 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8039
8040         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8041         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8042         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8043           Add state change function where we set 0/1 as default framerate in
8044           case our setcaps function isn't called, like it might not in a
8045           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8046           gdkpixbufdec trying to create caps with a 0/0 framerate.
8047           Also post an error message on the bus if gst_pad_push() fails when
8048           called from our sink event handler (+1 for flow returns for event
8049           functions in 0.11) instead of failing silently.
8050
8051 2007-06-27  Wim Taymans  <wim@fluendo.com>
8052
8053         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8054         Cast stack args to the proper types. Fixes #451249.
8055
8056 2007-06-27  Wim Taymans  <wim@fluendo.com>
8057
8058         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8059         (new_session_pad), (gst_rtspsrc_setup_streams):
8060         * gst/rtsp/gstrtspsrc.h:
8061         For container formats we only need to activate one of the streams so
8062         that we correctly signal no-more-pads. Fixes #451015.
8063
8064 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8065
8066         * docs/plugins/gst-plugins-good-plugins.args:
8067         * docs/plugins/inspect/plugin-aasink.xml:
8068         * docs/plugins/inspect/plugin-alaw.xml:
8069         * docs/plugins/inspect/plugin-alpha.xml:
8070         * docs/plugins/inspect/plugin-alphacolor.xml:
8071         * docs/plugins/inspect/plugin-annodex.xml:
8072         * docs/plugins/inspect/plugin-apetag.xml:
8073         * docs/plugins/inspect/plugin-audiofx.xml:
8074         * docs/plugins/inspect/plugin-auparse.xml:
8075         * docs/plugins/inspect/plugin-autodetect.xml:
8076         * docs/plugins/inspect/plugin-avi.xml:
8077         * docs/plugins/inspect/plugin-cacasink.xml:
8078         * docs/plugins/inspect/plugin-cairo.xml:
8079         * docs/plugins/inspect/plugin-cdio.xml:
8080         * docs/plugins/inspect/plugin-cutter.xml:
8081         * docs/plugins/inspect/plugin-debug.xml:
8082         * docs/plugins/inspect/plugin-efence.xml:
8083         * docs/plugins/inspect/plugin-effectv.xml:
8084         * docs/plugins/inspect/plugin-esdsink.xml:
8085         * docs/plugins/inspect/plugin-flac.xml:
8086         * docs/plugins/inspect/plugin-flxdec.xml:
8087         * docs/plugins/inspect/plugin-gconfelements.xml:
8088         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8089         * docs/plugins/inspect/plugin-goom.xml:
8090         * docs/plugins/inspect/plugin-halelements.xml:
8091         * docs/plugins/inspect/plugin-icydemux.xml:
8092         * docs/plugins/inspect/plugin-id3demux.xml:
8093         * docs/plugins/inspect/plugin-jpeg.xml:
8094         * docs/plugins/inspect/plugin-ladspa.xml:
8095         * docs/plugins/inspect/plugin-level.xml:
8096         * docs/plugins/inspect/plugin-matroska.xml:
8097         * docs/plugins/inspect/plugin-mulaw.xml:
8098         * docs/plugins/inspect/plugin-multipart.xml:
8099         * docs/plugins/inspect/plugin-navigationtest.xml:
8100         * docs/plugins/inspect/plugin-ossaudio.xml:
8101         * docs/plugins/inspect/plugin-png.xml:
8102         * docs/plugins/inspect/plugin-quicktime.xml:
8103         * docs/plugins/inspect/plugin-rtp.xml:
8104         * docs/plugins/inspect/plugin-rtsp.xml:
8105         * docs/plugins/inspect/plugin-smpte.xml:
8106         * docs/plugins/inspect/plugin-speex.xml:
8107         * docs/plugins/inspect/plugin-taglib.xml:
8108         * docs/plugins/inspect/plugin-udp.xml:
8109         * docs/plugins/inspect/plugin-videobalance.xml:
8110         * docs/plugins/inspect/plugin-videobox.xml:
8111         * docs/plugins/inspect/plugin-videocrop.xml:
8112         * docs/plugins/inspect/plugin-videoflip.xml:
8113         * docs/plugins/inspect/plugin-videomixer.xml:
8114         * docs/plugins/inspect/plugin-wavenc.xml:
8115         * docs/plugins/inspect/plugin-wavparse.xml:
8116         * docs/plugins/inspect/plugin-ximagesrc.xml:
8117           Update docs with caps info.
8118
8119 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8120
8121         * po/POTFILES.in:
8122           Add more files with translatable strings (#450878).
8123
8124 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8125
8126         * MAINTAINERS:
8127         Updating all the maintainers files
8128
8129 2007-06-22  Edward Hervey  <edward@fluendo.com>
8130
8131         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8132         * gst/interleave/deinterleave.c: (deinterleave_init),
8133         (deinterleave_sink_link):
8134         * gst/interleave/interleave.c: (interleave_init):
8135         * gst/median/gstmedian.c: (gst_median_init):
8136         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8137         Fix memory leaks.
8138         * tests/check/elements/id3demux.c: (pad_added_cb):
8139         Remove unused variable.
8140
8141 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8142
8143         * ext/gconf/gconf.h:
8144         Make the prototype of gst_gconf_get_key_for_sink_profile
8145         match the implementation.
8146         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8147         Fixes: #449747
8148
8149 2007-06-20  Michael Smith <msmith@fluendo.com>
8150
8151         * gst/rtp/gstrtpdepay.c:
8152           Fix description - rtpdepay is not a payloader.
8153
8154 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8155
8156         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8157         (qtdemux_video_caps):
8158         * gst/qtdemux/qtdemux_fourcc.h:
8159           Add MJPG to the variants of motion jpeg.
8160
8161 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8162
8163         * tests/check/Makefile.am:
8164         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8165         * tests/check/elements/videocrop.c: (GST_START_TEST):
8166         * tests/check/elements/videofilter.c:
8167         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8168         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8169           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8170           error flags are included and it errors out on compiler warnings
8171           for CVS builds; remove unused variables in various unit tests.
8172
8173 2007-06-19  Wim Taymans  <wim@fluendo.com>
8174
8175         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8176         (rtsp_connection_close), (rtsp_connection_free):
8177         Use threadsafe inet_ntop to convert an ip number to a string. 
8178         Fixes #447961.
8179         Don't leak fd (and ip) when freeing a connection without first closing
8180         it.
8181
8182 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8183
8184         * configure.ac:
8185         Back to CVS
8186
8187         * gst-plugins-good.doap:
8188         Add 0.10.6 to the doap file.
8189
8190 === release 0.10.6 ===
8191
8192 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8193
8194         * configure.ac:
8195           releasing 0.10.6, "Wobble Board"
8196
8197 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8198
8199         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8200         (rtsp_connection_free):
8201           Revert previous commit again, since we are frozen (sorry).
8202
8203 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8204
8205         Patch by: Peter Kjellerstedt <pkj at axis com>
8206
8207         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8208         (rtsp_connection_free):
8209           inet_ntoa() uses a static buffer internally, so we need to copy the
8210           returned string if we want to store it for later (#447961).
8211
8212 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8213
8214         * win32/vs6/autogen.dsp:
8215         * win32/vs6/gst_plugins_good.dsw:
8216         * win32/vs6/libgstalaw.dsp:
8217         * win32/vs6/libgstalpha.dsp:
8218         * win32/vs6/libgstalphacolor.dsp:
8219         * win32/vs6/libgstapetag.dsp:
8220         * win32/vs6/libgstaudiofx.dsp:
8221         * win32/vs6/libgstauparse.dsp:
8222         * win32/vs6/libgstautodetect.dsp:
8223         * win32/vs6/libgstavi.dsp:
8224         * win32/vs6/libgstcutter.dsp:
8225         * win32/vs6/libgstdirectdraw.dsp:
8226         * win32/vs6/libgstdirectsound.dsp:
8227         * win32/vs6/libgsteffectv.dsp:
8228         * win32/vs6/libgstflx.dsp:
8229         * win32/vs6/libgstgoom.dsp:
8230         * win32/vs6/libgsticydemux.dsp:
8231         * win32/vs6/libgstid3demux.dsp:
8232         * win32/vs6/libgstinterleave.dsp:
8233         * win32/vs6/libgstjpeg.dsp:
8234         * win32/vs6/libgstlevel.dsp:
8235         * win32/vs6/libgstmatroska.dsp:
8236         * win32/vs6/libgstmedian.dsp:
8237         * win32/vs6/libgstmonoscope.dsp:
8238         * win32/vs6/libgstmulaw.dsp:
8239         * win32/vs6/libgstmultipart.dsp:
8240         * win32/vs6/libgstqtdemux.dsp:
8241         * win32/vs6/libgstrtp.dsp:
8242         * win32/vs6/libgstrtsp.dsp:
8243         * win32/vs6/libgstsmpte.dsp:
8244         * win32/vs6/libgstspeex.dsp:
8245         * win32/vs6/libgstudp.dsp:
8246         * win32/vs6/libgstvideobalance.dsp:
8247         * win32/vs6/libgstvideobox.dsp:
8248         * win32/vs6/libgstvideocrop.dsp:
8249         * win32/vs6/libgstvideoflip.dsp:
8250         * win32/vs6/libgstvideomixer.dsp:
8251         * win32/vs6/libgstwaveform.dsp:
8252         * win32/vs6/libgstwavenc.dsp:
8253         * win32/vs6/libgstwavparse.dsp:
8254         Mark *.dsp & *.dsw as binary files and convert to DOS line
8255         endings, as they don't load into VS6 correctly otherwise.
8256
8257 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8258
8259         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8260         (rtsp_connection_connect):
8261         Fix the MingW build. 
8262         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8263         Fixes: #446981
8264
8265 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8266
8267         * tests/check/elements/.cvsignore:
8268         * tests/icles/.cvsignore:
8269         Hush the buildbots up
8270
8271 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8272
8273         * configure.ac:
8274         * sys/Makefile.am:
8275         * sys/directdraw/Makefile.am:
8276         * sys/directsound/Makefile.am:
8277         * sys/waveform/Makefile.am:
8278         Make sure to dist everything needed for win32 builds.
8279
8280 2007-06-14  Edward Hervey  <edward@fluendo.com>
8281
8282         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8283         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8284         caps.
8285         Fixes #447458
8286
8287 2007-06-13  Wim Taymans  <wim@fluendo.com>
8288
8289         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8290         Make sure we allocate enough memory for the codec_data.
8291         Fixes #447210.
8292
8293 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8294
8295         * win32/MANIFEST:
8296         Add videocrop project file to the win32 manifest.
8297         * win32/vs6/gst_plugins_good.dsw:
8298         Add qtdemux,videocrop and waveform projects to the workspace.
8299         * win32/vs6/libgstqtdemux.dsp:
8300         Add zlib to the link list of qtdemux.
8301         * win32/vs6/libgstvideocrop.dsp:
8302         Add a project file for videocrop.
8303
8304 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8305
8306         * po/POTFILES.in:
8307         Add qtdemux for translation
8308
8309 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8310
8311         * configure.ac:
8312         * docs/plugins/Makefile.am:
8313         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8314         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8315         * docs/plugins/inspect/plugin-videocrop.xml:
8316         * gst-plugins-good.spec.in:
8317         * sys/Makefile.am:
8318         * tests/check/Makefile.am:
8319         * tests/icles/Makefile.am:
8320         * tests/icles/videocrop-test.c:
8321         Move videocrop and osxvideo from -bad.
8322
8323 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8324
8325         * configure.ac:
8326         * docs/plugins/Makefile.am:
8327         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8328         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8329         * docs/plugins/gst-plugins-good-plugins.args:
8330         * docs/plugins/inspect/plugin-qtdemux.xml:
8331         * docs/plugins/inspect/plugin-quicktime.xml:
8332         * win32/MANIFEST:
8333         Move qtdemux from -bad.
8334
8335         * gst-plugins-good.spec.in:
8336         Update spec file to reflect moving of qtdemux and wavpack
8337
8338 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8339         
8340         * win32/MANIFEST:
8341         * docs/plugins/Makefile.am:
8342         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8343         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8344         * docs/plugins/inspect/plugin-directdraw.xml:
8345         * docs/plugins/inspect/plugin-directsound.xml:
8346         * docs/plugins/inspect/plugin-waveform.xml:
8347         Move the waveform plugin from -bad too. Update the inspect xml
8348         files to mention Plugins Good instead of Plugins Bad.
8349
8350 2007-06-12  Andy Wingo  <wingo@pobox.com>
8351
8352         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8353         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8354         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8355         finalization and resuscitation. No longer public.
8356         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8357         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8358         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8359         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8360         miniobject semantics, and be threadsafe.
8361         (gst_v4l2src_queue_frame): Remove this function, as we just call
8362         the ioctls directly in the two places where we queue buffers.
8363         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8364         directly.
8365         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8366         to allocate the pool, which also preallocates the GstBuffers.
8367         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8368         queueing the frames directly.
8369         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8370         mmap buffers have been dequeued.
8371
8372         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8373         real MiniObject instead of rolling our own refcounting and
8374         finalizing. Give it a lock.
8375         (struct _GstV4l2Buffer): Remove one intermediary object, having
8376         the buffers hold the struct v4l2_buffer directly.
8377
8378         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8379         capture_init so that it can set them on the buffers that it will
8380         create.
8381         (gst_v4l2src_get_read): For better or for worse, include the
8382         timestamping and offsetting code here; really we should be using
8383         bufferalloc though.
8384         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8385         preallocated, mmap'd buffers.
8386
8387 2007-06-11  Wim Taymans  <wim@fluendo.com>
8388
8389         Patch by: daniel fischer <dan at f3c dot com>
8390
8391         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8392         (gst_ximage_src_get_caps):
8393         Actually use the display_name property so that we can dump any
8394         available X display. Fixes #445905.
8395
8396 2007-06-11  Wim Taymans  <wim@fluendo.com>
8397
8398         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8399
8400         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8401         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8402         Add missing rate fields to caps. Fixes #441118.
8403
8404 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8405
8406         * win32/vs6/gst_plugins_good.dsw:
8407         * win32/vs8/gst-plugins-good.sln:
8408         Add DirectSound and DirectDraw sinks project files to
8409         workspace and solution files.
8410
8411 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8412
8413         Patch by: Josh Coalson <xflac at yahoo dot com>,
8414         updated by Alexis Ballier <aballier at gentoo dot org>:
8415
8416         * configure.ac:
8417         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8418         (gst_flac_dec_setup_seekable_decoder),
8419         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8420         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8421         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8422         * ext/flac/gstflacdec.h:
8423         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8424         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8425         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8426         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8427         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8428         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8429         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8430         * ext/flac/gstflacenc.h:
8431         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8432         
8433 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8434
8435         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8436         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8437         not necessary anymore as we need at least that core version. 
8438
8439 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8440
8441         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8442         (gst_wavpack_dec_chain):
8443         * ext/wavpack/gstwavpackdec.h:
8444         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8445         (gst_wavpack_parse_push_buffer):
8446         * ext/wavpack/gstwavpackparse.h:
8447         Improve discont handling by checking if the next Wavpack block has
8448         the expected, following block index.
8449
8450 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8451
8452         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8453           Fix element description.
8454
8455 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8456
8457         * configure.ac:
8458         * docs/plugins/Makefile.am:
8459         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8460         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8461         * docs/plugins/gst-plugins-good-plugins.args:
8462         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8463         * docs/plugins/gst-plugins-good-plugins.signals:
8464         * docs/plugins/inspect/plugin-autodetect.xml:
8465         * docs/plugins/inspect/plugin-gconfelements.xml:
8466         * docs/plugins/inspect/plugin-ladspa.xml:
8467         * docs/plugins/inspect/plugin-rtp.xml:
8468         * docs/plugins/inspect/plugin-wavpack.xml:
8469         * ext/Makefile.am:
8470         * tests/check/Makefile.am:
8471           move wavpack plugin.  See #352605.
8472
8473 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8474
8475         * configure.ac:
8476         * docs/plugins/Makefile.am:
8477         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8478         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8479         * docs/plugins/gst-plugins-good-plugins.args:
8480         * sys/Makefile.am:
8481         * win32/MANIFEST:
8482         Add DirectDraw & DirectSound plugins to the build and docs.
8483
8484 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8485
8486         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8487         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8488           When operating in pull mode, error out correct on not-linked.
8489
8490 2007-06-06  Andy Wingo  <wingo@pobox.com>
8491
8492         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8493         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8494         format and size if the ioctls are defined; should fix compilation
8495         on Linux < 2.16.19.
8496
8497 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8498
8499         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8500           Printf fixes in debug statements; use LOG level for debug statements
8501           that are printed for each and every frame; convert c++ comments to
8502           C-style comments; not much point using g_try_malloc() if we then not
8503           even check the return value.
8504
8505 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8506
8507         * configure.ac:
8508           Bump requirements to released versions (core and base 0.10.13).
8509
8510         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8511           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8512           own implementation.
8513
8514 2007-06-05  Andy Wingo  <wingo@pobox.com>
8515
8516         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8517         some useless comments.
8518
8519         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8520         frames before calling STREAMON, that might leave them in a state
8521         where they can't be dequeued if we go back to NULL without calling
8522         STREAMON, according to the docs.
8523         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8524         before we call STREAMON.
8525         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8526         failures. (For me this code hung.) The pool refcounting is still
8527         crack; added a note to that effect.
8528
8529 2007-06-05  Wim Taymans  <wim@fluendo.com>
8530
8531         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8532         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8533         Add support for mapping gst structure names to the MIME type equivalent.
8534         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8535
8536 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8537
8538         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8539         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8540         (gst_wavenc_chain), (gst_wavenc_change_state):
8541         * gst/wavenc/gstwavenc.h:
8542         Properly write wav files with width!=depth by having the depth most
8543         significant bytes set and all others zero. Fixes #442535.
8544
8545 2007-06-01  Wim Taymans  <wim@fluendo.com>
8546
8547         * gst/rtsp/rtspconnection.c:
8548         Add include to make buildbot happy.
8549
8550 2007-06-01  Wim Taymans  <wim@fluendo.com>
8551
8552         Patch by: Peter Kjellerstedt  <pkj at axis com>
8553
8554         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8555         (rtsp_connection_connect), (add_date_header),
8556         (rtsp_connection_send), (parse_response_status),
8557         (parse_request_line), (parse_line), (rtsp_connection_receive):
8558         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8559         * gst/rtsp/rtspdefs.h:
8560         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8561         (rtsp_message_init_request), (rtsp_message_init_response),
8562         (rtsp_message_remove_header), (rtsp_message_append_headers),
8563         (rtsp_message_dump):
8564         * gst/rtsp/rtspmessage.h:
8565         Improves version checking, allowing an RTSP server to reply with "505
8566         RTSP Version not supported.
8567         Adds a Date header to all messages.
8568         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8569         want to be able to send a response even if something in the request was
8570         invalid. EINVAL is only used when passing wrong arguments to functions.
8571         Do not handle an invalid method in parse_request_line(). Defer this to
8572         the caller so it can respond with "405 Method Not Allowed".
8573         Improves parsing of the timeout parameter to the Session header,
8574         allowing whitespace after the semicolon. 
8575         Avoids a compiler warning due to variables shadowing a function argument.
8576
8577 2007-06-01  Wim Taymans  <wim@fluendo.com>
8578
8579         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8580
8581         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8582         (gst_rtp_amr_depay_process):
8583         * gst/rtp/gstrtpamrdepay.h:
8584         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8585         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8586         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8587         * gst/rtp/gstrtpamrpay.h:
8588         Add support for AMR-WB.
8589         Small cleanups such as using BOILERPLATE.
8590
8591 2007-05-31  Wim Taymans  <wim@fluendo.com>
8592
8593         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8594         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8595
8596 2007-05-30  Andy Wingo  <wingo@pobox.com>
8597
8598         * sys/v4l2/gstv4l2object.h: 
8599         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8600         unintended changes.
8601
8602         * sys/v4l2/v4l2src_calls.h: 
8603         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8604         the format list in the order that the driver gives it to us.
8605         (gst_v4l2src_probe_caps_for_format_and_size)
8606         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8607         based on the capabilities of the device.
8608         (gst_v4l2src_grab_frame): Update for object variable renaming.
8609         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8610         as in the set_caps below.
8611         (gst_v4l2src_capture_init): Update for object variable renaming,
8612         and reflow.
8613         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8614         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8615         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8616         (gst_v4l2src_get_fps): Remove; these functions don't have much
8617         meaning outside of an atomic set_caps method.
8618         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8619         known.
8620
8621         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8622         call to update_fps; not sure about this change.
8623         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8624         moment we don't have an update_fps_func.
8625
8626         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8627         structures in the object, just store what we need. Do store the
8628         probed caps of the device. Don't store the current frame rate.
8629
8630         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8631         update_fps_function, for now. Update for new object variable
8632         naming.
8633         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8634         new object variable naming.
8635         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8636         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8637         (gst_v4l2src_get_caps): Rework to probe the device for supported
8638         frame sizes and frame rates.
8639         (gst_v4l2src_set_caps): Rework to be strict in the given
8640         parameters: if someone asks us to have a certain size and rate,
8641         that is what we configure.
8642         (gst_v4l2src_get_read): Update for object variable naming. Don't
8643         leak buffers on short reads.
8644         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8645         comments.
8646         (gst_v4l2src_create): Update for object variable naming.
8647
8648 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8649
8650         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8651         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8652         * gst/avi/gstavidemux.h:
8653           Parse subtitle text streams instead of erroring out (#442034). Still
8654           needs a parser for the subtitles to actually show up.
8655
8656 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8657
8658         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8659         (gst_avi_demux_loop):
8660           Make _push_event() return TRUE if the event could be pushed on at
8661           least one pad and not only if it could be pushed on all pads,
8662           otherwise we'll end up posting an error message on EOS if one or
8663           more source pads are not connected.
8664
8665 2007-05-28  Wim Taymans  <wim@fluendo.com>
8666
8667         * gst/rtsp/rtsptransport.c:
8668         Use renamed RTP bin.
8669
8670 2007-05-28  Wim Taymans  <wim@fluendo.com>
8671
8672         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8673
8674         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8675         (gst_video_box_set_property), (gst_video_box_transform_caps),
8676         (video_box_recalc_transform), (gst_video_box_set_caps),
8677         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8678         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8679         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8680         (gst_video_box_i420_i420), (gst_video_box_transform),
8681         (plugin_init):
8682         Add AYUV->AYUV and AYUV->I420 formats. 
8683         Fix negotiation and I420->AYUV conversion.
8684         Fixes #429329.
8685
8686 2007-05-26  Wim Taymans  <wim@fluendo.com>
8687
8688         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8689         Use different variables for nested for loops so that the outer loop
8690         functions properly and speex files with multiple frames per buffer work
8691         properly.
8692         Fixes #441408.
8693
8694 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8695
8696         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8697           Don't leak newsegment events.
8698
8699 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8700
8701         * gst/wavparse/Makefile.am:
8702           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8703           drags it in.
8704
8705 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8708         (notgst_value_array_append_buffer),
8709         (gst_flac_enc_process_stream_headers),
8710         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8711         (gst_flac_enc_change_state):
8712         * ext/flac/gstflacenc.h:
8713           Collect headers, add "streamheader" field to output caps and set
8714           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8715           produces output according to the official FLAC-to-Ogg mapping
8716           instead of completely broken files. Fixes #426044.
8717
8718 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8719
8720         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8721         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8722         (gst_id3demux_sink_event):
8723         * gst/id3demux/gstid3demux.h:
8724         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8725         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8726         (gst_tag_demux_send_new_segment):
8727         Handle and adjust new-segment events so that downstream really
8728         sees a stream with the tag pieces stripped off the front and back.
8729         Fixes strangeness in seeking when mp3 decoders use the new-segment
8730         byte position to estimate their current playback position timestamp
8731         and then the arriving buffers don't match up.
8732
8733 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8734
8735         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8736           Don't unnecessarily perform a READY->NULL->READY transition on the
8737           detected audio sink when starting up. Fixes: #440127
8738
8739 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8740
8741         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8742         (gst_flac_enc_chain):
8743           Don't crash in chain function if setcaps hasn't been called.
8744
8745 2007-05-24  Wim Taymans  <wim@fluendo.com>
8746
8747         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8748         Init value to avoid infinte loops.
8749
8750 2007-05-24  Wim Taymans  <wim@fluendo.com>
8751
8752         Patch by: Peter Kjellerstedt  <pkj at axis com>
8753
8754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8755         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8756         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8757         (gst_rtspsrc_play):
8758         (rtsp_connection_send), (rtsp_connection_receive):
8759         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8760         Fix for new API.
8761
8762         * gst/rtsp/rtspconnection.c: (add_auth_header),
8763         Only add authorisation and session headers when sending messages.
8764
8765         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8766         (rtsp_message_init_request), (rtsp_message_init_response),
8767         (rtsp_message_unset), (rtsp_message_add_header),
8768         (rtsp_message_remove_header), (rtsp_message_get_header),
8769         (rtsp_message_append_headers), (dump_key_value),
8770         (rtsp_message_dump):
8771         * gst/rtsp/rtspmessage.h:
8772         Add support for multiple headers of the same type by storing the parsed
8773         headers in a GArray instaed of a hashtable.
8774
8775 2007-05-21  Wim Taymans  <wim@fluendo.com>
8776
8777         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8778         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8779         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8780         safer shutdown.
8781
8782 2007-05-21  Wim Taymans  <wim@fluendo.com>
8783
8784         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8785         * gst/rtsp/gstrtpdec.h:
8786         Added signal for backwards compat.
8787
8788 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8789         
8790         Patch by: René Stadler <mail at renestadler dot de>
8791
8792         * configure.ac:
8793         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8794         (gst_au_parse_parse_header), (gst_au_parse_chain):
8795         * gst/auparse/gstauparse.h:
8796         Use audioconvert for converting from non-native endianness floats
8797         in auparse instead of doing it ourself. Fixes #424527.
8798         This needs the audioconvert from plugins-base CVS.
8799         
8800 2007-05-21  Wim Taymans  <wim@fluendo.com>
8801
8802         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8803         (gst_rtp_h263p_pay_flush):
8804         Fix enum registration.
8805
8806 2007-05-21  Wim Taymans  <wim@fluendo.com>
8807
8808         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8809
8810         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8811         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8812         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8813         (gst_rtp_h263p_pay_flush):
8814         * gst/rtp/gstrtph263ppay.h:
8815         Add new fragmentation mode base on GOB headers. Fixes #438940.
8816
8817 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8818
8819         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8820           Printf format fix.
8821
8822 2007-05-18  Wim Taymans  <wim@fluendo.com>
8823
8824         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8825         Don't crash when an unsupported transport error was returned by the
8826         server, just try to configure the next stream. Fixes #439255.
8827
8828 2007-05-18  Wim Taymans  <wim@fluendo.com>
8829
8830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8831         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8832         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8833         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8834         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8835         * gst/rtsp/gstrtspsrc.h:
8836         Add TCP timeout property and use it for all TCP connection.
8837
8838         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8839         (rtsp_connection_write), (rtsp_connection_next_timeout),
8840         (rtsp_connection_reset_timeout):
8841         Make connect and writes cancelable and make them use the timeout.
8842
8843 2007-05-18  Wim Taymans  <wim@fluendo.com>
8844
8845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8846         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8847         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8848         (gst_rtspsrc_setup_streams):
8849         Refactor timeout handling.
8850         Also send keep-alive when dealing with TCP transport.
8851
8852         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8853         (rtsp_connection_free), (rtsp_connection_next_timeout),
8854         (rtsp_connection_reset_timeout):
8855         * gst/rtsp/rtspconnection.h:
8856         Use a timer to handle the session timeouts, add some methods to deal
8857         with timeouts.
8858
8859 2007-05-17  Wim Taymans  <wim@fluendo.com>
8860
8861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8862         (gst_rtspsrc_setup_streams):
8863         Ignore streams that fail the setup command, we will retry with a
8864         different transport later on.
8865
8866         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8867         (rtsp_ext_wms_configure_stream):
8868         Fix encoding name case.
8869
8870 2007-05-16  Edward Hervey  <edward@fluendo.com>
8871
8872         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8873         Fix build on macosx.
8874
8875 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8876
8877         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8878         Replace direct comparison of a string with the string literal "" with
8879         a comparison of the first character with '\0'. Fixes #438926.
8880
8881 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8882
8883         * gst/debug/breakmydata.c (gst_break_my_data_init):
8884           One more try. This should be the proper fix now.
8885
8886 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8887
8888         * gst/debug/breakmydata.c:
8889           Ooops, no // comments please.
8890
8891 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8892
8893         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8894         (gst_break_my_data_init):
8895           Fix gst_buffer_is_writable() assertion.
8896
8897 2007-05-14  David Schleef  <ds@schleef.org>
8898
8899         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8900           video/x-raw-bayer.  Fixes #314160.
8901
8902 2007-05-14  Wim Taymans  <wim@fluendo.com>
8903
8904         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8905         (gst_rtp_theora_depay_parse_configuration):
8906         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8907         (gst_rtp_theora_pay_finish_headers),
8908         (gst_rtp_theora_pay_handle_buffer):
8909         Update theora pay/depayloader in a similar to vorbis.
8910
8911         * gst/rtp/gstrtpvorbisdepay.c:
8912         (gst_rtp_vorbis_depay_parse_configuration):
8913         Update docs.
8914
8915 2007-05-14  Wim Taymans  <wim@fluendo.com>
8916
8917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8918         When we try to execute a method that is not supported by the server,
8919         don't error out but remove the method from the accepted methods so that
8920         we never try to perform this method again.
8921
8922 2007-05-14  Wim Taymans  <wim@fluendo.com>
8923
8924         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8925         Remove annoying _dump_mem.
8926
8927 2007-05-14  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8930         Parse range correctly.
8931
8932         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8933         The baseurl now always has a '/' at the start.
8934
8935 2007-05-14  Wim Taymans  <wim@fluendo.com>
8936
8937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8938         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8939         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8940         Factor out caps configuration and configure more stuff such as the time
8941         ranges and speed/scale values.
8942
8943         * gst/rtsp/rtsptransport.c:
8944         Add Copyright after non-trival fixes.
8945
8946 2007-05-12  Wim Taymans  <wim@fluendo.com>
8947
8948         Patch by: Peter Kjellerstedt  <pkj at axis com>
8949
8950         * gst/rtsp/gstrtspsrc.h:
8951         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8952         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8953         (rtsp_message_get_header):
8954         * gst/rtsp/rtspmessage.h:
8955         Make channel guint8 where possible.
8956         Make rtsp_message_init_data() take the channel as a guint8.
8957
8958         * gst/rtsp/rtspdefs.c:
8959         Fixed a typo: Timout -> Timeout
8960
8961         * gst/rtsp/rtspdefs.h:
8962         Make RTSP_CHECK() behave as a statement.
8963
8964         * gst/rtsp/sdpmessage.c:
8965         Avoid a compiler warning in INIT_ARRAY().
8966         Fixes #437692.
8967
8968 2007-05-12  Wim Taymans  <wim@fluendo.com>
8969
8970         Patch by: Peter Kjellerstedt  <pkj at axis com>
8971
8972         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
8973         (rtsp_url_get_request_uri):
8974         * gst/rtsp/rtspurl.h:
8975         Add support for query parameters to RTSP URLs.
8976
8977 2007-05-12  Wim Taymans  <wim@fluendo.com>
8978
8979         Patch by: Peter Kjellerstedt  <pkj at axis com>
8980
8981         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8982         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
8983         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8984         (rtsp_transport_parse), (rtsp_transport_as_text):
8985         * gst/rtsp/rtsptransport.h:
8986         Add validation to rtsp_transport_parse().
8987         Add rtsp_transport_as_text() to generate an RTSP header from an
8988         RTSPTransport.
8989         Change ssrc to guint (was a string) since that is what it is, even
8990         though it is sent as a hex string.
8991         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
8992         incorrect, which can be seen when looking at the examples in the RFC).
8993         Fixes #437670.
8994
8995 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
8996
8997         Patch by: Eric Anholt
8998
8999         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9000           gst_ximage_src_ximage_get):
9001         Use union of all damage between frames to make it faster.
9002         Fixes bug #342463.
9003         Also fix crasher when cursor is at bottom right of window.
9004
9005 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9006
9007         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9008           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9009           streaming mode regression for file from #343837 with 'bext' chunk
9010           before the 'fmt' chunk.
9011
9012 2007-05-11  Wim Taymans  <wim@fluendo.com>
9013
9014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9015         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9016         (gst_rtspsrc_handle_src_event),
9017         (gst_rtspsrc_stream_configure_manager),
9018         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9019         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9020         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9021         * gst/rtsp/gstrtspsrc.h:
9022         * gst/rtsp/rtspdefs.h:
9023         Preliminary seek support.
9024         Activate internal pads so that we can receive events on them.
9025         Don't try to parse a range string when it's NULL.
9026
9027 2007-05-11  Wim Taymans  <wim@fluendo.com>
9028
9029         * gst/rtp/README:
9030         Update README with new RTP variables that will be used for
9031         synchronisation.
9032
9033         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9034         (gst_rtp_vorbis_depay_parse_configuration),
9035         (gst_rtp_vorbis_depay_process):
9036         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9037         (gst_rtp_vorbis_pay_finish_headers),
9038         (gst_rtp_vorbis_pay_handle_buffer):
9039         Update vorbis pay and depayloader to draft-04.
9040
9041 2007-05-11  Wim Taymans  <wim@fluendo.com>
9042
9043         * gst/rtsp/rtsptransport.c:
9044         UDP MCAST is actually the default for RTP/AVP.
9045 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9046
9047         * gst/level/gstlevel.c: (gst_level_transform_ip):
9048         Use guint8 * instead of gpointer then vs6 can build 
9049         in_data += (filter->width / 8).
9050
9051 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9052
9053         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9054           gst_ximage_src_ximage_get):
9055         * sys/ximage/gstximagesrc.h (last_ximage):
9056         When using Damage actually keep the last frame, and not assume
9057         that the buffer we get already has the last frame on it.
9058         Copy the cursor over if we specify a non-zero start x and
9059         start y.
9060
9061 2007-05-11  Wim Taymans  <wim@fluendo.com>
9062
9063         * gst/rtsp/rtsptransport.c:
9064         Make UDP the default transport when not specified.
9065
9066 2007-05-09  David Schleef  <ds@schleef.org>
9067
9068         * gst/level/gstlevel.c:
9069           Revert last change.
9070
9071 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9072
9073         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9074         (gst_level_transform_ip):
9075         Use guint8 * instead of gpointer then vs6 know the size of data
9076         pointed when moving the pointer.
9077         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9078         Move instructions after variables declaration.
9079         * win32/vs6/autogen.dsp:
9080         * win32/vs6/libgstrtp.dsp:
9081         * win32/vs6/libgstrtsp.dsp:
9082         Update vs6 project files.
9083
9084 2007-05-09  Wim Taymans  <wim@fluendo.com>
9085
9086         * gst/rtsp/Makefile.am:
9087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9088         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9089         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9090         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9091         (rtsp_range_free):
9092         * gst/rtsp/rtsprange.h:
9093         Add code to parse time ranges.
9094         Report DURATION on the stream when possible.
9095
9096 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9097
9098         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9099         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9100         (gst_videomixer_collected):
9101           Fix strides calculation for AYUV (it's just width*4) (#436910).
9102
9103 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9104
9105         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9106         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9107         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9108         Sync the GObject properties before each processing step to properly
9109         work with the controller.
9110
9111 2007-05-04  Wim Taymans  <wim@fluendo.com>
9112
9113         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9114         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9115         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9116         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9117         (gst_rtspsrc_change_state):
9118         Let more error state trickle down so that we can catch more error
9119         cases.
9120         Handle keep-alive a little smarter by selecting a method the server
9121         actually supports.
9122         Fix a race in UDP streaming shutdown.
9123
9124 2007-05-04  Wim Taymans  <wim@fluendo.com>
9125
9126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9127         Ignore errors when trying to use the keep-alive messages.
9128
9129 2007-05-04  Wim Taymans  <wim@fluendo.com>
9130
9131         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9132         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9133         (gst_rtspsrc_stream_configure_manager),
9134         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9135         (gst_rtspsrc_stream_configure_mcast),
9136         (gst_rtspsrc_stream_configure_udp),
9137         (gst_rtspsrc_stream_configure_udp_sink),
9138         (gst_rtspsrc_stream_configure_transport):
9139         Send RTCP messages back to the server over the TCP connection.
9140
9141         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9142         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9143         (rtsp_connection_receive):
9144         * gst/rtsp/rtspconnection.h:
9145         Factor out and expose lowlevel _write and _read methods.
9146         Implement sending data messages to the server.
9147
9148 2007-05-03  Wim Taymans  <wim@fluendo.com>
9149
9150         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9151         (gst_multipart_mux_collected):
9152         Fix timestamps on outgoing buffers.
9153
9154 2007-05-03  Wim Taymans  <wim@fluendo.com>
9155
9156         * gst/multipart/multipartmux.c:
9157         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9158         (gst_multipart_mux_change_state):
9159         Emit NEWSEGMENT events before pushing the first buffer.
9160
9161 2007-05-03  Wim Taymans  <wim@fluendo.com>
9162
9163         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9164         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9165         (gst_rtspsrc_handle_src_query),
9166         (gst_rtspsrc_stream_configure_manager),
9167         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9168         (gst_rtspsrc_stream_configure_mcast),
9169         (gst_rtspsrc_stream_configure_udp),
9170         (gst_rtspsrc_stream_configure_udp_sink),
9171         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9172         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9173         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9174         (gst_rtspsrc_pause):
9175         Refactor transport configuration code.
9176         Create internal pads for TCP transport so that we can implement events
9177         and queries.
9178         Handle events and queries.
9179         Parse range from the SDP.
9180         Fix race in pause handler where the connection could still be flushing.
9181
9182 2007-05-02  Wim Taymans  <wim@fluendo.com>
9183
9184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9185         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9186         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9187         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9188         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9189         (gst_rtspsrc_change_state):
9190         * gst/rtsp/gstrtspsrc.h:
9191         Fix race when multiple udp sources post timeouts, just act on the first
9192         received timeout.
9193         Protect stream list with a recursive lock to fix some races.
9194         Flush connection when we need to do a reconnect or stop.
9195         Make state lock recursive.
9196
9197         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9198         (rtsp_connection_close):
9199         Some small cleanups.
9200
9201 2007-05-02  Wim Taymans  <wim@fluendo.com>
9202
9203         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9204         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9205         Only set DISCONT when there actually is a discont or when we just
9206         started.
9207
9208 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9209
9210         * ext/flac/gstflac.c: (plugin_init):
9211         Call bindtextdomain() to get localized strings.
9212
9213 2007-05-02  Wim Taymans  <wim@fluendo.com>
9214
9215         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9216         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9217         (gst_wavparse_stream_data):
9218         * gst/wavparse/gstwavparse.h:
9219         Be a bit more clever when dealing with VBR files with FACT tags, we
9220         don't want to timestamp buffers in that case but the estimated BPS can
9221         be used for seeking.
9222         Only send close segment in the streaming thread.
9223
9224 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9225
9226         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9227         Correctly post an error on the bus if something went wrong in the loop
9228         function. This fixes a few cases where the task was paused and nothing
9229         happened anymore.
9230
9231 2007-05-02  Wim Taymans  <wim@fluendo.com>
9232
9233         * gst/rtsp/test.c: (main):
9234         Fix compilation of deprecated test just because I'm too lazy to delete
9235         it.
9236
9237 2007-05-02  Wim Taymans  <wim@fluendo.com>
9238
9239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9240         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9241         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9242         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9243         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9244         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9245         * gst/rtsp/gstrtspsrc.h:
9246         Fix sending RTCP to the right place.
9247         Fix bug in reffing the wrong UDP element.
9248         Use new pad names for the session manager.
9249         Implement handling server requests in interleaved and UDP modes.
9250         Handle session keep-alive in UDP modes.
9251         Remove GCond for handling UDP timeouts.
9252
9253         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9254         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9255         (rtsp_connection_receive), (rtsp_connection_close):
9256         * gst/rtsp/rtspconnection.h:
9257         Store connection IP address for later.
9258         Add timeout args to all operations that might block forever.
9259         Parse session timeout.
9260         Only close sockets when not already closed.
9261
9262         * gst/rtsp/rtspdefs.c:
9263         * gst/rtsp/rtspdefs.h:
9264         Add timeout return value and error string.
9265
9266         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9267         Add small comment.
9268
9269 2007-05-01  Wim Taymans  <wim@fluendo.com>
9270
9271         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9272
9273         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9274         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9275         * gst/rtp/gstrtpmp4vpay.h:
9276         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9277
9278 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9279
9280         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9281           Remove v4l2src from docs, since it breaks the docs build, and the
9282           plugin is only built if --enable-experimental is used anyway.
9283
9284         * docs/plugins/Makefile.am:
9285           Spaces => tab.
9286
9287 2007-04-29  Wim Taymans  <wim@fluendo.com>
9288
9289         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9290         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9291         Add code to drop membership of a multicast group.
9292
9293         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9294         (gst_udpsink_set_uri):
9295         Implement URI handler.
9296
9297         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9298         (gst_rtspsrc_parse_rtpinfo):
9299         Use URI handler to make udpsink instace.
9300         Improve code to configure port and destination.
9301
9302 2007-04-29  Wim Taymans  <wim@fluendo.com>
9303
9304         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9305         Fix multicast detection.
9306         Don't try to join a multicast group if the address is not multicast.
9307
9308         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9309         Small debug improvement.
9310
9311 2007-04-27  Wim Taymans  <wim@fluendo.com>
9312
9313         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9314         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9315         (gst_rtspsrc_handle_message):
9316         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9317         parent.
9318
9319 2007-04-27  Wim Taymans  <wim@fluendo.com>
9320
9321         * gst/rtp/gstrtpilbcdepay.h:
9322         Fix mode property when specified as an arg.
9323
9324 2007-04-26  Edward Hervey  <edward@fluendo.com>
9325
9326         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9327         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9328         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9329         * docs/plugins/inspect/plugin-osxaudio.xml:
9330         Add documentation for osxaudio plugin.
9331
9332 2007-04-26  Wim Taymans  <wim@fluendo.com>
9333
9334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9335         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9336         (gst_rtspsrc_open), (gst_rtspsrc_close),
9337         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9338         (gst_rtspsrc_pause):
9339         * gst/rtsp/gstrtspsrc.h:
9340         Protect state changes with a lock.
9341
9342         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9343         (parse_line):
9344         * gst/rtsp/rtspconnection.h:
9345         Remove some unused stuff.
9346
9347 2007-04-26  Wim Taymans  <wim@fluendo.com>
9348
9349         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9350         Handle the case where there are exactly 0 bytes to read and the ioctl
9351         did not report an error. Fixes #433530.
9352
9353 2007-04-26  Wim Taymans  <wim@fluendo.com>
9354
9355         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9356         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9357         * gst/wavparse/gstwavparse.h:
9358         Apply DISCONT to buffers.
9359         Only apply timestamp to the first sample after a DISCONT, too many VBR
9360         files cause random jitter in the timestamps. Fixes #433119.
9361
9362 2007-04-25  Wim Taymans  <wim@fluendo.com>
9363
9364         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9365         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9366         (gst_rtp_dec_get_property):
9367         * gst/rtsp/gstrtpdec.h:
9368         Add dummy latency property to be backwards compat with rtpbin.
9369
9370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9371         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9372         (gst_rtspsrc_stream_configure_transport),
9373         (gst_rtspsrc_parse_rtpinfo):
9374         * gst/rtsp/gstrtspsrc.h:
9375         Add latency property and configure in the session manager.
9376         Don't set invalid clock-base and seqnum-base on caps, some servers
9377         sometimes don't send them.
9378
9379 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9382         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9383           Double-check that RGB input caps are really RGBA caps (apparently
9384           the core doesn't always catch it if those caps aren't a subset of
9385           our template caps, also see #421543). Fixes #429319 in a way.
9386           Also, don't leak the pad template in the transform_caps function.
9387
9388         * tests/check/Makefile.am:
9389         * tests/check/elements/.cvsignore:
9390         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9391         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9392         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9393         (GST_START_TEST), (alphacolor_suite):
9394           Add some basic unit tests for alphacolor.
9395
9396 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9397
9398         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9399           If we get a fatal flow return in the loop function, first post the
9400           error message and only then send the EOS event downstream, otherwise
9401           applications might get an eos message before the error message and
9402           think everything was ok (related to #429319).
9403
9404 2007-04-25  Wim Taymans  <wim@fluendo.com>
9405
9406         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9407         Read the channel byte as an unsigned byte.
9408
9409 2007-04-25  Wim Taymans  <wim@fluendo.com>
9410
9411         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9412         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9413         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9414         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9415         (gst_rtp_gsm_depay_setcaps):
9416         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9417         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9418         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9419         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9420         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9421         (gst_ilbc_depay_get_property):
9422         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9423         * gst/rtp/gstrtpmp4adepay.c:
9424         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9425         (gst_rtp_pcma_depay_setcaps):
9426         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9427         (gst_rtp_pcmu_depay_setcaps):
9428         Make sure we configure the clock_rate in the baseclass in the setcaps
9429         function. Fixes #431282.
9430
9431 2007-04-25  Wim Taymans  <wim@fluendo.com>
9432
9433         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9434         (gst_rtspsrc_stream_free), (request_pt_map),
9435         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9436         * gst/rtsp/gstrtspsrc.h:
9437         Parse server address from SDP.
9438         Hook up a udpsink to send RTCP back to the server.
9439
9440         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9441         * gst/rtsp/rtsptransport.h:
9442         Add some docs.
9443
9444 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9445
9446         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9447           Make header field check conditional. Fixes #433135
9448
9449 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9450
9451         * docs/plugins/Makefile.am:
9452         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9453         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9454         * docs/plugins/inspect/plugin-alphacolor.xml:
9455         * gst/alpha/Makefile.am:
9456         * gst/alpha/gstalphacolor.c:
9457         * gst/alpha/gstalphacolor.h:
9458           Add minimal docs blurb to alphacolor; split out headers into
9459           separate header file for gtk-doc.
9460
9461 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9462
9463         * gst/debug/progressreport.c: (gst_progress_report_report):
9464           Don't try to post NULL message (in case we can't query upstream
9465           position or duration).
9466
9467 2007-04-18  Michael Smith  <msmith@fluendo.com>
9468
9469         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9470         (gst_cutter_get_caps):
9471         * gst/cutter/gstcutter.h:
9472           Fix some of the most obvious bugs in cutter. Now doesn't leak
9473           everything if input is silent.
9474
9475 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9476
9477         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9478         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9479         * gst/wavenc/gstwavenc.h:
9480         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9481         else results in a invalid block align and invalid files.
9482
9483 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9484
9485         Patch by: Snaik <snaik32 gmail com>
9486
9487         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9488           Add missing break statement for BOX_HORIZONTAL case.
9489
9490 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9491
9492         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9493
9494         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9495         Use correct format strings for integer types.
9496
9497 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9498
9499         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9500         (gst_wavparse_create_sourcepad):
9501         Use gst_riff_create_audio_template_caps () instead of the local caps.
9502         This makes updates of the local caps unecessary whenever libgstriff
9503         gets support for new formats.
9504
9505 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9506
9507         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9508
9509         * sys/sunaudio/gstsunaudio.c:
9510         * sys/sunaudio/gstsunaudiomixer.c:
9511         * sys/sunaudio/gstsunaudiomixer.h:
9512         * sys/sunaudio/gstsunaudiomixerctrl.c:
9513         * sys/sunaudio/gstsunaudiomixerctrl.h:
9514         * sys/sunaudio/gstsunaudiomixertrack.h:
9515         * sys/sunaudio/gstsunaudiosink.c:
9516         * sys/sunaudio/gstsunaudiosink.h:
9517         * sys/sunaudio/gstsunaudiosrc.c:
9518         * sys/sunaudio/gstsunaudiosrc.h:
9519           Fix and/or update copyright attributions (#430228).
9520
9521 2007-04-13  Wim Taymans  <wim@fluendo.com>
9522
9523         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9524         Fix docs.
9525
9526         * gst/rtsp/URLS:
9527         Add some more example urls.
9528
9529         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9530         (gst_rtp_dec_chain_rtp):
9531         Better debugging.
9532
9533         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9534         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9535         (gst_rtspsrc_parse_rtpinfo):
9536         Remove unused code.
9537
9538 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9539
9540         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9541         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9542         (gst_wavparse_stream_data):
9543           Relax the audio/mpeg caps again and add FIXME: comment.
9544
9545 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9546
9547         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9548         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9549         (gst_wavparse_stream_data):
9550         * gst/wavparse/gstwavparse.h:
9551           More sanity check for the header fields. Fix type for 'rate' header
9552           field.
9553
9554 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9555
9556         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9557         (gst_icydemux_unicodify):
9558           If the metadata strings we get in the stream are not UTF-8, try to
9559           interpret them according to the character encodings specified in the
9560           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9561           only fall back to locale/ISO-8859-1 if those aren't set or don't
9562           work. Should fix #428901.
9563
9564 2007-04-12  Wim Taymans  <wim@fluendo.com>
9565
9566         * gst/rtp/gstrtph264depay.c:
9567         Use the proper sync word for SPS and PPS.
9568
9569 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9570
9571         * gst/rtp/Makefile.am:
9572         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9573           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9574         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9575           Add a simple hashing implementation that we can use to generate
9576           a 24-bit ident value based on the codebooks for vorbis and theora.
9577         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9578           gst_rtp_theora_pay_handle_buffer):
9579         * gst/rtp/gstrtpvorbisdepay.c
9580           (gst_rtp_vorbis_depay_parse_configuration,
9581           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9582         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9583           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9584           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9585           Use the hashing function, ensuring that the same codebooks result
9586           in the same ident and thus the same SDP description.
9587           Various log fixes/changes.
9588
9589 2007-04-12  Wim Taymans  <wim@fluendo.com>
9590
9591         Patch by: jerry tan <jerry dot tan at sun dot com>
9592
9593         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9594         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9595         application's responsibility to make sure it open the device once.
9596         Remove a careless error if AUDIODEV is set. Fixes #392620.
9597
9598 2007-04-12  Wim Taymans  <wim@fluendo.com>
9599
9600         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9601         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9602         * gst/rtsp/gstrtpdec.h:
9603         Make backward compat with rtpbin by adding the request-pt-map signals.
9604
9605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9606         (new_session_pad), (request_pt_map),
9607         (gst_rtspsrc_stream_configure_transport),
9608         (gst_rtspsrc_stream_configure_caps),
9609         (gst_rtspsrc_activate_streams):
9610         * gst/rtsp/gstrtspsrc.h:
9611         Implement request-pt-map signals instead of setting caps on the buffers
9612         for the session manager.
9613
9614 2007-04-11  Wim Taymans  <wim@fluendo.com>
9615
9616         * gst/udp/gstudp.c: (plugin_init):
9617         Register GstNetBuffer in plugin_init so that the type can be used from
9618         multiple threads without races.
9619
9620 2007-04-10  Wim Taymans  <wim@fluendo.com>
9621
9622         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9623         (gst_rtp_amr_depay_process):
9624         Fix depayloader clock_rate and some cleanups.
9625
9626         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9627         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9628         * gst/rtp/gstrtph264depay.h:
9629         Don't push codec_data in the adapter because it might get flushed when
9630         we get a discont.
9631
9632         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9633         Handle multiple AU per packet.
9634
9635         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9636         (gst_rtp_sv3v_depay_plugin_init):
9637         Disable rank, this one does not work.
9638         Remove timestamping, base class does that.
9639
9640 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9641
9642         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9643           limit caps to the formats we announce in the template
9644
9645         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9646         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9647         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9648           fix some crashers/asserts when dealing with broken files
9649
9650 2007-04-10  Wim Taymans  <wim@fluendo.com>
9651
9652         Patch by: Peter Kjellerstedt  <pkj at axis com>
9653
9654         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9655         * gst/rtp/gstrtpL16depay.c:
9656         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9657         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9658         (gst_rtp_speex_depay_setcaps):
9659         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9660         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9661         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9662         Fix some compiler warnings. Fixes #428182.
9663
9664 2007-04-06  Wim Taymans  <wim@fluendo.com>
9665
9666         * gst/rtsp/Makefile.am:
9667         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9668         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9669         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9670         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9671         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9672         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9673         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9674         (create_rtcp), (gst_rtp_dec_request_new_pad),
9675         (gst_rtp_dec_release_pad):
9676         * gst/rtsp/gstrtpdec.h:
9677         * gst/rtsp/gstrtsp.c: (plugin_init):
9678         Morph RTPDec into something compatible with RTPBin as a fallback.
9679         Various other style fixes.
9680
9681         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9682         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9683         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9684         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9685         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9686         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9687         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9688         * gst/rtsp/gstrtspsrc.h:
9689         Implement RTPBin session manager handling.
9690         Don't try to add empty properties to caps.
9691         Implement fallback session manager, handling.
9692         Don't combine errors from RTCP streams, just ignore them.
9693
9694         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9695         * gst/rtsp/rtsptransport.h:
9696         Implement fallback session manager.
9697         Make RTPBin the default one when available.
9698
9699 2007-04-05  Wim Taymans  <wim@fluendo.com>
9700
9701         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9702         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9703         This element is ready to be autoplugged.
9704
9705 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9706
9707         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9708         Don't leave the offsets defined by upstream element on the
9709         compressed data buffer we are pushing downstream. Make them
9710         GST_BUFFER_OFFSET_NONE.
9711
9712 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9713
9714         * gst/avi/README:
9715         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9716         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9717         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9718         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9719         (gst_avi_demux_calculate_durations_from_index),
9720         (gst_avi_demux_stream_header_push),
9721         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9722         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9723           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9724
9725 2007-04-03  Wim Taymans  <wim@fluendo.com>
9726
9727         * gst/smpte/barboxwipes.c:
9728         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9729
9730 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9731
9732         * gst/wavparse/gstwavparse.c:
9733         Support audio/x-raw-float in wav files. This only works with
9734         plugins-base CVS, using an older version doesn't have any
9735         disadvantages though.
9736
9737 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9738
9739         * configure.ac:
9740         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9741         (gst_au_parse_parse_header), (gst_au_parse_chain):
9742         * gst/auparse/gstauparse.h:
9743         Revert last change as we don't want plugins-good to depend on
9744         plugins-base CVS now.
9745
9746 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9747
9748         * configure.ac:
9749         Require gst-plugins-base CVS for audioconvert with non-native
9750         float support and width/depth fix in libgstriff.
9751
9752         Patch by: René Stadler <mail at renestadler dot de>
9753
9754         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9755         (gst_au_parse_parse_header), (gst_au_parse_chain):
9756         * gst/auparse/gstauparse.h:
9757         Don't swap the floats ourself if they're not in native endianness.
9758         Instead let audioconvert handle this. Fixes #339838.
9759
9760 2007-03-29  Wim Taymans  <wim@fluendo.com>
9761
9762         * gst/rtp/gstasteriskh263.h:
9763         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9764         (gst_rtp_h263p_depay_change_state):
9765         * gst/rtp/gstrtph263pdepay.h:
9766         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9767         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9768         (gst_rtp_h264_depay_change_state):
9769         * gst/rtp/gstrtph264depay.h:
9770         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9771         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9772         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9773         Flush adapter on disconts.
9774
9775 2007-03-29  Wim Taymans  <wim@fluendo.com>
9776
9777         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9778         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9779         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9780         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9781         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9782         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9783         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9784         (gst_rtp_mp4v_depay_process):
9785         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9786         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9787         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9788         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9789         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9790         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9791         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9792         Use more efficient adapter and rtpbuffer methods when possible.
9793
9794 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9795
9796         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9797         (gst_wavenc_sink_setcaps):
9798         Correctly handle width!=depth input.
9799         * gst/wavparse/gstwavparse.c:
9800         Already export in the caps that width==8 uses unsigned samples and
9801         everything else uses signed samples.
9802
9803 2007-03-29  Wim Taymans  <wim@fluendo.com>
9804
9805         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9806
9807         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9808         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9809         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9810         (gst_dynudpsink_close):
9811         * gst/udp/gstdynudpsink.h:
9812         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9813         (gst_udpsrc_create), (gst_udpsrc_set_property),
9814         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9815         * gst/udp/gstudpsrc.h:
9816         Rework the socket allocation a bit based on the sockfd argument so that
9817         it becomes usable.
9818         Add a closefd property to instruct the udp elements to close the custom
9819         file descriptors when going to READY. Fixes #423304.
9820         API:GstUDPSrc::closefd property
9821         API:GstDynUDPSink::closefd property
9822
9823 2007-03-29  Wim Taymans  <wim@fluendo.com>
9824
9825         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9826
9827         * gst/rtp/Makefile.am:
9828         * gst/rtp/gstrtp.c: (plugin_init):
9829         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9830         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9831         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9832         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9833         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9834         (gst_rtp_h264_pay_plugin_init):
9835         * gst/rtp/gstrtph264pay.h:
9836         Added H264 payloader. Fixes #423782.
9837
9838         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9839         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9840         Small fixes.
9841
9842 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9843
9844         * gst/wavparse/gstwavparse.c:
9845         Actually support depths from 1 to 32, not only 8 to 32.
9846
9847 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9848
9849         * gst/wavparse/gstwavparse.c:
9850         Add support for wav files containing audio/x-raw-int with random
9851         depths between 1 and 32 bits.
9852
9853 2007-03-28  Wim Taymans  <wim@fluendo.com>
9854
9855         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9856
9857         * gst/rtp/Makefile.am:
9858         * gst/rtp/gstrtp.c: (plugin_init):
9859         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9860         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9861         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9862         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9863         (gst_rtp_mp4a_depay_get_property),
9864         (gst_rtp_mp4a_depay_change_state),
9865         (gst_rtp_mp4a_depay_plugin_init):
9866         * gst/rtp/gstrtpmp4adepay.h:
9867         Added MP4A-LATM depayloader. Fixes #417792.
9868
9869         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9870         (gst_rtp_mp4v_depay_process):
9871         Fixup depayloader, setting codec_data, using more efficient adaptor and
9872         rtpbuffer handling.
9873
9874         * gst/rtsp/URLS:
9875         Add url to test above.
9876
9877 2007-03-25  Wim Taymans  <wim@fluendo.com>
9878
9879         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9880         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9881         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9882         (gst_rtspsrc_media_to_caps),
9883         (gst_rtspsrc_stream_configure_transport),
9884         (gst_rtspsrc_stream_configure_caps),
9885         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9886         * gst/rtsp/gstrtspsrc.h:
9887         Handle default clock-rates for static payload types, rearrange stuff so
9888         that the rtpmap field in the sdp can override the defaults.
9889         Parse RTP-Info field to get the seqnum and timebase fields that should
9890         go in the caps.
9891         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9892         the server. 
9893
9894 2007-03-22  Wim Taymans  <wim@fluendo.com>
9895
9896         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9897
9898         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9899         Accept complex pipeline descriptions as an audio profile instead of just
9900         a single element. Fixes #420658.
9901
9902 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9903
9904         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9905           Rename registered type in preparation of GstTagDemux moving to
9906           -base at some point in the future.
9907
9908 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9909
9910         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9911           Streaming mode fixes: don't unref buffer we don't own any longer;
9912           remove bogus adapter flush. Fixes #419338.
9913
9914 2007-03-17  David Schleef  <ds@schleef.org>
9915
9916         * REQUIREMENTS: Change the format to key/value, add a bunch of
9917           information, remove a bunch of requirements that are for
9918           other GStreamer packages.
9919
9920 2007-03-17  David Schleef  <ds@schleef.org>
9921
9922         * REQUIREMENTS: Fix a few things.  This file really needs a
9923         good once-over.
9924
9925 2007-03-15  Edward Hervey  <edward@fluendo.com>
9926
9927         * sys/Makefile.am:
9928         Don't forget to distribute the sys/osxaudio/ directory.
9929
9930 2007-03-15  Edward Hervey  <edward@fluendo.com>
9931
9932         * configure.ac:
9933         * sys/Makefile.am:
9934         * sys/osxaudio/Makefile.am:
9935         * sys/osxaudio/gstosxaudio.c:
9936         * sys/osxaudio/gstosxaudiosink.c:
9937         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9938         (gst_osx_audio_sink_getcaps),
9939         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9940         * sys/osxaudio/gstosxaudiosrc.c:
9941         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9942         (gst_osx_audio_src_create_ringbuffer):
9943         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9944         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9945         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9946         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9947         * sys/osxaudio/gstosxringbuffer.h:
9948         Activate osxaudio in gst-plugins-good with proper build setup.
9949         Add inlined documentation.
9950         Fix debug statements
9951         Fix ringbuffer when pausing.
9952         Fixes #323471
9953
9954 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9955         * gst/rtp/gstrtppcmapay.c:
9956         * gst/rtp/gstrtppcmapay.h:
9957         * gst/rtp/gstrtppcmupay.c:
9958         * gst/rtp/gstrtppcmupay.h:
9959         Ported mulaw and alaw payloaders to use new base class
9960
9961 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9962
9963         * po/af.po:
9964         * po/az.po:
9965         * po/cs.po:
9966         * po/en_GB.po:
9967         * po/it.po:
9968         * po/nl.po:
9969         * po/or.po:
9970         * po/sq.po:
9971         * po/sr.po:
9972         * po/sv.po:
9973         * po/uk.po:
9974         * po/vi.po:
9975           Update translations.
9976
9977 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9978
9979         * configure.ac:
9980           Fix string replace error (AG_AG_GST_* => AG_GST_*).
9981
9982 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9983
9984         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
9985           Fix handling of -1 values for start and stop values when seeking,
9986           and SEEK_CUR+SEEK_END here as well.
9987
9988 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
9989
9990         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
9991           Fix handling of -1 values for start and stop values when seeking, 
9992           and SEEK_CUR+SEEK_END.
9993
9994 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9995
9996         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9997           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
9998           the image format a variable-length NUL-terminated string; in
9999           versions before that the image format is a fixed-length string of
10000           3 characters (see #348644 for a sample tag).
10001           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10002
10003 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10004
10005         * win32/MANIFEST:
10006         Add new project files to MANIFEST.
10007         * win32/vs6/libgstaudiofx.dsp:
10008         * win32/vs6/libgstrtp.dsp:
10009         * win32/vs6/libgstrtsp.dsp:
10010         Update project files.
10011         
10012 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10013
10014         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10015         (gst_avi_demux_parse_index):
10016         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10017         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10018           Printf format fixes; also add some missing quotes in translated
10019           strings. Fixes #416728 and #416727.
10020
10021 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10022
10023         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10024           Tim and I can't think of any reason the child audio sink needs to 
10025           be set back to NULL after successfully determining that it can 
10026           reach READY - it gets immediately set back to READY by the caller
10027           anyway, causing an unnecessary close/open of any audio devices
10028           involved.
10029
10030 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10031
10032         * po/LINGUAS:
10033         * po/ja.po:
10034           Add ja.po file from #377306.
10035
10036 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10037
10038         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10039         * sys/sunaudio/gstsunaudiomixertrack.c:
10040         (gst_sunaudiomixer_track_new):
10041           Actually translate sunaudio mixer track labels instead of just
10042           marking the strings as translatable (#377306); clean up weird
10043           label string mapping code that serves no apparent purpose. Also
10044           set the 'untranslated-label' property when creating mixer tracks
10045           if the GstMixerTrack base class supports this.
10046
10047         * tests/check/Makefile.am:
10048         * tests/check/elements/.cvsignore:
10049         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10050         (sunaudio_suite):
10051           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10052           actually tested on a system where sunaudiomixer is available).
10053
10054 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10055
10056         * tests/check/Makefile.am:
10057         Re-enable the states test and see if it works on the buildbots.
10058
10059 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10060
10061         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10062         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10063         (gst_dvdec_change_state):
10064         * ext/dv/gstdvdec.h:
10065         Infer pixel-aspect-ratio from the video frame format if it isn't
10066         provided by the container, as happens when playing DV from AVI
10067         or Quicktime containers.
10068
10069         Patch by: Wim Taymans <wim@fluendo.com>
10070         Fixes #380944
10071
10072 2007-03-09  Wim Taymans  <wim@fluendo.com>
10073
10074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10075         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10076         will later be handled by the jitterbuffer.
10077
10078 2007-03-09  Wim Taymans  <wim@fluendo.com>
10079
10080         * ext/taglib/gstid3v2mux.cc:
10081         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10082         Fixes #414496.
10083         
10084         Patch by: Alex Lancaster <alexl at users sourceforge net>
10085
10086 2007-03-09  Wim Taymans  <wim@fluendo.com>
10087
10088         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10089         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10090         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10091         (gst_avi_demux_chain):
10092         Fix stream position reporting after a seek. Fixes #416445.
10093
10094 2007-03-08  Wim Taymans  <wim@fluendo.com>
10095
10096         Patch by: René Stadler <mail at renestadler dot de>
10097
10098         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10099         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10100         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10101         Make avidemux accept optional header chunks in any order.
10102         Fixes #415446.
10103
10104 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10105
10106         * tests/check/Makefile.am:
10107         Disable the states check until the remaining Valgrind errors
10108         are fixed or suppressed.
10109
10110 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10111
10112         * tests/check/elements/.cvsignore:
10113           Add audiodynamic check to .cvsignore
10114
10115 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10116
10117         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10118
10119         * gst/audiofx/Makefile.am:
10120         * gst/audiofx/audiodynamic.c:
10121         (gst_audio_dynamic_characteristics_get_type),
10122         (gst_audio_dynamic_mode_get_type),
10123         (gst_audio_dynamic_set_process_function),
10124         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10125         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10126         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10127         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10128         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10129         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10130         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10131         (gst_audio_dynamic_transform_hard_knee_expander_int),
10132         (gst_audio_dynamic_transform_hard_knee_expander_float),
10133         (gst_audio_dynamic_transform_soft_knee_expander_int),
10134         (gst_audio_dynamic_transform_soft_knee_expander_float),
10135         (gst_audio_dynamic_transform_ip):
10136         * gst/audiofx/audiodynamic.h:
10137         * gst/audiofx/audiofx.c: (plugin_init):
10138         Add new audiodynamic element which can act as a compressor or
10139         expander. Supported are hard-knee and soft-knee operation modes with
10140         user-specified ratio and threshold.
10141         Attack and release parameters are not yet implemented but will follow.
10142         * docs/plugins/Makefile.am:
10143         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10144         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10145         * docs/plugins/gst-plugins-good-plugins.args:
10146         * docs/plugins/inspect/plugin-audiofx.xml:
10147         Integrate audiodynamic into the docs.
10148         * tests/check/Makefile.am:
10149         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10150         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10151         Add unit test for audiodynamic.
10152
10153 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10154
10155         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10156         Free handles that we allocated when exiting via the error paths.
10157
10158 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10159
10160         * gst/level/gstlevel.c: (gst_level_class_init),
10161         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10162         (gst_level_transform_ip):
10163         * gst/level/gstlevel.h:
10164           Resolve message timestamps against the playback segment.
10165
10166 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10167
10168         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10169         (gst_id3demux_sink_activate):
10170           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10171           caps passed to it (previously one code path assumed it took ownership
10172           while another one assumed it didn't, while in fact it sometimes did and
10173           sometimes didn't ...).
10174
10175         * configure.ac:
10176         * tests/files/Makefile.am:
10177         * tests/files/id3-407349-1.tag:
10178         * tests/files/id3-407349-2.tag:
10179           Add directory where data for unit tests can be stored.
10180
10181         * tests/Makefile.am:
10182         * tests/check/Makefile.am:
10183         * tests/check/elements/.cvsignore:
10184         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10185         (read_tags_from_file), (run_check_for_file),
10186         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10187           Add unit test for id3demux, and in particular for bug #407349. Only
10188           testing pull-mode for now; push mode doesn't work yet because the test
10189           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10190
10191 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10192
10193         * tests/check/Makefile.am:
10194           Add missing backslash at end of line.
10195
10196 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10197
10198         Trigger rebuild.
10199
10200 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10201
10202         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10203         * gst/id3demux/id3tags.h:
10204         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10205         (parse_obsolete_tdat_frame):
10206           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10207           the four-digit number will be interpreted as a year, whereas it is
10208           month and day in DDMM format. Instead, parse TDAT frames and fix up
10209           the date in the GST_TAG_DATE tag later if we also extracted a year.
10210           Fixes #407349.
10211
10212 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10213
10214         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10215         (gst_switch_commit_new_kid):
10216         Fix up the dispose logic so it doesn't leak, and fix setting of 
10217         the child state so that we don't set a child to our current state 
10218         just as we are changing it to something else.
10219
10220 2007-03-06  Wim Taymans  <wim@fluendo.com>
10221
10222         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10223         (gst_goom_chain):
10224         * gst/goom/gstgoom.h:
10225         Document, fix and improve goom adapter behaviour.
10226         Fixes #407006.
10227
10228 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10229
10230         * ext/esd/esdsink.c: (gst_esdsink_open):
10231         Unref static pad template after using it.
10232
10233 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10234
10235         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10236         (gst_switch_commit_new_kid):
10237         Fix up the reference counting of the child elements.
10238
10239 2007-03-05  Wim Taymans  <wim@fluendo.com>
10240
10241         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10242         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10243         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10244         Fix encoding-name case.
10245
10246 2007-03-05  Wim Taymans  <wim@fluendo.com>
10247
10248         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10249         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10250         (gst_rtp_speex_depay_process):
10251         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10252         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10253         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10254         (gst_rtp_speex_pay_change_state):
10255         * gst/rtp/gstrtpspeexpay.h:
10256         Fix speex (de)payloader. Fixes #358040.
10257
10258 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10259
10260         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10261         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10262         Install fakesink in NULL by fixing some broken logic. This obviates
10263         the need to manually set _IS_SINK.
10264         Add some comments and remove a little cruft while I'm at it.
10265
10266 2007-03-05  Wim Taymans  <wim@fluendo.com>
10267
10268         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10269         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10270
10271 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10272
10273         * po/POTFILES.in:
10274           Update.
10275
10276 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10277
10278         * tests/check/Makefile.am:
10279         Gah! Also disable gconfvideosink from the tests, otherwise
10280         it will instantiate autovideosink, and dfbvideosink and
10281         leak on the buildbots.
10282
10283 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10284
10285         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10286         (gst_cdio_cdda_src_finalize):
10287         Make sure we always destroy our libcdio handle.
10288
10289 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10290
10291         * tests/check/Makefile.am:
10292         Disable autovideosink so the buildbots don't barf over memory
10293         leaked in the directfb sink.
10294
10295 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10296
10297         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10298         Chain up in dispose
10299
10300 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10301
10302         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10303         (gst_multipart_find_pad_by_mime):
10304         Use gst_pad_new_from_static_template instead of
10305         static_pad_template_get+pad_new.
10306
10307 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10308
10309         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10310         Catch the case where no clock has been set.
10311
10312 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10313
10314         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10315         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10316         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10317         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10318         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10319         (gst_gconf_audio_src_finalize), (do_toggle_element):
10320         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10321         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10322         (do_toggle_element):
10323         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10324         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10325         (gst_gconf_video_src_finalize), (do_toggle_element):
10326         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10327         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10328         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10329         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10330         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10331         (gst_shout2send_init), (gst_shout2send_finalize):
10332         * gst/debug/testplugin.c: (gst_test_class_init),
10333         (gst_test_finalize):
10334         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10335         (gst_flxdec_dispose):
10336         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10337         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10339         (gst_rtspsrc_finalize):
10340         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10341         * gst/rtsp/rtspextwms.h:
10342         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10343         (gst_smpte_finalize):
10344         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10345         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10346         (gst_udpsink_finalize):
10347         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10348         (gst_wavparse_sink_activate):
10349         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10350         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10351         (gst_oss_src_finalize):
10352         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10353         * sys/v4l2/gstv4l2object.h:
10354         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10355         (gst_v4l2src_finalize):
10356         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10357
10358         Fix a bunch of leaks shown by the newly-added states test.
10359
10360 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10361
10362         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10363         Use gst_pad_new_from_static_template instead of 
10364         static_pad_template_get+pad_new.
10365
10366 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10367
10368         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10369
10370         * ext/libcaca/Makefile.am:
10371         * gst/debug/Makefile.am:
10372           Don't mix tabs and spaces (#414168).
10373
10374 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10375
10376         * tests/check/generic/.cvsignore:
10377           Ignore files to please buildbot.
10378
10379 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10380
10381         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10382         (gst_wavparse_stream_data):
10383           Unbreak my previous commit (swapped nominator & denominator). Tim,
10384           thanks for spotting.
10385
10386 2007-03-02  Wim Taymans  <wim@fluendo.com>
10387
10388         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10389         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10390         (gst_cdio_cdda_src_finalize):
10391         Small code cleanups.
10392         Don't use pad_alloc as the base class cannot deal with the error codes.
10393
10394 2007-03-02  Wim Taymans  <wim@fluendo.com>
10395
10396         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10397         (gst_udpsrc_create):
10398         Fix doc.
10399
10400 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10401
10402         Patch by: René Stadler <mail@renestadler.de>
10403
10404         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10405         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10406         (gst_wavparse_stream_data):
10407           Handle rounding better to not drop last sample frame. Fixes #356692
10408
10409 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10410
10411         * tests/check/Makefile.am:
10412         Disable cacasink from the states check too - it also calls exit(1)
10413         on us when it can't find a terminal to talk to.
10414
10415 2007-03-02  Wim Taymans  <wim@fluendo.com>
10416
10417         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10418
10419         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10420         (gst_udpsrc_create), (gst_udpsrc_set_property),
10421         (gst_udpsrc_get_property):
10422         * gst/udp/gstudpsrc.h:
10423         Add support to strip proprietary headers. Fixes #350296.
10424
10425 2007-03-02  Wim Taymans  <wim@fluendo.com>
10426
10427         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10428         Fix compilation.
10429
10430 2007-03-02  Wim Taymans  <wim@fluendo.com>
10431
10432         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10433
10434         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10435         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10436         (gst_rtp_mp2t_depay_set_property),
10437         (gst_rtp_mp2t_depay_get_property):
10438         * gst/rtp/gstrtpmp2tdepay.h:
10439         Add support to strip off proprietary headers. Fixes #350278.
10440
10441 2007-03-02  Wim Taymans  <wim@fluendo.com>
10442
10443         * ext/hal/hal.c:
10444         Fix compilation.
10445
10446 2007-03-02  Wim Taymans  <wim@fluendo.com>
10447
10448         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10449         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10450         (gst_sunaudiosrc_open):
10451         * sys/sunaudio/gstsunaudiosrc.h:
10452         Remove device-name from GstSunAudioSrc. Fixes #412597.
10453
10454 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10455
10456         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10457         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10458         Having NULL as UDI previously selected the default sink/src. Change
10459         this back but mention it in the debug output.
10460         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10461         (gst_hal_get_oss_element), (gst_hal_get_string),
10462         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10463         (gst_hal_get_audio_src):
10464         * ext/hal/hal.h:
10465         Refactor a bit, check all error conditions, greatly improve debugging
10466         and fix some possible memory leaks. Also implement OSS support
10467         and allow specifying an UDI that points to a real device. For this the
10468         child device which supports ALSA (preferred) or OSS is used.
10469         As a side effect this makes it impossible now to get a alsasink in
10470         halaudiosrc and a alsasrc in halaudiosink.
10471
10472 2007-03-01  Wim Taymans  <wim@fluendo.com>
10473
10474         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10475         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10476         Errors from the udp sources are not fatal unless all of them are in
10477         error.
10478
10479 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10480
10481         * tests/check/Makefile.am:
10482         Disable aasink in the states test. I suspect this is the element that
10483         is calling exit(1) when it can't proceed.
10484
10485 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10486
10487         * tests/check/Makefile.am:
10488         Draw plugins in from the build tree sys/ dir, rather than picking
10489         up the already installed versions.
10490
10491 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10492
10493         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10494         Error out correctly when getting xcontext fails.
10495
10496 2007-03-01  Wim Taymans  <wim@fluendo.com>
10497
10498         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10499         Make state change to PAUSED NO_PREROLL because that's what it will be in
10500         the future and rtspsrc relies on it.
10501
10502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10503         (gst_rtspsrc_change_state):
10504         Don't error out when we don't get an error from the state change
10505         function.
10506
10507 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10508
10509         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10510         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10511           Check if the device UDI is set before trying to query HAL
10512           about it and give a useful error message if it wasn't set.
10513         * ext/hal/hal.c: (gst_hal_get_string):
10514           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10515           gives an assertion failure in D-Bus when running with
10516           DBUS_FATAL_WARNINGS=1.
10517
10518 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10519
10520         * configure.ac:
10521           Convert to new AG_GST style.
10522
10523 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10524
10525         * tests/check/Makefile.am:
10526         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10527           add test for states
10528
10529 2007-02-28  Wim Taymans  <wim@fluendo.com>
10530
10531         * tests/check/elements/.cvsignore:
10532         Add new videofilter check to .cvsignore.
10533
10534 2007-02-28  Wim Taymans  <wim@fluendo.com>
10535
10536         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10537         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10538         (gst_avi_demux_loop), (gst_avi_demux_chain):
10539         Fix combined flow return. Fixes #412608.
10540
10541 2007-02-28  Wim Taymans  <wim@fluendo.com>
10542
10543         * gst/videofilter/Makefile.am:
10544         Dist header..
10545
10546 2007-02-28  Wim Taymans  <wim@fluendo.com>
10547
10548         * gst/videofilter/gstgamma.h:
10549         Add header too.
10550
10551 2007-02-28  Wim Taymans  <wim@fluendo.com>
10552
10553         Patch by: Mark Nauwelaerts <manauw at skynet be>
10554
10555         * gst/videofilter/Makefile.am:
10556         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10557         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10558         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10559         (oil_tablelookup_u8), (gst_gamma_set_caps),
10560         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10561         Port gamma filter to 0.10. Fixes #412704.
10562
10563         * tests/check/Makefile.am:
10564         * tests/check/elements/videofilter.c: (setup_filter),
10565         (cleanup_filter), (check_filter), (GST_START_TEST),
10566         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10567         Add unit tests for videofilters.
10568
10569 2007-02-28  Wim Taymans  <wim@fluendo.com>
10570
10571         * gst/rtsp/URLS:
10572         Add another interesting test url.
10573
10574         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10575         Don't allow getting header fields from data packets.
10576
10577 2007-02-28  Michael Smith  <msmith@fluendo.com>
10578
10579         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10580         (gst_shout2send_init), (gst_shout2send_start),
10581         (gst_shout2send_set_property), (gst_shout2send_get_property):
10582         * ext/shout2/gstshout2.h:
10583           Add a property for username.
10584
10585 2007-02-27  Christian Schallerr <christian@fluendo.com>
10586
10587         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10588
10589 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10590
10591         * gst/rtsp/Makefile.am:
10592         Fix make check too.
10593
10594 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10595
10596         * gst/rtsp/base64.c: (util_base64_encode):
10597         * gst/rtsp/base64.h:
10598         Commit missing files for base64 encoding.
10599
10600 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10601
10602         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10603
10604         * configure.ac:
10605         * ext/annodex/Makefile.am:
10606         * ext/jpeg/Makefile.am:
10607         * ext/speex/Makefile.am:
10608         * gst/alpha/Makefile.am:
10609         * gst/cutter/Makefile.am:
10610         * gst/debug/Makefile.am:
10611         * gst/effectv/Makefile.am:
10612         * gst/goom/Makefile.am:
10613         * gst/level/Makefile.am:
10614         * gst/smpte/Makefile.am:
10615         * gst/videofilter/Makefile.am:
10616           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10617
10618 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10619
10620         * gst/rtsp/Makefile.am:
10621         * gst/rtsp/rtspconnection.c: (append_auth_header),
10622         (rtsp_connection_send), (rtsp_connection_set_auth):
10623         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10624         from icecast to replace it. Relicensed from GPL courtesy of Mike
10625         Smith.
10626
10627 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10628
10629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10630         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10631         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10632         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10633         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10634         (gst_rtspsrc_uri_set_uri):
10635         * gst/rtsp/gstrtspsrc.h:
10636         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10637         (append_auth_header), (rtsp_connection_send),
10638         (rtsp_connection_free), (rtsp_connection_set_auth):
10639         * gst/rtsp/rtspconnection.h:
10640         * gst/rtsp/rtspdefs.h:
10641         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10642         * gst/rtsp/rtspurl.h:
10643
10644         Implement simple Basic Authentication support so that urls like
10645         rtsp://user:pass@hostname/rtspstream work on hosts that require
10646         authentication.
10647
10648 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10649
10650         * sys/v4l2/gstv4l2object.c:
10651         * sys/v4l2/gstv4l2tuner.c:
10652         * sys/v4l2/v4l2_calls.c:
10653         Fix segfault when oppening a radio device.
10654         
10655 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10656
10657         * gst/level/gstlevel.c: (gst_level_set_caps),
10658         (gst_level_transform_ip):
10659         * sys/v4l2/README:
10660         * tests/check/elements/level.c: (GST_START_TEST):
10661           Fix level for multi-channel case.
10662
10663 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10664
10665         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10666         (gst_level_transform_ip):
10667         * gst/level/gstlevel.h:
10668           Use function pointer for process function and add process functions
10669           for float audio.
10670
10671 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10672
10673         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10674         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10675         (gst_v4l2src_capture_init):
10676           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10677           fixes #407369
10678
10679 2007-02-18  Wim Taymans  <wim@fluendo.com>
10680
10681         * gst/rtp/Makefile.am:
10682         * gst/rtp/gstrtp.c: (plugin_init):
10683         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10684         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10685         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10686         (gst_rtp_mp2t_pay_plugin_init):
10687         * gst/rtp/gstrtpmp2tpay.h:
10688         Added simple mpeg transport stream payloader.
10689
10690 2007-02-16  Wim Taymans  <wim@fluendo.com>
10691
10692         * gst/rtsp/URLS:
10693         Add example H264 rtsp url.
10694
10695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10696         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10697         Don't convert values to lowercase or we might mess up base64 encoded
10698         properties.
10699
10700 2007-02-16  Wim Taymans  <wim@fluendo.com>
10701
10702         * gst/rtp/README:
10703         Fix case of string params.
10704
10705         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10706         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10707         Fix depayloader, support more packet types.
10708         Add sync codes to make sure the packetizer can do its job.
10709
10710         * gst/rtp/gstrtpmp4gdepay.c:
10711         * gst/rtp/gstrtpmp4gpay.c:
10712         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10713         Fix caps case again.
10714
10715 2007-02-15  Wim Taymans  <wim@fluendo.com>
10716
10717         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10718         Set right caps on output buffers.
10719
10720 2007-02-14  Wim Taymans  <wim@fluendo.com>
10721
10722         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10723         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10724         Clear stack allocated SDPMedia struct before calling _init() on it.
10725         Clarify this in the docs as well.
10726
10727 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10728
10729         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10730         (do_change_child):
10731         Don't reset the profile when going switching states, as it makes
10732         the element non-reusable.
10733
10734 2007-02-14  Wim Taymans  <wim@fluendo.com>
10735
10736         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10737         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10738         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10739         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10740         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10741         (sdp_parse_line):
10742         * gst/rtsp/sdpmessage.h:
10743         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10744         Fix memory management of SDP messages. Fixes #407793.
10745
10746 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10747
10748         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10749
10750         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10751         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10752
10753 2007-02-14  Wim Taymans  <wim@fluendo.com>
10754
10755         Patch by: jp.liu <jp_liu at astrocom dot cn>
10756
10757         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10758         Fix parsing of password field in url. Fixes #407797.
10759
10760 2007-02-14  Wim Taymans  <wim@fluendo.com>
10761
10762         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10763         (gst_wavparse_reset), (gst_wavparse_init),
10764         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10765         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10766         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10767         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10768         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10769         (gst_wavparse_loop), (gst_wavparse_chain),
10770         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10771         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10772         (plugin_init):
10773         * gst/wavparse/gstwavparse.h:
10774         Update docs.
10775         Use boilerplate.
10776         Various code cleanups.
10777         When the bitrate is not known (bps == 0 or compressed formats) let
10778         downstream element guestimate the duration and position and don't
10779         generate timestamps or durations. Fixes #405213.
10780         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10781         error flowreturn upstream.
10782
10783 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10784
10785         * ext/gconf/Makefile.am:
10786         * ext/gconf/gconf.c: (gst_gconf_get_string),
10787         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10788         (gst_gconf_render_bin_with_default):
10789         * ext/gconf/gconf.h:
10790         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10791         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10792         (gst_gconf_audio_sink_dispose), (do_change_child),
10793         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10794         (cb_change_child), (gst_gconf_audio_sink_change_state):
10795         * ext/gconf/gstgconfaudiosink.h:
10796         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10797         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10798         (gst_switch_sink_init), (gst_switch_sink_dispose),
10799         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10800         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10801         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10802         * ext/gconf/gstswitchsink.h:
10803         * gst/autodetect/gstautoaudiosink.c:
10804         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10805         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10806         (gst_auto_audio_sink_detect):
10807         * gst/autodetect/gstautovideosink.c:
10808         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10809         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10810         (gst_auto_video_sink_detect):
10811         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10812         and a child that implements the GConf key monitoring. The end goal of
10813         this is an audio sink that can be changed on the fly, but at the 
10814         moment it still only changes on the next READY transition.
10815
10816 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10817
10818         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10819         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10820         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10821         (gst_avi_demux_calculate_durations_from_index),
10822         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10823         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10824         (gst_avi_demux_loop):
10825           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10826
10827 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10828
10829         * configure.ac:
10830         * docs/plugins/Makefile.am:
10831           Add crossreferences to glib/gobject/gstream docs.
10832
10833 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         * gst/monoscope/Makefile.am:
10836         * gst/monoscope/gstmonoscope.c:
10837           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10838           (but no LIBS, since we only use defines from the headers).
10839
10840 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10843
10844         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10845         (gst_wavparse_stream_data):
10846           Fix massive memory leak when operating in streaming mode due to
10847           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10848           Fixes #407057.
10849
10850 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10851
10852         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10853         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10854         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10855         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10856         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10857         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10858         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10859         (gst_avi_demux_calculate_durations_from_index),
10860         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10861         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10862         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10863         * gst/avi/gstavidemux.h:
10864           Save some memory (8%) by repacking the index entry structure (more to
10865           come). Add more FIXMEs to questionable parts.
10866
10867 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10868
10869         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10870         (gst_v4l2src_get_caps):
10871         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10872         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10873         (gst_v4l2src_capture_init):
10874           More FIXME comments and messaging changes.
10875
10876 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10877
10878         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10879         (gst_goom_change_state):
10880         * gst/goom/gstgoom.h:
10881           Improved docs and use GST_DEBUG_FUNCPTR.
10882
10883         * gst/level/gstlevel.c: (gst_level_class_init):
10884           Use GST_DEBUG_FUNCPTR.
10885
10886         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10887         (gst_monoscope_chain), (gst_monoscope_change_state):
10888           Improved docs source cleanups.
10889
10890 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10891
10892         * gst/debug/Makefile.am:
10893         * gst/debug/gstdebug.c: (plugin_init):
10894         * gst/debug/gstpushfilesrc.c:
10895         * gst/debug/gstpushfilesrc.h:
10896           Add code for a pushfilesrc element that implements a pushfile:// URI
10897           handler, to make debugging push-mode operation of demuxer/decoders
10898           that support both easier in connection with seek/playbin/etc.
10899           The element isn't registered at the moment.
10900
10901 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10902
10903         * gst/avi/gstavimux.c:
10904           Comment a #if 0 in caps template definition as VS6 seems to 
10905         do not support it.
10906         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10907           Use gst_guint64_to_gdouble for conversion.
10908         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10909           Move variables declaration before the first instruction.
10910         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10911           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10912           And don't include netdb.h for G_OS_WIN32
10913         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10914           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10915           by VS6 then use an other way to initialize SDPMedia structure.
10916         * gst/udp/gstdynudpsink.h:
10917         * gst/udp/gstdynudpnetutils.h:
10918           Do not include <sys/time.h> for G_OS_WIN32
10919         * gst/udp/gstudpsrc.c:
10920           Define socklen_t as int for G_OS_WIN32
10921         * win/common/config.h.in:
10922           Undef HAVE_NETINET_IN_H
10923         * win32/vs6/gst_plugins_good.dsw:
10924         * win32/vs6/libgstrtp.dsp:
10925         * win32/vs6/libgstrtsp.dsp:
10926         * win32/vs6/libgstautogen.dsp:
10927         * win32/vs6/libgstaudiofx.dsp:
10928         * win32/vs6/libgstudp.dsp:
10929           Add and update project files.
10930         * win32/common/gstudp-enumtypes.c:
10931         * win32/common/gstudp-enumtypes.h:
10932           Add a copy of udp enumtypes to win32/common as in core 
10933           and base.
10934         
10935 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
10936
10937         * configure.ac:
10938           Activate monoscope when building with --enable-experimental. Fix
10939           --enable-external configure switch description.
10940
10941         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10942         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10943           Help gst-indent.
10944
10945 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10948           Explicitly cast result of pointer arithmetic to integer in order to
10949           avoid compiler warnings on some 64-bit systems. Should fix #406018.
10950
10951 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10952
10953         * gst/debug/progressreport.c:
10954           Some more docs.
10955
10956 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10957
10958         * docs/plugins/inspect/plugin-rtp.xml:
10959           Update for new elements.
10960
10961         * gst/debug/progressreport.h:
10962           Commit newly-created header file as well.
10963
10964 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10965
10966         * docs/plugins/Makefile.am:
10967         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10968         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10969         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10970         * gst/debug/Makefile.am:
10971         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
10972         (gst_progress_report_do_query), (gst_progress_report_report):
10973           Make progressreport element post messages with the current progress
10974           on the bus. Also add some basic docs for it.
10975
10976 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10977
10978         * ext/hal/hal.c: (gst_hal_get_string):
10979         * ext/hal/hal.h:
10980           Some small cleanups; deal with errors when parsing the HAL ALSA
10981           capabilities a bit better.
10982
10983 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10984
10985         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10986           Let's try this again and use the right cast this time.
10987
10988 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
10991           Add cast to avoid compiler warnings with older GLib versions
10992           where the nick/name members in GEnumValue are not declared as
10993           constant strings.
10994
10995 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10996
10997         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
10998         (gst_gconf_render_bin_from_key),
10999         (gst_gconf_get_default_audio_sink):
11000         * ext/gconf/gconf.h:
11001         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11002         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11003         (gst_gconf_audio_sink_get_property):
11004           In gconfaudiosink, get the right key as the old key in do_toggle
11005           (ie. one dependent on the profile selected). Log some more stuff so
11006           we can see what's actually going on.
11007
11008 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11009
11010         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11011         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11012         (gst_audio_amplify_set_process_function),
11013         (gst_audio_amplify_setup):
11014         * gst/audiofx/audioamplify.h:
11015         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11016         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11017         * gst/audiofx/audioinvert.h:
11018         Some small cleanups and port both elements to the new GstAudioFilter
11019         base class to save a few lines of common code.
11020         * gst/audiofx/Makefile.am:
11021         Link against libgstaudio for the above changes
11022
11023 2007-01-29  Wim Taymans  <wim@fluendo.com>
11024
11025         * tests/check/elements/.cvsignore:
11026         Some more ignores.
11027
11028 2007-01-26  Wim Taymans  <wim@fluendo.com>
11029
11030         Patch by: charles <charlesg3 at gmail dot com>
11031
11032         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11033         (set_shout_metadata), (gst_shout2send_event):
11034         * ext/shout2/gstshout2.h:
11035         Properly handle tags in shout2send. Fixes #399825.
11036
11037 2007-01-25  Wim Taymans  <wim@fluendo.com>
11038
11039         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11040         (gst_rtspsrc_activate_streams):
11041         Convert SDP fields to upper/lowercase following the rules in the SDP to
11042         caps document. 
11043
11044 2007-01-25  Wim Taymans  <wim@fluendo.com>
11045
11046         * gst/rtp/README:
11047         * gst/rtp/gstrtpilbcdepay.c:
11048         * gst/rtp/gstrtpilbcpay.c:
11049         * gst/rtp/gstrtpmp4gdepay.c:
11050         * gst/rtp/gstrtpmp4gpay.c:
11051         * gst/rtp/gstrtpspeexdepay.c:
11052         * gst/rtp/gstrtpspeexpay.c:
11053         * gst/rtp/gstrtpsv3vdepay.c:
11054         * gst/rtp/gstrtptheoradepay.c:
11055         * gst/rtp/gstrtptheorapay.c:
11056         * gst/rtp/gstrtpvorbisdepay.c:
11057         * gst/rtp/gstrtpvorbispay.c:
11058         Fix case of encoding-name and key/value pairs to match the document.
11059         This is to make interoperation with SDP case-insensitive as required by
11060         the relevant RFCs.
11061
11062 2007-01-25  Wim Taymans  <wim@fluendo.com>
11063
11064         * configure.ac:
11065         Bump required -core/-base to CVS
11066
11067 2007-01-25  Wim Taymans  <wim@fluendo.com>
11068
11069         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11070         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11071         * gst/rtp/gstrtpL16pay.h:
11072         Fill up to MTU using adapter.
11073         Timestamp rtp packets.
11074
11075 2007-01-25  Edward Hervey  <edward@fluendo.com>
11076
11077         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11078         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11079         Use G_GSIZE_FORMAT in print statements for portability.
11080         Fixes build on macosx.
11081
11082 2007-01-24  Wim Taymans  <wim@fluendo.com>
11083
11084         * gst/rtp/Makefile.am:
11085         * gst/rtp/gstrtp.c: (plugin_init):
11086         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11087         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11088         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11089         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11090         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11091         (gst_rtp_L16_depay_plugin_init):
11092         * gst/rtp/gstrtpL16depay.h:
11093         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11094         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11095         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11096         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11097         (gst_rtp_L16_pay_plugin_init):
11098         * gst/rtp/gstrtpL16pay.h:
11099         Port and enable raw audio payloader/depayloader. Needs a bit more work
11100         on the payloader side.
11101
11102 2007-01-24  Wim Taymans  <wim@fluendo.com>
11103
11104         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11105         (gst_rtspsrc_stream_configure_transport),
11106         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11107         * gst/rtsp/gstrtspsrc.h:
11108         Only unblock the udp pads when we linked and activated them all.
11109         Fixes #395688.
11110
11111 2007-01-24  Wim Taymans  <wim@fluendo.com>
11112
11113         * gst/rtp/Makefile.am:
11114         * gst/rtp/gstrtp.c: (plugin_init):
11115         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11116         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11117         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11118         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11119         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11120         * gst/rtp/gstrtpac3depay.h:
11121         Added simple AC3 depayloader (RFC 4184).
11122
11123         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11124         Fix a leak.
11125
11126 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11127
11128         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11129
11130         * gst/audiofx/Makefile.am:
11131         * gst/audiofx/audioamplify.c:
11132         (gst_audio_amplify_clipping_method_get_type),
11133         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11134         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11135         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11136         (gst_audio_amplify_set_caps),
11137         (gst_audio_amplify_transform_int_clip),
11138         (gst_audio_amplify_transform_int_wrap_negative),
11139         (gst_audio_amplify_transform_int_wrap_positive),
11140         (gst_audio_amplify_transform_float_clip),
11141         (gst_audio_amplify_transform_float_wrap_negative),
11142         (gst_audio_amplify_transform_float_wrap_positive),
11143         (gst_audio_amplify_transform_ip):
11144         * gst/audiofx/audioamplify.h:
11145         * gst/audiofx/audiofx.c: (plugin_init):
11146         Add new element "audioamplify". This allows scaling of raw audio
11147         samples, similar to the "volume" element, but provides different modes
11148         for clipping and allows unlimited amplification. It's mainly targeted
11149         for creative sound design and not as a replacement of the "volume"
11150         element. Fixes #397162
11151         * docs/plugins/Makefile.am:
11152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11154         * docs/plugins/gst-plugins-good-plugins.args:
11155         * docs/plugins/inspect/plugin-audiofx.xml:
11156         Add docs for audioamplify and integrate them into the build system
11157         * tests/check/Makefile.am:
11158         * tests/check/elements/audioamplify.c: (setup_amplify),
11159         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11160         Add fairly extensive unit test suite for audioamplify
11161
11162 2007-01-24  Wim Taymans  <wim@fluendo.com>
11163
11164         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11165         Unblock pads after adding the pads to the element so that autopluggers
11166         get a change to link something. Possibly fixes #395688.
11167
11168 2007-01-24  Wim Taymans  <wim@fluendo.com>
11169
11170         * gst/rtp/gstrtpamrdepay.c:
11171         * gst/rtp/gstrtpgsmdepay.c:
11172         * gst/rtp/gstrtph263pdepay.c:
11173         * gst/rtp/gstrtph263ppay.c:
11174         * gst/rtp/gstrtph264depay.c:
11175         * gst/rtp/gstrtpilbcdepay.c:
11176         * gst/rtp/gstrtpmp2tdepay.c:
11177         * gst/rtp/gstrtpmp4gdepay.c:
11178         * gst/rtp/gstrtpmp4gpay.c:
11179         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11180         * gst/rtp/gstrtpmp4vpay.c:
11181         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11182         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11183         (gst_rtp_mpa_depay_process):
11184         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11185         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11186         * gst/rtp/gstrtppcmadepay.c:
11187         * gst/rtp/gstrtppcmudepay.c:
11188         * gst/rtp/gstrtpspeexdepay.c:
11189         * gst/rtp/gstrtpspeexpay.c:
11190         * gst/rtp/gstrtpsv3vdepay.c:
11191         * gst/rtp/gstrtptheoradepay.c:
11192         * gst/rtp/gstrtptheorapay.c:
11193         * gst/rtp/gstrtpvorbisdepay.c:
11194         * gst/rtp/gstrtpvorbispay.c:
11195         Fix caps with payload numbers.
11196         Add some fixed payload numbers to caps when possible.
11197
11198 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11199
11200         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11201
11202         * gst/audiofx/Makefile.am:
11203         * gst/audiofx/audiofx.c: (plugin_init):
11204         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11205         (gst_audio_invert_class_init), (gst_audio_invert_init),
11206         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11207         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11208         (gst_audio_invert_transform_float),
11209         (gst_audio_invert_transform_ip):
11210         * gst/audiofx/audioinvert.h:
11211         Add new audiofx element "audioinvert". This element swaps the upper
11212         and lower half of samples and can be used for example for a
11213         wide-stereo effect. Fixes #396057
11214         * docs/plugins/Makefile.am:
11215         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11216         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11217         * docs/plugins/gst-plugins-good-plugins.args:
11218         * docs/plugins/inspect/plugin-audiofx.xml:
11219         Add docs for the audioinvert element and add them to the build system.
11220         * tests/check/Makefile.am:
11221         * tests/check/elements/audioinvert.c: (setup_invert),
11222         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11223         Add unit test suite for the audioinvert element.
11224
11225 2007-01-23  Wim Taymans  <wim@fluendo.com>
11226
11227         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11228         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11229         Parse config params as string and int.
11230         Parse and use AU header length
11231
11232 2007-01-23  Wim Taymans  <wim@fluendo.com>
11233
11234         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11235         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11236         * gst/smpte/gstmask.c: (_gst_mask_register):
11237         * gst/smpte/gstmask.h:
11238         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11239         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11240         (gst_smpte_paint_triangle_clock):
11241         constify some static structs.
11242         Don't update the mask if nothing changed to the params.
11243         Make sure we never draw outside of the picture. Fixes #398325.
11244
11245 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11246
11247         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11248           Error out properly when pull_range fails while we're reading the
11249           headers, instead of just pausing the task silently. Fixes #399338.
11250
11251 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11252
11253         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11254           Some more sanity checks to make sure the input formats match and the
11255           input pads are actually negotiated, in case someone tries to feed
11256           buffers from fakesrc or filesrc. Fixes #398299.
11257           Also const-ify an array, just because we can.
11258
11259 2007-01-19  Edward Hervey  <edward@fluendo.com>
11260
11261         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11262         Ignore previous commit, that was only valid for widths and heights
11263         that are multiples of 4.
11264         Copy over size/stride macros from jpegdec. This allows the element
11265         to work with any width,height...
11266         ... but puts in evidence that the actual transformations only work
11267         with width/height that are multiples of 4.
11268
11269 2007-01-19  Edward Hervey  <edward@fluendo.com>
11270
11271         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11272         Allocate buffers of the right size.
11273         The proper size of a I420 buffer in bytes is:
11274         
11275             width * height * 3
11276             ------------------
11277                     2
11278
11279 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11280
11281         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11282           Proxy getcaps on sink pads too, so that we either end up with the
11283           same dimensions on all pads or error out if that's not possible
11284           (seems to work even!). Fixes #398086, I think.
11285
11286 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11287
11288         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11289         * docs/plugins/gst-plugins-good-plugins.args:
11290         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11291           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11292           fix integer properties with -1 as minimum value.
11293
11294         * docs/plugins/inspect/plugin-1394.xml:
11295         * docs/plugins/inspect/plugin-aasink.xml:
11296         * docs/plugins/inspect/plugin-alaw.xml:
11297         * docs/plugins/inspect/plugin-alpha.xml:
11298         * docs/plugins/inspect/plugin-alphacolor.xml:
11299         * docs/plugins/inspect/plugin-annodex.xml:
11300         * docs/plugins/inspect/plugin-apetag.xml:
11301         * docs/plugins/inspect/plugin-audiofx.xml:
11302         * docs/plugins/inspect/plugin-auparse.xml:
11303         * docs/plugins/inspect/plugin-autodetect.xml:
11304         * docs/plugins/inspect/plugin-avi.xml:
11305         * docs/plugins/inspect/plugin-cacasink.xml:
11306         * docs/plugins/inspect/plugin-cairo.xml:
11307         * docs/plugins/inspect/plugin-cdio.xml:
11308         * docs/plugins/inspect/plugin-cutter.xml:
11309         * docs/plugins/inspect/plugin-debug.xml:
11310         * docs/plugins/inspect/plugin-dv.xml:
11311         * docs/plugins/inspect/plugin-efence.xml:
11312         * docs/plugins/inspect/plugin-effectv.xml:
11313         * docs/plugins/inspect/plugin-esdsink.xml:
11314         * docs/plugins/inspect/plugin-flac.xml:
11315         * docs/plugins/inspect/plugin-flxdec.xml:
11316         * docs/plugins/inspect/plugin-gconfelements.xml:
11317         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11318         * docs/plugins/inspect/plugin-goom.xml:
11319         * docs/plugins/inspect/plugin-halelements.xml:
11320         * docs/plugins/inspect/plugin-icydemux.xml:
11321         * docs/plugins/inspect/plugin-id3demux.xml:
11322         * docs/plugins/inspect/plugin-jpeg.xml:
11323         * docs/plugins/inspect/plugin-level.xml:
11324         * docs/plugins/inspect/plugin-matroska.xml:
11325         * docs/plugins/inspect/plugin-mulaw.xml:
11326         * docs/plugins/inspect/plugin-multipart.xml:
11327         * docs/plugins/inspect/plugin-navigationtest.xml:
11328         * docs/plugins/inspect/plugin-ossaudio.xml:
11329         * docs/plugins/inspect/plugin-png.xml:
11330         * docs/plugins/inspect/plugin-rtp.xml:
11331         * docs/plugins/inspect/plugin-rtsp.xml:
11332         * docs/plugins/inspect/plugin-shout2send.xml:
11333         * docs/plugins/inspect/plugin-smpte.xml:
11334         * docs/plugins/inspect/plugin-speex.xml:
11335         * docs/plugins/inspect/plugin-taglib.xml:
11336         * docs/plugins/inspect/plugin-udp.xml:
11337         * docs/plugins/inspect/plugin-videobalance.xml:
11338         * docs/plugins/inspect/plugin-videobox.xml:
11339         * docs/plugins/inspect/plugin-videoflip.xml:
11340         * docs/plugins/inspect/plugin-videomixer.xml:
11341         * docs/plugins/inspect/plugin-wavenc.xml:
11342         * docs/plugins/inspect/plugin-wavparse.xml:
11343         * docs/plugins/inspect/plugin-ximagesrc.xml:
11344           Update to CVS.
11345
11346 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11347
11348         Patch by: Sebastian Dröge <slomo circular-chaos org>
11349
11350         * gst/audiofx/audiopanorama.c:
11351           Fix doc section name (Fixes #397946)
11352
11353 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11354
11355         * sys/v4l2/gstv4l2object.c:
11356         (gst_v4l2_object_install_properties_helper),
11357         (gst_v4l2_object_set_property_helper),
11358         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11359         * sys/v4l2/gstv4l2object.h:
11360         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11361         (gst_v4l2src_init), (gst_v4l2src_set_property),
11362         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11363         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11364         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11365         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11366         (gst_v4l2src_capture_deinit):
11367           Fix EIO handing when capturing. Add new property to specify the number of
11368           buffers to enque (and remove the borked num-buffers usage).
11369
11370 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11371
11372         Patch by: Sebastian Dröge <slomo circular-chaos org>
11373
11374         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11375         (gst_audio_panorama_set_process_function):
11376           Use a function array for process methods, add more docs and define the
11377           startindex of enums.
11378
11379 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11380
11381         Patch by: Mark Nauwelaerts <manauw at skynet be>
11382
11383         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11384         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11385         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11386         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11387         (gst_avi_mux_riff_get_avi_header),
11388         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11389         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11390         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11391         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11392         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11393         (gst_avi_mux_change_state):
11394         * gst/avi/gstavimux.h:
11395         * tests/check/elements/avimux.c: (teardown_src_pad):
11396           Add support for more than one audio stream; write better AVIX
11397           header; refactor code a bit; don't announce vorbis caps on our audio
11398           sink pads since we don't support it anyway. Closes #379298.
11399
11400 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11401
11402         Patch by: Sebastian Dröge <slomo circular-chaos org>
11403
11404         * gst/audiofx/audiopanorama.c:
11405         (gst_audio_panorama_method_get_type),
11406         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11407         (gst_audio_panorama_set_process_function),
11408         (gst_audio_panorama_set_property),
11409         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11410         (gst_audio_panorama_transform_m2s_int_simple),
11411         (gst_audio_panorama_transform_s2s_int_simple),
11412         (gst_audio_panorama_transform_m2s_float_simple),
11413         (gst_audio_panorama_transform_s2s_float_simple):
11414         * gst/audiofx/audiopanorama.h:
11415           Add 'method' property and provide a simple (non-psychoacustic)
11416           processing method (#394859).
11417
11418         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11419         (panorama_suite):
11420           Tests for new method.
11421
11422 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11423
11424         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11425         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11426           Set correct caps on outgoing pulled buffers, or things blow up
11427           after recent core changes.
11428
11429 2007-01-11  Wim Taymans  <wim@fluendo.com>
11430
11431         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11432
11433         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11434         (gst_multipart_mux_request_new_pad),
11435         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11436         (gst_multipart_mux_change_state):
11437         Return FLOW errors ASAP. Fixes #394977.
11438         Misc cleanups.
11439
11440 2007-01-11  Wim Taymans  <wim@fluendo.com>
11441
11442         Patch by: Lutz Mueller <lutz at topfrose dot de>
11443
11444         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11445         Check for stream pad before activating. 
11446
11447 2007-01-10  Wim Taymans  <wim@fluendo.com>
11448
11449         Patch by: Peter Kjellerstedt  <pkj at axis com>
11450
11451         * gst/rtsp/COPYING.MIT:
11452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11453         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11454         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11455         (gst_rtspsrc_stream_configure_transport),
11456         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11457         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11458         (gst_rtspsrc_parse_methods),
11459         (gst_rtspsrc_create_transports_string),
11460         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11461         (gst_rtspsrc_open), (gst_rtspsrc_close):
11462         * gst/rtsp/gstrtspsrc.h:
11463         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11464         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11465         (parse_request_line), (parse_line), (rtsp_connection_read),
11466         (rtsp_connection_close):
11467         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11468         (rtsp_method_as_text), (rtsp_header_as_text),
11469         (rtsp_status_as_text), (rtsp_find_header_field),
11470         (rtsp_find_method):
11471         * gst/rtsp/rtspdefs.h:
11472         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11473         (rtsp_ext_wms_configure_stream):
11474         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11475         (rtsp_message_new_request), (rtsp_message_init_request),
11476         (rtsp_message_new_response), (rtsp_message_init_response),
11477         (rtsp_message_init_data), (rtsp_message_unset),
11478         (rtsp_message_free), (rtsp_message_add_header),
11479         (rtsp_message_get_header), (rtsp_message_set_body),
11480         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11481         * gst/rtsp/rtspmessage.h:
11482         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11483         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11484         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11485         (sdp_message_dump):
11486         Allow url to be NULL to be able to use it for server connections.
11487         Can now send responses as well as requests.
11488         No longer hangs in an endless loop if EOF is received.
11489         Can now convert a status code to a text string.
11490         Return RTSP_HDR_INVALID for unknown headers.
11491         Return RTSP_INVALID for unknown methods.
11492         Copy CSeq and Session headers from the request.
11493         Only free memory corresponding to the currently set message type.
11494         Added const to function arguments as appropriate.
11495         Avoid a compiler warning when initializing nmedia.
11496         Use guint rather than gint to avoid compiler warnings.
11497         Fix crasher in wms extension.
11498         Factor out stream setup from open_connection.
11499         Delay activation of streams when actual data is received from the
11500         server, this prepares us to do proper protocol switching.
11501         Added new license.
11502         Fixes #380895.
11503
11504
11505 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11506
11507         Patch by: Sebastian Dröge <slomo ubuntu com>
11508
11509         * docs/plugins/Makefile.am:
11510         * gst/audiofx/audiopanorama.c:
11511           Some small docs fixes (#394851).
11512
11513 2007-01-09  Wim Taymans  <wim@fluendo.com>
11514
11515         * gst/avi/gstavidemux.c:
11516         Fix docs.
11517
11518 2007-01-09  Wim Taymans  <wim@fluendo.com>
11519
11520         * gst/rtp/Makefile.am:
11521         * gst/rtp/gstrtp.c: (plugin_init):
11522         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11523         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11524         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11525         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11526         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11527         * gst/rtp/gstrtpmpvdepay.h:
11528           Added RFC 2250 MPEG Video Depayloader.
11529
11530         * gst/rtp/gstrtpL16depay.h:
11531         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11532         (gst_rtp_h263p_depay_process):
11533         Fix Header file. Small cleanups.
11534
11535         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11536         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11537         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11538         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11539         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11540         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11541         (gst_rtp_mp4v_depay_change_state):
11542         Remove usused code. Remove Adapter from state Change. Added debug.
11543
11544         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11545         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11546         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11547         * gst/rtp/gstrtpmpadepay.h:
11548         Subclass base depayloader.
11549         Added debug.
11550         Support static payload type assignment as well.
11551
11552         * gst/rtp/gstrtpmpapay.c:
11553         Fix caps.
11554
11555 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11558
11559         * ext/jpeg/gstjpegdec.c:
11560         * ext/jpeg/gstjpegenc.c:
11561         * ext/jpeg/smokecodec.c:
11562           These libjpeg callbacks should return a 'boolean' (unsigned char
11563           apparently) and not a 'gboolean' (which maps to gint). Fixes
11564           warnings when compiling with MingW (#393427).
11565
11566         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11567           Use ioctlsocket on win32.
11568
11569         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11570           Some printf format fixes for win32.
11571
11572 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11573
11574         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11575           Use gst_guint64_to_gdouble for conversion.
11576         * win32/vs6/libgstmatroska.dsp:
11577           Add zlib to the link.
11578         * win32/vs6/libgstvideobox.dsp:
11579           Update liboil library name (project is linked to 
11580           liboil-0.3-0.lib now).
11581           
11582 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11583
11584         * gst/matroska/Makefile.am:
11585           If zlib is available and used, we must link it explicitly for
11586           things to work on MingW (fixes #392855).
11587
11588 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11589
11590         * ext/esd/esdsink.c: (gst_esdsink_delay):
11591           Don't return bogus values when esd_get_delay() fails for some
11592           reason (#392189).
11593
11594 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11595
11596         * sys/ximage/gstximagesrc.c: (composite_pixel):
11597           Fix presumably copy'n'pasto for 16bpp depth.
11598
11599 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11600
11601         * gst/matroska/matroska-mux.c:
11602         (gst_matroska_mux_audio_pad_setcaps):
11603           The "signed" field in audio caps is of boolean type, trying to use
11604           gst_structure_get_int() to extract it will fail. Fixing this makes
11605           matroskamux accept raw audio input (#387121) (use at your own risk
11606           though, due to the matroska spec being not entirely useful in this
11607           respect).
11608           Also fix up raw audio structures in template caps so that they
11609           represent what our setcaps function will actually accept, so that
11610           converters know what to convert to.
11611           Finally, don't fail if there isn't an "endianness" field in 8-bit
11612           PCM caps.
11613
11614 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11615
11616         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11617         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11618         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11619         (teardown_cmmldec):
11620         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11621         (teardown_cmmlenc):
11622         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11623           reapply consistent pad (de)activation
11624
11625 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11626
11627         * configure.ac:
11628         Back to CVS
11629
11630         * gst-plugins-good.doap:
11631         Add 0.10.5 doap entry
11632
11633 === release 0.10.5 ===
11634
11635 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11636
11637         * configure.ac:
11638           releasing 0.10.5, "The Path of Thorns"
11639
11640 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11641
11642         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11643         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11644         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11645         (teardown_cmmldec):
11646         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11647         (teardown_cmmlenc):
11648         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11649           revert my freeze breakage
11650
11651 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11652
11653         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11654         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11655         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11656         (teardown_cmmldec):
11657         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11658         (teardown_cmmlenc):
11659         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11660           consistent pad (de)activation
11661
11662 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11663
11664         * configure.ac:
11665         * ext/Makefile.am:
11666         Disable LADPSA, as it has moved to the -bad module for the duration.
11667
11668 2006-12-18  Wim Taymans  <wim@fluendo.com>
11669
11670         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11671         (gst_signal_processor_event):
11672         Reset flow_state back to _OK after a flush stop so that we exit our
11673         error state after the flush. Fixes #374213
11674
11675 2006-12-16  David Schleef  <ds@schleef.org>
11676
11677         * sys/osxvideo/osxvideosink.h:
11678         * sys/osxvideo/osxvideosink.m:
11679           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11680
11681 2006-12-16  David Schleef  <ds@schleef.org>
11682
11683         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11684
11685         * sys/osxvideo/Makefile.am:
11686         * sys/osxvideo/osxvideosink.h:
11687         * sys/osxvideo/osxvideosink.m:
11688           Preliminary patch for porting osxvideosink
11689
11690 2006-12-16  Wim Taymans  <wim@fluendo.com>
11691
11692         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11693
11694         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11695         (gst_videomixer_set_master_geometry),
11696         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11697         (gst_videomixer_reset), (gst_videomixer_init),
11698         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11699         (gst_videomixer_release_pad), (gst_videomixer_collected),
11700         (gst_videomixer_change_state):
11701         Introduce some locking around the videomixer state so that it does not
11702         crash when adding/removing pads. Fixes #383043.
11703
11704 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11705
11706         * configure.ac:
11707           Make sure libcaca can actually be used instead of just checking for
11708           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11709           cross-compiling (fixes #384587).
11710
11711 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11712
11713         * Makefile.am:
11714         * gst-plugins-good.doap:
11715         * gst-plugins-good.spec.in:
11716           adding doap file
11717
11718 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11719
11720         * configure.ac:
11721           libflac-1.1.3 changed API again, but we can't build against it yet,
11722           so make sure our check doesn't use libflac-1.1.3 and add a comment
11723           to this effect.
11724
11725 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11726
11727         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11728         (gst_quarktv_planetable_clear):
11729           Add some NULL pointer checks (possibly related to #385623).
11730
11731 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11732
11733         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11734         (gst_tag_demux_chain):
11735         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11736           In streaming mode, if the first buffer we get doesn't have an
11737           offset, fix it up to be 0, otherwise trimming won't work later on
11738           and we'll be typefinding application/x-id3, which may result in
11739           decodebin plugging an endless number of id3demux elements as a
11740           consequence. Fixes #385031.
11741           
11742 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11743
11744         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11745           Ignore the buffer_time the sound device reports. Turns out it is 
11746           sometimes completely bogus and we're better off without it.
11747
11748 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11749
11750         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11751         (gst_matroska_demux_video_caps):
11752         * gst/matroska/matroska-ids.c:
11753         (gst_matroska_track_init_video_context):
11754         * gst/matroska/matroska-ids.h:
11755           Try harder to extract the framerate for video tracks correctly and
11756           save it directly instead of converting it back and forth a few
11757           times. Mostly makes a difference for very small framerates (<1).
11758           Fixes #380199.
11759
11760 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11761
11762         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11763         (gst_gconf_audio_src_dispose), (do_toggle_element):
11764         * ext/gconf/gstgconfaudiosrc.h:
11765           Remove gconf notify hook when the gconfaudiosrc element is
11766           destroyed, otherwise the callback may be called on an
11767           already-destroyed instance and bad things happen. Should fix
11768           #378184.
11769           Also ignore gconf key changes when the source is already running.
11770
11771 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11772
11773         Patch by: Sebastian Dröge  <mail at slomosnail de>
11774
11775         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11776           We need to be able to read and parse any possible floating point string
11777           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11778           will parse the former only in certain locales though, so we really need
11779           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11780           make sure we can parse either version at all times.
11781           Fixes #382982 for real.
11782
11783 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11784
11785         * sys/sunaudio/gstsunaudiomixerctrl.c:
11786         * sys/sunaudio/gstsunaudiosrc.c:
11787
11788         Use the sunaudio debug category.
11789
11790         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11791         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11792         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11793         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11794         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11795         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11796         (gst_sunaudiosink_reset):
11797         * sys/sunaudio/gstsunaudiosink.h:
11798
11799         Uses the sunaudio debug category for all debug output
11800         Implements the _delay() callback to synchronise video playback better
11801         Change the segtotal and segsize values back to the parent class 
11802           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11803           respectively)
11804         Measure the samples written to the device vs. played.
11805         Keep track of segments in the device by writing empty eof frames, and
11806         sleep using a GCond when we get too far ahead and risk overrunning the
11807         sink's ringbuffer.
11808
11809         Fixes: #360673
11810
11811 2006-12-08  Wim Taymans  <wim@fluendo.com>
11812
11813         Patch by: Sebastian Dröge  <mail at slomosnail de >
11814
11815         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11816         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11817         * gst/audiofx/audiopanorama.h:
11818         Fix audiopanorame with float samples. Fixes #383726.
11819
11820 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11821
11822         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11823         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11824         (gst_sunaudiosrc_reset):
11825
11826         Implement reset functions to unblock the src/sink more quickly on 
11827         state change requests.
11828         Patch by: Brian Cameron <brian dot cameron at sun com>
11829
11830 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11831
11832         * sys/sunaudio/gstsunaudiomixer.c:
11833         (gst_sunaudiomixer_change_state):
11834         Construct the correct mixer device name when the AUDIODEV env var
11835         is set.
11836
11837         Patch by: Jerry Tan <jerry.tan at sun dot com>
11838         Fixes: #383596
11839
11840 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11841
11842         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11843         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11844         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11845         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11846         Patch by: Jerry Tan <jerry.tan at sun dot com>
11847         Fixes: #349015
11848
11849 2006-12-07  Wim Taymans  <wim@fluendo.com>
11850
11851         * gst/smpte/gstmask.h:
11852         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11853         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11854         (gst_smpte_collected), (gst_smpte_set_property),
11855         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11856         * gst/smpte/gstsmpte.h:
11857         Port to 0.10 some more. 
11858         Added duration property to specify the duration of the transition.
11859         Make framerate a fraction.
11860         Deprecate fps property, we only use negotiated fps.
11861         Added docs.
11862         Fix collectpad usage.
11863         Reset state in READY.
11864         Send NEWSEGMENT event.
11865         Fix racy updates of object properties.
11866         Added debug category.
11867         Fixes #383323.
11868
11869 2006-12-06  Wim Taymans  <wim@fluendo.com>
11870
11871         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11872
11873         * gst/videomixer/videomixer.c:
11874         (gst_videomixer_set_master_geometry),
11875         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11876         Don't reset xpos and ypos in the setcaps function because causes
11877         unexpected behaviour.
11878         Fixes #382179.
11879
11880 2006-12-06  Wim Taymans  <wim@fluendo.com>
11881
11882         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11883         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11884         Keep track of the buffer timestamp in the collectdata member instead
11885         of modifying the buffer without making the metadata writable first.
11886         Fixes #382277.
11887
11888 2006-12-06  Wim Taymans  <wim@fluendo.com>
11889
11890         Patch by: Rob Taylor <robtaylor at floopily dot org>
11891
11892         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11893         If using multicast in udpsrc, bind to the multicast address rather than
11894         IN_ADDR_ANY.
11895         This allows the simultanous use of multiple udpsrcs listening on
11896         different multicat addresses. Without this all udpsrcs will receive all
11897         packets from all subscribed multicast addresses.
11898         Fixes #383001.
11899
11900 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11901
11902         * ext/taglib/gstid3v2mux.cc:
11903         Don't attempt to write a NULL frame into the ID3 tag set when the 
11904         createFrame method returned NULL.
11905         Fixes: #381857
11906         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11907
11908 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11909
11910         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11911         Use g_strtod() instead of sscanf to parse doubles, so that it will
11912         try parsing in the C locale if the current locale fails.
11913         Fixes: #382982
11914         Patch by: Sebastian Dröge  <mail at slomosnail de >
11915
11916 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11917
11918         * win32/MANIFEST:
11919         Fix compilation on win32 under VS8
11920         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11921         Partially fixes #381175
11922
11923 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11924
11925         * gst/avi/gstavimux.c:
11926           accept all mpegversions,fixes #380825
11927           spotted by: Jerome Alet  
11928
11929 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11930
11931         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11932         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11933         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11934         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11935           cleanup the error message a bit more
11936
11937 2006-11-28  Wim Taymans  <wim@fluendo.com>
11938
11939         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11940         Fix width and height properties.
11941
11942         * ext/libcaca/gstcacasink.h:
11943         Fix compilation on newer libcaca that require us to include a new
11944         header. Fixes #379918.
11945
11946 2006-11-28  Wim Taymans  <wim@fluendo.com>
11947
11948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11949         * gst/rtsp/gstrtspsrc.h:
11950         * gst/rtsp/rtspext.h:
11951         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11952         (rtsp_ext_wms_get_context):
11953         Add method so that extensions can choose to disable the setup of
11954         a stream.
11955         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11956
11957 2006-11-27  Wim Taymans  <wim@fluendo.com>
11958
11959         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11960
11961         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11962         Push header in a separate buffer instead of memcpy:ing all data.
11963         Change LF => CRLF in headers.
11964         Move trailing LF to header. Fixes #379792.
11965
11966 2006-11-27  Wim Taymans  <wim@fluendo.com>
11967
11968         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
11969         Small buffer overflow fix and improve debugging.
11970
11971 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11972
11973         * ext/esd/esdmon.h:
11974         * ext/esd/esdsink.h:
11975           remove obsolete _factory_init protos
11976
11977 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11978
11979         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
11980         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11981         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
11982         (gst_avi_demux_read_subindexes_push),
11983         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11984         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11985         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11986         (gst_avi_demux_massage_index),
11987         (gst_avi_demux_calculate_durations_from_index),
11988         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11989         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11990         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11991           remove dead code, tweak debugs statements, add comments, use
11992           _uint64_scale instead _uint64_scale_int when using guint64 values,
11993           small optimizations, reflow some error handling
11994
11995 2006-11-22  Edward Hervey  <edward@fluendo.com>
11996
11997         * po/.cvsignore:
11998         We never put .pot files in cvs. Let's ignore them all.
11999
12000 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12001
12002         * po/POTFILES.in:
12003           ... but better exclude files that aren't disted.
12004
12005 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12006
12007         * po/POTFILES.in:
12008           Add v4l2 source files to list of files with translations, so the
12009           strings are actually extracted (however bad they still may be).
12010
12011 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12012
12013         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12014           Minor clean-ups: const-ify static array, remove trailing comma from
12015           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12016
12017 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12018
12019         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12020         Make sure that g_free always gets called on the same pointer that was 
12021         returned by g_malloc.  Fixes #376594.
12022         Do not leak memory if decompressed size is wrong.
12023         Remove unneeded check of return value of g_malloc.
12024         Patch by: René Stadler <mail@renestadler.de>
12025
12026 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12027
12028         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12029           Add missing curly brackets.
12030
12031 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12032
12033         * sys/v4l2/v4l2src_calls.c:
12034         Fix capture_deinit.
12035
12036 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12037
12038         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12039         (gst_matroska_mux_request_new_pad):
12040           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12041
12042         * tests/check/elements/matroskamux.c: (setup_src_pad),
12043         (setup_sink_pad), (GST_START_TEST):
12044         Activate pads before using them.
12045
12046 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12047
12048         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12049           Initialise variable to get rid of bogus compiler warning.
12050
12051 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12052
12053         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12054
12055         * gst/rtp/gstrtph263pay.c:
12056         * gst/rtp/gstrtph263pdepay.c:
12057         * gst/rtp/gstrtph263ppay.c:
12058           Specify H.263 variant and version in the caps (fixes #361637)
12059
12060 2006-11-15  Wim Taymans  <wim@fluendo.com>
12061
12062         * gst/rtsp/rtspconnection.c: (read_body):
12063         Don't set a data pointer to NULL and a size > 0 when we deal
12064         with empty packets.
12065
12066         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12067         (rtsp_message_init_response), (rtsp_message_init_data),
12068         (rtsp_message_unset), (rtsp_message_free),
12069         (rtsp_message_take_body):
12070         Check that we can't create invalid empty packets. 
12071
12072 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12073
12074         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12075
12076         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12077         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12078         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12079         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12080         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12081         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12082         * gst/matroska/matroska-mux.h:
12083           Add basic tag writing support; implement releasing pads (#374658).
12084
12085 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12086
12087         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12088         (gst_matroska_demux_audio_caps):
12089           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12090
12091 2006-11-14  David Schleef  <ds@schleef.org>
12092
12093         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12094
12095 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12096
12097         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12098
12099         * win32/vs8/gst-plugins-good.sln:
12100         * win32/vs8/libgst1394.vcproj:
12101         * win32/vs8/libgstaasink.vcproj:
12102         * win32/vs8/libgstalaw.vcproj:
12103         * win32/vs8/libgstalpha.vcproj:
12104         * win32/vs8/libgstalphacolor.vcproj:
12105         * win32/vs8/libgstannodex.vcproj:
12106         * win32/vs8/libgstapetag.vcproj:
12107         * win32/vs8/libgstaudiofx.vcproj:
12108         * win32/vs8/libgstauparse.vcproj:
12109         * win32/vs8/libgstautodetect.vcproj:
12110         * win32/vs8/libgstavi.vcproj:
12111         * win32/vs8/libgstcacasink.vcproj:
12112         * win32/vs8/libgstcdio.vcproj:
12113         * win32/vs8/libgstcutter.vcproj:
12114         * win32/vs8/libgstdv.vcproj:
12115         * win32/vs8/libgsteffectv.vcproj:
12116         * win32/vs8/libgstflac.vcproj:
12117         * win32/vs8/libgstflxdec.vcproj:
12118         * win32/vs8/libgstgoom.vcproj:
12119         * win32/vs8/libgsticydemux.vcproj:
12120         * win32/vs8/libgstid3demux.vcproj:
12121         * win32/vs8/libgstjpeg.vcproj:
12122         * win32/vs8/libgstladspa.vcproj:
12123         * win32/vs8/libgstlevel.vcproj:
12124         * win32/vs8/libgstmatroska.vcproj:
12125         * win32/vs8/libgstmikmod.vcproj:
12126         * win32/vs8/libgstmng.vcproj:
12127         * win32/vs8/libgstmonoscope.vcproj:
12128         * win32/vs8/libgstmulaw.vcproj:
12129         * win32/vs8/libgstmultipart.vcproj:
12130         * win32/vs8/libgstpng.vcproj:
12131         * win32/vs8/libgstrtp.vcproj:
12132         * win32/vs8/libgstrtsp.vcproj:
12133         * win32/vs8/libgstshout2.vcproj:
12134         * win32/vs8/libgstsmpte.vcproj:
12135         * win32/vs8/libgstspeex.vcproj:
12136         * win32/vs8/libgsttaglib.vcproj:
12137         * win32/vs8/libgstudp.vcproj:
12138         * win32/vs8/libgstvideobalance.vcproj:
12139         * win32/vs8/libgstvideobox.vcproj:
12140         * win32/vs8/libgstvideoflip.vcproj:
12141         * win32/vs8/libgstvideomixer.vcproj:
12142         * win32/vs8/libgstwavenc.vcproj:
12143         * win32/vs8/libgstwavparse.vcproj:
12144           Make end-of-line returns unixy, so that when the files are checked
12145           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12146           Hopefully fixes #366492.
12147
12148 2006-11-14  Wim Taymans  <wim@fluendo.com>
12149
12150         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12151         Disable init_frames delay timestamp adjustment, it does not
12152         seem to be needed at all. Fixes #369621.
12153
12154 2006-11-13  Wim Taymans  <wim@fluendo.com>
12155
12156         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12157
12158         * gst/videomixer/videomixer.c:
12159         (gst_videomixer_set_master_geometry),
12160         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12161         (gst_videomixer_collect_free), (gst_videomixer_reset),
12162         (gst_videomixer_init), (gst_videomixer_finalize),
12163         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12164         (gst_videomixer_collected), (gst_videomixer_change_state):
12165         Fix memleak by unref'ing collectpads instance (when finalizing)
12166         Implement releasing a request pad. Fixes #374479.
12167
12168 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12169
12170         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12171
12172         * win32/vs8/gst-plugins-good.sln:
12173         * win32/vs8/libgst1394.vcproj:
12174         * win32/vs8/libgstaasink.vcproj:
12175         * win32/vs8/libgstalaw.vcproj:
12176         * win32/vs8/libgstalpha.vcproj:
12177         * win32/vs8/libgstalphacolor.vcproj:
12178         * win32/vs8/libgstannodex.vcproj:
12179         * win32/vs8/libgstapetag.vcproj:
12180         * win32/vs8/libgstaudiofx.vcproj:
12181         * win32/vs8/libgstauparse.vcproj:
12182         * win32/vs8/libgstautodetect.vcproj:
12183         * win32/vs8/libgstavi.vcproj:
12184         * win32/vs8/libgstcacasink.vcproj:
12185         * win32/vs8/libgstcdio.vcproj:
12186         * win32/vs8/libgstcutter.vcproj:
12187         * win32/vs8/libgstdv.vcproj:
12188         * win32/vs8/libgsteffectv.vcproj:
12189         * win32/vs8/libgstflac.vcproj:
12190         * win32/vs8/libgstflxdec.vcproj:
12191         * win32/vs8/libgstgoom.vcproj:
12192         * win32/vs8/libgsticydemux.vcproj:
12193         * win32/vs8/libgstid3demux.vcproj:
12194         * win32/vs8/libgstjpeg.vcproj:
12195         * win32/vs8/libgstladspa.vcproj:
12196         * win32/vs8/libgstlevel.vcproj:
12197         * win32/vs8/libgstmatroska.vcproj:
12198         * win32/vs8/libgstmikmod.vcproj:
12199         * win32/vs8/libgstmng.vcproj:
12200         * win32/vs8/libgstmonoscope.vcproj:
12201         * win32/vs8/libgstmulaw.vcproj:
12202         * win32/vs8/libgstmultipart.vcproj:
12203         * win32/vs8/libgstpng.vcproj:
12204         * win32/vs8/libgstrtp.vcproj:
12205         * win32/vs8/libgstrtsp.vcproj:
12206         * win32/vs8/libgstshout2.vcproj:
12207         * win32/vs8/libgstsmpte.vcproj:
12208         * win32/vs8/libgstspeex.vcproj:
12209         * win32/vs8/libgsttaglib.vcproj:
12210         * win32/vs8/libgstudp.vcproj:
12211         * win32/vs8/libgstvideobalance.vcproj:
12212         * win32/vs8/libgstvideobox.vcproj:
12213         * win32/vs8/libgstvideoflip.vcproj:
12214         * win32/vs8/libgstvideomixer.vcproj:
12215         * win32/vs8/libgstwavenc.vcproj:
12216         * win32/vs8/libgstwavparse.vcproj:
12217           Add VS8 project files (note that many of the plugins in ext are
12218           disabled by default). Fixes #366492.
12219
12220 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12221
12222         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12223           we do not translate debug messages
12224
12225 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12226
12227         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12228           fix categorisation, make short desc more explicit, remove unused code
12229           Fixes #372021
12230
12231 2006-11-08  Wim Taymans  <wim@fluendo.com>
12232
12233         * gst/rtp/gstrtpL16depay.c:
12234         * gst/rtp/gstrtpamrdepay.c:
12235         * gst/rtp/gstrtpamrpay.c:
12236         * gst/rtp/gstrtpgsmdepay.c:
12237         * gst/rtp/gstrtph263pay.c:
12238         * gst/rtp/gstrtph263pdepay.c:
12239         * gst/rtp/gstrtph263ppay.c:
12240         * gst/rtp/gstrtph264depay.c:
12241         * gst/rtp/gstrtpmp2tdepay.c:
12242         * gst/rtp/gstrtpmp4gdepay.c:
12243         * gst/rtp/gstrtpmp4gpay.c:
12244         * gst/rtp/gstrtpmp4vdepay.c:
12245         * gst/rtp/gstrtpmp4vpay.c:
12246         * gst/rtp/gstrtpmpadepay.c:
12247         * gst/rtp/gstrtpmpapay.c:
12248         * gst/rtp/gstrtppcmadepay.c:
12249         * gst/rtp/gstrtppcmapay.c:
12250         * gst/rtp/gstrtppcmudepay.c:
12251         * gst/rtp/gstrtppcmupay.c:
12252         * gst/rtp/gstrtpspeexdepay.c:
12253         * gst/rtp/gstrtpspeexpay.c:
12254         * gst/rtp/gstrtpsv3vdepay.c:
12255         Fix element descriptions.
12256
12257 2006-11-08  Wim Taymans  <wim@fluendo.com>
12258
12259         * gst/rtp/gstrtpvorbisdepay.c:
12260         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12261         Fix description.
12262         Small cleanup in the payloader.
12263
12264 2006-11-08  Wim Taymans  <wim@fluendo.com>
12265
12266         * gst/rtp/Makefile.am:
12267         * gst/rtp/gstrtp.c: (plugin_init):
12268         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12269         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12270         (gst_rtp_theora_depay_finalize),
12271         (gst_rtp_theora_depay_parse_configuration),
12272         (gst_rtp_theora_depay_setcaps),
12273         (gst_rtp_theora_depay_switch_codebook),
12274         (gst_rtp_theora_depay_process),
12275         (gst_rtp_theora_depay_set_property),
12276         (gst_rtp_theora_depay_get_property),
12277         (gst_rtp_theora_depay_change_state),
12278         (gst_rtp_theora_depay_plugin_init):
12279         * gst/rtp/gstrtptheoradepay.h:
12280         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12281         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12282         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12283         (gst_rtp_theora_pay_init_packet),
12284         (gst_rtp_theora_pay_flush_packet),
12285         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12286         (gst_rtp_theora_pay_handle_buffer),
12287         (gst_rtp_theora_pay_plugin_init):
12288         * gst/rtp/gstrtptheorapay.h:
12289         Add theora pay/depayloaders.
12290
12291 2006-11-06  Wim Taymans  <wim@fluendo.com>
12292
12293         * gst/rtp/Makefile.am:
12294         We depend on gsttag to generate the vorbis comments.
12295
12296         * gst/rtp/gstrtpvorbisdepay.c:
12297         (gst_rtp_vorbis_depay_parse_configuration),
12298         (gst_rtp_vorbis_depay_setcaps),
12299         (gst_rtp_vorbis_depay_switch_codebook),
12300         (gst_rtp_vorbis_depay_process):
12301         * gst/rtp/gstrtpvorbisdepay.h:
12302         Parse configuration string in the depayloader.
12303         Implement selecting and switching to a new codebook.
12304         Receiving vorbis over RTP now works.
12305
12306         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12307         (gst_rtp_vorbis_pay_init_packet),
12308         (gst_rtp_vorbis_pay_finish_headers),
12309         (gst_rtp_vorbis_pay_handle_buffer):
12310         * gst/rtp/gstrtpvorbispay.h:
12311         Set timestamps on outgoing buffers and RTP packets.
12312         Fix configuration string, prepend number of Packet headers.
12313         Fix encoding of ident string.
12314         Add delivery-method to caps.
12315         Streaming vorbis over RTP now works.
12316
12317 2006-11-06  Wim Taymans  <wim@fluendo.com>
12318
12319         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12320         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12321         (gst_rtp_vorbis_pay_handle_buffer):
12322         * gst/rtp/gstrtpvorbispay.h:
12323         Generate a valid configuration string in the caps based on the
12324         vorbis headers.
12325
12326 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12327
12328         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12329         * ext/cdio/gstcdio.h:
12330         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12331           Move CD-TEXT utility function into common file so it can also be
12332           used by a future cdioparanoiasrc.
12333
12334 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12335         
12336         * sys/v4l2/Makefile.am:
12337         * sys/v4l2/gstv4l2object.c:
12338         * sys/v4l2/gstv4l2src.c:
12339         * sys/v4l2/gstv4l2xoverlay.c:
12340         * sys/v4l2/v4l2_calls.c:
12341         * sys/v4l2/v4l2src_calls.c:
12342         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12343         xoverlay code that is still not implemented.
12344
12345 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12346
12347         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12348           We require a -base more recent than 0.10.9, so it's safe to use
12349           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12350
12351         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12352         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12353           Use _newsegment_full() now that we depend on a recent enough core.
12354
12355         * gst/wavparse/gstwavparse.c:
12356           Remove cruft that we don't need any longer now that we depend on
12357           a recent enough -base.
12358
12359 2006-10-31  Wim Taymans  <wim@fluendo.com>
12360
12361         * gst/rtp/Makefile.am:
12362         * gst/rtp/gstrtp.c: (plugin_init):
12363         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12364         (gst_rtpilbcpay_setcaps):
12365         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12366
12367 2006-10-31  Wim Taymans  <wim@fluendo.com>
12368
12369         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12370         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12371         Some small cleanups, use _scale.
12372
12373 2006-10-31  Wim Taymans  <wim@fluendo.com>
12374
12375         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12376         Use higher precision scale function.
12377
12378 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12379
12380         Patch by: Michal Benes  <michal dot benes at itonis tv>
12381
12382         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12383         (gst_matroska_demux_read_track_encodings),
12384         (gst_matroska_decode_buffer):
12385           Fix several issues with encoded/compressed/encrypted/signed tracks;
12386           also, remove superfluous newline characters from some debug
12387           statements. (#366155)
12388
12389 2006-10-30  Wim Taymans  <wim@fluendo.com>
12390
12391         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12392         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12393         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12394         (gst_smokedec_change_state):
12395         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12396         (gst_smokeenc_init), (gst_smokeenc_finalize),
12397         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12398         (gst_smokeenc_resync), (gst_smokeenc_chain),
12399         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12400         (gst_smokeenc_change_state):
12401         Various cleanups, capsnego and leak fixes.
12402
12403 2006-10-30  Wim Taymans  <wim@fluendo.com>
12404
12405         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12406
12407         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12408         Fix videomixer so that it can handle any combination of framerates.
12409         Fixes #367221.
12410
12411 2006-10-28  Wim Taymans  <wim@fluendo.com>
12412
12413         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12414         (gst_avi_demux_parse_file_header),
12415         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12416         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12417         (gst_avi_demux_chain):
12418         Fix position query for audio. also fixes timestamps in streaming
12419         mode and bug #364958.
12420         Small cleanups.
12421
12422 2006-10-27  Wim Taymans  <wim@fluendo.com>
12423
12424         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12425         * ext/libpng/gstpngenc.h:
12426         Fix strides. Fixes #364856.
12427         Cleanup capsnego.
12428         Set caps on outgoing buffers.
12429
12430 2006-10-18  Wim Taymans  <wim@fluendo.com>
12431
12432         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12433
12434         * gst/rtp/gstrtpgsmpay.c:
12435         * gst/rtp/gstrtph263pay.c:
12436         * gst/rtp/gstrtpmpapay.c:
12437         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12438         (gst_rtp_pcma_pay_handle_buffer):
12439         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12440         Add static payload numbers in addition to the dynamic ones.
12441         Fixes #361639.
12442
12443 2006-10-18  Wim Taymans  <wim@fluendo.com>
12444
12445         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12446         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12447         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12448         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12449         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12450         * gst/rtsp/rtspdefs.h:
12451         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12452         * gst/rtsp/rtspurl.h:
12453         Reuse already existing enum for lower transport.
12454         Add rtspt and rtspu protocols.
12455         Send redirect to rtspt when udp times out.
12456
12457 2006-10-18  Wim Taymans  <wim@fluendo.com>
12458
12459         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12460         (gst_wavparse_stream_data):
12461         Fix seeking some more, mostly for speed changes.
12462
12463 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12464
12465         Patch by: Fredrik Persson  <frepe at bredband net>
12466
12467         * sys/v4l2/gstv4l2tuner.c:
12468         * sys/v4l2/gstv4l2tuner.h:
12469           Fix _set_channel(): remove useless g_object_notify() for "channel"
12470           property that doesn't exist any longer and therefore now also
12471           useless redirect (#338818).
12472
12473 2006-10-17  Wim Taymans  <wim@fluendo.com>
12474
12475         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12476         Some drivers do not support unsetting the non-blocking flag once the
12477         device is opened. In those cases, close/open the device in
12478         non-blocking mode. Fixes #362673.
12479
12480 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12481
12482         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12483         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12484         (gst_v4l2src_get_fps):
12485           dear stefan, framespersecond is not frameperiod, reverting but adding
12486           comment
12487
12488 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12489
12490         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12491         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12492         (gst_v4l2src_get_fps):
12493           Numerator is numerator and denominator is denominator. Say that aloud
12494           5 times and retry after next beer.
12495
12496 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12497
12498         Patch by: Josep Torra Valles  <josep at fluendo com>
12499
12500         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12501         * ext/esd/esdsink.c: (gst_esdsink_write):
12502         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12503         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12504         (gst_flac_dec_send_newsegment):
12505         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12506         (gst_flac_enc_tell_callback):
12507         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12508         (smokecodec_parse_header), (smokecodec_decode):
12509         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12510         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12511         * gst/goom/Makefile.am:
12512         * gst/goom/gstgoom.c:
12513         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12514         * gst/rtsp/gstrtspsrc.c:
12515         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12516         * gst/udp/gstudpsink.c:
12517         * gst/udp/gstudpsrc.c:
12518         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12519         * sys/sunaudio/gstsunaudiomixertrack.h:
12520           Fix a bunch of problems discovered by the Forte compiler, mostly type
12521           mixups and pointer arithmetics with void pointers. Fixes #362603.
12522
12523 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12524
12525         * ext/speex/gstspeex.c: (plugin_init):
12526         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12527         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12528         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12529         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12530         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12531         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12532         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12533         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12534         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12535         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12536         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12537         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12538         * ext/speex/gstspeexenc.h:
12539           Miscellaneous clean-ups, among other things: speexenc => enc to
12540           enhance code readability; change speexenc => speex_enc; in chain
12541           function unref input buffer in case of error; take reference in
12542           event function; use boilerplate macro; use gst_pad_query_peer_*
12543           convenience functions.
12544
12545 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12546
12547         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12548         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12549         (gst_speexenc_set_header_on_caps):
12550           Fix some mem leaks.
12551
12552 2006-10-11  Wim Taymans  <wim@fluendo.com>
12553
12554         * gst/rtsp/URLS:
12555         Added some other URL.
12556
12557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12558         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12559         (gst_rtspsrc_open), (gst_rtspsrc_play),
12560         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12561         * gst/rtsp/gstrtspsrc.h:
12562         Work on fallback to TCP connection when the UDP socket times out.
12563         Handler server requests, just reply with OK for now.
12564
12565         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12566         * gst/rtsp/rtspdefs.h:
12567         Added some more Real extension headers.
12568
12569         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12570         Fix parsing of urls with a ':' that is not part of the hostname:port
12571         part of the url.
12572
12573 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12574
12575         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12576         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12577         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12578           Activate pad before adding it to the already-running element.
12579
12580         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12581           Activate newly-created pad too.
12582
12583 2006-10-11  Wim Taymans  <wim@fluendo.com>
12584
12585         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12586
12587         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12588         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12589         (gst_udpsrc_start):
12590         Fix some leaks in caps and uris. Fixes #361252.
12591
12592 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12593
12594         * gst/wavparse/Makefile.am:
12595           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12596
12597 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12598
12599         * sys/v4l2/gstv4l2xoverlay.c:
12600         * sys/v4l2/gstv4l2xoverlay.h:
12601         Fix build as per the patch in #338818 comment 36.
12602
12603 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12604
12605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12606           Activate pads before adding them to the source.
12607
12608 2006-10-06  Wim Taymans  <wim@fluendo.com>
12609
12610         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12611         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12612         Activate pads before adding.
12613
12614 2006-10-06  Wim Taymans  <wim@fluendo.com>
12615
12616         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12617         (gst_multipart_find_pad_by_mime):
12618         Activate pads before adding.
12619
12620         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12621         BOILERPLATE sets parent_class for us.
12622
12623 2006-10-06  Wim Taymans  <wim@fluendo.com>
12624
12625         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12626         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12627         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12628         (gst_rtspsrc_alloc_udp_ports),
12629         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12630         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12631         (gst_rtspsrc_create_transports_string),
12632         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12633         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12634         * gst/rtsp/gstrtspsrc.h:
12635         Rework how the transport string is constructed, try to share channels
12636         and udp ports.
12637         Make most of the stuff less dependant on RTP as we are also going to use
12638         it for RDT.
12639         Add support for transport specific session managers.
12640
12641         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12642         Implement _flush().
12643
12644         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12645         * gst/rtsp/rtspdefs.h:
12646         Add generic error return code.
12647
12648         * gst/rtsp/rtspext.h:
12649         Add support for pluggable tranport strings.
12650
12651         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12652         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12653         (rtsp_ext_wms_get_context):
12654         Detect WMServer and activate the extension.
12655
12656         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12657         (rtsp_transport_get_manager), (rtsp_transport_parse):
12658         * gst/rtsp/rtsptransport.h:
12659         Added methods to get mime/manager for certain transports.
12660
12661 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12662
12663         * ext/cairo/gsttimeoverlay.c:
12664         (gst_cairo_time_overlay_update_font_height):
12665         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12666         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12667         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12668         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12669         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12670         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12671         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12672         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12673         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12674         (gst_avi_demux_stream_data):
12675         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12676         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12677         (gst_fenced_buffer_copy):
12678         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12679         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12680         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12681         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12682         (gst_rtspsrc_handle_message):
12683         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12684         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12685           Printf format fixes.
12686
12687 2006-10-04  Wim Taymans  <wim@fluendo.com>
12688
12689         * gst/rtsp/Makefile.am:
12690         Dist new .h file too.
12691
12692 2006-10-04  Wim Taymans  <wim@fluendo.com>
12693
12694         * gst/rtsp/Makefile.am:
12695         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12696         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12698         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12699         (gst_rtspsrc_parse_rtpmap),
12700         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12701         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12702         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12703         * gst/rtsp/gstrtspsrc.h:
12704         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12705         * gst/rtsp/rtspdefs.h:
12706         * gst/rtsp/rtspext.h:
12707         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12708         (rtsp_ext_wms_get_context):
12709         * gst/rtsp/rtspextwms.h:
12710         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12711         (rtsp_transport_parse):
12712         * gst/rtsp/rtsptransport.h:
12713         Factor out extension in separate module.
12714         Fix getcaps to filter against the padtemplate.
12715         Use Content-Base if the server gives one.
12716         Rework the transport parsing a bit for future extensions.
12717         Added some Real Header field definitions.
12718
12719 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12720
12721         * docs/plugins/Makefile.am:
12722         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12723         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12724           added v4l2 stubs
12725         * gst-plugins-good.spec.in:
12726           add v4l2
12727
12728 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12729
12730         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12731           Extract disc/album/medium number and count and try harder
12732           to extract track number/count.
12733
12734 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12735
12736         * configure.ac:
12737         * sys/Makefile.am:
12738           add build stuff for v4l2, needs --enable-experimental until
12739           the last bits are resolved
12740
12741 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12742
12743         * tests/check/Makefile.am:
12744           Disable autodetect test temporarily, so that the build bots
12745           update -bad and the ranks of unreliable video sinks in there.
12746
12747         * tests/check/elements/autodetect.c: (GST_START_TEST):
12748           Skip test if no usable videosink is found.
12749
12750 2006-09-29  Wim Taymans  <wim@fluendo.com>
12751
12752         * gst/rtsp/URLS:
12753         Add some more URLs.
12754
12755         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12756         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12757         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12758         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12759         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12760         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12761         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12762         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12763         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12764         * gst/rtsp/gstrtspsrc.h:
12765         Add timeout property to control UDP timeouts.
12766         Fix error messages.
12767         Also start a loop function when operating in UDP mode so that we can
12768         do some more stuff async.
12769         Handle element messages from udpsrc to detect timeouts. If a timeout
12770         happens we currently generate an error.
12771         API: rtspsrc::timeout property.
12772
12773         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12774         (gst_udpsrc_create):
12775         Really implement the timeout in microseconds and not milliseconds.
12776
12777 2006-09-29  Wim Taymans  <wim@fluendo.com>
12778
12779         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12780         (gst_udpsrc_create), (gst_udpsrc_set_property),
12781         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12782         * gst/udp/gstudpsrc.h:
12783         Added property to post a message on timeout.
12784         Updated docs.
12785         When restarting the select, initialize the fdsets again.
12786         Init control sockets so we don't accidentally close a random socket.
12787         API: GstUDPSrc::timeout property
12788
12789 2006-09-29  Wim Taymans  <wim@fluendo.com>
12790
12791         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12792         Fix flag registration.
12793
12794         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12795         Reading 0 also means 'no more commands'
12796
12797 2006-09-29  Wim Taymans  <wim@fluendo.com>
12798
12799         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12800
12801         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12802         Fix possible infinite loop when shutting down, a read can also return
12803         0 to indicate no more messages are available. Fixes #358156.
12804
12805 2006-09-25  Wim Taymans  <wim@fluendo.com>
12806
12807         * gst/autodetect/gstautoaudiosink.c:
12808         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12809         (gst_auto_audio_sink_find_best):
12810         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12811         Small cleanups.
12812         don't try to set "sync" property when it is not available.
12813
12814 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12815
12816         Patch by: Peter Kjellerstedt  <pkj at axis com>
12817
12818         * gst/alpha/gstalpha.c:
12819         * gst/rtp/gstrtpamrdepay.c:
12820         * gst/rtsp/gstrtspsrc.c:
12821         * gst/udp/gstudpsrc.c:
12822         * gst/videomixer/videomixer.c:
12823           Include stdlib.h in some more places, makes things compile
12824           with uClibc and -Werror (#357592).
12825
12826 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12827
12828         * ext/jpeg/gstjpegdec.c:
12829           Set minimum height to 8 (from 16), our code should handle
12830           that fine. Some of the buttons on the apple trailer site
12831           are apparently only 15 pixels high (see #357470).
12832
12833 2006-09-23  Wim Taymans  <wim@fluendo.com>
12834
12835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12836         (gst_rtspsrc_open):
12837         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12838         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12839         (rtsp_connection_receive):
12840         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12841         * gst/rtsp/rtspdefs.h:
12842         Improve error reporting.
12843
12844 2006-09-23  Wim Taymans  <wim@fluendo.com>
12845
12846         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12847         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12848         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12849         * gst/rtp/gstrtpdepay.c:
12850         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12851         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12852         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12853         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12854         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12855         (gst_rtp_mp2t_depay_plugin_init):
12856         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12857         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12858         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12859         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12860         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12861         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12862         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12863         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12864         Fix klass typos.
12865         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12866
12867 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12868
12869         * configure.ac:
12870           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12871
12872 2006-09-22  Wim Taymans  <wim@fluendo.com>
12873
12874         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12875         Don't check for a tag that is never there and check if we read the
12876         correct tag. Fixes seeking again.
12877         We must post an error when all pads are unlinked.
12878
12879 2006-09-22  Wim Taymans  <wim@fluendo.com>
12880
12881         * gst/rtp/Makefile.am:
12882         * gst/rtp/gstrtp.c: (plugin_init):
12883         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12884         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12885         (gst_rtp_vorbis_pay_reset_packet),
12886         (gst_rtp_vorbis_pay_init_packet),
12887         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12888         (gst_rtp_vorbis_pay_handle_buffer):
12889         More fixage, set endoder-params correctly in the payloader.
12890
12891 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12892
12893         * gst/autodetect/gstautoaudiosink.c:
12894         (gst_auto_audio_sink_base_init):
12895         * gst/autodetect/gstautovideosink.c:
12896         (gst_auto_video_sink_base_init):
12897           Make static pad templates static to appease valgrind's leak
12898           detector.
12899
12900         * tests/check/Makefile.am:
12901         * tests/check/elements/.cvsignore:
12902         * tests/check/elements/autodetect.c: (GST_START_TEST),
12903         (autodetect_suite):
12904           Add simple test for the ghostpad lockup on shutdown fixed in core
12905           CVS (audio bit disabled because it would need dozens of alsa
12906           suppressions and I'm too lazy to add those now).
12907
12908 2006-09-22  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12911         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12912         Small cleanups.
12913
12914         * gst/rtp/Makefile.am:
12915         * gst/rtp/gstrtp.c: (plugin_init):
12916         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12917         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12918         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12919         (gst_rtp_vorbis_depay_process),
12920         (gst_rtp_vorbis_depay_set_property),
12921         (gst_rtp_vorbis_depay_get_property),
12922         (gst_rtp_vorbis_depay_change_state),
12923         (gst_rtp_vorbis_depay_plugin_init):
12924         * gst/rtp/gstrtpvorbisdepay.h:
12925         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12926         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12927         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12928         (gst_rtp_vorbis_pay_flush_packet),
12929         (gst_rtp_vorbis_pay_append_buffer),
12930         (gst_rtp_vorbis_pay_handle_buffer),
12931         (gst_rtp_vorbis_pay_plugin_init):
12932         * gst/rtp/gstrtpvorbispay.h:
12933         Add experimental vorbis pay and depayloaders.
12934
12935 2006-09-21  Wim Taymans  <wim@fluendo.com>
12936
12937         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12938         Fix profile-level-id parsing and setup.
12939
12940 2006-09-21  Wim Taymans  <wim@fluendo.com>
12941
12942         * gst/udp/README:
12943         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12944         Update README, simple cleanup.
12945
12946 2006-09-21  Wim Taymans  <wim@fluendo.com>
12947
12948         * gst/rtp/README:
12949         Update README with some examples.
12950
12951         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12952         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12953         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12954         (gst_rtp_mp4g_pay_setcaps):
12955         * gst/rtp/gstrtpmp4gpay.h:
12956         Make optional RTP parameters of type STRING, as required by the
12957         application/x-rtp caps specification.
12958
12959 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12960
12961         * gst/rtp/gstrtph263pdepay.c:
12962         * gst/rtp/gstrtph263ppay.c:
12963         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
12964         RTP header.
12965
12966 2006-09-20  Wim Taymans  <wim@fluendo.com>
12967
12968         * gst/rtp/Makefile.am:
12969         And makefile too.
12970
12971 2006-09-20  Wim Taymans  <wim@fluendo.com>
12972
12973         * gst/rtp/gstrtp.c: (plugin_init):
12974         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
12975         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
12976         (decode_base64), (gst_rtp_asf_depay_setcaps),
12977         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
12978         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
12979         (gst_rtp_asf_depay_plugin_init):
12980         * gst/rtp/gstrtpasfdepay.h:
12981         Added preliminary ASF depayloader.
12982
12983         * gst/rtp/gstrtph264depay.c: (decode_base64):
12984         Fix base64 decoding.
12985
12986 2006-09-20  Wim Taymans  <wim@fluendo.com>
12987
12988         * gst/rtsp/URLS:
12989         Added some test URLS.
12990
12991         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12992         (gst_rtspsrc_loop), (gst_rtspsrc_open):
12993         * gst/rtsp/gstrtspsrc.h:
12994         When creating streams, give access to the complete SDP.
12995         Fix some leaks.
12996         Collect and merge global stream properties in stream caps.
12997         Preliminary support for WMServer.
12998
12999         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13000         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13001         (rtsp_connection_receive):
13002         * gst/rtsp/rtspconnection.h:
13003         Make connection interruptable.
13004         Refactor to make it reconnectable.
13005         Don't fail on short reads when reading data packets.
13006
13007         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13008         (rtsp_url_get_port):
13009         * gst/rtsp/rtspurl.h:
13010         Add methods for getting/setting the port.
13011
13012         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13013         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13014         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13015         (sdp_media_get_format), (sdp_parse_line),
13016         (sdp_message_parse_buffer):
13017         Fix headers. 
13018         Add methods for getting multiple attributes with the same name.
13019         Increase buffer size when parsing.
13020         Fix parsing of a=foo fields.
13021
13022         * gst/rtsp/test.c: (main):
13023         Update to new connection API.
13024
13025         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13026         (rtsp_message_init_response), (rtsp_message_init_data),
13027         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13028         * gst/rtsp/rtspmessage.h:
13029         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13030         * gst/rtsp/rtsptransport.h:
13031         * gst/rtsp/sdp.h:
13032         * gst/rtsp/sdpmessage.h:
13033         * gst/rtsp/gstrtsp.c:
13034         * gst/rtsp/gstrtsp.h:
13035         * gst/rtsp/gstrtpdec.c:
13036         * gst/rtsp/gstrtpdec.h:
13037         * gst/rtsp/rtsp.h:
13038         * gst/rtsp/rtspdefs.c:
13039         * gst/rtsp/rtspdefs.h:
13040         Dual licensed under MIT and LGPL now.
13041
13042 2006-09-19  Wim Taymans  <wim@fluendo.com>
13043
13044         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13045         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13046         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13047         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13048         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13049         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13050         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13051         * gst/rtsp/gstrtspsrc.h:
13052         Reorganize stream parsing and creation.
13053         Detect container formats in interleaved mode.
13054         Keep more state about the streams.
13055         Assume a server also supports PLAY if it does not say.
13056         Add unicast and interleaved properties to TCP transport requests to make
13057         some servers happy (WMServer).
13058
13059         * gst/rtsp/sdpmessage.h:
13060         Add some defines for the standard Bandwidth types.
13061
13062 2006-09-19  Wim Taymans  <wim@fluendo.com>
13063
13064         * gst/rtsp/test.c: (main):
13065         Fix build.
13066
13067 2006-09-19  Wim Taymans  <wim@fluendo.com>
13068
13069         * gst/wavparse/gstwavparse.c:
13070         Add ms-gsm to the src template.
13071
13072 2006-09-18  Wim Taymans  <wim@fluendo.com>
13073
13074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13075         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13076         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13077         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13078         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13079         * gst/rtsp/gstrtspsrc.h:
13080         Small cleanups, added documentation.
13081         Try to clean up the requests and responses.
13082         Refactor parsing the supported methods.
13083
13084         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13085         (rtsp_connection_create), (rtsp_connection_send),
13086         (parse_response_status), (parse_request_line),
13087         (rtsp_connection_receive), (rtsp_connection_close),
13088         (rtsp_connection_free):
13089         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13090         (rtsp_transport_init), (rtsp_transport_parse),
13091         (rtsp_transport_free):
13092         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13093         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13094         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13095         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13096         Use g_return_val some more.
13097
13098         * gst/rtsp/rtspdefs.h:
13099         Add more enum values to track initial states.
13100
13101         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13102         (rtsp_message_init_request), (rtsp_message_new_response),
13103         (rtsp_message_init_response), (rtsp_message_init_data),
13104         (rtsp_message_unset), (rtsp_message_free),
13105         (rtsp_message_add_header), (rtsp_message_remove_header),
13106         (rtsp_message_get_header), (rtsp_message_set_body),
13107         (rtsp_message_take_body), (rtsp_message_get_body),
13108         (rtsp_message_steal_body), (rtsp_message_dump):
13109         * gst/rtsp/rtspmessage.h:
13110         Reorder arguments, object goes as the first one.
13111         Use g_return_val some more.
13112
13113 2006-09-18  Wim Taymans  <wim@fluendo.com>
13114
13115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13116         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13117         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13118         * gst/rtsp/gstrtspsrc.h:
13119         Export sometimes source pad with correct caps on the template, create
13120         the ghostpad from the template.
13121         Remove RTCP template as we never expose RTCP.
13122         Protect against invalid body size.
13123         Avoid memcpy when creating the output buffer.
13124         Properly post an error and send EOS when the loop function is shut down.
13125
13126 2006-09-18  Wim Taymans  <wim@fluendo.com>
13127
13128         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13129
13130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13131         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13132         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13133         * gst/rtsp/gstrtspsrc.h:
13134         Make sure we can never set an invalid location.
13135
13136         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13137         * gst/rtsp/rtspmessage.h:
13138         Added _steal_body method for future use.
13139
13140         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13141         Make freeing of NULL url return immediatly.
13142
13143 2006-09-18  Wim Taymans  <wim@fluendo.com>
13144
13145         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13146
13147         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13148         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13149         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13150         (gst_rtspsrc_change_state):
13151         * gst/rtsp/gstrtspsrc.h:
13152         Use boilerplate.
13153         Make rtspsrc subclass GstBin to make state changes easier.
13154         Add Range header field on the PLAY request.
13155
13156 2006-09-18  Wim Taymans  <wim@fluendo.com>
13157
13158         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13159
13160         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13161         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13162         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13163         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13164         * gst/rtsp/rtspconnection.c: (inet_aton):
13165         Small cleanups.
13166         when multicast is selected as the transport, create UDP sources and
13167         connect to the multicast group.
13168         Move parsing and setting of caps to a common place.
13169         Fixes #349894.
13170
13171 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13172
13173         * ext/flac/gstflactag.c:
13174         * gst/alpha/gstalpha.c:
13175         * gst/debug/breakmydata.c:
13176         * gst/debug/negotiation.c:
13177         * gst/debug/testplugin.c:
13178         * gst/effectv/gstaging.c:
13179         * gst/effectv/gstdice.c:
13180         * gst/effectv/gstedge.c:
13181         * gst/effectv/gstquark.c:
13182         * gst/effectv/gstrev.c:
13183         * gst/effectv/gstshagadelic.c:
13184         * gst/effectv/gstvertigo.c:
13185         * gst/effectv/gstwarp.c:
13186         * gst/multipart/multipartdemux.c:
13187         * gst/multipart/multipartmux.c:
13188         * gst/videobox/gstvideobox.c:
13189         * gst/videofilter/gstgamma.c:
13190         * gst/videofilter/gstvideotemplate.c:
13191         * gst/videomixer/videomixer.c:
13192         * sys/sunaudio/gstsunaudiosrc.h:
13193         More G_OBJECT macro fixing.
13194
13195 2006-09-16  Wim Taymans  <wim@fluendo.com>
13196
13197         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13198
13199         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13200         Correctly set the dwLength in strh.
13201         With this patch, the file duration is now displayed correctly in window
13202         media player and the AVI plays completely. Fixes #356147
13203
13204 2006-09-15  Wim Taymans  <wim@fluendo.com>
13205
13206         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13207
13208         * sys/sunaudio/gstsunaudiomixerctrl.c:
13209         (gst_sunaudiomixer_ctrl_build_list):
13210         Set the output track as the MASTER so that the gnome-settings-daemon
13211         keybindings for changing the volume using the keyboard works.
13212         Fixes #356142.
13213
13214 2006-09-15  Wim Taymans  <wim@fluendo.com>
13215
13216         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13217         Fix documentation, it is not possible to control the framerate of jpegdec
13218         using filtered caps yet. Fixes #355210.
13219         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13220         stop when there is an error.
13221
13222 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13223
13224         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13225         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13226           Don't interpret a first buffer with an offset of NONE as
13227           'from the middle of the stream', but only a first buffer
13228           that has a valid buffer offset that's non-zero (see #345449).
13229
13230 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13231
13232         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13233         (gst_icydemux_typefind_or_forward):
13234         * gst/icydemux/gsticydemux.h:
13235           When we merge/collect multiple incoming buffers for typefinding
13236           purposes, keep an initial 0 offset on the first outgoing buffer
13237           as well (otherwise id3demux won't work right). Fixes #345449.
13238           Also Make buffer metadata writable before setting buffer caps.
13239
13240         * tests/check/elements/icydemux.c: (typefind_succeed),
13241         (cleanup_icydemux), (push_data), (GST_START_TEST),
13242         (icydemux_suite):
13243           Small test case for the above.
13244
13245 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13246
13247         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13248         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13249         (gst_avi_demux_stream_header_push),
13250         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13251         (gst_avi_demux_loop):
13252           More code reuse and better logging in _peek_chunk(). Reintroduce check
13253           for chunk sizes before reading them (avoid oom). Better handling for 
13254           invalid chunksizes when streaming.
13255
13256 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13257
13258         * gst/level/gstlevel.c: (gst_level_set_property):
13259         * gst/level/gstlevel.h:
13260           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13261           René Stadler
13262
13263 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13264
13265         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13266         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13267         (gst_avi_demux_stream_data):
13268           Revert one change to fix streaming avi (adapter size != data size).
13269
13270 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13271
13272         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13273
13274         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13275         (gst_matroska_demux_reset),
13276         (gst_matroska_demux_read_track_encodings),
13277         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13278         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13279         (gst_matroska_demux_subtitle_caps):
13280         * gst/matroska/matroska-ids.h:
13281           Add support for VOBSUB subtitle tracks and zlib-compressed
13282           tracks. Make sure we start on a keyframe after a seek. (#343348)
13283
13284 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13285
13286         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13287         (gst_matroska_demux_push_flac_codec_priv_data),
13288         (gst_matroska_demux_push_xiph_codec_priv_data),
13289         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13290         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13291         * gst/matroska/matroska-ids.h:
13292           Add basic FLAC support (#311586), not perfect yet though, needs some
13293           tweaking in flacdec; also, seeking could be better.
13294           Do better bounds checking when deserialising vorbis stream headers
13295           to make sure we don't read beyond the end of the buffer on bad input.
13296
13297 2006-09-04  Wim Taymans  <wim@fluendo.com>
13298
13299         Patch by: Alessandro Decina <alessandro at nnva dot org>
13300
13301         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13302         Seeking back in a file containing a CMML stream errors out if the seek
13303         goes back up to the CMML headers. This is because after the seek the xml
13304         processing instruction <?xml ...?> is submitted to the xml parser again, 
13305         which results in an error. The attached patch fixes the problem. 
13306         Fixes #353908.
13307
13308         * ext/annodex/gstcmmlenc.h:
13309         Fix authors name.
13310
13311
13312 2006-08-28  Andy Wingo  <wingo@pobox.com>
13313
13314         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13315         New helper function to lessen the ifdefs.
13316         (GST_INFO_OBJECT): 
13317         (gst_dv1394src_iso_receive): Use it.
13318         (gst_dv1394src_create): Also use the control sockets in iec61883
13319         mode.
13320         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13321         handle for AVC operations; fixes #348233.
13322
13323 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13324
13325         * configure.ac:
13326         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13327         * docs/plugins/inspect/plugin-audiofx.xml:
13328         * docs/plugins/inspect/plugin-audiofxgood.xml:
13329         * gst/audiofx/Makefile.am:
13330         * gst/audiofx/audiofx.c:
13331         * gst/audiofxgood/.cvsignore:
13332         * gst/audiofxgood/Makefile.am:
13333         * gst/audiofxgood/audiofx.c:
13334         * gst/audiofxgood/audiopanorama.c:
13335         * gst/audiofxgood/audiopanorama.h:
13336           Rename again (audiofxgood -> audiofx).
13337
13338 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13339
13340         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13341         (gst_avi_demux_stream_scan):
13342           Initialze variables.
13343
13344 2006-08-25  Wim Taymans  <wim@fluendo.com>
13345
13346         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13347         (gst_avi_demux_init), (gst_avi_demux_finalize),
13348         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13349         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13350         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13351         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13352         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13353         (gst_avi_demux_massage_index),
13354         (gst_avi_demux_calculate_durations_from_index),
13355         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13356         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13357         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13358         (gst_avi_demux_change_state):
13359         * gst/avi/gstavidemux.h:
13360         More attempts to turn this into readable code.
13361         Don't leak adapters.
13362         Calculate duration according to index more efficiently.
13363         Don't try to act like we drive the pipeline in chain mode.
13364
13365 2006-08-25  Wim Taymans  <wim@fluendo.com>
13366
13367         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13368         Fix build.
13369
13370 2006-08-25  Wim Taymans  <wim@fluendo.com>
13371
13372         Patch by: Alessandro Decina <alessandro at nnva dot org>
13373
13374         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13375         Do some extra sanity checks.
13376         Fixes #350340.
13377
13378         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13379         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13380         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13381         Check if clip->start_time is valid before adding the clip to the
13382         track list.
13383         Reset enc->preamble going from PAUSED to READY.
13384         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13385         only used for EOS.
13386         Only post an error message if we were the one that created the fatal
13387         GstFlowReturn value.
13388
13389         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13390         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13391         Parse the seconds field of the npt-sec time format using %llu rather than
13392         %d and check that the value scaled by GST_SECOND doesn't overflow.
13393         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13394         Lookup a clip's track with clip->track rather than clip->id which
13395         makes no sense.
13396         Identify a clip by its track and start time and not its xml id.
13397         do some more input checking and make sure we don't do undefined shifts.
13398
13399         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13400         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13401         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13402         (push_clip), (push_empty_clip), (check_output_clip),
13403         (GST_START_TEST), (cmmldec_suite):
13404         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13405         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13406         (check_headers), (push_clip), (check_clip_times), (check_clip),
13407         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13408         Added some more checks.
13409
13410 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13411
13412         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13413         (gst_audio_panorama_set_property),
13414         (gst_audio_panorama_get_property),
13415         (gst_audio_panorama_transform_m2s_int),
13416         (gst_audio_panorama_transform_s2s_int),
13417         (gst_audio_panorama_transform_m2s_float),
13418         (gst_audio_panorama_transform_s2s_float):
13419         * gst/audiofxgood/audiopanorama.h:
13420         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13421           Make also the pan-property float (saves scaling and yields better
13422           resolution)
13423
13424 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13425
13426         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13427         (gst_audio_panorama_transform_m2s_float),
13428         (gst_audio_panorama_transform_s2s_float):
13429           ChangeLog surgery to add cymax's real name
13430
13431
13432 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13433
13434         Patch by: René Stadler <mail@renestadler.de>
13435
13436         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13437         (gst_audio_panorama_transform_m2s_int),
13438         (gst_audio_panorama_transform_s2s_int),
13439         (gst_audio_panorama_transform_m2s_float),
13440         (gst_audio_panorama_transform_s2s_float),
13441         (gst_audio_panorama_transform):
13442         * gst/audiofxgood/audiopanorama.h:
13443           Added float support
13444
13445 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13446
13447         * gst/audiofxgood/audiopanorama.c:
13448         (gst_audio_panorama_transform_m2s):
13449           Fix docs & debug category. Add Fixme for volume pan levels.
13450
13451 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13452
13453         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13454         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13455         (gst_avi_demux_stream_header_pull),
13456         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13457         (gst_avi_demux_chain):
13458           unbreak AVI index handling, some more debug, remove an obsolete
13459           adapter_flush that caused streaming to wander off in the wild
13460
13461 2006-08-24  Wim Taymans  <wim@fluendo.com>
13462
13463         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13464         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13465         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13466         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13467         (gst_avi_demux_calculate_durations_from_index),
13468         (gst_avi_demux_stream_header_push),
13469         (gst_avi_demux_stream_header_pull):
13470         * gst/avi/gstavidemux.h:
13471         Some more cleanups. 
13472         Fix totalFrames parsing in ODML.
13473         Disable use of index for length calculation in case of ODML as this is
13474         broken now.
13475
13476 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13477
13478         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13479           Use libgsttag helper function here too.
13480
13481 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13482
13483         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13484         (gst_avi_demux_init), (gst_avi_demux_dispose),
13485         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13486         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13487         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13488         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13489         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13490         (gst_avi_demux_parse_subindex),
13491         (gst_avi_demux_read_subindexes_push),
13492         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13493         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13494         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13495         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13496         (gst_avi_demux_stream_header_pull),
13497         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13498         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13499         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13500         (gst_avi_demux_change_state):
13501         * gst/avi/gstavidemux.h:
13502           Initial streaming support for avidemux (fixes #336465)
13503
13504 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13505
13506         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13507           There is no taglibmux element ...
13508
13509         * gst/rtsp/gstrtspsrc.c:
13510           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13511           was complaining about unknown entity here.
13512
13513 2006-08-22  Wim Taymans  <wim@fluendo.com>
13514
13515         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13516         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13517         (gst_avi_demux_process_next_entry):
13518         * gst/avi/gstavidemux.h:
13519         Mark DISCONT.
13520         Remove old unused fields and reorder the struct a bit.
13521
13522 2006-08-22  Wim Taymans  <wim@fluendo.com>
13523
13524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13525         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13526         (gst_rtspsrc_pause):
13527         * gst/rtsp/gstrtspsrc.h:
13528         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13529         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13530         Small documentation updates.
13531
13532 2006-08-22  Wim Taymans  <wim@fluendo.com>
13533
13534         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13535         (gst_avi_demux_index_entry_for_time),
13536         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13537         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13538         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13539         (gst_avi_demux_next_data_buffer),
13540         (gst_avi_demux_calculate_durations_from_index),
13541         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13542         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13543         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13544         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13545         * gst/avi/gstavidemux.h:
13546         Precalc most of the duration query for each stream.
13547         Make seeking more correct.
13548         Use GstSegment to track position and duration.
13549         Code cleanups and leak fixes.
13550         Calculate correct total duration based on index length.
13551
13552 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13553
13554         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13555         (parse_insert_string_field):
13556           If strings in text fields are marked ISO8859-1, but contain
13557           valid UTF-8 already, then handle them as UTF-8 and ignore
13558           the encoding. (#351794)
13559
13560 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13561
13562         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13563         (gst_flac_dec_write), (gst_flac_dec_loop),
13564         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13565         (gst_flac_dec_src_query):
13566         * ext/flac/gstflacdec.h:
13567           Make flac-in-ogg work (#352100).
13568
13569 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13570
13571         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13572           Don't unref buffers of which we've already given away
13573           ownership to the adapter.
13574
13575 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13576
13577         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13578           Make metadata extraction actually work.
13579
13580         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13581         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13582         (gst_speexenc_chain):
13583           Fix metadata writing: replace old code which wrote completely
13584           broken tags with libgsttag-based code. Plus miscellaneous
13585           code cleanups (use static pad templates etc.) and a bunch
13586           of leak fixes.
13587
13588 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13589
13590         * gst/audiopanorama/.cvsignore:
13591         * gst/audiopanorama/Makefile.am:
13592         * gst/audiopanorama/audiofx.c:
13593         * gst/audiopanorama/audiopanorama.c:
13594         * gst/audiopanorama/audiopanorama.h:
13595           die! die! die! you should never have been there
13596
13597 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13598
13599         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13600         Fix invalid memory access in audiopanorama test suite.
13601
13602 2006-08-21  Edward Hervey  <edward@fluendo.com>
13603
13604         * tests/check/elements/.cvsignore:
13605         ignore built file
13606
13607 2006-08-21  Wim Taymans  <wim@fluendo.com>
13608
13609         * gst/rtp/Makefile.am:
13610         Fix the build again.
13611
13612 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13613
13614         * gst/audiofxgood/.cvsignore:
13615         * gst/audiofxgood/Makefile.am:
13616         * gst/audiofxgood/audiofx.c: (plugin_init):
13617         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13618         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13619         (gst_audio_panorama_set_property),
13620         (gst_audio_panorama_get_property),
13621         (gst_audio_panorama_get_unit_size),
13622         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13623         (gst_audio_panorama_transform_m2s),
13624         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13625         * gst/audiofxgood/audiopanorama.h:
13626           resubmit with the desired name *again*
13627
13628 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13629
13630         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13631         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13632           use g_assert in _get_unit_size
13633
13634 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13635
13636         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13637         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13638         * docs/plugins/inspect/plugin-audiofxgood.xml:
13639           cleanup -unused.txt to make it useful, add previously missing docs
13640
13641         * ext/Makefile.am:
13642           Quietly (accidentally) enable LADSPA for building by default, 
13643           despite the fact that it doesn't meet the plugin checklist.
13644             -- Added by Jan Schmidt 18 Dec 2006
13645
13646         * ext/esd/esdmon.c:
13647         * ext/esd/esdsink.c:
13648         * ext/esd/gstesd.c: (plugin_init):
13649           reflow to get rid of two external symbols
13650
13651         * gst/audiofxgood/audiofx.c: (plugin_init):
13652           re-add
13653
13654 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13655
13656         * configure.ac:
13657         * gst/audiofxgood/.cvsignore:
13658         * gst/audiofxgood/Makefile.am:
13659         * gst/audiofxgood/audiofx.c
13660         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13661         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13662         (gst_audio_panorama_set_property),
13663         (gst_audio_panorama_get_property),
13664         (gst_audio_panorama_get_unit_size),
13665         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13666         (gst_audio_panorama_transform_m2s),
13667         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13668         * gst/audiofxgood/audiopanorama.h:
13669         * tests/check/Makefile.am:
13670         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13671         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13672         (panorama_suite), (main):
13673         Add audiofxgood plugin with audiopanorama element
13674
13675 2006-08-18  Wim Taymans  <wim@fluendo.com>
13676
13677         * docs/plugins/Makefile.am:
13678         More Oss docs fixage. 
13679
13680 2006-08-18  Wim Taymans  <wim@fluendo.com>
13681
13682         * gst/rtp/Makefile.am:
13683         * gst/rtp/gstrtp.c: (plugin_init):
13684         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13685         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13686         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13687         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13688         (gst_rtp_sv3v_depay_get_property),
13689         (gst_rtp_sv3v_depay_change_state),
13690         (gst_rtp_sv3v_depay_plugin_init):
13691         * gst/rtp/gstrtpsv3vdepay.h:
13692         Added experimental SVQ3 depayloader.
13693
13694 2006-08-18  Edward Hervey  <edward@fluendo.com>
13695
13696         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13697         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13698         * ext/dv/gstdvdemux.h:
13699         When handling seek requests, don't send the newsegment event from the
13700         calling thread. Instead save it so it can be sent from the streaming
13701         thread.
13702
13703 2006-08-17  Wim Taymans  <wim@fluendo.com>
13704
13705         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13706
13707         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13708         Accept leading whitespace before the boundary
13709         This patch makes the demuxer allow some whitespace before the actual
13710         boundary. This makes the demuxer work with the ``old'' gstreamer
13711         multipartmuxer again (which placed an extra \n before the start
13712         of the stream) Fixes #349068.
13713
13714 2006-08-17  Wim Taymans  <wim@fluendo.com>
13715
13716         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13717         Error out on non-implemented stuff.
13718
13719 2006-08-16  Wim Taymans  <wim@fluendo.com>
13720
13721         Patch by: Andy Wingo <wingo at pobox dot com>
13722
13723         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13724         (gst_signal_processor_start), (gst_signal_processor_stop),
13725         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13726         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13727         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13728         (gst_signal_processor_change_state):
13729         Make ladspa elements reusable. Fixes #350006.
13730
13731 2006-08-16  Wim Taymans  <wim@fluendo.com>
13732
13733         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13734         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13735         names as possible. Fixes #349901.
13736
13737 2006-08-16  Wim Taymans  <wim@fluendo.com>
13738
13739         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13740         (gst_signal_processor_do_pushes):
13741         A push() gives away our refcount so we should not use the buffer on the
13742         pen anymore.
13743
13744 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13745
13746         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13747         (gst_oss_mixer_element_finalize):
13748           Don't leak device string.
13749
13750 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13751
13752         * configure.ac:
13753           Require CVS of GStreamer core and -base (for
13754           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13755
13756         * ext/taglib/gstid3v2mux.cc:
13757           Write extended comment tags properly (#348762).
13758
13759         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13760         (parse_comment_frame):
13761           Extract COMM frames into extended comments, which makes it
13762           easier to properly retain the description bit of the tag
13763           and maintain this information when re-tagging (#348762).
13764
13765 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13766
13767         * tests/check/Makefile.am:
13768           Don't try to run annodex unit tests if the annodex
13769           plugin has not been built (Fixes #351116).
13770
13771 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13772
13773         * gst/autodetect/gstautoaudiosink.c:
13774         (gst_auto_audio_sink_find_best):
13775           When we can't find a usable audiosink, don't error out,
13776           but use a fake sink instead and post a warning message
13777           on the bus (#341278).
13778
13779 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13780
13781         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13782         * sys/oss/gstosssink.c:
13783         * sys/oss/gstosssrc.c:
13784           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13785           ossmixer's new device property.
13786
13787         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13788         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13789           Add docs for OSS elements.
13790
13791         * docs/plugins/inspect/plugin-aasink.xml:
13792         * docs/plugins/inspect/plugin-alaw.xml:
13793         * docs/plugins/inspect/plugin-alpha.xml:
13794         * docs/plugins/inspect/plugin-alphacolor.xml:
13795         * docs/plugins/inspect/plugin-annodex.xml:
13796         * docs/plugins/inspect/plugin-apetag.xml:
13797         * docs/plugins/inspect/plugin-auparse.xml:
13798         * docs/plugins/inspect/plugin-autodetect.xml:
13799         * docs/plugins/inspect/plugin-avi.xml:
13800         * docs/plugins/inspect/plugin-cacasink.xml:
13801         * docs/plugins/inspect/plugin-cairo.xml:
13802         * docs/plugins/inspect/plugin-cdio.xml:
13803         * docs/plugins/inspect/plugin-cutter.xml:
13804         * docs/plugins/inspect/plugin-debug.xml:
13805         * docs/plugins/inspect/plugin-dv.xml:
13806         * docs/plugins/inspect/plugin-efence.xml:
13807         * docs/plugins/inspect/plugin-effectv.xml:
13808         * docs/plugins/inspect/plugin-esdsink.xml:
13809         * docs/plugins/inspect/plugin-flac.xml:
13810         * docs/plugins/inspect/plugin-flxdec.xml:
13811         * docs/plugins/inspect/plugin-gconfelements.xml:
13812         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13813         * docs/plugins/inspect/plugin-goom.xml:
13814         * docs/plugins/inspect/plugin-halelements.xml:
13815         * docs/plugins/inspect/plugin-icydemux.xml:
13816         * docs/plugins/inspect/plugin-id3demux.xml:
13817         * docs/plugins/inspect/plugin-jpeg.xml:
13818         * docs/plugins/inspect/plugin-level.xml:
13819         * docs/plugins/inspect/plugin-matroska.xml:
13820         * docs/plugins/inspect/plugin-mulaw.xml:
13821         * docs/plugins/inspect/plugin-multipart.xml:
13822         * docs/plugins/inspect/plugin-navigationtest.xml:
13823         * docs/plugins/inspect/plugin-ossaudio.xml:
13824         * docs/plugins/inspect/plugin-png.xml:
13825         * docs/plugins/inspect/plugin-rtp.xml:
13826         * docs/plugins/inspect/plugin-rtsp.xml:
13827         * docs/plugins/inspect/plugin-shout2send.xml:
13828         * docs/plugins/inspect/plugin-smpte.xml:
13829         * docs/plugins/inspect/plugin-speex.xml:
13830         * docs/plugins/inspect/plugin-taglib.xml:
13831         * docs/plugins/inspect/plugin-udp.xml:
13832         * docs/plugins/inspect/plugin-videobalance.xml:
13833         * docs/plugins/inspect/plugin-videobox.xml:
13834         * docs/plugins/inspect/plugin-videoflip.xml:
13835         * docs/plugins/inspect/plugin-videomixer.xml:
13836         * docs/plugins/inspect/plugin-wavenc.xml:
13837         * docs/plugins/inspect/plugin-wavparse.xml:
13838         * docs/plugins/inspect/plugin-ximagesrc.xml:
13839           Update to CVS version.
13840           
13841 2006-08-16  Wim Taymans  <wim@fluendo.com>
13842
13843         * gst/rtp/gstrtpamrdepay.c:
13844         * gst/rtp/gstrtpmp4gdepay.c:
13845         Caps extra properties must be defined as strings for
13846         depayloaders because they are generated from an SDP.
13847
13848         * gst/rtp/Makefile.am:
13849         * gst/rtp/gstrtp.c: (plugin_init):
13850         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13851         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13852         (gst_rtp_h264_depay_finalize), (decode_base64),
13853         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13854         (gst_rtp_h264_depay_set_property),
13855         (gst_rtp_h264_depay_get_property),
13856         (gst_rtp_h264_depay_change_state),
13857         (gst_rtp_h264_depay_plugin_init):
13858         * gst/rtp/gstrtph264depay.h:
13859         Added basic, not completely functional RFC 3984 H264 depayloader.
13860
13861 2006-08-16  Wim Taymans  <wim@fluendo.com>
13862
13863         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13864         Add pads after setting them up.
13865
13866         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13867         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13868         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13869         (gst_rtspsrc_stream_setup_rtp),
13870         (gst_rtspsrc_stream_configure_transport),
13871         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13872         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13873         (gst_rtspsrc_pause):
13874         * gst/rtsp/gstrtspsrc.h:
13875         Fix interleaved mode.
13876          - Protect streaming with lock.
13877          - Combine flows
13878          - set caps on outgoing buffers.
13879          - strip trailing \0 from data packets.
13880          - Configure RTP/RTCP in stream.
13881         Use DEBUG_OBJECT more.
13882
13883 2006-08-16  Wim Taymans  <wim@fluendo.com>
13884
13885         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13886         Turn a g_print into a DEBUG line.
13887
13888 2006-08-13  Wim Taymans  <wim@fluendo.com>
13889
13890         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13891         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13892         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13893         (gst_oss_mixer_element_get_property),
13894         (gst_oss_mixer_element_change_state):
13895         * sys/oss/gstossmixerelement.h:
13896         Small cleanups. Better error reporting.
13897         Add device property for the mixer instead of the hardcoded
13898         /dev/mixer. Fixes #350785.
13899         API: GstOssMixerElement::device property
13900
13901 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13902
13903         Patch by: Jens Granseuer <jensgr at gmx net>
13904
13905         * gconf/Makefile.am:
13906           Make --disable-schemas work right (they still need
13907           to be copied to the installation directory, just not
13908           applied). Fixes #351347 (also #344100).
13909           
13910 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13911
13912         * configure.ac: back to HEAD
13913
13914 === release 0.10.4 ===
13915
13916 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13917
13918         * configure.ac:
13919           releasing 0.10.4, "Dear Leader"
13920
13921 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13922
13923         Patch by: Edward Hervey <edward@fluendo.com>
13924
13925         * configure.ac:
13926         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13927         (gst_wavparse_stream_data):
13928         Send the newsegment event in the streaming thread.
13929         Fixes #347529
13930
13931 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13932
13933         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13934         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13935         (gst_smokeenc_resync), (gst_smokeenc_chain):
13936           Refuse sink caps in the encoder if width or height is not a
13937           multiple of 16, the encoder does not support that yet (#349939);
13938           along the same lines, check the return value of the encoder
13939           setup function; also remove some debug log clutter.
13940
13941 2006-08-04  Andy Wingo  <wingo@pobox.com>
13942
13943         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13944         whether a processor can work in place or not, and for keeping
13945         track of its state. Change the FlowReturn instance variable from
13946         "state" to "flow_state", all callers changed.
13947
13948         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13949         (gst_signal_processor_start, gst_signal_processor_stop)
13950         (gst_signal_processor_cleanup): New functions to manage the
13951         processor's state.
13952         (gst_signal_processor_setcaps): start() as well as setup() here.
13953         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13954         (gst_signal_processor_change_state): Stop and cleanup the
13955         processor as we go to NULL.
13956
13957         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13958         INPLACE_BROKEN is not set.
13959
13960         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13961         Do the alloc_buffer in bytes, not frames.
13962         
13963 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13964
13965         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13966         Fix rgb masks when recording in < 24bpp.
13967
13968 2006-08-04  Andy Wingo  <wingo@pobox.com>
13969
13970         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
13971         (gst_signal_processor_prepare)
13972         (gst_signal_processor_update_inputs)
13973         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
13974         (gst_signal_processor_flush)
13975         (gst_signal_processor_sink_activate_push)
13976         (gst_signal_processor_src_activate_pull)
13977         (gst_signal_processor_change_state): Remove the last of the code
13978         that assumes that we process whole buffers at a time. Fix some
13979         debugging. Seems to work now in some cases.
13980         (gst_signal_processor_src_activate_pull): BPB
13981
13982 2006-08-01  Andy Wingo  <wingo@pobox.com>
13983
13984         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
13985         Fix nframes-choosing.
13986         (gst_signal_processor_init): Init pending_in and pending_out.
13987
13988         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
13989         more default sample rate, although we never check that the sample
13990         rate actually gets set. Something for the future.
13991         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
13992         (gst_signal_processor_event): Refcount fixen.
13993         (gst_signal_processor_process): Pull the number of frames to
13994         process from the sizes of the buffers in the input pens.
13995         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
13996         (gst_signal_processor_do_pulls): Add an nframes argument, and use
13997         it instead of buffer_frames.
13998         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
13999         to do_pulls.
14000         (gst_signal_processor_chain)
14001         (gst_signal_processor_sink_activate_push)
14002         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14003
14004         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14005
14006 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14007
14008         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14009         (gst_signal_processor_process):
14010           don't query buffer-frames from caps, add lots of debug-log,
14011           try fix for assert (#349189)
14012
14013 2006-07-31  Wim Taymans  <wim@fluendo.com>
14014
14015         * gst/udp/gstudpsrc.c:
14016         Fix docs.
14017
14018 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14019
14020         * ext/ladspa/gstsignalprocessor.c:
14021         (gst_signal_processor_add_pad_from_template),
14022         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14023         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14024         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14025         (gst_signal_processor_sink_activate_push),
14026         (gst_signal_processor_src_activate_pull),
14027         (gst_signal_processor_change_state):
14028          Add debugs logs here and there, add more error handling, add some
14029          FIXME comments, filed #349189
14030
14031 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14032
14033         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14034         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14035         Set caps on buffer correctly.  Fixes bug #349155.
14036
14037 2006-07-28  Wim Taymans  <wim@fluendo.com>
14038
14039         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14040
14041         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14042         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14043         (gst_multipart_demux_finalize), (get_line_end),
14044         (multipart_parse_header), (multipart_find_boundary),
14045         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14046         (gst_multipart_set_property), (gst_multipart_get_property):
14047         Uses GstAdapter instead of own buffering.
14048         Actually parses the mime-type correctly (In tests the mime-type was
14049         always "" with the old version).
14050         Uses the Content-length header if available to speed up things.
14051         Reliably autoscans the boundary name by default.
14052         Fixes #349068.
14053
14054         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14055         Don't start the stream with a \n.
14056
14057 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14058
14059         Patch by: Brian Cameron <brian dot cameron at sun com>
14060
14061         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14062           Open source with O_NONBLOCK (#349015).
14063
14064 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14065
14066         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14067         (gst_avi_demux_massage_index):
14068         * gst/avi/gstavidemux.h:
14069           Whitespace fixes and more debug
14070
14071 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14072
14073         * gst/autodetect/gstautoaudiosink.c:
14074         (gst_auto_audio_sink_create_element_with_pretty_name),
14075         (gst_auto_audio_sink_find_best),
14076         (gst_auto_audio_sink_change_state):
14077           Get rid of old and unused magic sound-server properties stuff.
14078           Add suffix to child sink's name that makes it easy to see from
14079           the name alone which type it actually is (alsa, oss, esd, etc.).
14080
14081 2006-07-27  Wim Taymans  <wim@fluendo.com>
14082
14083         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14084         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14085         (gst_udpsrc_start):
14086         * gst/udp/gstudpsrc.h:
14087         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14088         not some sort of feature we enable.
14089
14090 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14091
14092         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14093           Use CLOSE_SOCKET() here instead of close() to maintain
14094           win32 workiness.
14095
14096 2006-07-27  Wim Taymans  <wim@fluendo.com>
14097
14098         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14099
14100         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14101         (gst_udpsrc_create), (gst_udpsrc_set_property),
14102         (gst_udpsrc_get_property), (gst_udpsrc_start):
14103         * gst/udp/gstudpsrc.h:
14104         Added "buffer-size" property to control the kernel receive buffer size.
14105         Update documentation.
14106         Small cleanups. Fixes #348752.
14107         API: buffer-size property
14108
14109 2006-07-26  Wim Taymans  <wim@fluendo.com>
14110
14111         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14112
14113         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14114         (gst_rtp_pcma_pay_handle_buffer):
14115         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14116         (gst_rtp_pcmu_pay_handle_buffer):
14117         Fix timestamp calculation on outgoing RTP packets.
14118         Fixes #348675.
14119
14120 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14121
14122         * ext/taglib/gstid3v2mux.cc:
14123           Fix writing of comment frames (should be COMM not TCOM),
14124           is still sub-optimal though, since we don't retain or
14125           extract the comment descriptions properly (#334375,
14126           also see #334375).
14127
14128 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14129
14130         * gst/wavparse/gstwavparse.c:
14131           #define 'fact' RIFF chunk if we are not compiling against
14132           -base CVS (we don't want to depend on -base CVS for this
14133           one define only, and also not for release order reasons).
14134
14135 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14136
14137         * ext/taglib/gstid3v2mux.cc:
14138           Handle multiple tags of the same type properly. Re-inject
14139           unparsed ID3v2 frames that we get as binary blobs from
14140           id3demux into the tag again so we don't lose information
14141           when retagging (#334375).
14142
14143 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14144
14145         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14146           Document newly-added properties properly, so that there is a
14147           'Since: 0.10.4' in the plugin docs. Convert some property
14148           names into canonical GObject style (GObject will do that
14149           internally anyway).
14150
14151 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14152
14153         * gst/id3demux/id3tags.c:
14154         (id3demux_add_id3v2_frame_blob_to_taglist):
14155           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14156           well, and add the version to the blob's buffer caps, since that
14157           information will be needed for deserialisation later on (#348644).
14158
14159 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14160
14161         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14162         (gst_avi_demux_parse_stream):
14163          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14164          indentation and spacing.
14165
14166 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14167
14168         * docs/plugins/Makefile.am:
14169         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14170         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14171         * docs/plugins/gst-plugins-good-plugins.args:
14172         * docs/plugins/inspect/plugin-1394.xml:
14173         * docs/plugins/inspect/plugin-aasink.xml:
14174         * docs/plugins/inspect/plugin-alaw.xml:
14175         * docs/plugins/inspect/plugin-alpha.xml:
14176         * docs/plugins/inspect/plugin-alphacolor.xml:
14177         * docs/plugins/inspect/plugin-annodex.xml:
14178         * docs/plugins/inspect/plugin-apetag.xml:
14179         * docs/plugins/inspect/plugin-auparse.xml:
14180         * docs/plugins/inspect/plugin-autodetect.xml:
14181         * docs/plugins/inspect/plugin-avi.xml:
14182         * docs/plugins/inspect/plugin-cacasink.xml:
14183         * docs/plugins/inspect/plugin-cairo.xml:
14184         * docs/plugins/inspect/plugin-cdio.xml:
14185         * docs/plugins/inspect/plugin-cutter.xml:
14186         * docs/plugins/inspect/plugin-debug.xml:
14187         * docs/plugins/inspect/plugin-dv.xml:
14188         * docs/plugins/inspect/plugin-efence.xml:
14189         * docs/plugins/inspect/plugin-effectv.xml:
14190         * docs/plugins/inspect/plugin-esdsink.xml:
14191         * docs/plugins/inspect/plugin-flac.xml:
14192         * docs/plugins/inspect/plugin-flxdec.xml:
14193         * docs/plugins/inspect/plugin-gconfelements.xml:
14194         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14195         * docs/plugins/inspect/plugin-goom.xml:
14196         * docs/plugins/inspect/plugin-halelements.xml:
14197         * docs/plugins/inspect/plugin-icydemux.xml:
14198         * docs/plugins/inspect/plugin-id3demux.xml:
14199         * docs/plugins/inspect/plugin-jpeg.xml:
14200         * docs/plugins/inspect/plugin-level.xml:
14201         * docs/plugins/inspect/plugin-matroska.xml:
14202         * docs/plugins/inspect/plugin-mulaw.xml:
14203         * docs/plugins/inspect/plugin-multipart.xml:
14204         * docs/plugins/inspect/plugin-navigationtest.xml:
14205         * docs/plugins/inspect/plugin-ossaudio.xml:
14206         * docs/plugins/inspect/plugin-png.xml:
14207         * docs/plugins/inspect/plugin-rtp.xml:
14208         * docs/plugins/inspect/plugin-rtsp.xml:
14209         * docs/plugins/inspect/plugin-shout2send.xml:
14210         * docs/plugins/inspect/plugin-smpte.xml:
14211         * docs/plugins/inspect/plugin-speex.xml:
14212         * docs/plugins/inspect/plugin-udp.xml:
14213         * docs/plugins/inspect/plugin-videobalance.xml:
14214         * docs/plugins/inspect/plugin-videobox.xml:
14215         * docs/plugins/inspect/plugin-videoflip.xml:
14216         * docs/plugins/inspect/plugin-videomixer.xml:
14217         * docs/plugins/inspect/plugin-wavenc.xml:
14218         * docs/plugins/inspect/plugin-wavparse.xml:
14219         * docs/plugins/inspect/plugin-ximagesrc.xml:
14220           Update files to CVS/Prerelease version, add esdsink docs.
14221
14222         * ext/esd/esdsink.c:
14223           Add gtk-doc blurb.
14224
14225         * gst/rtp/gstrtpmp4vpay.c:
14226           Fix typo in element description.
14227
14228 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14229
14230         * ext/esd/esdsink.c: (gst_esdsink_open),
14231         (gst_esdsink_factory_init):
14232           Prevent libesd from auto-spawning a sound daemon if it
14233           is not already running. Now that we don't do evil stuff
14234           like that any longer we can give esdsink a rank so that
14235           autoaudiosink will try it as well if all other audio
14236           sinks fail (#343051).
14237
14238 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14239
14240         * ext/esd/Makefile.am:
14241           Oops, need to remove README from EXTRA_DIST as well.
14242
14243 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14244
14245         * ext/esd/README:
14246           Remove, it contains nothing useful anyway.
14247
14248         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14249         (gst_esdsink_delay):
14250           Some small clean-ups; use GST_BOILERPLATE etc.
14251
14252 2006-07-24  Wim Taymans  <wim@fluendo.com>
14253
14254         * gst/law/alaw-decode.c: (alawdec_getcaps):
14255         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14256         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14257         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14258         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14259
14260 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14261
14262         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14263         (gst_wavparse_other), (gst_wavparse_perform_seek),
14264         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14265         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14266         (gst_wavparse_pad_query):
14267         * gst/wavparse/gstwavparse.h:
14268           Use information from 'fact' chunk for length calculation of compressed
14269           samples. Calculate bps if bogus value is found in wav header (embeded
14270           mp2/mp3).
14271           
14272
14273 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14274
14275         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14276
14277         * configure.ac:
14278         * gst/udp/Makefile.am:
14279         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14280         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14281         * gst/udp/gstdynudpsink.h:
14282         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14283         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14284         * gst/udp/gstmultiudpsink.h:
14285         * gst/udp/gstudp.c: (plugin_init):
14286         * gst/udp/gstudpsink.h:
14287         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14288         (gst_udpsrc_start), (gst_udpsrc_stop):
14289         * gst/udp/gstudpsrc.h:
14290         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14291         (gst_udp_net_utils_win32_wsa_startup):
14292         * gst/udp/gstudpnetutils.h:
14293           Port udp plugin to win32 (#345288).
14294
14295 2006-07-24  Wim Taymans  <wim@fluendo.com>
14296
14297         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14298         Remove unwanted DEBUG line.
14299
14300 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14301
14302         * gst/id3demux/gstid3demux.c: (plugin_init):
14303         * gst/id3demux/id3tags.c:
14304         (id3demux_add_id3v2_frame_blob_to_taglist):
14305         * gst/id3demux/id3tags.h:
14306           On second thought, it might be wiser and more efficient
14307           not to do tag registration from a streaming thread.
14308
14309 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14310
14311         * gst/id3demux/id3tags.c:
14312         (id3demux_add_id3v2_frame_blob_to_taglist),
14313         (id3demux_id3v2_frames_to_tag_list):
14314           Put ID3v2 frames we can't parse as binary blobs into private
14315           tags, so that they are not lost when retagging, at least once
14316           id3v2mux has been taught to re-inject those frames again.
14317           See bug #334375.
14318
14319 2006-07-21  Wim Taymans  <wim@fluendo.com>
14320
14321         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14322         (gst_avi_demux_process_next_entry):
14323         Fix some leaks.
14324
14325         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14326         Don't use \n in debug lines.
14327
14328 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14329
14330         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14331         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14332           Add annodex and icydemux, cleanup the sections a bit
14333
14334 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14335
14336         Patch by: Alex Lancaster <alexl at users sourceforge net>
14337
14338         * ext/taglib/gstid3v2mux.cc:
14339           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14340           ID3v2 TSSE frames (#347898).
14341
14342 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14343
14344         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14345           Respect mpegversion for "video/mpeg" and give message in case of
14346           unhandled versions.
14347
14348 2006-07-17  Wim Taymans  <wim@fluendo.com>
14349
14350         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14351         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14352         (gst_pngdec_chain), (gst_pngdec_sink_event),
14353         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14354         (gst_pngdec_sink_activate_push):
14355         * ext/libpng/gstpngdec.h:
14356         Use statically allocated segment instead of leaking.
14357         Various cleanups.
14358         Fix flush and seek handling.
14359
14360 2006-07-16  Wim Taymans  <wim@fluendo.com>
14361
14362         * gst/rtp/Makefile.am:
14363         * gst/rtp/gstrtp.c: (plugin_init):
14364         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14365         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14366         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14367         (gst_rtp_mp4g_depay_set_property),
14368         (gst_rtp_mp4g_depay_get_property),
14369         (gst_rtp_mp4g_depay_change_state),
14370         (gst_rtp_mp4g_depay_plugin_init):
14371         * gst/rtp/gstrtpmp4gdepay.h:
14372         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14373         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14374         (gst_rtp_mp4g_pay_flush):
14375         Added simple generic mpeg4 depayloader.
14376         Fix generic mpeg4 payloader.
14377
14378 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14379
14380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14381           Don't try doing state changes on a NULL pointer.
14382
14383 2006-07-14  Wim Taymans  <wim@fluendo.com>
14384
14385         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14386
14387         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14388         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14389         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14390         * gst/rtp/gstrtpamrdepay.h:
14391         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14392         Fixes #321191
14393
14394 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14395
14396         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14397         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14398         Fix segfault when moving mouse pointer to the bottom right corner.
14399
14400 2006-07-12  Wim Taymans  <wim@fluendo.com>
14401
14402         * gst/rtp/Makefile.am:
14403         * gst/rtp/gstrtp.c: (plugin_init):
14404         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14405         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14406         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14407         (gst_rtp_mp2t_depay_set_property),
14408         (gst_rtp_mp2t_depay_get_property),
14409         (gst_rtp_mp2t_depay_change_state),
14410         (gst_rtp_mp2t_depay_plugin_init):
14411         * gst/rtp/gstrtpmp2tdepay.h:
14412         Added mpeg2 TS depayloader. Closing #347234.
14413
14414 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14415
14416         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14417           Remove g_assert that shouldn't be there and was triggered
14418           after trying to open a device that doesn't exist or can't
14419           be opened for some other reason (#347972).
14420
14421 2006-07-10  Edward Hervey  <edward@fluendo.com>
14422
14423         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14424         (gst_avi_demux_stream_header), (push_tag_lists):
14425         * gst/avi/gstavidemux.h:
14426         Don't push tag events found by gst_riff_parse_info() before outputting
14427         GST_EVENT_NEWSEGMENT.
14428
14429 2006-07-10  Wim Taymans  <wim@fluendo.com>
14430
14431         * gst/rtsp/Makefile.am:
14432         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14433         (rtsp_connection_close):
14434         * gst/rtsp/rtspdefs.h:
14435         replaced closesocket and close in code with one CLOSE_SOCKET. 
14436         Some more cleanups. Fixes #345301.
14437
14438 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14439
14440         * gst/autodetect/gstautoaudiosink.c:
14441           Fix example pipeline in docs.
14442
14443 2006-07-10  Wim Taymans  <wim@fluendo.com>
14444
14445         Patch by: Rob Taylor <robtaylor at floopily dot org>
14446
14447         * gst/udp/gstmultiudpsink.c: (join_multicast),
14448         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14449         If a destination is added before the stream is set to PAUSED, the
14450         multicast group is not joined as the socket is not created yet. 
14451         Also TTL and LOOP should also be set. Fixes #346921.
14452
14453 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14454
14455         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14456         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14457         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14458         (gst_ximage_src_init):
14459         * sys/ximage/gstximagesrc.h:
14460         Fix use-damage property to actually work :)
14461         Add startx, starty, endx, endy properties so screencasts other than full
14462         screen ones can work.
14463
14464 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14465
14466         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14467         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14468         (gst_ximage_src_class_init), (gst_ximage_src_init):
14469         * sys/ximage/gstximagesrc.h:
14470         Add use_damage property to offer ability to choose whether to use
14471         XDamage or not.
14472
14473 2006-07-07  Wim Taymans  <wim@fluendo.com>
14474
14475         * gst/goom/filters.c: (zoomFilterSetResolution):
14476         Avoid goom coredumping by clearing memory. 
14477         Fixes 345679.
14478
14479 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14480
14481         * win32/vs6/libgstid3demux.dsp:
14482         Add a link to libgsttag-0.10.lib.
14483
14484 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14485
14486         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14487         (gst_tag_demux_read_range):
14488         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14489         (gst_id3demux_read_range):
14490           Don't return FLOW_UNEXPECTED when a buffer is before
14491           the start of the stream (which might happen with
14492           large ID3v2 tags if the tag reading was done pullrange
14493           based and we then switched to push mode later on).
14494           Fixes regression introduced by commit from June 29th.
14495
14496 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14497
14498         * ext/taglib/gstid3v2mux.cc:
14499           Make UTF-8 the default encoding when writing string
14500           tags (before, our UTF-8 strings would automatically
14501           be converted to ISO-8859-1 by taglib and written as
14502           ISO-8859-1 fields if that was possible).
14503
14504         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14505         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14506         (test_taglib_id3mux_with_tags):
14507           Add test case that makes sure our UTF-8 strings have
14508           actually been written into the tag as UTF-8.
14509
14510 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14511
14512         * configure.ac:
14513           Let's try that again.
14514
14515 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14516
14517         * configure.ac:
14518           Disable monoscope plugin for now until it fulfills
14519           all the requirements.
14520
14521 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14522
14523         * configure.ac:
14524         * gst/monoscope/Makefile.am:
14525         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14526         (gst_monoscope_class_init), (gst_monoscope_init),
14527         (gst_monoscope_finalize), (gst_monoscope_reset),
14528         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14529         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14530         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14531         (gst_monoscope_change_state), (plugin_init):
14532         * gst/monoscope/gstmonoscope.h:
14533           Port monoscope visualisation to 0.10.
14534
14535 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14536
14537         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14538         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14539           Return FLOW_UNEXPECTED when at the end of the file, not
14540           FLOW_ERROR. Fixes 'internal stream error' errors that
14541           would sometimes occur in totem when scrubbing to the
14542           end of an ID3v1 tagged mp3 file.
14543
14544 2006-07-03  Edward Hervey  <edward@fluendo.com>
14545
14546         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14547         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14548         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14549         * ext/libpng/gstpngdec.h:
14550         Implement buffer clipping/dropping using GstSegment.
14551         This provides accurate seeking.
14552
14553 2006-07-03  Edward Hervey  <edward@fluendo.com>
14554
14555         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14556         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14557         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14558         (gst_avi_demux_process_next_entry), (push_tag_lists),
14559         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14560         * gst/avi/gstavidemux.h:
14561         Proper aggregation of each stream's GstFlowReturn in order to figure out
14562         whether the task should stop or not.
14563         Don't send inline events before pushing out a NEW_SEGMENT, more
14564         specifically for GST_TAG_EVENT.
14565         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14566         sub-indexes.
14567
14568 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14569
14570         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14571
14572         * sys/sunaudio/gstsunaudiomixerctrl.c:
14573         (gst_sunaudiomixer_ctrl_build_list):
14574           Move "Monitor" slider to input tab so it works more like
14575           sdtaudiocontrol, which is what people on Solaris are used
14576           to using for their mixer program (#346259).
14577
14578 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14579
14580         * tests/check/elements/level.c: (GST_START_TEST):
14581           fix a leak, clean up at the end
14582
14583 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14584
14585         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14586         (gst_matroska_demux_send_event),
14587         (gst_matroska_demux_loop_stream_parse_id):
14588         * gst/matroska/matroska-ids.h:
14589           Send tag event after newsegment event.
14590
14591 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14592
14593         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14594         (gst_id3demux_read_range):
14595           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14596           certain cases where a read beyond the end of the file is
14597           requested. Fixes #345930.
14598
14599         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14600         (gst_tag_demux_read_range):
14601           Fix same issue here as well.
14602
14603 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14604
14605         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14606         
14607         Fix hypothetical crash.
14608
14609 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14610
14611         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14612
14613         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14614           Do not modify the ports value. If the user has turned off the
14615           built-in speakers, then we should not reset it in the prepare
14616           function, since this causes the built-in speakers to turn
14617           back on anytime the user changes a track in totem, rhythmbox,
14618           etc. (#346066).
14619
14620 2006-06-23  Wim Taymans  <wim@fluendo.com>
14621
14622         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14623         Fix double caps unref when negotiation fails.
14624
14625 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14626
14627         * ext/annodex/gstcmmldec.c:
14628         * ext/annodex/gstcmmlenc.c:
14629         * ext/annodex/gstcmmlparser.c:
14630         * ext/dv/gstdvdec.c:
14631         * ext/dv/gstdvdemux.c:
14632         * ext/gdk_pixbuf/pixbufscale.c:
14633         * ext/jpeg/gstjpegenc.c:
14634         * ext/jpeg/gstsmokedec.c:
14635         * ext/jpeg/gstsmokeenc.c:
14636         * ext/libpng/gstpngdec.c:
14637         * ext/libpng/gstpngenc.c:
14638         * ext/speex/gstspeexenc.c:
14639         * gst/alpha/gstalphacolor.c:
14640         * gst/cutter/gstcutter.c:
14641         * gst/debug/gstnavigationtest.c:
14642         * gst/icydemux/gsticydemux.c:
14643         * gst/level/gstlevel.c:
14644         * gst/multipart/multipart.c:
14645         * gst/rtp/gstrtpamrpay.c:
14646         * gst/rtp/gstrtpdepay.c:
14647         * gst/rtp/gstrtpilbcpay.c:
14648         * gst/rtp/gstrtpmp4gpay.c:
14649         * gst/rtp/gstrtpmp4vpay.c:
14650         * gst/rtsp/gstrtpdec.c:
14651         * gst/rtsp/gstrtspsrc.c:
14652         * gst/udp/gstdynudpsink.c:
14653         * gst/udp/gstmultiudpsink.c:
14654         * gst/udp/gstudpsrc.c:
14655         * gst/videobox/gstvideobox.c:
14656         * gst/videofilter/gstvideoflip.c:
14657           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14658           plus two minor macro fixes.
14659
14660 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14661
14662         * gst/matroska/matroska-demux.c:
14663         (gst_matroska_demux_check_subtitle_buffer),
14664         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14665         (gst_matroska_demux_subtitle_caps):
14666         * gst/matroska/matroska-ids.c:
14667         (gst_matroska_track_init_subtitle_context):
14668         * gst/matroska/matroska-ids.h:
14669           Try to fix up broken matroska files containing subtitle
14670           streams with non-UTF8 character encodings (courtesy of
14671           mkvmerge) using either the encoding specified in the
14672           GST_SUBTITLE_ENCODING environment variable or the
14673           current locale's character set if it is non-UTF8.
14674           Fixes #337076.
14675
14676 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14677
14678         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14679           Set image type from APIC frame as "image-type" field
14680           of GST_TAG_IMAGE buffer caps (#344605).
14681
14682 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         * ext/flac/Makefile.am:
14685         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14686         (gst_flac_dec_reset_decoders),
14687         (gst_flac_dec_setup_seekable_decoder),
14688         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14689         (gst_flac_dec_metadata_callback),
14690         (gst_flac_dec_metadata_callback_seekable),
14691         (gst_flac_dec_metadata_callback_stream),
14692         (gst_flac_dec_error_callback),
14693         (gst_flac_dec_error_callback_seekable),
14694         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14695         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14696         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14697         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14698         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14699         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14700         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14701         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14702         (gst_flac_dec_sink_activate_push),
14703         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14704         * ext/flac/gstflacdec.h:
14705           Support chain-based operation, should make flac-over-DAAP
14706           work (#340492).
14707
14708 2006-06-20  Wim Taymans  <wim@fluendo.com>
14709
14710         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14711         Doc updates, merge some unused symbols.
14712
14713 2006-06-20  Wim Taymans  <wim@fluendo.com>
14714
14715         * docs/plugins/Makefile.am:
14716         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14717         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14718         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14719         * gst/rtsp/gstrtspsrc.c:
14720         * gst/rtsp/gstrtspsrc.h:
14721         Added documentation for the rtsp plugin. Fixes #345393.
14722
14723 2006-06-20  Wim Taymans  <wim@fluendo.com>
14724
14725         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14726         (rtsp_connection_close), (rtsp_connection_free):
14727         Use better G_OS_* macros. Fixes #345301 some more.
14728
14729 2006-06-20  Wim Taymans  <wim@fluendo.com>
14730
14731         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14732
14733         * sys/sunaudio/Makefile.am:
14734         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14735         * sys/sunaudio/gstsunaudiomixerctrl.c:
14736         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14737         (gst_sunaudiomixer_ctrl_list_tracks),
14738         (gst_sunaudiomixer_ctrl_get_volume),
14739         (gst_sunaudiomixer_ctrl_set_volume),
14740         (gst_sunaudiomixer_ctrl_set_mute),
14741         (gst_sunaudiomixer_ctrl_set_record):
14742         * sys/sunaudio/gstsunaudiomixerctrl.h:
14743         * sys/sunaudio/gstsunaudiomixertrack.c:
14744         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14745         * sys/sunaudio/gstsunaudiomixertrack.h:
14746         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14747         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14748         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14749         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14750         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14751         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14752         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14753         (gst_sunaudiosrc_reset):
14754         * sys/sunaudio/gstsunaudiosrc.h:
14755         Add a SunAudio source plugin.
14756         Support stereo and right/left channel gain in the mixer plugin.
14757         Support the RECORD flag so that you can switch between line-input and
14758         microphone in gnome-volume-control.
14759         Code cleanups like using an enumerator for track number instead of an 
14760         integer. Fixes #344923.
14761
14762 2006-06-20  Wim Taymans  <wim@fluendo.com>
14763
14764         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14765
14766         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14767         (rtsp_connection_close):
14768         Make RTSP plugin compile on windows. Fixes #345301.
14769         Some changes to original patch to catch errors better.
14770         use ifdef WIN32 instead of ifndef.
14771
14772 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14773
14774         * configure.ac:
14775         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14776
14777 2006-06-18  Edward Hervey  <edward@fluendo.com>
14778
14779         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14780         After a failed buffer alloc, we need to abort the jpeg decoding (it
14781         started when parsing headers to figure out how many bytes we need
14782         to request downstream).
14783
14784 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14785
14786         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14787
14788         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14789           Make sure we don't read beyond the end of the file (#345232).
14790
14791 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14792
14793         * configure.ac:
14794           Fix --disable-external (can't set conditionals conditionally,
14795           #343602).
14796
14797 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14798
14799         * autogen.sh:
14800         * configure.ac:
14801         * docs/Makefile.am:
14802           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14803
14804         * docs/plugins/Makefile.am:
14805         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14806         * docs/plugins/inspect/plugin-taglib.xml:
14807           Add/fix apev2mux docs.
14808
14809 2006-06-14  Wim Taymans  <wim@fluendo.com>
14810
14811         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14812         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14813         (gst_dvdec_change_state):
14814         Reset segment info on flush.
14815         Alloc segment in _init, free in _finalize.
14816
14817         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14818         Don't send segments twice.
14819
14820 2006-06-14  Wim Taymans  <wim@fluendo.com>
14821
14822         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14823         Respect segment.stop. Fixes #342592.
14824
14825 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14826
14827         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14828           No language specified means the implied language is English
14829           according to the matroska spec (partially fixes #344708);
14830           add some more debug output.
14831
14832 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14833
14834         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14835         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14836         (gst_wavparse_chain):
14837           When operating chain-based, don't make any assumptions about the
14838           chunking of the incoming data and make streaming work on days other
14839           than the second Thursday after a full moon. Also fix up debug
14840           messages here and there and make use of the most excellent new
14841           gst_pad_query_peer_duration() utility function.
14842           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14843
14844         * gst/wavparse/gstwavparse.h:
14845           Remove trailing comma after last enum value, some compilers don't
14846           like that.
14847
14848 2006-06-13  Wim Taymans  <wim@fluendo.com>
14849
14850         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14851         Handle premature EOS gracefully.
14852
14853 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14854
14855         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14856           Prevent out of bounds array access when scrubbing towards
14857           the end of the file between the last index entry and the
14858           end. Fixes occasional 'start <= stop' newsegment event
14859           assertions when scrubbing in MJPEG files.
14860
14861 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14862
14863         * tests/check/elements/.cvsignore:
14864           And another one.
14865
14866 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14867
14868         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14869         (scan_encoded_string), (parse_picture_frame):
14870           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14871
14872         * configure.ac:
14873           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14874           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14875
14876 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14877
14878         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14879           gratuitous comment changes
14880         * tests/check/elements/level.c: (GST_START_TEST):
14881           fix level test leaks
14882
14883 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14884
14885         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14886         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14887           Use gst_pad_query_peer_duration() utility function here.
14888
14889 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14890
14891         * autogen.sh:
14892           require am17
14893         * configure.ac:
14894         * ext/annodex/Makefile.am:
14895         * ext/cdio/Makefile.am:
14896         * ext/dv/Makefile.am:
14897         * ext/esd/Makefile.am:
14898         * ext/flac/Makefile.am:
14899         * ext/gdk_pixbuf/Makefile.am:
14900         * ext/ladspa/Makefile.am:
14901         * ext/libcaca/Makefile.am:
14902         * ext/speex/Makefile.am:
14903         * ext/taglib/Makefile.am:
14904         * sys/oss/Makefile.am:
14905         * sys/sunaudio/Makefile.am:
14906         * sys/ximage/Makefile.am:
14907           clean up build further
14908
14909 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14910
14911         * gconf/Makefile.am:
14912           Honour --disable-schemas-install configure option. Fixes #344100.
14913
14914 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14915
14916         * tests/examples/level/Makefile.am:
14917           Add -lm to LIBS for pow() function, don't assume one of our
14918           dependencies (such as libxml-2.0) drags it in automatically
14919           (#343603).
14920
14921 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14922
14923         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14924
14925         * configure.ac:
14926           We should use $SED and not $(SED) in configure.ac (#343678).
14927
14928 2006-06-09  Wim Taymans  <wim@fluendo.com>
14929
14930         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14931
14932         * sys/sunaudio/gstsunaudiomixerctrl.c:
14933         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14934         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14935         (gst_sunaudiomixer_ctrl_set_mute):
14936         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14937         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14938         (gst_sunaudiosink_write):
14939         Attached find a patch that fixes a number of bugs with the SunAudio
14940         mixer plugin and fixes #344101:
14941         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14942            tracks onto the tracklist causing gnome-volume-control's preferences
14943            dialog to be messed up and would core dump if you checked/unchecked
14944            any item.
14945         2. We weren't previously setting the MUTE flag properly.  Fixing this
14946            makes gnome-volume-control work better.
14947         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14948            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14949            gnome-volume-control look better.
14950         Also some minor cleanup in gstsunaudiosink.c.
14951
14952 2006-06-09  Wim Taymans  <wim@fluendo.com>
14953
14954         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14955         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14956         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14957         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14958         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14959         * ext/jpeg/gstjpegdec.h:
14960         API: Added IDCT method property
14961         Small cleanups.
14962         Avoid dynamic allocation of trivial fixed structure.
14963         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
14964
14965 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14966
14967         * configure.ac:
14968         We now require libraw1394 >= 1.1.0 and that version onwards all
14969         have .pc files.
14970
14971 2006-06-02  Edward Hervey  <edward@fluendo.com>
14972
14973         * gst/law/alaw-decode.c: (alawdec_getcaps): 
14974         Trying to get items from an ANY or EMPTY caps is ... stupid.
14975
14976 2006-06-02  Edward Hervey  <edward@fluendo.com>
14977
14978         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
14979         (gst_dvdec_chain), (gst_dvdec_change_state):
14980         * ext/dv/gstdvdec.h:
14981         Added GstSegment handling, now implements dropping/clipping.
14982
14983 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14984
14985         * ext/aalib/gstaasink.h:
14986         * ext/annodex/gstcmmldec.h:
14987         * ext/cairo/gsttimeoverlay.h:
14988         * ext/dv/gstdvdec.h:
14989         * ext/dv/gstdvdemux.h:
14990         * ext/esd/esdmon.h:
14991         * ext/esd/esdsink.h:
14992         * ext/flac/gstflacenc.h:
14993         * ext/gconf/gstgconfaudiosink.h:
14994         * ext/gconf/gstgconfaudiosrc.h:
14995         * ext/gconf/gstgconfvideosink.h:
14996         * ext/gconf/gstgconfvideosrc.h:
14997         * ext/gdk_pixbuf/gstgdkanimation.h:
14998         * ext/gdk_pixbuf/pixbufscale.h:
14999         * ext/hal/gsthalaudiosink.h:
15000         * ext/hal/gsthalaudiosrc.h:
15001         * ext/jpeg/gstjpegenc.h:
15002         * ext/jpeg/gstsmokedec.h:
15003         * ext/jpeg/gstsmokeenc.h:
15004         * ext/libcaca/gstcacasink.h:
15005         * ext/libmng/gstmngdec.h:
15006         * ext/libmng/gstmngenc.h:
15007         * ext/libpng/gstpngdec.h:
15008         * ext/libpng/gstpngenc.h:
15009         * ext/raw1394/gstdv1394src.h:
15010         * ext/speex/gstspeexenc.h:
15011         * gst/autodetect/gstautoaudiosink.h:
15012         * gst/autodetect/gstautovideosink.h:
15013         * gst/avi/gstavidemux.h:
15014         * gst/cutter/gstcutter.h:
15015         * gst/debug/efence.h:
15016         * gst/debug/gstnavigationtest.h:
15017         * gst/debug/gstnavseek.h:
15018         * gst/flx/gstflxdec.h:
15019         * gst/goom/gstgoom.h:
15020         * gst/icydemux/gsticydemux.h:
15021         * gst/id3demux/gstid3demux.h:
15022         * gst/law/alaw-decode.h:
15023         * gst/law/alaw-encode.h:
15024         * gst/law/mulaw-decode.h:
15025         * gst/law/mulaw-encode.h:
15026         * gst/matroska/matroska-mux.h:
15027         * gst/median/gstmedian.h:
15028         * gst/oldcore/gstaggregator.h:
15029         * gst/oldcore/gstfdsink.h:
15030         * gst/oldcore/gstmd5sink.h:
15031         * gst/oldcore/gstmultifilesrc.h:
15032         * gst/oldcore/gstpipefilter.h:
15033         * gst/oldcore/gstshaper.h:
15034         * gst/oldcore/gststatistics.h:
15035         * gst/rtp/gstasteriskh263.h:
15036         * gst/rtp/gstrtpL16depay.h:
15037         * gst/rtp/gstrtpL16pay.h:
15038         * gst/rtp/gstrtpamrdepay.h:
15039         * gst/rtp/gstrtpamrpay.h:
15040         * gst/rtp/gstrtpdepay.h:
15041         * gst/rtp/gstrtpgsmdepay.h:
15042         * gst/rtp/gstrtpgsmpay.h:
15043         * gst/rtp/gstrtph263pay.h:
15044         * gst/rtp/gstrtph263pdepay.h:
15045         * gst/rtp/gstrtph263ppay.h:
15046         * gst/rtp/gstrtpmp4gpay.h:
15047         * gst/rtp/gstrtpmp4vdepay.h:
15048         * gst/rtp/gstrtpmp4vpay.h:
15049         * gst/rtp/gstrtpmpadepay.h:
15050         * gst/rtp/gstrtpmpapay.h:
15051         * gst/rtp/gstrtppcmadepay.h:
15052         * gst/rtp/gstrtppcmapay.h:
15053         * gst/rtp/gstrtppcmudepay.h:
15054         * gst/rtp/gstrtppcmupay.h:
15055         * gst/rtp/gstrtpspeexdepay.h:
15056         * gst/rtp/gstrtpspeexpay.h:
15057         * gst/rtsp/gstrtpdec.h:
15058         * gst/rtsp/gstrtspsrc.h:
15059         * gst/smpte/gstsmpte.h:
15060         * gst/udp/gstdynudpsink.h:
15061         * gst/udp/gstmultiudpsink.h:
15062         * gst/udp/gstudpsink.h:
15063         * gst/udp/gstudpsrc.h:
15064         * gst/videofilter/gstvideobalance.h:
15065         * gst/videofilter/gstvideoflip.h:
15066         * sys/oss/gstossdmabuffer.h:
15067         * sys/oss/gstossmixerelement.h:
15068         * sys/oss/gstosssink.h:
15069         * sys/oss/gstosssrc.h:
15070         * sys/osxvideo/osxvideosink.h:
15071         * sys/sunaudio/gstsunaudiomixer.h:
15072         * sys/sunaudio/gstsunaudiosink.h:
15073         * sys/ximage/gstximagesrc.h:
15074         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15075
15076 2006-05-31  Wim Taymans  <wim@fluendo.com>
15077
15078         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15079         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15080         (gst_goom_src_setcaps), (gst_goom_src_event),
15081         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15082         (gst_goom_change_state):
15083         * gst/goom/gstgoom.h:
15084         Handle QoS.
15085         Handle flushing, discont and events.
15086         Fix timestamps and various other cleanups.
15087
15088 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15089
15090         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15091         Fix bus reset when using libiec61883
15092
15093 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15094
15095         * configure.ac:
15096         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15097         * ext/raw1394/Makefile.am:
15098         Add CFLAGS.
15099         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15100         New method, to receive using libiec61883.
15101         (gst_dv1394src_iso_receive),
15102         #ifdef'd out if libiec61883 is present.
15103         (gst_dv1394src_bus_reset),
15104         Get userdata correctly if using libiec61883. 
15105         (gst_dv1394src_create),
15106         When using libiec61883, only poll one fd and no need to read.
15107         (gst_dv1394src_discover_avc_node),
15108         Replace g_warnings.
15109         (gst_dv1394src_start),
15110         Create new handle when we know which dv port.  More reliable
15111         than setting port on an existing handle.  Initialise libiec61883.
15112         (gst_dv1394src_stop):
15113         If using libiec61883, then cleanup its handle properly.
15114         * ext/raw1394/gstdv1394src.h:
15115         Add libiec61883 handle.
15116
15117 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15118
15119         * gst/avi/gstavidemux.c:
15120           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15121         * win32/MANIFEST:
15122           sort file listing
15123         * win32/vs6/libgstavi.dsp:
15124           add gstavimux.c to the project
15125         * win32/vs6/libgstid3demux.dsp:
15126           add link to zlib library
15127         * win32/vs6/libgstmatroska.dsp:
15128           add matroska-ids.c to the project
15129
15130 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15131
15132         Patch by: Sebastian Dröge  <mail at slomosnail de >
15133
15134         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15135         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15136         * ext/taglib/Makefile.am:
15137         * ext/taglib/gstapev2mux.cc:
15138         * ext/taglib/gstapev2mux.h:
15139         * ext/taglib/gstid3v2mux.cc:
15140         * ext/taglib/gsttaglibmux.c: (plugin_init):
15141         * ext/taglib/gsttaglibmux.h:
15142           Add apev2mux element (#343122).
15143         
15144         * tests/check/Makefile.am:
15145         * tests/check/elements/apev2mux.c:
15146         (test_taglib_apev2mux_create_tags),
15147         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15148         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15149         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15150         (apev2mux_suite), (main):
15151           Add unit test for apev2mux element.
15152
15153 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15154
15155         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15156         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15157         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15158           GST_PTR_FORMAT should be used to print caps in debug statements.
15159
15160 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15161
15162         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15163
15164         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15165         (ape_demux_parse_tags):
15166           Some clean-ups and additions: map APE 'file' tag to
15167           GST_TAG_LOCATION (#343123); add support for extracting
15168           the track count and clean up parsing a bit (#343127).
15169
15170 2006-05-28  Edward Hervey  <edward@fluendo.com>
15171
15172         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15173         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15174
15175 2006-05-28  Edward Hervey  <edward@fluendo.com>
15176
15177         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15178         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15179         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15180         * ext/jpeg/gstjpegdec.h:
15181         Clip outgoing buffers according to currently configured segment.
15182
15183 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15184
15185         * ext/taglib/gstid3v2mux.cc:
15186           Handle  writing of track-count or album-volume-count without
15187           track-number or albume-volume-number (in this case the number
15188           will just be set to 0).
15189
15190         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15191           It would be nice if we actually checked the values received for
15192           track/album-volume number/count in  _check_tags(), rather than
15193           setting them again ...
15194
15195 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15196
15197         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15198           A track/volume number or count of 0 does not make sense,
15199           just ignore it along with negative numbers (a tag might
15200           only contain a track count without a track number).
15201
15202 2006-05-27  Edward Hervey  <edward@fluendo.com>
15203
15204         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15205         (gst_jpeg_dec_sink_event):
15206         Abort decompression when receiving FLUSH_STOP. This should avoid
15207         issues when interrupting decoding with flushes.
15208
15209 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15210
15211         * ext/flac/gstflac.c:
15212           Don't #include file we don't dist any longer.
15213
15214 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15215
15216         * README:
15217           Replace current README (containing the release notes from
15218           some 0.9.x version) with a proper README taken from the core.
15219
15220 2006-05-24  Wim Taymans  <wim@fluendo.com>
15221
15222         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15223         Implement EOS correctly by either posting
15224         SEGMENT_DONE or pushing an EOS message depending
15225         on the seek type. Fixes #342592
15226
15227 2006-05-24  Wim Taymans  <wim@fluendo.com>
15228
15229         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15230         * gst/law/alaw-decode.h:
15231         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15232         * gst/law/alaw-encode.h:
15233         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15234         * gst/law/mulaw-decode.h:
15235         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15236         * gst/law/mulaw-encode.h:
15237         Some cleanups in the chain functions.
15238         Remove some GStreamer 0.0.2 bits.
15239
15240 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15241
15242         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15243
15244         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15245           gst_collect_pads_stop() needs to be called before chaining up
15246           to the parent class (#342734).
15247
15248 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15249
15250         * ext/flac/Makefile.am:
15251         * ext/flac/flac_compat.h:
15252         * ext/flac/gstflac.c:
15253         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15254         * ext/flac/gstflacenc.c:
15255           Remove backwards compatibility cruft for dealing with FLAC API
15256           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15257
15258 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15259
15260         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15261         (gst_matroska_demux_push_xiph_codec_priv_data),
15262         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15263         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15264         * gst/matroska/matroska-ids.h:
15265         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15266         (gst_matroska_mux_video_pad_setcaps),
15267         (xiph3_streamheader_to_codecdata),
15268         (vorbis_streamheader_to_codecdata),
15269         (theora_streamheader_to_codecdata),
15270         (gst_matroska_mux_audio_pad_setcaps),
15271         (gst_matroska_mux_write_data):
15272           Add support for muxing/demuxing theora video (#342448; too bad
15273           none of the usual linux players can actually play this). Playback
15274           in GStreamer will require additional changes to theoradec in -base.
15275           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15276           cleanups.
15277
15278 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15279
15280         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15281         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15282           Fix crashes when the horizontal subsampling is 1.
15283           Fixes #342097.
15284
15285 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15286
15287         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15288
15289         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15290         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15291         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15292         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15293         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15294         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15295         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15296         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15297         (gst_avi_mux_change_state):
15298         * gst/avi/gstavimux.h:
15299           Some enhancements for avimux (#342526):
15300            - add odml (large file) index support
15301            - store codec init data (e.g. huffyuv)
15302            - miscellaneous other fixes/cleanups
15303
15304 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15305
15306         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15307         Don't output any tag when we encounter a negative track number - the
15308         tag type is uint, so we end up outputting huge positive numbers
15309         instead. (Fixes: #342029)
15310
15311 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15312
15313         * configure.ac:
15314           update for new GSTPB_PLUGINS_DIR
15315
15316 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15317
15318         * rtp/gst/gstrtph263pay.c:
15319         Properly set static caps for H263 at 34.
15320
15321 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15322
15323         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15324
15325         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15326           Merge event tags and tag setter tags correctly (#339918). Also,
15327           don't leak taglist in case of an error.
15328           
15329 2006-05-17  Edward Hervey  <edward@fluendo.com>
15330
15331         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15332         We can only do caps intersection if the othercaps are non-empty and not
15333         ANY. Else we return the pad template (base_caps).
15334
15335 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15336
15337         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15338           Fix crash when outputting debugging information for certain
15339           pictures (always good to use the right struct member for
15340           the number of records in an array).
15341
15342 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15343
15344         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15345
15346         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15347         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15348         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15349         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15350         (gst_ebml_read_float), (gst_ebml_read_ascii),
15351         (gst_ebml_read_binary):
15352           Don't create unnecessary sub-buffers all the time. Dramatically
15353           improves performance with multiple concurrently running
15354           matroskademux instances (#341818) (and avoids doing
15355           unnecessarily inefficient things in the general case).
15356
15357 2006-05-16  Edward Hervey  <edward@fluendo.com>
15358
15359         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15360         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15361         return value of gst_pad_push_event().
15362
15363 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15364
15365         * gst/autodetect/gstautoaudiosink.c:
15366         (gst_auto_audio_sink_find_best):
15367         * gst/autodetect/gstautovideosink.c:
15368         (gst_auto_video_sink_find_best):
15369         Make the name of the child element be based on the name of the
15370         parent, so that debug output is more useful.
15371         
15372         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15373         (parse_insert_string_field), (parse_split_strings):
15374         Rework string parsing to always walk over BOM markers in UTF16
15375         strings, using the endianness indicated by the innermost one,
15376         then trying the opposite endianness if that fails to convert
15377         to valid UTF-8. Fixes #341774
15378
15379 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15380
15381         Patch from: Matthieu <matthieu at fluendo dot com>
15382
15383         * ext/libpng/Makefile.am:
15384         Add LIBPNG_CFLAGS.
15385
15386 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15387
15388         * ext/taglib/gstid3v2mux.cc:
15389           Add support for writing images (APIC frames) into ID3v2
15390           tags (picture type always set to 'other' for now though).
15391
15392 2006-05-14  Michael Smith  <msmith@fluendo.com>
15393
15394         * gst/wavparse/gstwavparse.c:
15395           Update docs; wavparse implements push and pull modes.
15396
15397 2006-05-12  Wim Taymans  <wim@fluendo.com>
15398
15399         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15400         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15401         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15402         Ooops, bitten by the copy-and-paste design paradigm, fixes
15403         seek again.
15404
15405 2006-05-12  Wim Taymans  <wim@fluendo.com>
15406
15407         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15408         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15409         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15410         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15411         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15412         (gst_avi_demux_massage_index),
15413         (gst_avi_demux_calculate_durations_from_index),
15414         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15415         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15416         (gst_avi_demux_loop):
15417         * gst/avi/gstavidemux.h:
15418         Some cleanups, prepare to use GstSegment.
15419         Fix error in entry walking code.
15420         Fix VBR detection.
15421         Smarter timestamp calculation code.
15422         Uniform error/eos handling.
15423
15424 2006-05-12  Michael Smith  <msmith@fluendo.com>
15425
15426         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15427         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15428           Fix use of uninitialised values if we're NOT seeking in ready.
15429           Fix typos.
15430
15431 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15432
15433         * gst/wavparse/Makefile.am:
15434           Add CFLAGS and LIBS for libgstbase, fixes build on
15435           Cygwin (#341489).
15436
15437 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15438
15439         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15440           Some more debug info. No need to check whether the string
15441           returned by g_convert() is really UTF-8 - either it is or
15442           we get NULL returned.
15443
15444 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15445
15446         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15447           Fix parsing of numeric genre strings some more, by ensuring that
15448           we only try and parse strings that a) Start with '(' and b) Consist
15449           only of digits.
15450           Also, when finding an escaping '((' sequence, bust it back to '(' by
15451           swallowing the first parenthesis
15452
15453 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15454
15455         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15456         (gst_esdsink_open), (gst_esdsink_close):
15457         * ext/esd/esdsink.h:
15458           Move the esd_get_server_info() into gst_esdsink_open() and fail
15459           with a decent error message on errors.
15460
15461 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15462
15463         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15464         (gst_esdmon_channels_get_type):
15465         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15466         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15467         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15468         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15469         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15470         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15471         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15472         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15473         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15474         * gst/videomixer/videomixer.c:
15475         (gst_video_mixer_background_get_type):
15476           Const-ify GEnumValue arrays.
15477
15478 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15479
15480         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15481
15482         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15483         (gst_avi_mux_do_video_buffer):
15484           Work around gst_buffer_make_metadata_writable() bug that
15485           results in avimux marking all frames in the index as
15486           keyframes (#340859).
15487           
15488 2006-05-08  Wim Taymans  <wim@fluendo.com>
15489
15490         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15491         Make parsing of urls suck slightly less.
15492
15493 2006-05-08  Edward Hervey  <edward@fluendo.com>
15494
15495         * autogen.sh: (CONFIGURE_DEF_OPT): 
15496         libtoolize on Darwin/MacOSX is called glibtoolize.
15497
15498 2006-05-08  Wim Taymans  <wim@fluendo.com>
15499
15500         Patch by: Jens Granseuer <jensgr at gmx dot net>
15501
15502         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15503         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15504         C89 compliance fixes. Fixes #340980
15505
15506 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15507
15508         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15509         * ext/flac/gstflacdec.h:
15510           Handle segment seeks that include the end of the file as stop point
15511           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15512           message instead of an EOS event in case we're in segment seek
15513           mode (fixes #340699).
15514           
15515 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15516
15517         * ext/cairo/gsttextoverlay.c:
15518         * ext/flac/gstflacdec.c:
15519         * ext/gdk_pixbuf/pixbufscale.c:
15520         * gst/apetag/gstapedemux.c:
15521         * gst/debug/breakmydata.c:
15522         * gst/debug/testplugin.c:
15523         * gst/matroska/ebml-write.c:
15524         * gst/multipart/multipartdemux.c:
15525         * sys/osxaudio/gstosxaudiosink.c:
15526         * sys/osxaudio/gstosxaudiosrc.c:
15527         Add semicolons after GST_BOILERPLATE[_FULL] so that
15528         indent doesn't mess up following lines.
15529
15530 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15531
15532         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15533
15534         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15535           Don't leak caps when freeing the stream context (#340623).
15536
15537 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15538
15539         * configure.ac:
15540           Back to CVS
15541
15542 === release 0.10.3 ===
15543
15544 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15545
15546         * configure.ac:
15547           releasing 0.10.3, "Desplazado"
15548
15549 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15550
15551         * gst/matroska/matroska-mux.c:
15552         (gst_matroska_mux_stream_is_vorbis_header),
15553         (gst_matroska_mux_write_data):
15554           Don't strcmp() NULL strings.
15555           Only start new clusters on video keyframes, not on any
15556           random audio buffer that doesn't have the DELTA_UNIT
15557           flag set (fixes 'make check' again).
15558
15559 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15560
15561         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15562
15563         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15564         (gst_matroska_mux_stream_is_vorbis_header),
15565         (gst_matroska_mux_write_data):
15566           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15567           value and then dead-lock when muxing vorbis audio streams
15568           (the three vorbis header buffers carry no timestamp, and it
15569           would try to mux these after all video buffers). Fixes #340346.
15570
15571           Improve clustering: start a new cluster also whenever we get
15572           a keyframe.     
15573
15574 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15575
15576         * win32/common/config.h:
15577         * win32/MANIFEST
15578           add the generated file as well
15579
15580 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15581
15582         * Makefile.am:
15583         * configure.ac:
15584         * win32/common/config.h.in:
15585           add win32 stuff
15586
15587 2006-05-03  Michael Smith  <msmith@fluendo.com>
15588
15589         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15590           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15591           SUCKS.
15592
15593 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15594
15595         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15596         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15597         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15598           don't leak caps-string
15599
15600 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15601
15602         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15603         (gst_id3demux_sink_activate):
15604           Let core insert default error message for TYPE_NOT_FOUND
15605           errors, it's just as good as our own and has the added
15606           bonus of being translated.
15607
15608 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15609
15610         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15611         (gst_tag_demux_sink_event):
15612         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15613         (gst_id3demux_sink_event):
15614           Post an error message when we get an EOS event and were not
15615           able to find out the type of stream.
15616
15617         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15618         (test_taglib_id3mux_with_tags):
15619           Decrease num-buffers to 16 per iteration again, otherwise the
15620           many memcpy()s and reallocations in the test will hammer slow
15621           CPUs completely and make the test timeout.
15622
15623 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15624
15625         * configure.ac:
15626           figure out where plugins-base plugins are
15627         * tests/check/Makefile.am:
15628           use plugins-base plugins, so we have typefind functions
15629         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15630           increase num-buffers, this makes sure the test errors out instead
15631           of timing out when no typefind functions are present
15632
15633 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15634
15635         * docs/plugins/Makefile.am:
15636           also check .cc files for gtk-doc markup
15637         * configure.ac:
15638         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15639         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15640         * tests/check/Makefile.am:
15641         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15642         * ext/Makefile.am:
15643         * ext/taglib/Makefile.am:
15644         * ext/taglib/gstid3v2mux.h:
15645         * ext/taglib/gsttaglibmux.c:
15646         * ext/taglib/gsttaglibmux.h:
15647           move taglib-based id3v2muxer to -good.  Fixes #336110.
15648
15649 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15650
15651         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15652           ... and fix multichannel/WAVFORMATEX support again.
15653
15654 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15655
15656         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15657         (gst_wavparse_class_init), (gst_wavparse_dispose),
15658         (gst_wavparse_reset), (gst_wavparse_init),
15659         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15660         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15661         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15662         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15663         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15664         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15665         (gst_wavparse_stream_data), (gst_wavparse_loop),
15666         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15667         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15668         (gst_wavparse_change_state), (plugin_init):
15669         * gst/wavparse/gstwavparse.h:
15670           Add push (streaming) mode to wavparse (fixes #337625)
15671
15672 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15673
15674         * configure.ac:
15675         * tests/Makefile.am:
15676           add ximagesrc icles test
15677
15678 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15679
15680         * configure.ac:
15681         * docs/plugins/Makefile.am:
15682         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15683         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15684         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15685         (gst_cmml_enc_push_clip):
15686         * sys/Makefile.am:
15687         * sys/ximage/Makefile.am:
15688         * sys/ximage/gstximagesrc.c:
15689           Move ximagesrc plug-in to good after review.  Fixes #336756.
15690
15691 2006-04-28  Michael Smith  <msmith@fluendo.com>
15692
15693         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15694         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15695         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15696         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15697         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15698         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15699         * gst/icydemux/gsticydemux.h:
15700           Fix event handling: cache events when typefinding and forward later.
15701
15702 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15703
15704         * sys/osxaudio/gstosxaudiosink.c:
15705         (plugin_init):
15706          Register osxaudiosrc to the plugin.
15707         * sys/osxaudio/gstosxaudiosrc.c:
15708         (gst_osx_audio_src_osxelement_do_init),
15709         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15710         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15711         (gst_osx_audio_src_get_property),
15712         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15713         (gst_osx_audio_src_osxelement_init):
15714         * sys/osxaudio/gstosxaudiosrc.h:
15715           Port of osxaudiosrc to 0.10.
15716         * sys/osxaudio/Makefile.am:
15717           Add osxaudiosrc
15718
15719 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15720
15721         * sys/osxaudio/gstosxringbuffer.c:
15722         * sys/osxaudio/gstosxringbuffer.h:
15723           Forgot to commit earlier, part of the OSX audio plugin port
15724
15725 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15726
15727         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15728         (parse_split_strings):
15729           Recognise and skip any byte order marker (BOM) in
15730           UTF-16 strings.
15731
15732 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15733
15734         * docs/plugins/Makefile.am:
15735         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15736         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15737         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15738         * docs/plugins/inspect/plugin-avi.xml:
15739         * gst/avi/gstavidemux.c:
15740         * gst/avi/gstavimux.c:
15741           Add docs for both avidemux and avimux.
15742
15743 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15744
15745         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15746
15747         * gst/avi/Makefile.am:
15748         * gst/avi/gstavi.c: (plugin_init):
15749         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15750         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15751         (gst_avi_mux_class_init), (gst_avi_mux_init),
15752         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15753         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15754         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15755         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15756         (gst_avi_mux_riff_get_avix_header),
15757         (gst_avi_mux_riff_get_video_header),
15758         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15759         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15760         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15761         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15762         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15763         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15764         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15765         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15766         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15767         (gst_avi_mux_change_state):
15768         * gst/avi/gstavimux.h:
15769           Port AVI muxer to GStreamer-0.10 (#332031).
15770
15771         * tests/check/Makefile.am:
15772         * tests/check/elements/avimux.c:
15773         * tests/check/elements/.cvsignore:
15774           Add unit test for AVI muxer.
15775
15776 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15777
15778         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15779         (gst_wavparse_class_init), (gst_wavparse_reset),
15780         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15781         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15782         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15783         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15784         (gst_wavparse_stream_data), (gst_wavparse_loop),
15785         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15786         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15787         (plugin_init):
15788         * gst/wavparse/gstwavparse.h:
15789           reverted patch #337625 for the price of 1 hour sleep
15790
15791 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15792
15793         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15794         (gst_wavparse_class_init), (gst_wavparse_reset),
15795         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15796         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15797         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15798         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15799         (gst_wavparse_stream_data), (gst_wavparse_loop),
15800         (gst_wavparse_chain), (plugin_init):
15801         * gst/wavparse/gstwavparse.h:
15802           correct partial implementation of push mode
15803           (from my last commit)
15804
15805 2006-04-26  Wim Taymans  <wim@fluendo.com>
15806
15807         * ext/esd/esdsink.c:
15808         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15809         it is not in esd.h
15810
15811 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15812
15813         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15814         (gst_au_parse_class_init), (gst_au_parse_init),
15815         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15816         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15817         (gst_au_parse_chain), (gst_au_parse_src_convert),
15818         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15819         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15820         (gst_au_parse_change_state):
15821         * gst/auparse/gstauparse.h:
15822           Rewrite auparse to suck a little bit less: make source pad
15823           dynamic, so decodebin/playbin work with non-raw formats
15824           like alaw/mulaw; add query function for duration/position
15825           queries; check whether we have enough data before attempting
15826           to parse the header (instead of crashing when that is not the
15827           case); work around audioconvert sucking by swapping endianness
15828           to the native endianness ourselves for float formats; send
15829           initial newsegment event. Fixes #161712.
15830
15831 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15832
15833         * sys/osxaudio/Makefile.am:
15834         * sys/osxaudio/gstosxaudioelement.c:
15835         (gst_osx_audio_element_get_type),
15836         (gst_osx_audio_element_class_init):
15837         * sys/osxaudio/gstosxaudioelement.h:
15838         * sys/osxaudio/gstosxaudiosink.c:
15839         (gst_osx_audio_sink_osxelement_do_init),
15840         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15841         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15842         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15843         (gst_osx_audio_sink_create_ringbuffer),
15844         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15845         (plugin_init):
15846         * sys/osxaudio/gstosxaudiosink.h:
15847         Port of osxaudiosink to 0.10
15848
15849 2006-04-26  Wim Taymans  <wim@fluendo.com>
15850
15851         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15852         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15853         the size of the ringbuffer. This should fix hangs with older 
15854         esd sound servers.
15855
15856 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15857
15858         * ext/aalib/gstaasink.c:
15859         * ext/annodex/gstcmmldec.c:
15860         * ext/annodex/gstcmmlenc.c:
15861         * ext/cairo/gsttextoverlay.c:
15862         * ext/cairo/gsttimeoverlay.c:
15863         * ext/cdio/gstcdiocddasrc.c:
15864         * ext/dv/gstdvdec.c:
15865         * ext/dv/gstdvdemux.c:
15866         * ext/esd/esdmon.c:
15867         * ext/esd/esdsink.c:
15868         * ext/flac/gstflacenc.c:
15869         * ext/flac/gstflactag.c:
15870         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15871         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15872         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15873         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15874         * ext/gdk_pixbuf/pixbufscale.c:
15875         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15876         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15877         * ext/jpeg/gstjpegdec.c:
15878         * ext/jpeg/gstjpegenc.c:
15879         * ext/jpeg/gstsmokedec.c:
15880         * ext/jpeg/gstsmokeenc.c:
15881         * ext/libcaca/gstcacasink.c:
15882         * ext/libmng/gstmngdec.c:
15883         * ext/libmng/gstmngenc.c:
15884         * ext/libpng/gstpngdec.c:
15885         * ext/libpng/gstpngenc.c:
15886         * ext/mikmod/gstmikmod.c:
15887         * ext/raw1394/gstdv1394src.c:
15888         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15889         * ext/shout2/gstshout2.h:
15890         * ext/speex/gstspeexdec.c:
15891         * ext/speex/gstspeexenc.c:
15892         * gst/alpha/gstalpha.c:
15893         * gst/alpha/gstalphacolor.c:
15894         * gst/apetag/gstapedemux.c:
15895         * gst/auparse/gstauparse.c:
15896         * gst/autodetect/gstautoaudiosink.c:
15897         (gst_auto_audio_sink_base_init):
15898         * gst/autodetect/gstautovideosink.c:
15899         (gst_auto_video_sink_base_init):
15900         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15901         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15902         * gst/cutter/gstcutter.c:
15903         * gst/debug/breakmydata.c:
15904         * gst/debug/efence.c:
15905         * gst/debug/gstnavigationtest.c:
15906         * gst/debug/gstnavseek.c:
15907         * gst/debug/negotiation.c:
15908         * gst/debug/progressreport.c:
15909         * gst/debug/testplugin.c:
15910         * gst/effectv/gstaging.c:
15911         * gst/effectv/gstdice.c:
15912         * gst/effectv/gstedge.c:
15913         * gst/effectv/gstquark.c:
15914         * gst/effectv/gstrev.c:
15915         * gst/effectv/gstshagadelic.c:
15916         * gst/effectv/gstvertigo.c:
15917         * gst/effectv/gstwarp.c:
15918         * gst/flx/gstflxdec.c:
15919         * gst/goom/gstgoom.c:
15920         * gst/icydemux/gsticydemux.c:
15921         * gst/id3demux/gstid3demux.c:
15922         * gst/interleave/deinterleave.c:
15923         * gst/interleave/interleave.c:
15924         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15925         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15926         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15927         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15928         * gst/level/gstlevel.c:
15929         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15930         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15931         * gst/median/gstmedian.c:
15932         * gst/monoscope/gstmonoscope.c:
15933         * gst/multipart/multipartdemux.c:
15934         * gst/multipart/multipartmux.c:
15935         * gst/oldcore/gstaggregator.c:
15936         * gst/oldcore/gstfdsink.c:
15937         * gst/oldcore/gstmd5sink.c:
15938         * gst/oldcore/gstmultifilesrc.c:
15939         * gst/oldcore/gstpipefilter.c:
15940         * gst/oldcore/gstshaper.c:
15941         * gst/oldcore/gststatistics.c:
15942         * gst/rtp/gstasteriskh263.c:
15943         * gst/rtp/gstrtpL16depay.c:
15944         * gst/rtp/gstrtpL16pay.c:
15945         * gst/rtp/gstrtpamrdepay.c:
15946         * gst/rtp/gstrtpamrpay.c:
15947         * gst/rtp/gstrtpdepay.c:
15948         * gst/rtp/gstrtpgsmpay.c:
15949         * gst/rtp/gstrtph263pay.c:
15950         * gst/rtp/gstrtph263pdepay.c:
15951         * gst/rtp/gstrtph263ppay.c:
15952         * gst/rtp/gstrtpilbcdepay.c:
15953         * gst/rtp/gstrtpmp4gpay.c:
15954         * gst/rtp/gstrtpmp4vdepay.c:
15955         * gst/rtp/gstrtpmp4vpay.c:
15956         * gst/rtp/gstrtpmpadepay.c:
15957         * gst/rtp/gstrtpmpapay.c:
15958         * gst/rtp/gstrtppcmadepay.c:
15959         * gst/rtp/gstrtppcmapay.c:
15960         * gst/rtp/gstrtppcmudepay.c:
15961         * gst/rtp/gstrtppcmupay.c:
15962         * gst/rtp/gstrtpspeexdepay.c:
15963         * gst/rtp/gstrtpspeexpay.c:
15964         * gst/rtsp/gstrtpdec.c:
15965         * gst/rtsp/gstrtspsrc.c:
15966         * gst/smpte/gstsmpte.c:
15967         * gst/udp/gstdynudpsink.c:
15968         * gst/udp/gstmultiudpsink.c:
15969         * gst/udp/gstudpsink.c:
15970         * gst/udp/gstudpsrc.c:
15971         * gst/videobox/gstvideobox.c:
15972         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15973         * gst/videofilter/gstvideobalance.c:
15974         * gst/videofilter/gstvideoflip.c:
15975         * gst/videofilter/gstvideotemplate.c:
15976         (gst_videotemplate_base_init):
15977         * gst/videomixer/videomixer.c:
15978         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15979         (gst_wavparse_class_init), (gst_wavparse_dispose),
15980         (gst_wavparse_reset), (gst_wavparse_init),
15981         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
15982         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15983         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
15984         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15985         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15986         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15987         (gst_wavparse_change_state):
15988         * gst/wavparse/gstwavparse.h:
15989         * sys/oss/gstossmixerelement.c:
15990         * sys/oss/gstosssink.c:
15991         * sys/oss/gstosssrc.c:
15992         * sys/osxaudio/gstosxaudioelement.c:
15993         * sys/osxaudio/gstosxaudiosink.c:
15994         * sys/osxaudio/gstosxaudiosrc.c:
15995         * sys/sunaudio/gstsunaudiomixer.c:
15996         * sys/sunaudio/gstsunaudiosink.c:
15997           Define GstElementDetails as const and also static (when defined as
15998           global)
15999
16000 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16001
16002         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16003           Source pad has fixed caps. If we don't set this, bad
16004           things happen when the window is resized.
16005
16006 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16007
16008         * gst/matroska/Makefile.am:
16009         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16010         (gst_matroska_demux_handle_src_event):
16011         * gst/matroska/matroska-ids.c:
16012         (gst_matroska_track_init_video_context),
16013         (gst_matroska_track_init_audio_context),
16014         (gst_matroska_track_init_subtitle_context),
16015         (gst_matroska_track_init_complex_context):
16016         * gst/matroska/matroska-ids.h:
16017           Handle case where the TrackType ebml chunk does not come before the
16018           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16019           events.
16020
16021 2006-04-25  Wim Taymans  <wim@fluendo.com>
16022
16023         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16024         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16025         It's codec_data, not codec_info.
16026
16027 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16028
16029         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16030
16031         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16032           Handle codec_data for VfW compatibility codec IDs (#339451)
16033
16034         * gst/matroska/matroska-mux.c:
16035         (gst_matroska_mux_video_pad_setcaps):
16036           Same here, handle codec_data and add additional caps we can handle
16037           now to the pad template (huffyuv, dv and h263 video) (#339451)
16038
16039 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16040
16041         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16042
16043         * gst/matroska/matroska-mux.c:
16044         (gst_matroska_mux_create_buffer_header),
16045         (gst_matroska_mux_write_data):
16046           Fix timestamping of B-frames, use signed integers, do
16047           some rounding (#339678).
16048
16049 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16050
16051         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16052         just make it compile with --disable-gst-debug.
16053
16054 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16055
16056         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16057         Fix a bad conversion using gst_guint64_to_gdouble.
16058         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16059         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16060         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16061     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16062         mistake.
16063
16064 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16065
16066         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16067         Use gst_guint64_to_gdouble for conversions
16068         * win32/vs6/gst_plugins_good.dsw:
16069         * win32/vs6/libgsticydemux.dsp:
16070         Add a project file for icydemux
16071
16072 2006-04-21  Wim Taymans  <wim@fluendo.com>
16073
16074         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16075
16076         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16077         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16078         When splitting audio chunks, the block alignment is not taken in
16079         consideration, so the smaller chunks could be of size which is 
16080         not a multiple of the block alignment. Fixes #336904
16081
16082 2006-04-21  Wim Taymans  <wim@fluendo.com>
16083
16084         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16085         Use scale functions
16086
16087 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16088
16089         * ext/dv/gstdv.c: (plugin_init):
16090           Fix build.
16091
16092 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16093
16094         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16095         (gst_progress_report_class_init), (gst_progress_report_init),
16096         (gst_progress_report_do_query), (gst_progress_report_report),
16097         (gst_progress_report_set_property),
16098         (gst_progress_report_get_property):
16099           Add 'format' property to force querying to a particular format.
16100
16101 2006-04-21  Andy Wingo  <wingo@pobox.com>
16102
16103         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16104         best, on big endian systems. Drop its rank in that case. OTOH on
16105         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16106
16107 2006-04-21  Michael Smith  <msmith@fluendo.com>
16108
16109         * configure.ac:
16110         * gst/icydemux/Makefile.am:
16111         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16112         (gst_icydemux_base_init), (gst_icydemux_class_init),
16113         (gst_icydemux_reset), (gst_icydemux_init),
16114         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16115         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16116         (unicodify), (gst_icydemux_unicodify),
16117         (gst_icydemux_parse_and_send_tags),
16118         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16119         (gst_icydemux_chain), (gst_icydemux_change_state),
16120         (gst_icydemux_send_tag_event), (plugin_init):
16121         * gst/icydemux/gsticydemux.h:
16122         * tests/check/Makefile.am:
16123         * tests/check/elements/icydemux.c: (typefind_succeed),
16124         (plugin_init), (icydemux_found_pad), (create_icydemux),
16125         (cleanup_icydemux), (push_data), (GST_START_TEST),
16126         (icydemux_suite), (main):
16127           Add icydemux, and tests.
16128
16129 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16130
16131         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16132           Post SEGMENT_DONE message in TIME format.
16133
16134 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16135
16136         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16137
16138         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16139         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16140           Fix index creation when we have to scan the file to create
16141           an index. There may be other types of RIFF 'LIST' chunks than
16142           'movi' and we need to skip them properly as well or we'll end up
16143           reading garbage (#336889). Some other cosmetic changes.
16144           
16145 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16146
16147         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16148         (gst_flac_dec_handle_seek_event):
16149           Add support for segment seeks (fixes #338290). Also demote
16150           some recurring debug message from DEBUG to LOG level.
16151
16152 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16153
16154         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16155         (gst_matroskademux_do_index_seek),
16156         (gst_matroska_demux_handle_seek_event),
16157         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16158         * gst/matroska/matroska-ids.h:
16159           Set DISCONT flag on first buffer after a discontinuity.
16160           Fix newsegment events sent when seeking and honour KEY_UNIT
16161           seek flag. Create pad with bogus caps if we don't recognise
16162           the stream codec id.
16163
16164         * gst/matroska/matroska-demux.h:
16165           Fix GObject macros.
16166
16167 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16168
16169         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16170
16171         * gst/matroska/matroska-demux.c:
16172         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16173           Handle end of segment properly when set; don't dead-lock when
16174           posting start of segment message when doing a segment seek.
16175           Fixes #338810.
16176
16177 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16178
16179         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16180         (gst_matroska_demux_plugin_init):
16181           Make mpeg2 aac audio work: create artificial private codec data
16182           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16183           Also call gst_riff_init(). Partially fixes #338767.
16184
16185 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16186
16187         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16188         (gst_wavenc_class_init), (gst_wavenc_init),
16189         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16190         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16191         (gst_wavenc_chain), (gst_wavenc_change_state):
16192         * gst/wavenc/gstwavenc.h:
16193           Set caps on first outgoing buffer, so that it doesn't error out
16194           immediately with a non-negotiated error (#338716). Rewrite and
16195           clean up a bit; fix setcaps function to parse things properly;
16196           fix sink caps (8bit audio is unsigned and doesn't have depth);
16197           use boilerplate macros; remove unused properties stuff.
16198
16199 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16200
16201         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16202           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16203           handle MJPEG streams and might be autoplugged for those if the
16204           user doesn't have jpegdec installed (resulting in a cryptic error
16205           message about huffman tables). Better to disable JPEG decoding here
16206           and let the user figure out that she needs to install jpegdec.
16207
16208 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16209
16210         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16211         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16212         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16213         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16214           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16215           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16216           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16217           debug messages. Fix boilerplate macros.
16218
16219 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16220
16221         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16222         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16223           No need to special-case for Gdk-2.0 any longer, we require
16224           Gdk 2.2 or newer; minor clean-ups.
16225
16226 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16227
16228         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16229         (gst_shout2send_class_init), (gst_shout2send_init),
16230         (set_shout_metadata), (gst_shout2send_set_metadata),
16231         (gst_shout2send_event), (gst_shout2send_start),
16232         (gst_shout2send_connect), (gst_shout2send_stop),
16233         (gst_shout2send_render), (gst_shout2send_set_property),
16234         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16235         (plugin_init):
16236         * ext/shout2/gstshout2.h:
16237         * po/POTFILES.in:
16238           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16239           change function; use GST_ELEMENT_ERROR for error reporting, not
16240           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16241           will cause crashes or assertion failures; remove (unused) "sync"
16242           property, basesink already has such a property; misc. other
16243           minor fixes and cleanups.
16244
16245 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16246
16247         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16248         * ext/esd/gstesd.c: (plugin_init):
16249         * po/POTFILES.in:
16250           Add translatable error message for when we cannot
16251           connect to the sound server, as "Cannot open resource
16252           for writing" isn't really an acceptable message to show
16253           to the user in this case.
16254
16255 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16256
16257         * sys/oss/gst-i18n-plugin.h:
16258           Remove bogus file that doesn't belong here.
16259
16260 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16261
16262         Patch by: Philippe Valembois
16263
16264         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16265         (gst_shout2send_set_metadata), (gst_shout2send_event),
16266         (gst_shout2send_render), (gst_shout2send_change_state):
16267         * ext/shout2/gstshout2.h:
16268           Handle tags being received before the connection to
16269           the server is established properly (see #338636).
16270
16271 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16272
16273         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16274           Don't crash in case the connection to the server fails:
16275           don't set pointer to NULL by assigning FALSE; error out
16276           properly by using GST_ELEMENT_ERROR and returning
16277           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16278           before resetting the pointer.
16279
16280 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16281
16282         * gst/id3demux/id3tags.c:
16283         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16284         (Fixes #338713)
16285
16286 2006-04-12  Wim Taymans  <wim@fluendo.com>
16287
16288         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16289         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16290         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16291         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16292         (gst_gdk_pixbuf_chain):
16293         Some cleanups.
16294         Added RGBA as a possible output format.
16295         Correctly free the supported mimetypes.
16296         deprecate silent arg, it's not used.
16297         Return result from _alloc_buffer to peer.
16298
16299 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16300
16301         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16302           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16303           overwriting GST_BUFFER_MALLOCDATA.
16304
16305 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16306
16307         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16308         (user_endrow_callback), (user_end_callback),
16309         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16310         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16311         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16312         * ext/libpng/gstpngdec.h:
16313           Handle more than one frame if the content is framed,
16314           like with png-in-quicktime (#331917).
16315
16316 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16317
16318         * sys/oss/Makefile.am:
16319         * sys/oss/common.h:
16320         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16321         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16322         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16323         (gst_oss_src_unprepare):
16324           - the user-visible error strings were in the wrong category
16325           - and the messages were not marked for translation
16326           - which is actually a good thing, because they were exactly
16327             the kind of message you would never want anyone to see
16328           - the macros were using variables that didn't exist in the macro
16329             arguments
16330           - and they were obviously copied from each other and then modified
16331           - so a common header makes sense
16332
16333 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16334
16335         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16336           Don't try to modify read-only data.
16337
16338         * gst/matroska/matroska-demux.c:
16339         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16340           Fix comment (won't crash any longer now).
16341
16342 2006-04-10  Michael Smith  <msmith@fluendo.com>
16343
16344         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16345           Use copies of header buffers for caps to avoid circular refcounting
16346           problems (as in theoradec, vorbisdec).
16347
16348         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16349           Fix a typo in test that meant it was testing the wrong thing.
16350
16351         * tests/check/elements/cmmlenc.c: (check_headers):
16352           Fix refcount checks now that we use buffer-copies for caps.
16353
16354 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16355
16356         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16357         (gst_matroska_demux_handle_seek_event),
16358         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16359         (gst_matroska_demux_subtitle_caps),
16360         (gst_matroska_demux_plugin_init):
16361           Use static pad templates with ANY caps for audio and video
16362           source pads and get rid of a lot of unnecessary (and partially
16363           broken) code for the template caps. Clean up caps finding
16364           functions. Fixes playback of audio files/streams that do not
16365           contain the sample rate and/or number of channels in the audio
16366           context (happens a lot with vorbis/mp3 .mka files it seems).
16367           Fixes #337183.
16368           Also add myself to copyright holders.
16369
16370 2006-04-10  Michael Smith  <msmith@fluendo.com>
16371
16372         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16373           Use g_list_delete_link () instead of g_list_remove_link () so that
16374           we free the link as well as the contained data.
16375
16376 2006-04-10  Wim Taymans  <wim@fluendo.com>
16377
16378         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16379
16380         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16381         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16382         (gst_avi_demux_stream_header):
16383         Fix some crashers with empty chunks. (Fixes #337749)
16384
16385 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16386
16387         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16388           use G_GINT64_CONSTANT for INT64 constants
16389         * gst/videofilter/gstvideobalance.c:
16390           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16391         * win32/vs6/libgstavi.dsp:
16392          add missing libraries for the link and remove avimux.c from
16393          the project as it isn't ported to 0.10 yet
16394         
16395 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16396
16397         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16398           Even better would be if we actually did the right thing
16399           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16400
16401 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16402
16403         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16404           Can't just replace 1LL with 1L here just because MSVC doesn't
16405           support it, as it might lead to incorrect results when doing the
16406           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16407           force a 64-bit constant in a way that all compilers are happy with.
16408
16409 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16410
16411         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16412         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16413         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16414         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16415         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16416         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16417         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16418         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16419         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16420         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16421         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16422         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16423         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16424         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16425         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16426         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16427         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16428         * gst/debug/efence.c: (gst_efence_class_init):
16429         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16430         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16431         * gst/goom/gstgoom.c: (gst_goom_class_init):
16432         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16433         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16434         * gst/interleave/interleave.c: (interleave_class_init):
16435         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16436         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16437         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16438         * gst/median/gstmedian.c: (gst_median_class_init):
16439         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16440         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16441         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16442         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16443         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16444         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16445         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16446         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16447         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16448         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16449         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16450         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16451         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16452         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16453         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16454         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16455         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16456         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16457         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16458         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16459         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16460         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16461         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16462         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16463         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16465         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16466         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16467         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16468         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16469         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16470         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16471         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16472         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16473         * sys/osxaudio/gstosxaudioelement.c:
16474         (gst_osxaudioelement_class_init):
16475         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16476         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16477         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16478         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16479
16480 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16481
16482         * ext/mikmod/gstmikmod.h:
16483         * gst/level/gstlevel.h:
16484         Fix more broken GObject macros
16485
16486 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16487
16488         * ext/annodex/gstcmmldec.h:
16489         * ext/annodex/gstcmmlenc.h:
16490         * ext/annodex/gstcmmltag.h:
16491         * ext/cairo/gsttextoverlay.h:
16492         * ext/ladspa/gstsignalprocessor.h:
16493         * gst/matroska/ebml-read.h:
16494         * gst/matroska/ebml-write.h:
16495         * sys/osxaudio/gstosxaudioelement.h:
16496         Fix broken GObject macros
16497
16498 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16499
16500         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16501           Don't try to seek beyond the end of the file (would
16502           occasionally display error dialogs in totem when seeking
16503           to the end) (#335869). Will still throw an error though
16504           if the file is truncated and the total_samples value in
16505           the stream header is wrong.
16506
16507 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16508
16509         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16510         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16511         (gst_flac_dec_metadata_callback):
16512         * ext/flac/gstflacdec.h:
16513           If the stream header doesn't contain the total number of samples,
16514           search for the last flac frame at the end of the file and calculate
16515           the total duration from that frame's offset (fixes #337609).
16516
16517 2006-04-07  Edward Hervey  <edward@fluendo.com>
16518
16519         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16520         Don't unref the GstPadTemplate returned by
16521         gst_element_class_get_pad_template().
16522
16523 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16524
16525         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16526
16527         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16528         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16529         * sys/sunaudio/gstsunaudiosink.h:
16530           Use spec->segsize and spec->segtotal in the prepare function
16531           to initialise the ring buffer instead of using the buffer-time
16532           property (#337421).
16533
16534 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16535
16536         * configure.ac:
16537           Bump core requirements to CVS for gst_pad_query_peer_duration()
16538           which is used by speexdec.
16539
16540 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         * ext/speex/gstspeex.c: (plugin_init):
16543         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16544         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16545         (speex_get_sink_query_types), (speex_dec_sink_query),
16546         (speex_get_src_query_types), (speex_dec_src_query),
16547         (speex_dec_src_event), (speex_dec_sink_event),
16548         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16549         (speex_dec_chain_parse_data), (speex_dec_chain),
16550         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16551         (speex_dec_change_state):
16552         * ext/speex/gstspeexdec.h:
16553           Fix seeking and duration queries (#337033); clean up and
16554           refactor a bit.
16555
16556 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16557
16558         * ext/raw1394/gstdv1394src.c:
16559           distinguish between device not found and could not open for
16560           reading
16561
16562 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16563
16564         * Makefile.am:
16565         * configure.ac:
16566         * pkgconfig/.cvsignore:
16567         * pkgconfig/Makefile.am:
16568         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16569           add a .pc file so other modules can use good plugins in tests
16570
16571 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16572
16573         * configure.ac:
16574           clean up, use AS_VERSION and AS_NANO
16575         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16576           use PACKAGE_VERSION define
16577         * po/af.po:
16578         * po/az.po:
16579         * po/cs.po:
16580         * po/en_GB.po:
16581         * po/hu.po:
16582         * po/it.po:
16583         * po/nb.po:
16584         * po/nl.po:
16585         * po/or.po:
16586         * po/sq.po:
16587         * po/sr.po:
16588         * po/sv.po:
16589         * po/uk.po:
16590         * po/vi.po:
16591           updated
16592
16593 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16594
16595         * ext\jpeg\smokecodec.c:
16596           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16597         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16598           move first instruction after all variables declarations
16599         * gst\alpha\gstalpha.c:
16600         * gst\effectv\gstshagadelic.c:
16601         * gst\smpte\paint.c:
16602         * gst\videofilter\gstvideobalance.c:
16603           define M_PI if it's not defined (it's not defined on WIN32)
16604         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16605         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16606         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16607         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16608         (gst_matroska_demux_video_caps):
16609         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16610         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16611           use gst_guint64_to_gdouble for conversions
16612         * gst\goom\filters.c: (setPixelRGB_):
16613           fix a debug which was using undefined variable
16614         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16615         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16616           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16617         * win32/vs6:
16618           add vs6 projects files for most of plugins-good
16619         
16620 2006-03-30  j^  <j@bootlab.org>
16621
16622         * ext/aalib/gstaasink.c:
16623         * ext/annodex/gstcmmldec.c:
16624         * ext/annodex/gstcmmlenc.c:
16625         * ext/cairo/gsttextoverlay.c:
16626         * ext/cairo/gsttimeoverlay.c:
16627         * ext/cdio/gstcdiocddasrc.c:
16628         * ext/dv/gstdvdec.c:
16629         * ext/esd/esdmon.c:
16630         * ext/esd/esdsink.c:
16631         * ext/flac/gstflacdec.c:
16632         * ext/flac/gstflacenc.c:
16633         * ext/flac/gstflactag.c:
16634         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16635         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16636         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16637         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16638         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16639         * ext/gdk_pixbuf/pixbufscale.c:
16640         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16641         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16642         * ext/jpeg/gstjpegdec.c:
16643         * ext/jpeg/gstjpegenc.c:
16644         * ext/jpeg/gstsmokedec.c:
16645         * ext/jpeg/gstsmokeenc.c:
16646         * ext/libcaca/gstcacasink.c:
16647         * ext/libmng/gstmngdec.c:
16648         * ext/libmng/gstmngenc.c:
16649         * ext/libpng/gstpngdec.c:
16650         * ext/libpng/gstpngenc.c:
16651         * ext/mikmod/gstmikmod.c:
16652         * ext/raw1394/gstdv1394src.c:
16653         * ext/shout2/gstshout2.c:
16654         * ext/speex/gstspeexdec.c:
16655         * ext/speex/gstspeexenc.c:
16656         * gst/alpha/gstalpha.c:
16657         * gst/alpha/gstalphacolor.c:
16658         * gst/auparse/gstauparse.c:
16659         * gst/autodetect/gstautoaudiosink.c:
16660         (gst_auto_audio_sink_base_init):
16661         * gst/autodetect/gstautovideosink.c:
16662         (gst_auto_video_sink_base_init):
16663         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16664         * gst/cutter/gstcutter.c:
16665         * gst/debug/breakmydata.c:
16666         * gst/debug/efence.c:
16667         * gst/debug/gstnavigationtest.c:
16668         * gst/debug/negotiation.c:
16669         * gst/debug/progressreport.c:
16670         * gst/debug/testplugin.c:
16671         * gst/effectv/gstaging.c:
16672         * gst/effectv/gstdice.c:
16673         * gst/effectv/gstedge.c:
16674         * gst/effectv/gstquark.c:
16675         * gst/effectv/gstrev.c:
16676         * gst/effectv/gstvertigo.c:
16677         * gst/effectv/gstwarp.c:
16678         * gst/flx/gstflxdec.c:
16679         * gst/goom/gstgoom.c:
16680         * gst/interleave/deinterleave.c:
16681         * gst/interleave/interleave.c:
16682         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16683         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16684         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16685         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16686         * gst/level/gstlevel.c:
16687         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16688         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16689         * gst/median/gstmedian.c:
16690         * gst/monoscope/gstmonoscope.c:
16691         * gst/multipart/multipartdemux.c:
16692         * gst/multipart/multipartmux.c:
16693         * gst/oldcore/gstmd5sink.c:
16694         * gst/oldcore/gstmultifilesrc.c:
16695         * gst/oldcore/gstpipefilter.c:
16696         * gst/oldcore/gstshaper.c:
16697         * gst/oldcore/gststatistics.c:
16698         * gst/rtp/gstasteriskh263.c:
16699         * gst/rtp/gstrtpL16depay.c:
16700         * gst/rtp/gstrtpL16pay.c:
16701         * gst/rtp/gstrtpamrdepay.c:
16702         * gst/rtp/gstrtpamrpay.c:
16703         * gst/rtp/gstrtpdepay.c:
16704         * gst/rtp/gstrtpgsmpay.c:
16705         * gst/rtp/gstrtph263pay.c:
16706         * gst/rtp/gstrtph263pdepay.c:
16707         * gst/rtp/gstrtph263ppay.c:
16708         * gst/rtp/gstrtpmp4gpay.c:
16709         * gst/rtp/gstrtpmp4vdepay.c:
16710         * gst/rtp/gstrtpmp4vpay.c:
16711         * gst/rtp/gstrtpmpadepay.c:
16712         * gst/rtp/gstrtpmpapay.c:
16713         * gst/rtp/gstrtppcmadepay.c:
16714         * gst/rtp/gstrtppcmapay.c:
16715         * gst/rtp/gstrtppcmudepay.c:
16716         * gst/rtp/gstrtppcmupay.c:
16717         * gst/rtp/gstrtpspeexdepay.c:
16718         * gst/rtp/gstrtpspeexpay.c:
16719         * gst/rtsp/gstrtpdec.c:
16720         * gst/smpte/gstsmpte.c:
16721         * gst/videobox/gstvideobox.c:
16722         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16723         * gst/videofilter/gstvideobalance.c:
16724         * gst/videofilter/gstvideoflip.c:
16725         * gst/videofilter/gstvideotemplate.c:
16726         (gst_videotemplate_base_init):
16727         * gst/videomixer/videomixer.c:
16728         * gst/wavenc/gstwavenc.c:
16729         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16730          better/unified long descriptions
16731          Fixed #336602
16732          Some cleanups to auparse, don't send multiple newsegments.
16733
16734 2006-03-29  Wim Taymans  <wim@fluendo.com>
16735
16736         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16737
16738         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16739         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16740         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16741         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16742         * ext/dv/gstdvdemux.h:
16743         Seek in READY patch. Only works for pull based mode.
16744         Fixes #323880
16745
16746 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16747
16748         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16749         (gst_gdk_pixbuf_event):
16750           Fix two crashers: don't unref the same caps twice, and
16751           set pixbuf loader to NULL after freeing it.
16752
16753 2006-03-27  Wim Taymans  <wim@fluendo.com>
16754
16755         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16756         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16757         (gst_speexenc_chain):
16758         * ext/speex/gstspeexenc.h:
16759         Don't leak adapter.
16760         A push *always* takes ownership of the buffer, even on
16761         errors.
16762         Small cleanups.
16763
16764 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16765
16766         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16767           Create source pad without leaking.
16768
16769 2006-03-24  Wim Taymans  <wim@fluendo.com>
16770
16771         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16772         * ext/flac/gstflacdec.h:
16773         * ext/flac/gstflacenc.h:
16774         Spifify a bit.
16775         Fix deadly lock order error in seeking code, STREAM_LOCK
16776         cannot be taken within LOCK and the streaming variables are
16777         protected with the STREAM_LOCK anyway.
16778
16779 2006-03-24  Wim Taymans  <wim@fluendo.com>
16780
16781         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16782         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16783         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16784         this patch combines the global init_frames with the stream
16785         init_frames. Rationale being that the global delay should 
16786         be subtracted from any stream delay.
16787         Fixes #335858.
16788
16789 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16790
16791         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16792         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16793         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16794         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16795         use DEBUG_FUNCPTR for collectpads
16796
16797 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16798
16799         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16800           Don't crash when encoding images where the number of rows isn't
16801           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16802
16803 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16804
16805         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16806         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16807         * gst/interleave/interleave.c: (interleave_change_state):
16808         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16809           More state change function fixes.
16810
16811 2006-03-23  Wim Taymans  <wim@fluendo.com>
16812
16813         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16814         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16815         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16816         (gst_esdsink_delay), (gst_esdsink_reset):
16817         * ext/esd/esdsink.h:
16818         Fix esd choppy playback by configuring audiosink
16819         correctly. Fixes #325191
16820
16821 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16822
16823         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16824           Make state change function thread-safe.
16825
16826 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16827
16828         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16829         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16830           Don't try to read beyond the end of the file just because
16831           the header claims a bigger size (like with truncated files).
16832
16833 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16834
16835         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16836         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16837         (gst_wavparse_stream_data), (gst_wavparse_loop):
16838         * gst/wavparse/gstwavparse.h:
16839           Delay source pad creation until we have the first chunk of
16840           media data, so the we can examine the data and adjust the
16841           caps accordingly if required. This makes playback of .wav
16842           files with DTS-declared-as-PCM content work (#313266).
16843
16844 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16845
16846         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16847         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16848         Don't attempt typefinding on too-short buffers that have been
16849         completely trimmed away. (Fixes #330239)
16850
16851         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16852         Improve the debug output
16853
16854 2006-03-21  Wim Taymans  <wim@fluendo.com>
16855
16856         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16857         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16858         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16859         (gst_esdsink_set_property), (gst_esdsink_get_property):
16860         Some cleanups.
16861         Reset fd to -1 when we close them.
16862
16863 2006-03-21  Wim Taymans  <wim@fluendo.com>
16864
16865         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16866         the OPTIONS request result is optional so don't
16867         fail on it.
16868
16869 2006-03-21  Edward Hervey  <edward@fluendo.com>
16870
16871         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16872         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16873         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16874         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16875         (gst_wavparse_change_state):
16876         gcc 4.1 unreferenced pointer fixes.
16877
16878 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16879
16880         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16881
16882         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16883           Fix block alignment calculation. Alignment should be done before
16884           adding the byte offset where the data starts (#335231).
16885
16886 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16887
16888         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16889           Ensure that we set correct caps on buffers that are transferred
16890           direct from the input.
16891
16892 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16893
16894         * gst/goom/filters.c: (zoomFilterDestroy):
16895         * gst/goom/goom_core.c: (goom_close):
16896           Free filter data when cleaning up. (Fixes: #334995)
16897
16898 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16899
16900         * configure.ac:
16901           Don't compile udp and rtsp plugins on win32 (mingw) or other
16902           systems that don't have <sys/socket.h> for some reason (#316203).
16903
16904 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16905
16906         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16907         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16908         * ext/raw1394/gstdv1394src.h:
16909           Change bus reset handler so it reports useful information such as
16910           whether the device being used connected or disconnected
16911
16912 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16913
16914         * gst/id3demux/id3v2frames.c:
16915         (parse_relative_volume_adjustment_two):
16916           We only care about gain and peak data for the master volume.
16917
16918 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16919
16920         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16921         (parse_id_string), (parse_unique_file_identifier),
16922         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16923           Read replay gain tags (#323721).
16924
16925 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16926
16927         * configure.ac:
16928           Bump requirements to gst-plugins-base CVS because
16929           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16930
16931 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16932
16933         * rtp/gst/gstrtppcmadepay.c:
16934         Fixed one of the caps in the code from mulaw to alaw.
16935
16936 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16937
16938         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16939           Ensure that we set caps on the buffers we pass.
16940
16941         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16942         (gst_id3demux_sink_activate):
16943           Ensure that we set caps on the buffers we pass.
16944
16945           Use STREAM, TYPE_NOT_FOUND as the error class when
16946           typefinding fails.
16947
16948 2006-03-15  Edward Hervey  <edward@fluendo.com>
16949
16950         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16951         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16952         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16953         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16954         (gst_jpeg_dec_setcaps):
16955         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16956         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16957         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16958         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16959         (gst_mngdec_src_getcaps):
16960         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16961         (gst_pngdec_caps_create_and_set):
16962         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
16963         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
16964         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
16965         * gst/alpha/gstalpha.c: (gst_alpha_init):
16966         * gst/auparse/gstauparse.c: (gst_au_parse_init):
16967         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
16968         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
16969         * gst/cutter/gstcutter.c: (gst_cutter_init):
16970         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16971         (gst_efence_checkgetrange):
16972         * gst/debug/negotiation.c: (gst_negotiation_init):
16973         * gst/flx/gstflxdec.c: (gst_flxdec_init):
16974         * gst/goom/gstgoom.c: (gst_goom_init):
16975         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
16976         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
16977         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
16978         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
16979         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
16980         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
16981         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
16982         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16983         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16984         (gst_wavparse_create_sourcepad):
16985         Fix memleak with gst_static_pad_template_get().
16986         This uses gst_pad_new_from_static_template() instead.
16987         Fixes #333512
16988
16989 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16990
16991         * configure.ac:
16992           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
16993           used by id3demux.
16994
16995         * gst/id3demux/gstid3demux.c: (plugin_init):
16996         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16997         (parse_user_text_identification_frame),
16998         (parse_unique_file_identifier):
16999           Add support for UFID and TXXX frames and extract musicbrainz tags.
17000
17001 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17002
17003         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17004           Catch short reads, like they might happen with truncated
17005           files (see #305279); remove unnecessary indentation.
17006
17007 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17008
17009         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17010           Fix DIB image inversion for pictures with a
17011           depth != 8 (#305279).
17012
17013 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17014
17015         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17016         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17017         * ext/jpeg/gstjpegdec.h:
17018           Fix durations on outgoing buffers after seeking
17019           in MJPEG files (#334083); some minor clean-ups.
17020
17021 2006-03-13  Wim Taymans  <wim@fluendo.com>
17022
17023         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17024         (gst_wavparse_change_state):
17025         Implement seek in READY (re-fixes #327658)
17026
17027 2006-03-13  Wim Taymans  <wim@fluendo.com>
17028
17029         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17030         * ext/esd/esdmon.c: (gst_esdmon_get):
17031         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17032         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17033         (gst_gdk_pixbuf_sink_getcaps):
17034         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17035         (gst_jpegenc_setcaps):
17036         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17037         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17038         (gst_smokeenc_setcaps):
17039         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17040         (gst_mngdec_src_getcaps):
17041         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17042         (gst_mngenc_chain):
17043         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17044         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17045         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17046         (speex_dec_src_event), (speex_dec_chain):
17047         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17048         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17049         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17050         (gst_negotiation_pad_link), (gst_negotiation_chain):
17051         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17052         (gst_flxdec_chain):
17053         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17054         (deinterleave_chain):
17055         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17056         * gst/median/gstmedian.c: (gst_median_link):
17057         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17058         (gst_monoscope_chain):
17059         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17060         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17061         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17062         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17063         close #333784 unref the result of gst_pad_get_parent()
17064         by: Christophe Fergeau.
17065
17066 2006-03-09  Wim Taymans  <wim@fluendo.com>
17067
17068         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17069         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17070         Handle events in push mode better, can now do non-flushing
17071         seeks in push mode as well.
17072
17073 2006-03-07  Wim Taymans  <wim@fluendo.com>
17074
17075         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17076         Applied patch from Kai Vehmanen, fixes #333624.
17077
17078 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17079
17080         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17081         Implement paletted and grayscale png files handling.
17082         (#150363).
17083
17084 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17085
17086         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17087         (gst_speexenc_chain):
17088           fix a tag list assert
17089           follow gst-plugins-base/ext/ogg/README; set OFFSET
17090           and OFFSET_END.  Muxes correctly with gst-plugins-base
17091           > 0.9.3
17092
17093 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17094
17095         * gst/id3demux/Makefile.am:
17096         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17097         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17098           Use new typefind helper functions here as well, and
17099           do typefinding in pull-mode if upstream supports that.
17100
17101 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17102
17103         * sys/sunaudio/gstsunaudiomixerctrl.c:
17104         (gst_sunaudiomixer_ctrl_get_volume),
17105         (gst_sunaudiomixer_ctrl_set_volume):
17106         * sys/sunaudio/gstsunaudiomixertrack.c:
17107         (gst_sunaudiomixer_track_new):
17108           Remove unused variables, breaks build from CVS
17109           with -Werror (#333392, patch by: Benjamin Pineau)
17110
17111 2006-03-03  Wim Taymans  <wim@fluendo.com>
17112
17113         * docs/plugins/Makefile.am:
17114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17116         Added wavparse docs.
17117
17118         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17119         (gst_wavparse_reset), (gst_wavparse_init),
17120         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17121         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17122         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17123         (gst_wavparse_stream_data), (gst_wavparse_loop),
17124         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17125         (gst_wavparse_change_state):
17126         * gst/wavparse/gstwavparse.h:
17127         Implement seek in READY (fixes #327658)
17128         Added docs and did some cleanups.
17129
17130 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17131
17132         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17133         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17134         (gst_avi_demux_calculate_durations_from_index),
17135         (gst_avi_demux_stream_header):
17136         * gst/avi/gstavidemux.h:
17137           If we have an index, use a duration based on the index instead
17138           of blindly trusting the information in the stream headers
17139           (fixes #331817).
17140
17141 2006-03-03  Wim Taymans  <wim@fluendo.com>
17142
17143         * docs/plugins/Makefile.am:
17144         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17145         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17146         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17147         Added smoke and jpeg to the docs.
17148
17149         * ext/jpeg/Makefile.am:
17150         * ext/jpeg/gstjpeg.c: (plugin_init):
17151         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17152         * ext/jpeg/gstjpegenc.h:
17153         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17154         (gst_smokedec_chain):
17155         * ext/jpeg/gstsmokedec.h:
17156         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17157         * ext/jpeg/gstsmokeenc.h:
17158         * ext/jpeg/smokecodec.h:
17159         Port smokedec (fixes #331905).
17160         Added some docs.
17161         Some cleanups.
17162
17163 2006-03-03  Wim Taymans  <wim@fluendo.com>
17164
17165         * docs/plugins/Makefile.am:
17166         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17167         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17168         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17169         Added videobalance and videoflip to the docs.
17170
17171         * gst/videofilter/Makefile.am:
17172         * gst/videofilter/gstvideobalance.c:
17173         (gst_video_balance_update_tables_planar411),
17174         (gst_video_balance_is_passthrough),
17175         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17176         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17177         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17178         (gst_video_balance_finalize), (gst_video_balance_class_init),
17179         (gst_video_balance_init), (gst_video_balance_interface_supported),
17180         (gst_video_balance_interface_init),
17181         (gst_video_balance_colorbalance_list_channels),
17182         (gst_video_balance_colorbalance_set_value),
17183         (gst_video_balance_colorbalance_get_value),
17184         (gst_video_balance_colorbalance_init),
17185         (gst_video_balance_set_property), (gst_video_balance_get_property),
17186         (gst_video_balance_get_type), (plugin_init):
17187         * gst/videofilter/gstvideobalance.h:
17188         Ported to 0.10. (Fixes #326160)
17189         Added docs.
17190
17191         * gst/videofilter/gstvideoflip.c:
17192         * gst/videofilter/gstvideoflip.h:
17193         Added docs.
17194
17195 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17196
17197         * configure.ac:
17198           Bump requirements to current core and -base CVS
17199           (core for new typefind helper API, and -base for the
17200           WAVFORMATEX support that was added to libgstriff and
17201           is needed by wavparse).
17202         
17203         * gst/apetag/Makefile.am:
17204         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17205         (gst_tag_demux_sink_activate):
17206           Use new typefind helpers for typefinding instead of our
17207           home-grown stuff; also, do typefinding in pull-mode if
17208           upstream supports that.
17209
17210 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17211
17212         Reviewed by: Christian Schaller <christian@fluendo.com>
17213
17214         This patch fixes bug: 329107
17215
17216         This Changelog entry is for a commit done on February 17
17217
17218         * ext/gconf/gconf.c
17219         * ext/gconf/gconf.h
17220         * ext/gconf/gstgconfaudiosink.c
17221         * ext/gconf/gstgconfaudiosink.h
17222         * gconf/gstreamer.schemas.in
17223
17224 2006-02-28  Wim Taymans  <wim@fluendo.com>
17225
17226         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17227         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17228         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17229         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17230         Use DEBUG_OBJECT more.
17231
17232 2006-02-28  Wim Taymans  <wim@fluendo.com>
17233
17234         * docs/plugins/Makefile.am:
17235         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17236         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17237         Added dvdec and dvdemux to docs.
17238
17239         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17240         Added docs.
17241         Check frame sizes so we don't crash when don't have enough
17242         data.
17243         Send nice error messages on error.
17244
17245         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17246         (gst_dvdemux_class_init), (gst_dvdemux_init),
17247         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17248         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17249         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17250         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17251         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17252         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17253         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17254         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17255         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17256         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17257         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17258         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17259         * ext/dv/gstdvdemux.h:
17260         Added docs.
17261         Implement pull mode.
17262         Fix memleaks.
17263         Reduce memcpy for the video demuxing.
17264
17265 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17266
17267         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17268         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17269         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17270         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17271           Add a little extra debug. Make the decoder not return NOT_LINKED,
17272           as we want to continue decoding all CMML and emitting tags.
17273
17274 2006-02-27  Michael Smith  <msmith@fluendo.com>
17275
17276         * ext/annodex/gstskeltag.c:
17277         * ext/annodex/gstskeltag.h:
17278           Deleted; these files aren't used any more either.
17279
17280 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17281
17282         * ext/Makefile.am: Fix dist-check.
17283
17284 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17285
17286         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17287         memleak.
17288
17289 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17290
17291         * ext/annodex/Makefile.am:
17292         * ext/annodex/gstannodex.c:
17293         * ext/annodex/gstcmmldec.c:
17294         * ext/annodex/gstcmmlenc.c:
17295         * ext/annodex/gstcmmlparser.c:
17296         * ext/annodex/gstcmmlparser.h:
17297         * ext/annodex/gstcmmlutils.c:
17298         * tests/check/elements/cmmldec.c:
17299         * tests/check/elements/cmmlenc.c:
17300           Fix a memleak in gst_cmml_track_list_add_clip.
17301           Handle overflows in clip's start and end times.
17302           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17303           Do not parse junk at the end of a CMML preamble buffer.
17304           Register a libxml error handler to not print stuff on stderr.
17305           Check for bad clip start and end times in the testsuites.
17306
17307 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17308
17309         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17310         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17311         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17312         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17313         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17314         possible memleaks.
17315
17316 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17317
17318         * tests/check/Makefile.am:
17319         * tests/check/elements/cmmldec.c:
17320         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17321         the plugins-base tags.
17322
17323 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17324
17325         * ext/Makefile.am: Re-enable module.
17326
17327 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17328
17329         * tests/check/Makefile.am: Forgot to remove that test.
17330
17331 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17332
17333         * ext/annodex/Makefile.am:
17334         * ext/annodex/gstannodex.c: (plugin_init):
17335         * ext/annodex/gstcmmldec.c:
17336         * ext/annodex/gstskeldec.c:
17337         * ext/annodex/gstskeldec.h:
17338         * tests/check/Makefile.am:
17339         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17340
17341 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17342
17343         * tests/check/Makefile.am: Disable those checks as well.
17344
17345 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17346
17347         * ext/Makefile.am: Disable annodex for now until we figure out
17348         how to make it build.
17349         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17350         Add a rule to your checklist : "please try to at least build 
17351         what you are going to commit into -good, or if you are too lazy
17352         to do that, please check that the buildbots are not crying because
17353         of your commit."
17354
17355 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17356
17357         * configure.ac:
17358         * ext/Makefile.am:
17359         * ext/gdk_pixbuf/Makefile.am:
17360         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17361         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17362         * ext/gdk_pixbuf/pixbufscale.c:
17363         * ext/gdk_pixbuf/pixbufscale.h:
17364           Gdkpixbuf ported from 0.8 to 0.10 by
17365           Renato Filho <renato.filho@indt.org.br>.
17366           gst_loader and gdkpixbufanimation still need port.
17367
17368 2006-02-24  Michael Smith  <msmith@fluendo.com>
17369
17370         * configure.ac:
17371         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17372         * ext/Makefile.am:
17373         * ext/annodex/Makefile.am:
17374         * ext/annodex/gstannodex.c:
17375         * ext/annodex/gstannodex.h:
17376         * ext/annodex/gstcmmldec.c:
17377         * ext/annodex/gstcmmldec.h:
17378         * ext/annodex/gstcmmlenc.c:
17379         * ext/annodex/gstcmmlenc.h:
17380         * ext/annodex/gstcmmlparser.c:
17381         * ext/annodex/gstcmmlparser.h:
17382         * ext/annodex/gstcmmltag.c:
17383         * ext/annodex/gstcmmltag.h:
17384         * ext/annodex/gstcmmlutils.c:
17385         * ext/annodex/gstcmmlutils.h:
17386         * ext/annodex/gstskeldec.c:
17387         * ext/annodex/gstskeldec.h:
17388         * ext/annodex/gstskeltag.c:
17389         * ext/annodex/gstskeltag.h:
17390         * tests/check/Makefile.am:
17391         * tests/check/elements/cmmldec.c:
17392         * tests/check/elements/cmmlenc.c:
17393         * tests/check/elements/skeldec.c:
17394           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17395           Includes tests & docs, oh my! Passes Thomas's -good checklist
17396           entirely. Wow.
17397
17398 2006-02-24  Michael Smith  <msmith@fluendo.com>
17399
17400         * autogen.sh:
17401           Check for automake 1.9 as well.
17402
17403 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17404
17405         * ext/flac/gstflacenc.c:
17406           Change min. sample rate to 8kHz to match flacdec's.
17407           
17408 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17409
17410         * ext/cdio/Makefile.am:
17411           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17412           required for Cygwin, see #317048)
17413
17414         * gst/rtp/gstasteriskh263.c:
17415           Cygwin has includes for both the unix network socket API
17416           and the windows API, but only one can be included, so fix
17417           includes to only use one or the other, prefering the unxi
17418           one (#317048).
17419
17420 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17421
17422         * rtp/gst/gstrtppcmadepay.c:
17423         * rtp/gst/gstrtppcmadepay.h:
17424         * rtp/gst/gstgstrtppcmapay.c:
17425         * rtp/gst/gstgstrtppcmapay.h:
17426         * rtp/gst/gstrtppcmudepay.c:
17427         * rtp/gst/gstrtppcmudepay.h:
17428         * rtp/gst/gstrtppcmupay.c:
17429         * rtp/gst/gstrtppcmupay.h:
17430         * rtp/gst/Makefile.am:
17431         * rtp/gst/gstrtp.c:
17432         * rtp/gst/README:
17433         Separated the G711 payloaders/depayloaders into separate elements for
17434         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17435
17436 2006-02-22  Wim Taymans  <wim@fluendo.com>
17437
17438         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17439         (gst_dvdec_change_state):
17440         * ext/dv/gstdvdec.h:
17441         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17442         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17443         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17444         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17445         (gst_dvdemux_flush), (gst_dvdemux_chain),
17446         (gst_dvdemux_change_state):
17447         * ext/dv/gstdvdemux.h:
17448         Ueber spiffify some more, added debug category.
17449         Use _scale.
17450         Use segments, respect playback rate from newsegment.
17451         Fix refcount issue.
17452
17453 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17454
17455         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17456         (gst_signal_processor_process):
17457         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17458         enabled for the build, but it helps me win the feature-count
17459         competitions ooh yeah.
17460
17461 2006-02-19  Wim Taymans  <wim@fluendo.com>
17462
17463         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17464         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17465         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17466         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17467         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17468         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17469         Use scaling code for added precission and more correct stop
17470         position in case scale==0.
17471
17472 2006-02-19  Wim Taymans  <wim@fluendo.com>
17473
17474         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17475         (gst_flxdec_chain):
17476         * gst/flx/gstflxdec.h:
17477         Implement DURATION query.
17478
17479 2006-02-19  Wim Taymans  <wim@fluendo.com>
17480
17481         * gst/flx/flx_color.h:
17482         * gst/flx/flx_fmt.h:
17483         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17484         (gst_flxdec_src_query_handler), (flx_decode_color),
17485         (gst_flxdec_chain):
17486         * gst/flx/gstflxdec.h:
17487         Set MALLOCDATA for the temp buffers so we don't leak.
17488         Some debug cleanups.
17489         Consume all data in the adapter before leaving the chain
17490         function. Fixes #330678.
17491
17492 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17493
17494         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17495         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17496          Handle 0 data size in otherwise valid frames.
17497          Handle numeric strings in 2.4.0 even when not in parentheses 
17498
17499 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17500
17501         * gst/matroska/matroska-demux.c:
17502         (gst_matroska_demux_subtitle_caps),
17503         (gst_matroska_demux_plugin_init):
17504         * gst/matroska/matroska-ids.h:
17505           Recognise SSA/ASS and USF subtitle formats and
17506           set proper caps when they are found.
17507
17508 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17509
17510         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17511         (gst_jpeg_dec_chain):
17512           Fix invalid memory access for some odd-sized images
17513           (see image contained in quicktime stream in #327083);
17514           use g_malloc() instead of g_alloca().
17515
17516 2006-02-17  Wim Taymans  <wim@fluendo.com>
17517
17518         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17519         Patch from Sebastien Cote, fixes #319884
17520
17521 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17522
17523         * ext/cdio/gstcdio.c: (plugin_init):
17524           Init debug category (#331253).
17525
17526 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17527
17528         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17529           Pass extra_data to gst_riff_create_audio_caps(), so that
17530           WAVEFORMATEX stuff works. Post audio codec name and post
17531           it as taglist on the bus. Allow up to 8 channesl for raw
17532           PCM in the source pad template caps.
17533
17534 2006-02-16  Wim Taymans  <wim@fluendo.com>
17535
17536         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17537         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17538         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17539         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17540         (gst_multipart_set_property), (gst_multipart_get_property):
17541         Applied #318663. Gives quite a few false positives in
17542         autoscan mode, but it's better than nothing. Not closing yet.
17543
17544 2006-02-16  Wim Taymans  <wim@fluendo.com>
17545
17546         * docs/plugins/Makefile.am:
17547         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17548         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17549         * docs/plugins/gst-plugins-good-plugins.args:
17550         * docs/plugins/inspect/plugin-udp.xml:
17551         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17552         (gst_udpsrc_start):
17553         Update documentation.
17554         Fix args.
17555
17556 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17557
17558         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17559         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17560         frame size. (Fixes #331368)
17561
17562 2006-02-16  Wim Taymans  <wim@fluendo.com>
17563
17564         * gst/rtsp/README:
17565         Updated README.
17566
17567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17568         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17569         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17570         * gst/rtsp/gstrtspsrc.h:
17571         Make sure the RTP port is an even port an try to allocate 
17572         another if not.
17573         Added retry property to control max retries for port allocation.
17574         Make sure RTCP port is RTP port+1.
17575         Cleanup when port allocation fails.
17576         Fixes #319183.
17577         
17578 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17579
17580         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17581           Don't ignore return value of the parent class's state
17582           change function (#331385, patch by: Wouter Paesen).
17583
17584 2006-02-15  Wim Taymans  <wim@fluendo.com>
17585
17586         * configure.ac:
17587         * docs/plugins/Makefile.am:
17588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17590         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17591         * ext/Makefile.am:
17592         * ext/hal/Makefile.am:
17593         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17594         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17595         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17596         (do_toggle_element), (gst_hal_audio_sink_set_property),
17597         (gst_hal_audio_sink_get_property),
17598         (gst_hal_audio_sink_change_state):
17599         * ext/hal/gsthalaudiosink.h:
17600         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17601         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17602         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17603         (do_toggle_element), (gst_hal_audio_src_set_property),
17604         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17605         * ext/hal/gsthalaudiosrc.h:
17606         * ext/hal/gsthalelements.c: (plugin_init):
17607         * ext/hal/gsthalelements.h:
17608         * ext/hal/hal.c: (gst_hal_get_string),
17609         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17610         (gst_hal_get_audio_src):
17611         * ext/hal/hal.h:
17612         Add HAL sound device wrapper plugins. Closes #329106
17613
17614 2006-02-15  Wim Taymans  <wim@fluendo.com>
17615
17616         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17617         Add comment in a fultile attempt to stop the copy-and-paste 
17618         paradigm leading to duplication of bad code.
17619
17620         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17621         Mime parameters have to be checked case insensitive
17622
17623 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17624
17625         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17626           Advance stream time for lagging subtitle streams by sending
17627           newsegment events with the update flag set.
17628
17629 2006-02-14  Edward Hervey  <edward@fluendo.com>
17630
17631         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17632         There can be bogus data before the hdrl LIST tag in the RIFF header.
17633         It's hard to say if it's not respecting the AVI specifications or not,
17634         but since Google Video is producing AVIs like that and the other player
17635         don't seem to complain, I guess we should do the same.
17636
17637 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17638
17639         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17640         (parse_split_strings):
17641         Add more validation to ensure that a char encoding conversion
17642         produced a valid UTF-8 string.
17643
17644 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17645
17646         Reviewed by: Edward Hervey  <edward@fluendo.com>
17647
17648         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17649         Properly handle end of segment. Closes #330885.
17650
17651 2006-02-13  Wim Taymans  <wim@fluendo.com>
17652
17653         * gst/rtp/gstrtpmp4gpay.h:
17654         For got to commit this one.
17655
17656 2006-02-12  Wim Taymans  <wim@fluendo.com>
17657
17658         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17659         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17660         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17661         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17662         * gst/rtp/gstrtpmp4gpay.h:
17663         Make more things work.
17664         Handle ACC config strings.
17665
17666 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17667
17668         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17669           set timestamps if no incoming timestamps set
17670
17671 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17672
17673         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17674         (gst_tag_demux_do_typefind):
17675           ... and fix the very same leaks in GstTagDemux.
17676
17677 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17678
17679         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17680         (gst_id3demux_do_typefind):
17681         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17682         <jonathan at kaolin dot wh9 dot net>)
17683
17684 2006-02-10  Wim Taymans  <wim@fluendo.com>
17685
17686         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17687         First set options, then set caps or else the baseclass
17688         will not know about the options, duh.
17689
17690 2006-02-10  Wim Taymans  <wim@fluendo.com>
17691
17692         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17693         (gst_rtp_mp4v_pay_setcaps):
17694         Don't waste time looking for a config string if we have codec_info
17695         on the incomming caps.
17696
17697 2006-02-10  Wim Taymans  <wim@fluendo.com>
17698
17699         * gst/rtp/README:
17700         Say something about case-sensitivity of caps vs mime-attributes.
17701
17702         * gst/rtp/Makefile.am:
17703         * gst/rtp/gstrtp.c: (plugin_init):
17704         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17705         (gst_rtp_amr_pay_handle_buffer):
17706         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17707         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17708         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17709         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17710         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17711         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17712         (gst_rtp_mp4g_pay_plugin_init):
17713         * gst/rtp/gstrtpmp4gpay.h:
17714         Added beginnings of mpeg4-generic payloader (RFC 3640)
17715
17716 2006-02-09  Wim Taymans  <wim@fluendo.com>
17717
17718         * gst/rtsp/Makefile.am:
17719         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17720         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17721         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17722         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17723         (gst_rtpdec_change_state):
17724         * gst/rtsp/gstrtpdec.h:
17725         * gst/rtsp/gstrtsp.c: (plugin_init):
17726         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17727         * gst/rtsp/rtspconnection.c: (read_body),
17728         (rtsp_connection_receive):
17729         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17730         Resurected rtpdec to make rtspsrc happy again.
17731         Skip attributes from the session id.
17732         Don't crash when dumping a message with an empty body.
17733
17734
17735 2006-02-09  Wim Taymans  <wim@fluendo.com>
17736
17737         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17738         Added more meaningfull warnings when something goes wrong.
17739         Clear F bit on outgoing AMR packets.
17740
17741         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17742         (gst_rtp_amr_pay_handle_buffer):
17743         Added debugging category
17744         Support payloading of multiple AMR frames.
17745
17746         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17747         Added some debugging.
17748
17749 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17750
17751         * configure.ac:
17752           Back to CVS
17753
17754 === release 0.10.2 ===
17755
17756 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17757
17758         * configure.ac:
17759           releasing 0.10.2, "Papa was a rolling stone"
17760
17761 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17762
17763         * configure.ac:
17764           Bump core and plugins-base requirement to 0.10.2.2
17765           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17766
17767 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17768
17769         * ext/flac/gstflac.c: (plugin_init):
17770         * ext/speex/gstspeex.c: (plugin_init):
17771           Register musicbrainz tags.
17772
17773 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17774
17775         * ext/gconf/gconf.h:
17776           Remove declaration of function that no longer exists.
17777
17778 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17779
17780         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17781         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17782         Make shout2 work for non ogg streams
17783
17784 2006-02-06  Wim Taymans  <wim@fluendo.com>
17785
17786         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17787         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17788         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17789         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17790         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17791         * gst/udp/gstmultiudpsink.h:
17792         Updated docs.
17793         Added properties bytes-served, bytes_to_serve.
17794         Post proper error messages,
17795         Emit client added signal too.
17796
17797 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17798
17799         * docs/plugins/Makefile.am:
17800         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17801         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17802         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17803         (gst_multiudpsink_get_stats):
17804           adding docs for multiudpsink
17805
17806 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17807
17808         * gst/level/gstlevel.c: (gst_level_transform_ip):
17809           peak below decay is not necessarily an error, so don't ERROR log
17810
17811 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17812
17813         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17814         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17815         (gst_ebml_write_seek):
17816         * gst/matroska/ebml-write.h:
17817           Make sure we send a newsegment event in BYTES format
17818           before sending buffers (#328531).
17819
17820 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17821
17822         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17823         (gst_dvdemux_sink_query):
17824         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17825         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17826         (speex_dec_src_query):
17827         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17828         (gst_speexenc_sink_query):
17829         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17830         * gst/matroska/matroska-demux.c:
17831         (gst_matroska_demux_get_src_query_types),
17832         (gst_matroska_demux_handle_src_query):
17833         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17834         (gst_wavparse_pad_query):
17835           Pass unhandled queries upstream instead of just dropping
17836           them (#326446). Update query type arrays here and there.
17837
17838 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17839
17840         * tests/check/elements/matroskamux.c: (setup_src_pad):
17841           Collectpads in core got changed and now also holds a
17842           reference to any pad that is part of it. Fix refcount
17843           checks in test case accordingly.
17844
17845 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17846
17847         * gst/apetag/gstapedemux.h:
17848           Fix include, for now GstTagDemux is in the apetag dir.
17849
17850 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17851
17852         * docs/plugins/Makefile.am:
17853         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17854         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17855         * docs/plugins/inspect/plugin-cdio.xml:
17856           Add cdio plugin to docs.
17857
17858         * ext/cdio/gstcdiocddasrc.c:
17859           Add gtk-doc blurb.
17860
17861         * ext/cdio/gstcdio.c:
17862           The plugin is called 'cdio' not 'cddio'.
17863
17864 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17865
17866         * configure.ac:
17867         * docs/plugins/Makefile.am:
17868         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17869         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17870         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17871         * docs/plugins/inspect/plugin-apetag.xml:
17872         * gst/apetag/Makefile.am:
17873         * gst/apetag/gstapedemux.c:
17874         * gst/apetag/gstapedemux.h:
17875         * gst/apetag/gsttagdemux.c:
17876         * gst/apetag/gsttagdemux.h:
17877           Add APE tag demuxer (#325649).
17878
17879 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17880
17881         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17882         (gst_gconf_get_default_video_sink),
17883         (gst_gconf_get_default_audio_src),
17884         (gst_gconf_get_default_video_src):
17885         * ext/gconf/gconf.h:
17886         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17887         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17888         (do_toggle_element):
17889         * ext/gconf/gstgconfaudiosink.h:
17890         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17891         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17892         (do_toggle_element):
17893         * ext/gconf/gstgconfaudiosrc.h:
17894         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17895         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17896         (do_toggle_element):
17897         * ext/gconf/gstgconfvideosink.h:
17898         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17899         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17900         (do_toggle_element):
17901         * ext/gconf/gstgconfvideosrc.h:
17902           Ignore changing the GConf key to "". Ignore GConf key updates
17903           that don't actually change the string.
17904           For now, ignore the GConf key when the state is > READY, as
17905           it breaks streaming. Sometime it will be nice to bring the
17906           new sink online even mid-stream, by sending NEWSEGMENT info
17907           and possibly prerolling.
17908           (Fixes #326736)
17909
17910 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17911
17912         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17913         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17914         (zoomFilterSetResolution), (zoomFilterDestroy),
17915         (zoomFilterFastRGB), (pointFilter):
17916         * gst/goom/filters.h:
17917         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17918         (goom_update), (goom_close):
17919         * gst/goom/goom_core.h:
17920         * gst/goom/goom_tools.h:
17921         * gst/goom/graphic.c:
17922         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17923         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17924         * gst/goom/gstgoom.h:
17925         * gst/goom/lines.c: (goom_lines):
17926         * gst/goom/lines.h:
17927           Make goom reentrant by moving all important static variables
17928           into instance structures.
17929           (Fixes #329181)
17930
17931 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
17932
17933         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17934         (gst_avi_demux_all_source_pads_unlinked),
17935         (gst_avi_demux_process_next_entry):
17936         * gst/avi/gstavidemux.h:
17937           Third attempt, use gst_pad_is_linked() this time.
17938
17939 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
17940
17941         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17942         (parse_split_strings):
17943         Adjust for data length indicators when parsing (Fixes #329810)
17944         Fix stupid bug parsing UTF-8 tag text.
17945         Output tag strings with multiple fields as multiple tags, so the
17946         app gets all the data.
17947
17948 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17949
17950         * ext/flac/gstflacenc.c:
17951         Fixed a bug add in last commit, where no event is send. Thanks Tim to
17952         show me.
17953         
17954 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17955
17956         * ext/flac/gstflacenc.c:
17957         * gst/matroska/ebml-read.c:
17958         Just make it compile with --disable-gst-debug.
17959
17960 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
17961
17962         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
17963         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
17964         (id3v2_genre_fields_to_taglist):
17965           Never output a tag with a null contents string.
17966
17967 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17968
17969         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
17970           Only pause if all pads are unlinked AND we've tried to send data
17971           on all of them at least once.
17972
17973 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17974
17975         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
17976         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
17977           Make loop function/task pause itself when all source pads are
17978           unlinked.
17979
17980 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17981
17982         * configure.ac:
17983         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
17984           Use new functions from core to render a bin from a
17985           string. Fixes build. Up requirements to core CVS.
17986
17987 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17988
17989         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
17990           Don't push buffers into the adapter that we are going to
17991           push downstream again without framing anyway. Also, the
17992           adaptor takes ownership of buffers put into it (fixes
17993           auparse pushing invalid buffers for .au files with
17994           ADPCM contents). Finally, set caps on all outgoing buffers.
17995
17996 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17997
17998         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17999         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18000         (gst_id3demux_send_tag_event):
18001         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18002         Someone should kick my butt. Remove ID3v1 tags from the end of the
18003         file.
18004
18005         Improve error messages. Send the TAG message as soon as we complete
18006         typefinding, instead of waiting until we send the first buffer.
18007         Downstream tag event is still sent before the first buffer.
18008
18009 2006-01-27  Jan Gerber  <j@bootlab.org>
18010
18011         Reviewed by: Andy Wingo <wingo@pobox.com>
18012
18013         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18014         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18015         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18016         to not have warings flooding stderr. this is the suggested way
18017         also used in dvgrab and kino. (#328336)
18018
18019 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18020
18021         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18022         (gst_oss_sink_init), (gst_oss_sink_finalise):
18023           Free the device name string when finalised.
18024
18025 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18026
18027         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18028           Don't put function calls in g_return_if_fail() statements,
18029           or they'll be replaced with NOOPs if someone compiles with
18030           G_DISABLE_CHECKS defined.
18031           
18032 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18033
18034         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18035         Never trust ANY information encoded in a media file, especially
18036         when it's giving you sizes. (Fixes #328452)
18037
18038 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18039
18040         * gst/rtp/gstrtpg711pay.c:
18041         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18042         bug #325148.
18043
18044 2006-01-23  Edward Hervey  <edward@fluendo.com>
18045
18046         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18047         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18048         * gst/matroska/matroska-ids.h:
18049         Added recognition of Real Audio and Video streams in matroska demuxer.
18050
18051 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18052
18053         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18054           Remove errant break statement, and fix compilation with
18055           older GCC.
18056
18057 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18058
18059         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18060
18061         * sys/sunaudio/gstsunaudiomixerctrl.c:
18062         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18063           Export functions that are needed in other parts of the code,
18064           makes the mixer actually work; adjust magic minimum buffer-time
18065           value from 3ms to 5ms to work around stuttering during mp3
18066           playback (#327765).
18067
18068 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18069
18070         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18071
18072         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18073         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18074           Fix possible deadlock in matroska muxer (#327825).
18075
18076 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18077
18078         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18079         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18080         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18081         * gst/rtsp/sdpmessage.h:
18082         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18083         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18084           C89 fixes: declare variables at the beginning of a block and
18085           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18086           <jensgr at gmx dot net>).
18087
18088 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18089
18090         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18091         * gst/id3demux/id3tags.h:
18092         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18093         (parse_comment_frame), (parse_text_identification_frame),
18094         (id3v2_tag_to_taglist), (id3v2_are_digits),
18095         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18096         (parse_split_strings), (free_tag_strings):
18097           Rewrite parsing of text tags to handle multiple NULL terminated
18098           strings. Parse numeric genre strings and ID3v2 type
18099           "(3)(6)Alternative" style genre strings.
18100           Parse dates that are only YYYY or YYYY-mm format.
18101           (Fixes #328241 and #322154)
18102
18103 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18104
18105         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18106           Don't forget to initialize liboil, otherwise our oil functions
18107           will crash (fixes #327871; patch by: Christoph Burghardt
18108           <hawkes at web dot de>).
18109
18110 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18111
18112         * configure.ac:
18113           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18114           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18115           patch by: Brian Cameron <brian dot cameron at sun dot com>
18116
18117 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18118
18119         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18120         * ext/cdio/gstcdio.h:
18121         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18122           Fix build for libcdio versions >= 76; give slightly lower rank
18123           than cdparanoia.
18124
18125 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18126
18127         * configure.ac:
18128         * ext/Makefile.am:
18129         * ext/cdio/Makefile.am:
18130         * ext/cdio/gstcdio.c:
18131         * ext/cdio/gstcdio.h:
18132         * ext/cdio/gstcdiocddasrc.c:
18133         * ext/cdio/gstcdiocddasrc.h:
18134           Port libcdio cdda source, formerly known as cddasrc, now known as
18135           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18136           but that's not tested (fixes #317658).
18137
18138 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18139
18140         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18141           Fix conversion from TIME to BYTES format (fixes #326864;
18142           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18143
18144 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18145
18146         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18147           Fix compilation of id3demux when zlib is not present.
18148           (Fixes #326602; patch by: Sergey Scobich)
18149
18150 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18151
18152         * ext/esd/Makefile.am:
18153           Add $(ESD_CFLAGS), otherwise build will fail for folks
18154           with libesd in a non-standard prefix (#327009).
18155
18156 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18157
18158         * configure.ac:
18159           back to HEAD
18160
18161 === release 0.10.1 ===
18162
18163 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18164
18165         * configure.ac:
18166           releasing 0.10.1, "Li"
18167
18168 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18169
18170           patch by: Wim Taymans
18171
18172         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18173           fix memleak.  Fixes #326618
18174
18175 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18176
18177           patch by: Mike Smith
18178
18179         * gst/level/gstlevel.c: (gst_level_message_new),
18180         (gst_level_message_append_channel):
18181           Fix memleak.  Fixes #326612
18182
18183 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18184
18185         * configure.ac:
18186           prereleasing
18187         * po/af.po:
18188         * po/az.po:
18189         * po/cs.po:
18190         * po/en_GB.po:
18191         * po/hu.po:
18192         * po/it.po:
18193         * po/nb.po:
18194         * po/nl.po:
18195         * po/or.po:
18196         * po/sq.po:
18197         * po/sr.po:
18198         * po/sv.po:
18199         * po/uk.po:
18200         * po/vi.po:
18201           update translations
18202
18203 2006-01-10  Michael Smith  <msmith@fluendo.com>
18204
18205         * gst/level/gstlevel.c: (gst_level_class_init),
18206         (gst_level_dispose):
18207           Don't leak filter arrays.
18208
18209 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18210
18211         reviewed by: Christian Schaller <uraeus@gnome.org>
18212         
18213         * configure.ac:
18214         * gst-plugins-good.spec.in:
18215         * sys/Makefile.am:
18216         * sys/sunaudio/Makefile.am:
18217         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18218         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18219         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18220         (gst_sunaudiomixer_change_state):
18221         * sys/sunaudio/gstsunaudiomixer.h:
18222         * sys/sunaudio/gstsunaudiomixerctrl.c:
18223         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18224         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18225         (gst_sunaudiomixer_ctrl_list_tracks),
18226         (gst_sunaudiomixer_ctrl_get_volume),
18227         (gst_sunaudiomixer_ctrl_set_volume),
18228         (gst_sunaudiomixer_ctrl_set_mute),
18229         (gst_sunaudiomixer_ctrl_set_record):
18230         * sys/sunaudio/gstsunaudiomixerctrl.h:
18231         * sys/sunaudio/gstsunaudiomixertrack.c:
18232         (gst_sunaudiomixer_track_class_init),
18233         (gst_sunaudiomixer_track_init), (fill_labels),
18234         (gst_sunaudiomixer_track_new):
18235         * sys/sunaudio/gstsunaudiomixertrack.h:
18236         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18237         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18238         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18239         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18240         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18241         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18242         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18243         * sys/sunaudio/gstsunaudiosink.h:
18244
18245         Add SunAudio plugin - tested to make sure it doesn't break
18246         the build under GNU/Linux.      
18247
18248 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18249
18250         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18251         * gst-plugins-good/gst/udp/gstudpsrc.c:
18252         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18253         overrides the port or multicast parameters. Fixes bugs #323021.
18254         API addition: adds GstUDPSrc::sockfd property   
18255
18256 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18257
18258         * ext/gconf/Makefile.am:
18259         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18260         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18261         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18262         (do_toggle_element), (cb_toggle_element),
18263         (gst_gconf_audio_src_change_state):
18264         * ext/gconf/gstgconfaudiosrc.h:
18265         * ext/gconf/gstgconfelements.c: (plugin_init):
18266         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18267         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18268         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18269         (do_toggle_element), (cb_toggle_element),
18270         (gst_gconf_video_src_change_state):
18271         * ext/gconf/gstgconfvideosrc.h:
18272           Add new gconfaudiosrc and gconfvideosrc elements
18273           (needed for gnome-sound-recorder).
18274
18275 2006-01-06  Edward Hervey  <edward@fluendo.com>
18276
18277         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18278         Add gst_element_no_more_pads() for proper decodebin behaviour.
18279         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18280         (parse_text_identification_frame), (parse_split_strings):
18281         Failure to decode some tags is not a GST_ERROR() but a
18282         GST_WARNING()
18283         When iterating over a chunk of text, check that we haven't gone too
18284         far.
18285
18286 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18287
18288         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18289         (plugin_init):
18290           call oil_init() when using liboil
18291
18292 2006-01-04  Wim Taymans  <wim@fluendo.com>
18293
18294         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18295         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18296         Fix leaks.
18297
18298 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18299
18300         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18303         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18304         (gst_flac_dec_change_state):
18305           Don't g_assert() where we should just return FALSE; remove
18306           unnecessary g_assert(); initialize some fields properly in
18307           state change function (fixes #325504). Also, use
18308           GST_DEBUG_OBJECT in two more places.
18309
18310 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18311
18312         * configure.ac:
18313           also remove smoothwave's Makefile.am
18314         * docs/plugins/Makefile.am:
18315           fix plugin docs
18316
18317 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18318
18319         * tests/examples/Makefile.am:
18320           added missing Makefile.am
18321
18322 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18323
18324         * configure.ac:
18325         * gst/level/Makefile.am:
18326         * gst/level/level-example.c:
18327         * tests/Makefile.am:
18328         * tests/examples/level/Makefile.am:
18329         * tests/examples/level/level-example.c: (message_handler), (main):
18330           moved level-example to tests/examples/level-example
18331         * tests/old/examples/level/demo.c: (main):
18332         * tests/old/examples/level/plot.c: (main):
18333           some initial fixes
18334
18335 2005-12-29  Michael Smith  <msmith@fluendo.com>
18336
18337         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18338         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18339         * gst/udp/gstmultiudpsink.h:
18340           Track packets sent per client in addition to bytes sent; provide
18341           this info through get-stats signal
18342
18343 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18344
18345         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18346           Can't use gst_object_unref() on a GstAdapter (#325191).
18347
18348 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18349
18350         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18351         If a broken tag has 0 bytes payload, at least still skip
18352         the 10 byte header
18353
18354 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18355
18356         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18357         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18358         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18359         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18360           Making these depayloaders (H263+ and mpeg4 video) inherit from
18361           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18362
18363 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18364
18365         * docs/plugins/gst-plugins-good-plugins.args:
18366         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18367         Regenerate the plugin hiearchy.
18368
18369 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18370
18371         * docs/plugins/Makefile.am:
18372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18374         * docs/plugins/gst-plugins-good-plugins.args:
18375         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18376         (gst_id3demux_base_init), (gst_id3demux_class_init),
18377         (gst_id3demux_chain):
18378         * gst/id3demux/gstid3demux.h:
18379           Add documentation for id3demux.
18380           Don't fail if the first buffer is not at offset 0, just
18381           attempt to typefind and do pass through
18382           Rename the gst_type function from gst_gst_id3demux..
18383
18384 2005-12-20  Michael Smith  <msmith@fluendo.com>
18385
18386         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18387         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18388         (gst_multiudpsink_get_stats):
18389         * gst/udp/gstmultiudpsink.h:
18390           Collect statistics; return them from get_stats.
18391
18392 2005-12-19  Edward Hervey  <edward@fluendo.com>
18393
18394         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18395         Stupid signedness issue...
18396
18397 2005-12-19  Edward Hervey  <edward@fluendo.com>
18398
18399         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18400         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18401         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18402         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18403         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18404         Construct index for indexless files.
18405         Make sure pad/buffers are correctly reset to NULL once we don't need
18406         them anymore, else we get lovely segfaults/assertions.
18407         * gst/wavparse/gstwavparse.c:
18408         Yes, you can have 96KHz audio and wma in wav :(
18409
18410 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18411
18412         * configure.ac:
18413           Check for optional dependency on zlib for id3demux
18414
18415         * gst/id3demux/Makefile.am:
18416         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18417         (gst_id3demux_base_init), (gst_id3demux_class_init),
18418         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18419         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18420         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18421         (gst_id3demux_set_property), (gst_id3demux_get_property),
18422         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18423         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18424         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18425         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18426         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18427         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18428         (simple_find_peek), (simple_find_suggest),
18429         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18430         (plugin_init):
18431         * gst/id3demux/gstid3demux.h:
18432         * gst/id3demux/id3tags.c: (read_synch_uint),
18433         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18434         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18435         (id3demux_id3v2_frames_to_tag_list):
18436         * gst/id3demux/id3tags.h:
18437         * gst/id3demux/id3v2.4.0-frames.txt:
18438         * gst/id3demux/id3v2.4.0-structure.txt:
18439         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18440         (parse_comment_frame), (parse_text_identification_frame),
18441         (id3v2_tag_to_taglist), (parse_split_strings):
18442           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18443           otherwise it discards them. Works on my test files. 
18444
18445         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18446           Don't send EOS to a non-existing srcpad
18447           The debug category can be static
18448
18449 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18450
18451         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18452         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18453         * gst/multipart/multipartdemux.c:
18454           change some char* into char[]
18455
18456 2005-12-16  Wim Taymans  <wim@fluendo.com>
18457
18458         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18459         (gst_wavparse_other), (gst_wavparse_perform_seek),
18460         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18461         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18462         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18463         * gst/wavparse/gstwavparse.h:
18464         Use GstSegment to implement more seeking features.
18465
18466 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         * gst/rtsp/rtspconnection.c:
18469           Add <netinet/in.h> include and move <arpa/inet.h> include
18470           to make things work on OpenBSD as well (fixes #323717;
18471           patch by: Benjamin Pineau)
18472
18473 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18474
18475         * gst/rtp/gstrtpspeexdepay.c:
18476         * gst/rtp/gstrtpspeexpay.c:
18477         Set clock rate to be fixed in 8000. It fixes bug #324012.
18478
18479 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18480
18481         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18482         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18483         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18484         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18485         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18486         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18487         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18488         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18489         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18490         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18491         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18492         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18493         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18494         * gst-plugins-good/gst/rtp/README:
18495         Fixed payload range in payloder caps. Removed payload range completely
18496         from depayloaders as they don't require payload type in their caps.
18497         In effect, there isn't any specific payload type for any given codec,
18498         only suggestions.
18499         Fixes bug #324011.
18500
18501 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18502
18503         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18504         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18505         (gst_videomixer_collected): Code cleanup and re-enabling 
18506         queued time validity check for correct EOS handling.
18507
18508 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18509
18510         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18511         (gst_oss_mixer_element_get_property),
18512         (gst_oss_mixer_element_change_state):
18513         Add 'device-name' property and fix state change function.
18514
18515 2005-12-13  Edward Hervey  <edward@fluendo.com>
18516
18517         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18518         If the speed of the file is null in the header, set the frame_time to
18519         the default setting of GST_SECOND / 70. Which is the default
18520         frame_delay for .fli files as stated in this document :
18521         http://www.compuphase.com/flic.htm
18522         Would be nice to have the time conversion done properly too (duration =
18523         flxh->frames * flxdec->frame_time)
18524
18525 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18526
18527         * docs/plugins/Makefile.am:
18528         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18529         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18530         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18531         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18532         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18533         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18534         documentation for videomixer on my way with a funny sample
18535         pipeline.
18536
18537 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18538
18539         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18540         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18541         (gst_videomixer_update_queues), (gst_videomixer_collected):
18542         Fix caps negotiation. (#323896)
18543
18544 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18545
18546         * gst/matroska/matroska-demux.c:
18547         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18548           Set correct timestamps on audio laces, fixes playback of mp3 from
18549                 matroska.
18550
18551 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18552
18553         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18554         (gst_au_parse_class_init), (gst_au_parse_init),
18555         (gst_au_parse_dispose), (gst_au_parse_chain),
18556         (gst_au_parse_change_state), (plugin_init):
18557         * gst/auparse/gstauparse.h:
18558           Use gst_object_unref() for GstObjects instead of
18559           g_object_unref() and fix a mem leak in a debug
18560           statement; while we're at it, also borgify, use
18561           boilerplate macros and clean up a little bit.
18562
18563 2005-12-11  Edward Hervey  <edward@fluendo.com>
18564
18565         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18566         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18567         Added pull mode.
18568
18569 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18570
18571         * gst/goom/gstgoom.c:
18572         * gst/level/level-example.c: (main):
18573         * gst/smoothwave/demo-osssrc.c: (main):
18574           Use audiotestsrc instead of sinesrc (#323798).
18575
18576 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18577
18578         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18579           more debug-func-ptr usage
18580
18581 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18582
18583         * gst/flx/flx_color.c: (flx_colorspace_convert):
18584         * gst/flx/flx_color.h:
18585         * gst/flx/flx_fmt.h:
18586         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18587         * gst/flx/gstflxdec.h:
18588           Now flxdec works on big-endian machines as well.
18589
18590 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18591
18592         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18593         (gst_fenced_buffer_copy):
18594           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18595           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18596           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18597           and use GST_DEBUG_FUNCPTR for pad functions.
18598
18599 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18600
18601         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18602         (gst_flac_dec_class_init), (gst_flac_dec_init),
18603         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18604         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18605         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18606         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18607         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18608         (gst_flac_dec_change_state):
18609         * ext/flac/gstflacdec.h:
18610           Rewrite flacdec a bit, so that even seeking might work now. Most
18611           importantly, don't act upon any flow return values we get, just tell
18612           the decoder everything's dandy and act on the flow return values
18613           later on in the loop function. We don't want to mess up the internal
18614           decoder state for non-fatal things like flushing pads etc. Other
18615           than that, use GstSegment (segment seeks don't work yet though, but
18616           should be easy to add), use boilerplate macros, drop the superfluous
18617           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18618           lots of other things.
18619
18620 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18621
18622         * configure.ac:
18623           Update comment in OSS includes check.
18624
18625         * sys/oss/gstossdmabuffer.c:
18626         * sys/oss/gstosshelper.c:
18627         * sys/oss/gstossmixer.c:
18628         * sys/oss/gstossmixertrack.c:
18629         * sys/oss/gstosssink.c:
18630         * sys/oss/gstosssrc.c:
18631         * sys/oss/oss_probe.c:
18632           Don't assume the OSS soundcard.h include is always in
18633           the sys/ directory. Instead, use the existing defines
18634           from config.h to include the right file. Fixes
18635           compilation on OpenBSD 3.8 (#323718).
18636
18637 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18638
18639         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18640         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18641         * docs/plugins/inspect/plugin-1394.xml:
18642         * docs/plugins/inspect/plugin-aasink.xml:
18643         * docs/plugins/inspect/plugin-alaw.xml:
18644         * docs/plugins/inspect/plugin-alpha.xml:
18645         * docs/plugins/inspect/plugin-alphacolor.xml:
18646         * docs/plugins/inspect/plugin-auparse.xml:
18647         * docs/plugins/inspect/plugin-autodetect.xml:
18648         * docs/plugins/inspect/plugin-avi.xml:
18649         * docs/plugins/inspect/plugin-cacasink.xml:
18650         * docs/plugins/inspect/plugin-cairo.xml:
18651         * docs/plugins/inspect/plugin-cutter.xml:
18652         * docs/plugins/inspect/plugin-debug.xml:
18653         * docs/plugins/inspect/plugin-dv.xml:
18654         * docs/plugins/inspect/plugin-efence.xml:
18655         * docs/plugins/inspect/plugin-effectv.xml:
18656         * docs/plugins/inspect/plugin-esdsink.xml:
18657         * docs/plugins/inspect/plugin-flac.xml:
18658         * docs/plugins/inspect/plugin-flxdec.xml:
18659         * docs/plugins/inspect/plugin-gconfelements.xml:
18660         * docs/plugins/inspect/plugin-goom.xml:
18661         * docs/plugins/inspect/plugin-jpeg.xml:
18662         * docs/plugins/inspect/plugin-level.xml:
18663         * docs/plugins/inspect/plugin-matroska.xml:
18664         * docs/plugins/inspect/plugin-mulaw.xml:
18665         * docs/plugins/inspect/plugin-multipart.xml:
18666         * docs/plugins/inspect/plugin-navigationtest.xml:
18667         * docs/plugins/inspect/plugin-ossaudio.xml:
18668         * docs/plugins/inspect/plugin-png.xml:
18669         * docs/plugins/inspect/plugin-rtp.xml:
18670         * docs/plugins/inspect/plugin-rtsp.xml:
18671         * docs/plugins/inspect/plugin-shout2send.xml:
18672         * docs/plugins/inspect/plugin-smpte.xml:
18673         * docs/plugins/inspect/plugin-speex.xml:
18674         * docs/plugins/inspect/plugin-udp.xml:
18675         * docs/plugins/inspect/plugin-videobox.xml:
18676         * docs/plugins/inspect/plugin-videoflip.xml:
18677         * docs/plugins/inspect/plugin-videomixer.xml:
18678         * docs/plugins/inspect/plugin-wavenc.xml:
18679         * docs/plugins/inspect/plugin-wavparse.xml:
18680         * ext/flac/gstflac.c: (plugin_init):
18681         * ext/flac/gstflacdec.c: (flacdec_get_type),
18682         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18683         (gst_flac_dec_init), (gst_flac_dec_finalize),
18684         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18685         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18686         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18687         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18688         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18689         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18690         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18691         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18692         * ext/flac/gstflacdec.h:
18693         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18694         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18695         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18696         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18697         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18698         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18699         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18700         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18701         (gst_flac_enc_change_state):
18702         * ext/flac/gstflacenc.h:
18703           borgify and fix up documentation
18704
18705 2005-12-09  Michael Smith  <msmith@fluendo.com>
18706
18707         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18708           Accept a wider range of flac files, more closely matching flac spec.
18709
18710 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18711
18712         * docs/plugins/Makefile.am: Add multipart elements.
18713         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18714         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18715         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18716         * gst/multipart/multipartdemux.c:
18717         * gst/multipart/multipartmux.c: Add docs.
18718
18719 2005-12-07  Edward Hervey  <edward@fluendo.com>
18720
18721         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18722         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18723         (gst_avi_demux_invert):
18724         Memleak and crasher fixes.
18725         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18726         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18727         Memleak fixes
18728
18729 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18730
18731         * ext/aalib/gstaasink.h:
18732         * ext/cairo/gsttextoverlay.h:
18733         * ext/dv/gstdvdec.h:
18734         * ext/dv/gstdvdemux.c:
18735         * ext/dv/gstdvdemux.h:
18736         * ext/esd/esdsink.h:
18737         * ext/flac/flac_compat.h:
18738         * ext/flac/gstflacdec.h:
18739         * ext/flac/gstflacenc.h:
18740         * ext/gconf/gconf.h:
18741         * ext/gconf/gstgconfaudiosink.h:
18742         * ext/gconf/gstgconfvideosink.h:
18743         * ext/gdk_pixbuf/gstgdkanimation.h:
18744         * ext/jpeg/gstjpegdec.h:
18745         * ext/jpeg/smokecodec.h:
18746         * ext/jpeg/smokeformat.h:
18747         * ext/ladspa/gstsignalprocessor.h:
18748         * ext/ladspa/search.c: (LADSPAPluginSearch):
18749         * ext/ladspa/utils.h:
18750         * ext/libmng/gstmng.c:
18751         * ext/libmng/gstmngdec.h:
18752         * ext/libmng/gstmngenc.c:
18753         * ext/libmng/gstmngenc.h:
18754         * ext/libpng/gstpng.c:
18755         * ext/libpng/gstpngenc.c:
18756         * ext/libpng/gstpngenc.h:
18757         * ext/shout2/gstshout2.h:
18758         * ext/speex/gstspeexdec.h:
18759         * ext/speex/gstspeexenc.c:
18760         * ext/speex/gstspeexenc.h:
18761         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18762         * gst/autodetect/gstautoaudiosink.h:
18763         * gst/autodetect/gstautovideosink.h:
18764         * gst/avi/gstavidemux.h:
18765         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18766         (gst_cutter_set_property), (gst_cutter_get_caps):
18767         * gst/cutter/gstcutter.h:
18768         * gst/debug/tests.c: (md5_process_block):
18769         * gst/debug/tests.h:
18770         * gst/effectv/gstwarp.c:
18771         * gst/flx/flx_fmt.h:
18772         * gst/flx/gstflxdec.h:
18773         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18774         (zoomFilterFastRGB):
18775         * gst/goom/filters.h:
18776         * gst/goom/goom_tools.h:
18777         * gst/law/alaw-encode.c:
18778         * gst/level/gstlevel.c:
18779         * gst/level/gstlevel.h:
18780         * gst/matroska/ebml-write.h:
18781         * gst/matroska/matroska-demux.h:
18782         * gst/matroska/matroska-ids.h:
18783         * gst/matroska/matroska-mux.h:
18784         * gst/monoscope/convolve.c: (convolve_match):
18785         * gst/monoscope/convolve.h:
18786         * gst/multipart/multipartmux.c:
18787         * gst/oldcore/gstaggregator.c:
18788         * gst/oldcore/gstaggregator.h:
18789         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18790         * gst/oldcore/gstmd5sink.h:
18791         * gst/oldcore/gstmultifilesrc.c:
18792         * gst/oldcore/gstmultifilesrc.h:
18793         * gst/oldcore/gstpipefilter.h:
18794         * gst/oldcore/gstshaper.h:
18795         * gst/rtp/gstrtpL16depay.h:
18796         * gst/rtp/gstrtpL16pay.h:
18797         * gst/rtp/gstrtpdepay.h:
18798         * gst/rtp/gstrtpmp4vpay.c:
18799         * gst/rtp/gstrtpmp4vpay.h:
18800         * gst/rtsp/gstrtspsrc.c:
18801         * gst/rtsp/gstrtspsrc.h:
18802         * gst/rtsp/rtspconnection.h:
18803         * gst/rtsp/rtspdefs.h:
18804         * gst/rtsp/rtspmessage.h:
18805         * gst/rtsp/rtsptransport.h:
18806         * gst/rtsp/rtspurl.c:
18807         * gst/rtsp/rtspurl.h:
18808         * gst/rtsp/sdpmessage.c:
18809         * gst/rtsp/sdpmessage.h:
18810         * gst/smpte/barboxwipes.c:
18811         * gst/smpte/gstmask.h:
18812         * gst/smpte/gstsmpte.h:
18813         * gst/smpte/paint.c:
18814         * gst/smpte/paint.h:
18815         * gst/udp/gstdynudpsink.h:
18816         * gst/udp/gstmultiudpsink.h:
18817         * gst/udp/gstudpsink.c:
18818         * gst/udp/gstudpsink.h:
18819         * gst/udp/gstudpsrc.c:
18820         * gst/videomixer/videomixer.c:
18821         * gst/wavenc/riff.h:
18822         * gst/wavparse/gstwavparse.h:
18823         * sys/oss/gstossdmabuffer.h:
18824         * sys/oss/gstossmixer.h:
18825         * sys/oss/gstossmixerelement.h:
18826         * sys/oss/gstossmixertrack.h:
18827         * sys/oss/gstosssink.c:
18828         * sys/oss/gstosssink.h:
18829         * sys/oss/gstosssrc.c:
18830         * sys/oss/gstosssrc.h:
18831         * sys/osxaudio/gstosxaudioelement.h:
18832         * sys/osxaudio/gstosxaudiosink.h:
18833         * sys/osxaudio/gstosxaudiosrc.h:
18834           expand tabs
18835
18836 === release 0.10.0 ===
18837
18838 2005-12-05   <thomas (at) apestaart (dot) org>
18839
18840         * configure.ac:
18841           releasing 0.10.0, "Abondance"
18842
18843 2005-12-05  Andy Wingo  <wingo@pobox.com>
18844
18845         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18846         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18847         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18848         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18849         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18850         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18851         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18852         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18853         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18854         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18855         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18856         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18857         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18858         * gst/goom/gstgoom.c: (gst_goom_chain):
18859         * gst/matroska/matroska-demux.c:
18860         (gst_matroska_demux_push_vorbis_codec_priv_data),
18861         (gst_matroska_demux_add_wvpk_header):
18862         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18863         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18864         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18865         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18866         alloc_buffer changes.
18867
18868 2005-12-05  Michael Smith  <msmith@fluendo.com>
18869
18870         * docs/plugins/gst-plugins-good-plugins.args:
18871           Remove args for plugins that aren't in -good.
18872
18873 === release 0.9.7 ===
18874
18875 2005-12-01   <thomas (at) apestaart (dot) org>
18876
18877         * configure.ac:
18878           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18879
18880 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18881
18882         * docs/plugins/.cvsignore:
18883         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18884         * docs/plugins/inspect/plugin-multipart.xml:
18885         * docs/plugins/inspect/plugin-rtp.xml:
18886           add multipart plugin to docs
18887
18888 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18889
18890         * configure.ac:
18891         * ext/Makefile.am:
18892         * ext/pango/Makefile.am:
18893         * ext/pango/gstclockoverlay.c:
18894         * ext/pango/gstclockoverlay.h:
18895         * ext/pango/gsttextoverlay.c:
18896         * ext/pango/gsttextoverlay.h:
18897         * ext/pango/gsttextrender.c:
18898         * ext/pango/gsttextrender.h:
18899         * ext/pango/gsttimeoverlay.c:
18900         * ext/pango/gsttimeoverlay.h:
18901           move pango to base
18902
18903 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18904
18905         * gst/rtp/Makefile.am:
18906         * gst/rtp/gstrtpL16depay.c:
18907         * gst/rtp/gstrtpL16depay.h:
18908         * gst/rtp/gstrtpL16parse.c:
18909         * gst/rtp/gstrtpL16parse.h:
18910         * gst/rtp/gstrtpgsmdepay.c:
18911         * gst/rtp/gstrtpgsmdepay.h:
18912         * gst/rtp/gstrtpgsmparse.c:
18913         * gst/rtp/gstrtpgsmparse.h:
18914           parsers are depayers
18915
18916 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18917
18918         * gst/rtp/Makefile.am:
18919         * gst/rtp/gstasteriskh263.c:
18920         * gst/rtp/gstrtp.c:
18921         * gst/rtp/gstrtpL16enc.c:
18922         * gst/rtp/gstrtpL16enc.h:
18923         * gst/rtp/gstrtpL16parse.c:
18924         * gst/rtp/gstrtpL16parse.h:
18925         * gst/rtp/gstrtpL16pay.c:
18926         * gst/rtp/gstrtpL16pay.h:
18927         * gst/rtp/gstrtpamrdec.c:
18928         * gst/rtp/gstrtpamrdec.h:
18929         * gst/rtp/gstrtpamrdepay.c:
18930         * gst/rtp/gstrtpamrdepay.h:
18931         * gst/rtp/gstrtpamrenc.c:
18932         * gst/rtp/gstrtpamrenc.h:
18933         * gst/rtp/gstrtpamrpay.c:
18934         * gst/rtp/gstrtpamrpay.h:
18935         * gst/rtp/gstrtpdec.c:
18936         * gst/rtp/gstrtpdec.h:
18937         * gst/rtp/gstrtpdepay.c:
18938         * gst/rtp/gstrtpdepay.h:
18939         * gst/rtp/gstrtpg711dec.c:
18940         * gst/rtp/gstrtpg711dec.h:
18941         * gst/rtp/gstrtpg711depay.c:
18942         * gst/rtp/gstrtpg711depay.h:
18943         * gst/rtp/gstrtpg711enc.c:
18944         * gst/rtp/gstrtpg711enc.h:
18945         * gst/rtp/gstrtpg711pay.c:
18946         * gst/rtp/gstrtpg711pay.h:
18947         * gst/rtp/gstrtpgsmenc.c:
18948         * gst/rtp/gstrtpgsmenc.h:
18949         * gst/rtp/gstrtpgsmparse.c:
18950         * gst/rtp/gstrtpgsmparse.h:
18951         * gst/rtp/gstrtpgsmpay.c:
18952         * gst/rtp/gstrtpgsmpay.h:
18953         * gst/rtp/gstrtph263enc.c:
18954         * gst/rtp/gstrtph263enc.h:
18955         * gst/rtp/gstrtph263pay.c:
18956         * gst/rtp/gstrtph263pay.h:
18957         * gst/rtp/gstrtph263pdec.c:
18958         * gst/rtp/gstrtph263pdec.h:
18959         * gst/rtp/gstrtph263pdepay.c:
18960         * gst/rtp/gstrtph263pdepay.h:
18961         * gst/rtp/gstrtph263penc.c:
18962         * gst/rtp/gstrtph263penc.h:
18963         * gst/rtp/gstrtph263ppay.c:
18964         * gst/rtp/gstrtph263ppay.h:
18965         * gst/rtp/gstrtpmp4vdec.c:
18966         * gst/rtp/gstrtpmp4vdec.h:
18967         * gst/rtp/gstrtpmp4vdepay.c:
18968         * gst/rtp/gstrtpmp4vdepay.h:
18969         * gst/rtp/gstrtpmp4venc.c:
18970         * gst/rtp/gstrtpmp4venc.h:
18971         * gst/rtp/gstrtpmp4vpay.c:
18972         * gst/rtp/gstrtpmp4vpay.h:
18973         * gst/rtp/gstrtpmpadec.c:
18974         * gst/rtp/gstrtpmpadec.h:
18975         * gst/rtp/gstrtpmpadepay.c:
18976         * gst/rtp/gstrtpmpadepay.h:
18977         * gst/rtp/gstrtpmpaenc.c:
18978         * gst/rtp/gstrtpmpaenc.h:
18979         * gst/rtp/gstrtpmpapay.c:
18980         * gst/rtp/gstrtpmpapay.h:
18981         * gst/rtp/gstrtpspeexdec.c:
18982         * gst/rtp/gstrtpspeexdec.h:
18983         * gst/rtp/gstrtpspeexdepay.c:
18984         * gst/rtp/gstrtpspeexdepay.h:
18985         * gst/rtp/gstrtpspeexenc.c:
18986         * gst/rtp/gstrtpspeexenc.h:
18987         * gst/rtp/gstrtpspeexpay.c:
18988         * gst/rtp/gstrtpspeexpay.h:
18989           Do burger's rename for rtp payloaders and depayloaders
18990
18991 2005-11-30  Wim Taymans  <wim@fluendo.com>
18992
18993         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18994         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18995         * ext/dv/gstdvdemux.h:
18996         Fix seeking in dvdemux again, add some more debug info.
18997
18998 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18999
19000         * configure.ac:
19001           fix tests
19002
19003 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19004
19005         * PORTED_09:
19006         * docs/random/PORTED_09:
19007           move
19008         * tests/Makefile.am:
19009           add
19010         * win32/gst.sln:
19011           remove
19012
19013 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19014
19015         * Makefile.am:
19016         * check/.cvsignore:
19017         * check/Makefile.am:
19018         * check/elements/.cvsignore:
19019         * check/elements/level.c:
19020         * check/elements/matroskamux.c:
19021         * configure.ac:
19022         * examples/Makefile.am:
19023         * examples/capsfilter/Makefile.am:
19024         * examples/capsfilter/capsfilter1.c:
19025         * examples/gob/Makefile.am:
19026         * examples/gob/gst-identity2.gob:
19027         * examples/gstplay/.cvsignore:
19028         * examples/gstplay/Makefile.am:
19029         * examples/gstplay/player.c:
19030         * examples/indexing/.cvsignore:
19031         * examples/indexing/Makefile.am:
19032         * examples/indexing/indexmpeg.c:
19033         * examples/level/Makefile.am:
19034         * examples/level/README:
19035         * examples/level/demo.c:
19036         * examples/level/plot.c:
19037         * examples/stats/Makefile.am:
19038         * examples/stats/mp2ogg.c:
19039         * examples/switch/.cvsignore:
19040         * examples/switch/Makefile.am:
19041         * examples/switch/switcher.c:
19042           move under tests/
19043
19044 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19045
19046         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19047         (gst_text_render_class_init), (resize_bitmap),
19048         (gst_text_render_render_text), (gst_text_render_setcaps),
19049         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19050         (gst_text_render_chain), (gst_text_render_finalize),
19051         (gst_text_render_init), (gst_text_render_set_property):
19052         * ext/pango/gsttextrender.h:
19053           Add missing files.
19054
19055 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19056
19057         * configure.ac:
19058         * ext/Makefile.am:
19059         * ext/pango/Makefile.am:
19060         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19061         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19062         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19063         * ext/pango/gstclockoverlay.h:
19064         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19065         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19066         (gst_text_overlay_finalize), (gst_text_overlay_init),
19067         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19068         (gst_text_overlay_text_pad_linked),
19069         (gst_text_overlay_text_pad_unlinked),
19070         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19071         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19072         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19073         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19074         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19075         (gst_text_overlay_change_state), (plugin_init):
19076         * ext/pango/gsttextoverlay.h:
19077         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19078         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19079         (gst_time_overlay_class_init), (gst_time_overlay_init):
19080         * ext/pango/gsttimeoverlay.h:
19081           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19082           and add background shading and text wrapping modes. Make 
19083           timoverlay derive from textoverlay. Also add new clockoverlay
19084           element.
19085
19086 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19087
19088         * gst/udp/Makefile.am: Moved to netbuffer.
19089
19090 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19091
19092         * configure.ac:
19093         * PORTED_O9:
19094         * gst/multipart/Makefile.am:
19095         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19096         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19097         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19098         (gst_multipart_demux_change_state),
19099         (gst_multipart_demux_plugin_init):
19100         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19101         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19102         (gst_multipart_mux_sinkconnect),
19103         (gst_multipart_mux_request_new_pad),
19104         (gst_multipart_mux_handle_src_event),
19105         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19106         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19107         0.9.
19108
19109 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19110
19111         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19112         * gst/debug/gstnavigationtest.h:
19113         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19114         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19115         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19116         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19117         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19118         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19119         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19120         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19121         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19122         (gst_video_flip_get_type):
19123         * gst/videofilter/gstvideoflip.h:
19124           update for symbols change
19125
19126 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19127
19128         * gst/udp/gstdynudpsink.c:
19129         * gst/udp/gstudpsrc.c:
19130           the old gstnet lib was renamed gstnetbuffer (#322257)
19131
19132 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19133
19134         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19135         (gst_text_overlay_collected):
19136           Actually render the text from the text pad.
19137
19138 2005-11-29  Edward Hervey  <edward@fluendo.com>
19139
19140         * gst/debug/gstnavseek.c: (gst_navseek_event):
19141         * gst/debug/progressreport.c: (gst_progress_report_event):
19142         Update for GstBaseTransform event virtual method
19143
19144 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19145
19146         * ext/cairo/Makefile.am:
19147           no need to link to videofilter
19148
19149 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19150
19151         * gst/debug/Makefile.am:
19152         * gst/debug/gstnavigationtest.h:
19153         * gst/effectv/Makefile.am:
19154         * gst/effectv/gstaging.c:
19155         * gst/effectv/gstdice.c:
19156         * gst/effectv/gstedge.c:
19157         * gst/effectv/gstquark.c:
19158         * gst/effectv/gstrev.c:
19159         * gst/effectv/gstshagadelic.c:
19160         * gst/effectv/gstvertigo.c:
19161         * gst/effectv/gstwarp.c:
19162         * gst/videofilter/Makefile.am:
19163         * gst/videofilter/gstvideofilter.c:
19164         * gst/videofilter/gstvideofilter.h:
19165         * gst/videofilter/gstvideoflip.h:
19166           remove the videofilter library and link to the one in base
19167
19168 2005-11-28  Edward Hervey  <edward@fluendo.com>
19169
19170         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19171         Useless check now we're setting the current entry correctly.
19172
19173 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19174
19175         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19176         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19177         (gst_jpegenc_change_state):
19178           Don't leak input buffer in chain function (fixes #322667); make 
19179           state change function thread-safe; don't repeat the current function
19180           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19181           gst_pad_alloc_buffer(); misc. minor cleanups.
19182
19183 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19184
19185         * gst/matroska/matroska-mux.c:
19186         (gst_matroska_mux_video_pad_setcaps):
19187         Look for pixel-aspect-ratio in caps, not pixel_width and
19188         pixel_height (Fixes: #322645)
19189
19190 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19191
19192         * gst/matroska/matroska-mux.c:
19193         (gst_matroska_mux_video_pad_setcaps):
19194         From Michal Benes:
19195         frame duration should be GST_SECOND / framerate, not
19196         GST_SECOND * framerate. (Fixes: #322643)
19197
19198 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19199
19200         * configure.ac:
19201           fix up GST_PLUGIN_LDFLAGS
19202         * gst/rtsp/rtspconnection.c:
19203           fix includes (see #317043)
19204         * gst/videofilter/Makefile.am:
19205           stop installing this library
19206
19207 2005-11-26  Edward Hervey  <edward@fluendo.com>
19208
19209         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19210         Handle the case where the incoming Video dv stream doesn't have
19211         a pixel aspect ratio set.
19212
19213 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19214
19215         * docs/plugins/Makefile.am:
19216         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19217         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19218         * ext/flac/gstflacdec.c:
19219           document flacdec
19220
19221 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19222
19223         * docs/plugins/Makefile.am:
19224         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19225         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19226         * docs/plugins/inspect/plugin-autodetect.xml:
19227         * ext/cairo/gstcairo.c: (plugin_init):
19228         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19229         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19230         (gst_text_overlay_init), (gst_text_overlay_font_init),
19231         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19232         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19233         (gst_text_overlay_text_pad_linked),
19234         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19235         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19236         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19237         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19238         (gst_text_overlay_change_state):
19239         * ext/cairo/gsttextoverlay.h:
19240         * ext/cairo/gsttimeoverlay.c:
19241         (gst_cairo_time_overlay_update_font_height),
19242         (gst_cairo_time_overlay_set_caps),
19243         (gst_cairo_time_overlay_get_unit_size),
19244         (gst_cairo_time_overlay_print_smpte_time),
19245         (gst_cairo_time_overlay_transform),
19246         (gst_cairo_time_overlay_base_init),
19247         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19248         (gst_cairo_time_overlay_get_type):
19249         * ext/cairo/gsttimeoverlay.h:
19250           do some name borgifying
19251           document
19252
19253 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19254
19255         * docs/plugins/Makefile.am:
19256         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19257         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19258         * gst/autodetect/gstautoaudiosink.c:
19259         (gst_auto_audio_sink_base_init):
19260         * gst/autodetect/gstautovideosink.c:
19261         (gst_auto_video_sink_base_init),
19262         (gst_auto_video_sink_factory_filter):
19263           documenting auto*sink
19264           using strstr for the video sink lookup, class field is not ordered
19265         * docs/plugins/inspect/plugin-1394.xml:
19266         * docs/plugins/inspect/plugin-aasink.xml:
19267         * docs/plugins/inspect/plugin-alaw.xml:
19268         * docs/plugins/inspect/plugin-alpha.xml:
19269         * docs/plugins/inspect/plugin-alphacolor.xml:
19270         * docs/plugins/inspect/plugin-auparse.xml:
19271         * docs/plugins/inspect/plugin-autodetect.xml:
19272         * docs/plugins/inspect/plugin-avi.xml:
19273         * docs/plugins/inspect/plugin-cacasink.xml:
19274         * docs/plugins/inspect/plugin-cairo.xml:
19275         * docs/plugins/inspect/plugin-cutter.xml:
19276         * docs/plugins/inspect/plugin-debug.xml:
19277         * docs/plugins/inspect/plugin-dv.xml:
19278         * docs/plugins/inspect/plugin-efence.xml:
19279         * docs/plugins/inspect/plugin-effectv.xml:
19280         * docs/plugins/inspect/plugin-esdsink.xml:
19281         * docs/plugins/inspect/plugin-flac.xml:
19282         * docs/plugins/inspect/plugin-flxdec.xml:
19283         * docs/plugins/inspect/plugin-gconfelements.xml:
19284         * docs/plugins/inspect/plugin-goom.xml:
19285         * docs/plugins/inspect/plugin-jpeg.xml:
19286         * docs/plugins/inspect/plugin-level.xml:
19287         * docs/plugins/inspect/plugin-matroska.xml:
19288         * docs/plugins/inspect/plugin-mulaw.xml:
19289         * docs/plugins/inspect/plugin-navigationtest.xml:
19290         * docs/plugins/inspect/plugin-ossaudio.xml:
19291         * docs/plugins/inspect/plugin-png.xml:
19292         * docs/plugins/inspect/plugin-rtp.xml:
19293         * docs/plugins/inspect/plugin-rtsp.xml:
19294         * docs/plugins/inspect/plugin-shout2send.xml:
19295         * docs/plugins/inspect/plugin-smpte.xml:
19296         * docs/plugins/inspect/plugin-speex.xml:
19297         * docs/plugins/inspect/plugin-udp.xml:
19298         * docs/plugins/inspect/plugin-videobox.xml:
19299         * docs/plugins/inspect/plugin-videoflip.xml:
19300         * docs/plugins/inspect/plugin-videomixer.xml:
19301         * docs/plugins/inspect/plugin-wavenc.xml:
19302         * docs/plugins/inspect/plugin-wavparse.xml:
19303           update for HEAD version
19304
19305 2005-11-25  Michael Smith  <msmith@fluendo.com>
19306
19307         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19308           Patch from Sebastien Cote to close control sockets in udpsrc.
19309
19310 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19311
19312         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19313         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19314         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19315         (gst_quarktv_base_init), (gst_quarktv_class_init),
19316         (gst_quarktv_init): Flush the planes list on reverse caps
19317         negotiation. This was crashing because of differently sized
19318         buffers.
19319
19320 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19321
19322         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19323         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19324         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19325         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19326         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19327         (gst_videoflip_set_property), (gst_videoflip_base_init),
19328         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19329         correctly, fix identity flipping, convert navigation event 
19330         correctly again.
19331
19332 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19333
19334         * configure.ac: back to HEAD
19335
19336 === release 0.9.6 ===
19337
19338 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19339
19340         * configure.ac:
19341           releasing 0.9.6, "Everything's Not Lost"
19342
19343 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19344
19345         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19346         Oops, initialise the framerate GValue
19347
19348 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19349
19350         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19351         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19352         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19353         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19354         (gst_timeoverlay_get_type):
19355         * ext/cairo/gsttimeoverlay.h:
19356         * gst/debug/Makefile.am:
19357         * gst/debug/gstnavigationtest.c:
19358         (gst_navigationtest_handle_src_event),
19359         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19360         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19361         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19362         (gst_navigationtest_init), (gst_navigationtest_get_type),
19363         (plugin_init):
19364         * gst/debug/gstnavigationtest.h:
19365         * gst/effectv/Makefile.am:
19366         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19367         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19368         (gst_agingtv_base_init), (gst_agingtv_class_init),
19369         (gst_agingtv_init), (gst_agingtv_get_type):
19370         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19371         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19372         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19373         (gst_dicetv_get_type):
19374         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19375         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19376         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19377         (gst_edgetv_get_type):
19378         * gst/effectv/gsteffectv.c:
19379         * gst/effectv/gsteffectv.h:
19380         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19381         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19382         (gst_quarktv_change_state), (gst_quarktv_base_init),
19383         (gst_quarktv_class_init), (gst_quarktv_init),
19384         (gst_quarktv_get_type):
19385         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19386         (gst_revtv_get_unit_size), (gst_revtv_transform),
19387         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19388         (gst_revtv_get_type):
19389         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19390         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19391         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19392         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19393         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19394         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19395         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19396         (gst_vertigotv_init), (gst_vertigotv_get_type):
19397         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19398         (gst_warptv_get_unit_size), (gst_warptv_transform),
19399         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19400         (gst_warptv_get_type):
19401         * gst/videofilter/Makefile.am:
19402         * gst/videofilter/gstvideobalance.c:
19403         * gst/videofilter/gstvideobalance.h:
19404         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19405         (gst_videofilter_class_init), (gst_videofilter_init):
19406         * gst/videofilter/gstvideofilter.h:
19407         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19408         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19409         (gst_videoflip_flip), (gst_videoflip_transform),
19410         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19411         (gst_videoflip_base_init), (gst_videoflip_class_init),
19412         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19413         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19414         BaseTransform, it's just a place holder for now and every video
19415         effect plugin has been ported to use BaseTransform features 
19416         directly. QuarkTV was fixed too (was broken), navigationtest works
19417         and best for the end, videoflip converts navigation events depending
19418         on flip method ! Fixes #320953
19419
19420 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19421
19422         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19423         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19424         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19425         (gst_goom_src_negotiate), (gst_goom_chain):
19426         * gst/matroska/matroska-mux.c:
19427         (gst_matroska_mux_video_pad_setcaps):
19428         * sys/osxvideo/osxvideosink.m:
19429           Fixes for API changes
19430
19431 2005-11-23  Michael Smith <msmith@fluendo.com>
19432
19433         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19434         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19435         * ext/jpeg/gstjpegdec.h:
19436         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19437         * ext/jpeg/gstjpegenc.h:
19438         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19439         (gst_smokeenc_resync):
19440         * ext/jpeg/gstsmokeenc.h:
19441           JPEG fractiony goodness.
19442
19443 2005-11-22  Michael Smith <msmith@fluendo.com>
19444
19445         * gst/goom/filters.c:
19446         * gst/goom/graphic.h:
19447           Fix compilation by making some functions static inline instead of
19448           extern inline, matching the way they're used.
19449
19450 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19451
19452         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19453         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19454         * ext/cairo/gsttextoverlay.h:
19455         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19456         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19457         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19458         (gst_pngdec_caps_create_and_set):
19459         * ext/libpng/gstpngdec.h:
19460         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19461         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19462         * gst/avi/gstavimux.c: (gst_avimux_init),
19463         (gst_avimux_vidsinkconnect):
19464         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19465         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19466         (gst_goom_src_negotiate), (gst_goom_chain):
19467         * gst/goom/gstgoom.h:
19468         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19469         * gst/matroska/matroska-mux.c:
19470         (gst_matroska_mux_video_pad_setcaps):
19471         * sys/osxvideo/osxvideosink.h:
19472         * sys/osxvideo/osxvideosink.m:
19473           More fractional framerate conversions 
19474
19475 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19476
19477         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19478         * gst/debug/gstnavigationtest.c:
19479         (gst_navigationtest_handle_src_event):
19480         * gst/videofilter/gstvideofilter.c:
19481         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19482         (gst_videofilter_init):
19483         * gst/videofilter/gstvideofilter.h:
19484           Convert to fractional framerates.
19485
19486 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19487
19488         * ext/aalib/gstaasink.c:
19489         * ext/dv/gstdvdec.c:
19490         * ext/esd/esdmon.c:
19491         * ext/flac/gstflacenc.c:
19492         * ext/gdk_pixbuf/pixbufscale.c:
19493         * ext/libcaca/gstcacasink.c:
19494         * ext/shout2/gstshout2.c:
19495         * gst/alpha/gstalpha.c:
19496         * gst/oldcore/gstaggregator.c:
19497         * gst/oldcore/gstshaper.c:
19498         * gst/smpte/barboxwipes.c:
19499         * gst/smpte/gstsmpte.c:
19500         * gst/videobox/gstvideobox.c:
19501         * gst/videofilter/gstvideoflip.c:
19502         * gst/videomixer/videomixer.c:
19503           fix up more enums
19504
19505 2005-11-22  Michael Smith <msmith@fluendo.com>
19506
19507         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19508         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19509         (gst_videomixer_update_queues):
19510           Fractional framerates, videomixer.
19511
19512 2005-11-22  Michael Smith <msmith@fluendo.com>
19513
19514         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19515         * ext/dv/gstdvdec.h:
19516         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19517         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19518         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19519         (gst_dvdemux_flush):
19520         * ext/dv/gstdvdemux.h:
19521           Fractional framerates for DV. 
19522
19523 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19524
19525         * gst/autodetect/gstautoaudiosink.c:
19526         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19527         * gst/autodetect/gstautovideosink.c:
19528         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19529           Use gst_plugin_feature_list_free() to free feature list and
19530           in the case of autovideosink free the list at all. Also
19531           miscellaneous cosmetic fixes.
19532
19533 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19534
19535         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19536         (gst_cutter_set_property), (gst_cutter_get_caps):
19537           copy calculation code from level; remove use of some audio
19538           functions
19539
19540 2005-11-22  Andy Wingo  <wingo@pobox.com>
19541
19542         * Update for gst_tag_setter API changes.
19543
19544 2005-11-22  Andy Wingo  <wingo@pobox.com>
19545
19546         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19547         (gst_dvdemux_demux_frame)
19548         * ext/flac/gstflacdec.c (gst_flacdec_write)
19549         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19550         (gst_flacenc_sink_event)
19551         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19552         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19553         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19554         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19555         * gst/auparse/gstauparse.c (gst_auparse_chain)
19556         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19557         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19558         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19559         (gst_avi_demux_handle_seek)
19560         * gst/goom/gstgoom.c (gst_goom_event)
19561         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19562         * gst/matroska/matroska-demux.c
19563         (gst_matroska_demux_handle_seek_event)
19564         (gst_matroska_demux_loop_stream_parse_id)
19565         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19566         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19567         (gst_wavparse_stream_headers): Run update-funcnames.
19568
19569 2005-11-22  Edward Hervey  <edward@fluendo.com>
19570
19571         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19572         (gst_dv1394src_init), (gst_dv1394src_dispose),
19573         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19574         (gst_dv1394src_uri_set_uri):
19575         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19576         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19577         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19578         URIHandler interface and element properties are now properly
19579         synchronized for DV1394src and UDPSrc
19580
19581 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19582
19583         * ext/flac/Makefile.am:
19584         * ext/speex/Makefile.am:
19585           libgsttagedit has been renamed to libgsttag.
19586
19587 2005-11-21  Wim Taymans  <wim@fluendo.com>
19588
19589         * gst/rtsp/rtspconnection.c: (read_body):
19590         Apply patch from Sebastien Cote to fix #319184.
19591
19592 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19593
19594         * configure.ac:
19595         * gst/cutter/Makefile.am:
19596         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19597         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19598         (gst_cutter_set_property), (gst_cutter_get_property),
19599         (plugin_init), (gst_cutter_get_caps):
19600           port cutter
19601         * gst/level/gstlevel.c:
19602           fix up plugin details
19603
19604 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19605
19606         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19607         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19608         (gst_flacdec_src_event):
19609         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19610         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19611         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19612         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19613         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19614         (gst_flxdec_sink_event_handler):
19615         * gst/matroska/matroska-demux.c:
19616         (gst_matroska_demux_handle_seek_event):
19617         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19618           Update for stream lock API changes: don't take stream log
19619           in sink event handlers any longer and change GST_STREAM_LOCK
19620           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19621           functions.
19622
19623 2005-11-21  Michael Smith <msmith@fluendo.com>
19624
19625         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19626           gst_object_unref, not g_object_unref
19627
19628 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19629
19630         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19631         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19632           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19633
19634 2005-11-21  Michael Smith <msmith@fluendo.com>
19635
19636         * gst/auparse/Makefile.am:
19637         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19638         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19639         (gst_auparse_change_state):
19640         * gst/auparse/gstauparse.h:
19641           Partially fix #161712. playbin still doesn't work on these files,
19642           (on the bug report, Andy says we aren't typefinding it for some
19643           reason?) but at least auparse isn't totally busted like it was before.
19644
19645 2005-11-21  Andy Wingo  <wingo@pobox.com>
19646
19647         * *.h:
19648         * *.c: Ran scripts/update-macros. Oh yes.
19649
19650 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19651
19652         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19653           Filler events are gone for now, comment out section generating
19654           them.
19655
19656 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19657
19658         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19659         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19660         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19661         * sys/osxvideo/osxvideosink.m:
19662           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19663           (#322027)
19664
19665 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19666
19667         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19668         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19669         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19670         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19671         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19672         (gst_avi_demux_stream_data):
19673         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19674         * gst/wavenc/gstwavenc.c: (write_metadata):
19675         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19676         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19677         Fixes for GST_FOURCC_FORMAT API change.
19678
19679 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19680
19681         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19682         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19683         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19684         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19685         (gst_text_overlay_change_state):
19686         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19687         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19688         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19689         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19690         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19691         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19692         (gst_videomixer_change_state):
19693           Fix for collect pads API change. Also fix textoverlay state
19694           change function.
19695
19696 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19697
19698         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19699         GST_PAD_IS_USABLE by something approaching it.
19700
19701 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19702
19703         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19704         API changes.
19705         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19706         but also fix the code that was not checking return values from
19707         pad_push neither using pad_alloc_buffer.
19708
19709 2005-11-18  Edward Hervey  <edward@fluendo.com>
19710
19711         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19712         (gst_pngenc_chain):
19713         Added debug category
19714         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19715         goes to EOS.
19716
19717 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19718
19719         * gst/rtp/Makefile.am
19720         * gst/rtp/gstrtp.c
19721         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19722         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19723         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19724         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19725         * gst/rtp/gstrtpg711enc.h:
19726         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19727         * gst/rtp/gstrtpspeexenc.c:
19728         * gst/rtp/gstrtpspeexenc.h:
19729         * gst/rtp/gstrtpspeexdec.c:
19730         * gst/rtp/gstrtpspeexdec.h:
19731         Created Speex payloader and depayloader; Optimize G711 payloader to
19732         use adapter and send packets until MTU size.
19733
19734 2005-11-16  Wim Taymans  <wim@fluendo.com>
19735
19736         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19737         Fix leak in check.
19738
19739 2005-11-16  Wim Taymans  <wim@fluendo.com>
19740
19741         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19742         Fix state change.
19743
19744 2005-11-16  Andy Wingo  <wingo@pobox.com>
19745
19746         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19747         (gst_udpsrc_create): Move comment.
19748
19749 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19750
19751         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19752
19753         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19754           When seeking, seek to closest index entry at or before the requested
19755           seek position, not just the closest one (#321001).
19756
19757 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19758
19759         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19760         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19761           Invert DIB images again (see #132341).
19762
19763 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19764
19765         * configure.ac:
19766           rework configure.ac file
19767         * ext/aalib/gstaasink.c:
19768         * ext/cairo/gstcairo.c:
19769         * ext/dv/gstdv.c:
19770         * ext/esd/gstesd.c:
19771         * ext/flac/gstflac.c:
19772         * ext/gconf/gstgconfelements.c:
19773         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19774         * ext/jpeg/gstjpeg.c:
19775         * ext/ladspa/gstladspa.c:
19776         * ext/libcaca/gstcacasink.c:
19777         * ext/libmng/gstmng.c:
19778         * ext/libpng/gstpng.c:
19779         * ext/mikmod/gstmikmod.c:
19780         * ext/pango/gsttextoverlay.c:
19781         * ext/pango/gsttimeoverlay.c:
19782         * ext/raw1394/gst1394.c:
19783         * ext/speex/gstspeex.c:
19784         * gst/alpha/Makefile.am:
19785         * gst/alpha/gstalpha.c:
19786         * gst/alpha/gstalphacolor.c:
19787         * gst/auparse/gstauparse.c:
19788         * gst/autodetect/gstautoaudiosink.c:
19789         (gst_auto_audio_sink_factory_filter),
19790         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19791         * gst/autodetect/gstautodetect.c:
19792         * gst/avi/gstavi.c:
19793         * gst/cutter/gstcutter.c:
19794         * gst/debug/efence.c:
19795         * gst/debug/gstdebug.c:
19796         * gst/debug/gstnavigationtest.c:
19797         * gst/effectv/gsteffectv.c:
19798         * gst/flx/gstflxdec.c:
19799         * gst/goom/gstgoom.c:
19800         * gst/interleave/plugin.c:
19801         * gst/law/alaw.c:
19802         * gst/law/mulaw.c:
19803         * gst/level/gstlevel.c:
19804         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19805         * gst/matroska/matroska.c:
19806         * gst/median/gstmedian.c:
19807         * gst/monoscope/gstmonoscope.c:
19808         * gst/multipart/multipart.c:
19809         * gst/oldcore/gstelements.c:
19810         * gst/rtp/gstrtp.c:
19811         * gst/rtsp/gstrtsp.c:
19812         * gst/smoothwave/gstsmoothwave.c:
19813         * gst/smpte/gstsmpte.c:
19814         * gst/udp/gstudp.c:
19815         * gst/videobox/gstvideobox.c:
19816         * gst/videofilter/gstgamma.c:
19817         * gst/videofilter/gstvideobalance.c:
19818         * gst/videofilter/gstvideoflip.c:
19819         * gst/videofilter/gstvideotemplate.c:
19820         * gst/videomixer/videomixer.c:
19821         * gst/wavenc/gstwavenc.c:
19822         * gst/wavparse/gstwavparse.c:
19823         * sys/oss/gstossaudio.c:
19824         * sys/osxaudio/gstosxaudio.c:
19825           update GST_PLUGIN_DEFINE
19826         * gst/rtp/Makefile.am:
19827         * gst/rtp/gstasteriskh263.c:
19828           check for htons/htonl headers and possibly link to winsock2 lib
19829
19830 2005-11-12  Edward Hervey  <edward@fluendo.com>
19831
19832         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19833         Only GST_DEBUG() information on the valid components.
19834
19835 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19836
19837         * configure.ac: back to HEAD
19838
19839 === release 0.9.5 ===
19840
19841 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19842
19843         * configure.ac:
19844           releasing 0.9.5, "Phone Alarm"
19845
19846 2005-11-11  Edward Hervey  <edward@fluendo.com>
19847
19848         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19849         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19850         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19851         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19852         (gst_avi_demux_loop):
19853         * gst/avi/gstavidemux.h:
19854         Yeah, implement proper seeking. Exact seeking and segment seeking.
19855         Still need to do some checks for segment_stop.
19856
19857 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19858
19859         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19860
19861         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19862           Don't try to ready buffer duration from buffer that we don't
19863           own any  longer and that might already have been unreffed.
19864           (#321136)
19865
19866 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19867
19868         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19869         (flx_decode_delta_flc), (gst_flxdec_chain):
19870         Attempting to optimize the code for embedded systems.
19871
19872 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19873
19874         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19875
19876         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19877           Don't re-use already closed file descriptor. (#320920)
19878
19879 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19880
19881         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19882         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19883         (gst_oss_sink_prepare):
19884         * sys/oss/gstosssink.h:
19885           Cache probed caps; fix debug output for SET_PARAM macros.
19886
19887 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19888
19889         * ext/cairo/Makefile.am:
19890         * ext/cairo/gstcairo.c: (plugin_init):
19891         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19892         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19893         (gst_text_overlay_init), (gst_text_overlay_font_init),
19894         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19895         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19896         (gst_text_overlay_text_pad_linked),
19897         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19898         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19899         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19900         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19901         (gst_text_overlay_change_state):
19902         * ext/cairo/gsttextoverlay.h:
19903           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19904           property and redo positioning. Doesn't handle upstream renegotiation
19905           yet though.
19906
19907 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19908
19909         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19910         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19911         (gst_avi_demux_loop):
19912           No need to take the STREAM_LOCK in the loop function. Improve
19913           some debug messages. Don't leak pad names in debug messages.
19914
19915 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19916
19917         * gst/matroska/matroska-demux.c:
19918         (gst_matroska_demux_push_vorbis_codec_priv_data),
19919         (gst_matroska_demux_add_wvpk_header):
19920           Don't error out when the source pad isn't linked.
19921
19922 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19923
19924         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19925         (gst_gconf_audio_sink_change_state):
19926         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19927         (gst_gconf_video_sink_change_state):
19928           Fix state change functions here as well and set kid
19929           to NULL state before removing it.
19930
19931 2005-11-01  Edward Hervey  <edward@fluendo.com>
19932
19933         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19934         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19935         Added proper event handlind, 
19936         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19937         ignored),
19938         and don't set a duration of 0 for buffers otherwise they are discarded
19939         by GstBaseSink.
19940
19941         GstWavEnc needs some serious loving, after going through the code I'm
19942         really wondering how this can stay in -good ...
19943
19944 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19945
19946         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19947         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19948         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19949         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19950         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19951         (gst_matroska_mux_collected):
19952           Fix leaks and invalid memory access as reported by valgrind
19953
19954 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19955
19956         Patch by: Michal Benes <michal.benes@xeris.cz>
19957
19958         * check/Makefile.am:
19959         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19960         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19961         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
19962           add a unit test for matroskamux
19963           fix the bugs that the unit test exposed
19964
19965 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
19966
19967         * gst/autodetect/gstautoaudiosink.c:
19968         (gst_auto_audio_sink_class_init),
19969         (gst_auto_audio_sink_change_state):
19970         * gst/autodetect/gstautovideosink.c:
19971         (gst_auto_video_sink_class_init),
19972         (gst_auto_video_sink_change_state):
19973           Fix state change function and use GST_DEBUG_FUNCPTR in
19974           class_init.
19975
19976 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19977
19978         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19979
19980         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
19981         (gst_ebml_write_reset), (gst_ebml_write_element_new):
19982         * gst/matroska/ebml-write.h:
19983         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19984           Set timestamps on outgoing ebml headers as well, so that the
19985           element after matroskamux can get the timestamp already when
19986           reading the first ebml element and doesn't have to wait for
19987           the actual data buffer for that (#320308).
19988           
19989 2005-10-31  Andy Wingo  <wingo@pobox.com>
19990
19991         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
19992         (gst_videomixer_pad_link): Kill some memleaks.
19993         (gst_videomixer_pad_get_property): Style fix.
19994         (gst_videomixer_pad_set_property): Style fix.
19995         (gst_videomixer_pad_init): Style fix.
19996         (gst_videomixer_update_queues): Kill memleak.
19997         (gst_videomixer_loop): Kill memleak.
19998         (gst_videomixer_collected): Kill memleak.
19999
20000 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20001
20002         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20003         gst_auparse_change_state:
20004         Just some cleanup.
20005
20006 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20007
20008         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20009         Add checks to GST_FLOW_NOT_LINKED for values returned
20010         from gst_pad_push.
20011         
20012 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20013
20014         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20015         (gst_rtpg711dec_process):
20016         * gst/rtp/gstrtpgsmenc.c:
20017         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20018         are never set. This is important for the g711 to work with burger's rtpbin
20019         element.
20020
20021 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20022
20023         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20024         (gst_speexenc_push_buffer):
20025         Add checks for return values from gst_pad_push and
20026         gst_pad_alloc_buffer.
20027
20028 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20029
20030         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20031
20032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20033         (gst_matroska_demux_parse_info),
20034         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20035         (gst_matroska_demux_parse_cluster):
20036         * gst/matroska/matroska-ids.h:
20037         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20038         (gst_matroska_mux_init), (gst_matroska_mux_start),
20039         (gst_matroska_mux_create_buffer_header),
20040         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20041         (gst_matroska_mux_get_property):
20042         * gst/matroska/matroska-mux.h:
20043           Add SimpleBlock support to matroska demuxer and muxer (part of
20044           Matroska v2). (#319731)
20045
20046 2005-10-28  Wim Taymans  <wim@fluendo.com>
20047
20048         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20049         (gst_jpeg_dec_change_state):
20050         * ext/jpeg/gstjpegdec.h:
20051         Cleanups. Don't create caps for every chain.
20052
20053 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20054
20055         * gst/law/alaw-encode.c: (gst_alawenc_init),
20056         (alawenc_setcaps), (gst_alawenc_chain)
20057         * gst/law/alaw-encode.h:
20058         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20059         (mulawenc_setcaps), (gst_mulawenc_chain)
20060         * gst/law/mulaw-encode.h:
20061         Set timestamp on buffer and it allows RTP G711 elements
20062         work properly.
20063
20064 2005-10-27  Wim Taymans  <wim@fluendo.com>
20065
20066         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20067         Set correct format on oss instead of a silly value. 
20068
20069 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20070
20071         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20072         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20073         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20074         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20075         I420 rendering as well, doesn't bring much for my platform.
20076         Might help on some other platforms.
20077
20078 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20079
20080         * gst/rtp/gstrtpgsmenc.c:
20081         * gst/rtp/gstrtpgsmparse.c:
20082         Declaring the padtemplate correctly.
20083
20084 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20085
20086         * gst/rtp/gstrtpg711dec.c:
20087         * gst/rtp/gstrtpg711enc.c:
20088         * gst/rtp/gstrtpgsmenc.c:
20089         * gst/rtp/gstrtpgsmparse.c:
20090         Setting the proper copyright notice.
20091
20092 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20093
20094         * gst/videobox/Makefile.am: Use liboil.
20095         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20096         (gst_video_box_set_property), (gst_video_box_transform_caps),
20097         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20098         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20099         using liboil. Will dot the same to I420 border generation
20100         tomorrow.
20101
20102 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20103
20104         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20105         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20106         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20107         * gst/rtp/gstrtpg711dec.h:
20108         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20109         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20110         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20111         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20112         (gst_rtpgsmenc_handle_buffer):
20113         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20114         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20115         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20116         * gst/rtp/gstrtpgsmparse.h:
20117         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20118         inherits from the basertpdepayloader.
20119
20120 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20121
20122         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20123         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20124         (gst_video_box_ayuv): Removing this forgotten debug.
20125
20126 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20127
20128         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20129         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20130         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20131
20132 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20133
20134         * sys/oss/gstossaudio.c:
20135         * sys/oss/gstossdmabuffer.c:
20136         * sys/oss/gstosshelper.c:
20137         * sys/oss/gstossmixer.c:
20138         * sys/oss/gstossmixerelement.c:
20139         * sys/oss/gstossmixertrack.c:
20140         * sys/oss/gstosssink.c:
20141         * sys/oss/gstosssrc.c:
20142           Actually use the 'oss' debug category we register.
20143
20144 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20145
20146         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20147         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20148         Use gst_pad_get_parent and drop the ref that was added through
20149         that call.
20150
20151 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20152
20153         * gst/rtp/gstrtpgsmenc.c:
20154           Fix compilation
20155
20156 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20157
20158         * gst/rtp/gstrtpg711dec.c
20159         Just removed a couple of lines of weird code used during
20160         development/test time.
20161
20162 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20163
20164         * gst/rtp/Makefile.am
20165         * gst/rtp/gstrtp.c
20166         * gst/rtp/gstrtpg711enc.c
20167         * gst/rtp/gstrtpg711enc.h
20168         * gst/rtp/gstrtpg711dec.c
20169         * gst/rtp/gstrtpg711dec.h
20170         Created G711 payloader and depayloader (it supports mulaw and alaw
20171         (dec)encoders)
20172
20173 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20174
20175         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20176         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20177         Doh ! I introduced wingo's bug again ! Sorry...
20178
20179 2005-10-25  Christian Schaller <christian@fluendo.com> 
20180
20181         * gst/rtp/Makefile.am: add missing header files for disting
20182
20183 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20184
20185         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20186         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20187         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20188         (gst_rtpgsmenc_handle_buffer):
20189         * gst/rtp/gstrtpgsmenc.h:
20190         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20191         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20192         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20193         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20194         * gst/rtp/gstrtpgsmparse.h:
20195         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20196
20197 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20198
20199         * ext/libpng/gstpngdec.c: (user_info_callback),
20200         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20201         a newsegment event, move some redundant code in a single place.
20202
20203 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20204
20205         * ext/libpng/gstpngdec.c: (user_info_callback),
20206         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20207         hack to get correct colors order when we have a png image with
20208         alpha channel.
20209
20210 2005-10-24  Edward Hervey  <edward@fluendo.com>
20211
20212         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20213         Call gst_element_no_more_pads when there will be no more pads.
20214
20215 2005-10-24  Wim Taymans  <wim@fluendo.com>
20216
20217         * gst/rtp/Makefile.am:
20218         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20219         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20220         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20221         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20222         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20223         (gst_asteriskh263_plugin_init):
20224         * gst/rtp/gstasteriskh263.h:
20225         * gst/rtp/gstrtp.c: (plugin_init):
20226         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20227         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20228         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20229         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20230         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20231         (gst_rtph263enc_plugin_init):
20232         * gst/rtp/gstrtph263enc.h:
20233         Added two new payloaders, an RFC 2190 payloader for h263 and
20234         a payload convertor for an asterisk server.
20235
20236 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20237
20238         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20239           Set bytes_per_sample correctly (is not always 4, but 
20240           depends on width and number of channels).
20241
20242 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20243
20244         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20245         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20246         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20247         (gst_flacenc_sink_event), (gst_flacenc_chain),
20248         (gst_flacenc_set_property), (gst_flacenc_get_property),
20249         (gst_flacenc_change_state):
20250         * ext/flac/gstflacenc.h:
20251           Fix seeking, so that flacenc can rewrite the header with the
20252           correct duration and amount of samples and all that at EOS;
20253           also set timestamps and granulepos on outgoing buffers; add
20254           debug category; fix state change function.
20255           
20256 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20257
20258         * gst/videomixer/videomixer.c: Don't restrict video geometry
20259         from 16 to 4096.
20260
20261 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20262
20263         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20264         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20265         Fix caps negotiation correctly, add debugging category.
20266
20267 2005-10-24  Christian Schaller  <christian@fluendo.com>
20268
20269         * configure.ac: Port over Thomas's change from base listing all plugins
20270
20271 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20272
20273         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20274         a sink pad.
20275
20276 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20277
20278         * configure.ac:
20279         * docs/upload.mak:
20280           back to HEAD
20281
20282 === release 0.9.4 ===
20283
20284 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20285
20286         * configure.ac:
20287           Releasing 0.9.4, "Dromiceiomimus"
20288
20289 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20290
20291         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20292         (gst_speexenc_src_query):
20293           Add position and duration query, fix query type function.
20294           
20295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20296         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20297           Let's not set non-fixed caps on source pads.
20298
20299 2005-10-21  Wim Taymans  <wim@fluendo.com>
20300
20301         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20302         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20303         (gst_avi_demux_handle_seek):
20304         Set correct stream_time in newsegment event.
20305         avi can also handle a duration query now.
20306
20307 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20308
20309         * gst/matroska/matroska-demux.c:
20310         (gst_matroska_demux_handle_src_query),
20311         (gst_matroska_demux_handle_seek_event),
20312         (gst_matroska_demux_loop_stream_parse_id):
20313           Fix duration query; fix basetime in newsegment event after
20314           seek; fix duration in initial newsegment event.
20315
20316         * gst/matroska/matroska-mux.c:
20317         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20318           Extract number of channels and samplerate from vorbis headers;
20319           add some debug messages when querying the durations of the
20320           input streams.
20321
20322 2005-10-20  Wim Taymans  <wim@fluendo.com>
20323
20324         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20325         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20326         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20327         Set stream time correctly in newsegment.
20328
20329 2005-10-20  Wim Taymans  <wim@fluendo.com>
20330
20331         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20332         Correctly fill in the stream time.
20333
20334 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20335
20336         * check/elements/level.c: (GST_START_TEST):
20337         * gst/level/gstlevel.c: (gst_level_message_new):
20338         * gst/level/level-example.c: (message_handler):
20339           use ELEMENT messages instead
20340
20341 2005-10-19  Wim Taymans  <wim@fluendo.com>
20342
20343         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20344         (gst_dvdemux_src_query):
20345         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20346         (gst_flacdec_src_query):
20347         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20348         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20349         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20350         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20351         * gst/debug/progressreport.c: (gst_progress_report_report):
20352         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20353         * gst/matroska/matroska-demux.c:
20354         (gst_matroska_demux_handle_src_query):
20355         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20356         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20357         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20358         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20359         (gst_wavparse_srcpad_event):
20360         API change fix.
20361
20362 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20363
20364         * gst/goom/filters.c:
20365         * gst/goom/graphic.h:
20366         * gst/goom/lines.c:
20367           Make inline functions either 'static inline' or 'extern inline',
20368           otherwise the Forte compiler apparently won't inline them (#317300).
20369
20370 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20371
20372         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20373         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20374         (user_info_callback), (user_endrow_callback), (user_end_callback),
20375         (user_read_data), (gst_pngdec_caps_create_and_set),
20376         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20377         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20378         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20379         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20380         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20381         very nice and handle push/pull based model. if you have filesrc
20382         connected to it, it will do random access to load the png file.
20383         If you have a network source that can't do _getrange, it does 
20384         progressive loading through the chain function.
20385         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20386         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20387         thanks to Master Wim Taymans ;-)
20388
20389 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20390
20391         * gst/matroska/Makefile.am:
20392         * gst/matroska/ebml-read.c:
20393         * gst/matroska/ebml-read.h:
20394         * gst/matroska/matroska-demux.c:
20395         * gst/matroska/matroska-demux.h:
20396         * gst/matroska/matroska.c: (plugin_init):
20397           Ported matroska demuxer to 0.9.
20398
20399 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20400
20401         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20402
20403         * gst/matroska/matroska-mux.c:
20404         (gst_matroska_mux_video_pad_setcaps),
20405         (gst_matroska_mux_audio_pad_setcaps):
20406           Fix mpeg4 input handling (#318847); also, while we're at it,
20407           fix media type for Motion-JPEG: should be image/jpeg.
20408
20409 2005-10-18  Wim Taymans  <wim@fluendo.com>
20410
20411         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20412         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20413         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20414         Fix for segment-start/stop API change.
20415
20416 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20417
20418         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20419         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20420         way.
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 caps nego some more to get AYUV
20426         output declared in transform_caps.
20427
20428 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20429
20430         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20431
20432 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20433
20434         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20435         (gst_video_box_get_unit_size): Fix wrong size calculations and
20436         implement get_unit_size correctly.
20437
20438 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20439
20440         * configure.ac:
20441           Enable flx plugin.
20442
20443         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20444           Fix gcc4 signedness issue.
20445
20446 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20447
20448         * configure.ac: Adding videomixer.
20449         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20450         (user_read_data), (gst_pngdec_chain): More debugging.
20451         * gst/alpha/Makefile.am: Adding alphacolor
20452         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20453         (gst_alpha_color_class_init), (gst_alpha_color_init),
20454         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20455         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20456         (plugin_init): Ported to 0.9 using in place base tranform.
20457         * gst/videomixer/Makefile.am:
20458         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20459         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20460         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20461         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20462         (gst_videomixer_init), (gst_videomixer_getcaps),
20463         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20464         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20465         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20466         to 0.9 using collectpads.
20467
20468 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20469
20470         * configure.ac:
20471         * gst/flx/Makefile.am:
20472         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20473         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20474         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20475         * gst/flx/gstflxdec.h:
20476         flx plugin ported to 0.9
20477
20478 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20479
20480         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20481           use new gst_version_string()
20482
20483 2005-10-16  Andy Wingo  <wingo@pobox.com>
20484
20485         * configure.ac: GLIB_CHECK.
20486
20487 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20488
20489         * ext/libpng/Makefile.am:
20490         * ext/libpng/gstpng.c: (plugin_init):
20491         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20492         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20493         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20494
20495 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20496
20497         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20498
20499         * configure.ac:
20500         * gst/matroska/Makefile.am:
20501         * gst/matroska/ebml-ids.h:
20502         * gst/matroska/ebml-write.c:
20503         * gst/matroska/ebml-write.h:
20504         * gst/matroska/matroska-ids.h:
20505         * gst/matroska/matroska-mux.c:
20506         * gst/matroska/matroska-mux.h:
20507         * gst/matroska/matroska.c: (plugin_init):
20508           Port matroska muxer to 0.9 (#318847).
20509
20510 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20511
20512         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20513         (comment_init), (comment_add):
20514           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20515           use GST_READ_UINT32_LE() and friends rather than the private
20516           implementation of those same macros.
20517
20518 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20519
20520         * examples/stats/mp2ogg.c:
20521           more typo fixes
20522
20523 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20524
20525         * examples/indexing/indexmpeg.c: (main):
20526         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20527         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20528         * ext/esd/esdmon.h:
20529         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20530         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20531         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20532         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20533         * gst/avi/gstavimux.c: (gst_avimux_init):
20534         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20535         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20536         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20537         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20538         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20539         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20540         * gst/oldcore/gstmultifilesrc.h:
20541         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20542         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20543         (gst_pipefilter_change_state):
20544         * gst/oldcore/gstpipefilter.h:
20545         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20546         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20547         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20548         * sys/osxaudio/gstosxaudiosink.h:
20549         * sys/osxaudio/gstosxaudiosrc.h:
20550           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20551           moved bitshift from macro to enum definition
20552
20553 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20554
20555         * ext/Makefile.am:
20556         * ext/cairo/Makefile.am:
20557         * ext/cairo/gstcairo.c: (plugin_init):
20558         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20559         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20560         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20561         * ext/cairo/gsttimeoverlay.h:
20562           update of cairo-based timeoverlay to 1.0 Cairo API
20563           doesn't work yet for resizing of output sink
20564
20565 2005-10-11  Wim Taymans  <wim@fluendo.com>
20566
20567         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20568         newsegment API fix.
20569
20570 2005-10-11  Wim Taymans  <wim@fluendo.com>
20571
20572         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20573         (gst_dvdemux_demux_frame):
20574         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20575         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20576         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20577         (gst_avi_demux_handle_seek):
20578         * gst/goom/gstgoom.c: (gst_goom_event):
20579         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20580         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20581         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20582         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20583         (gst_wavparse_srcpad_event):
20584         newsegment API update.
20585
20586 2005-10-11  Andy Wingo  <wingo@pobox.com>
20587
20588         * ext/speex/gstspeexenc.c: Signedness cleanups.
20589
20590 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20591
20592         * PORTED_09:
20593         * ext/speex/Makefile.am:
20594         * ext/speex/gstspeex.c:
20595         * ext/speex/gstspeexenc.c:
20596         Speexenc ported to 0.9
20597
20598 2005-10-10  Wim Taymans  <wim@fluendo.com>
20599
20600         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20601         (gst_oss_sink_init), (gst_oss_sink_set_property),
20602         (gst_oss_sink_get_property), (gst_oss_sink_open),
20603         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20604         * sys/oss/gstosssink.h:
20605         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20606         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20607         (gst_oss_src_prepare):
20608         Cleanups, make device configurable in the sink, handle and report
20609         errors.
20610
20611 2005-10-10  Wim Taymans  <wim@fluendo.com>
20612
20613         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20614         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20615         Make sure element is NULL before removing from the bin.
20616
20617 2005-10-07  Andy Wingo  <wingo@pobox.com>
20618
20619         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20620         block forever in a read().
20621         (gst_dv1394src_bus_reset): Post a message when the cable is
20622         unplugged.
20623         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20624         (gst_dv1394src_bus_reset): Don't unref the message.
20625
20626         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20627         hacking. The only change should be that the state change stuff was
20628         put into basesrc's start() and stop() routines, which coalesces
20629         some steps.
20630
20631 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20632
20633         * configure.ac:
20634           Add check for mmap
20635           
20636         * gst/debug/Makefile.am:
20637           Only compile efence plugin on systems that have mmap.
20638
20639 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20640
20641         * gst/debug/Makefile.am:
20642         * gst/debug/breakmydata.c:
20643         * gst/debug/gstdebug.c:
20644         * gst/debug/gstnavigationtest.c:
20645         * gst/debug/gstnavseek.c: 
20646         * gst/debug/gstnavseek.h:
20647         * gst/debug/progressreport.c: 
20648         * gst/debug/testplugin.c:
20649           Port progressreport, navseek, navigationtest, testsink and
20650           breakmydata.
20651
20652 2005-10-05  Edward Hervey  <edward@fluendo.com>
20653
20654         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20655         (gst_dvdemux_src_query):
20656         Fixes for better conversion
20657
20658 2005-10-04  Michael Smith <msmith@fluendo.com>
20659
20660         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20661         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20662         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20663         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20664           Set state of elements to NULL before removing from bins.
20665           Set state of test element to NULL if we failed to move it to READY
20666
20667 2005-10-04  Edward Hervey  <edward@fluendo.com>
20668
20669         * ext/dv/Makefile.am:
20670         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20671         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20672         Corrected the query function for position so it doesn't forget what
20673         format was asked, and calls the conversion functions on the correct pad.
20674
20675 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20676
20677         * configure.ac:
20678           back to development
20679
20680 === release 0.9.3 ===
20681
20682 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20683
20684         * configure.ac:
20685           Releasing 0.9.3, "Aramis"
20686
20687 2005-10-03  Andy Wingo  <wingo@pobox.com>
20688
20689         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20690         error returns.
20691
20692 2005-10-02  Andy Wingo  <wingo@pobox.com>
20693
20694         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20695
20696         * ext/flac/gstflacenc.c: Ported to 0.9.
20697
20698         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20699
20700         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20701         and link to gsttagedit. Enable flacenc.
20702
20703         * ext/flac/gstflacdec.c: Re-enable tag reading.
20704
20705 2005-09-30  Wim Taymans  <wim@fluendo.com>
20706
20707         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20708         * gst/rtp/gstrtpgsmparse.c:
20709         * gst/rtp/gstrtph263penc.c:
20710         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20711         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20712         (gst_rtpmp4venc_set_property):
20713         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20714         Various class and caps fixes from Andre Magalhaes (andrunko)
20715
20716 2005-09-29  Wim Taymans  <wim@fluendo.com>
20717
20718         * gst/level/level-example.c: (main):
20719         Update for new bus API.
20720
20721 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20722
20723         * configure.ac:
20724           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20725           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20726
20727 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20728
20729         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20730           Fix playback of mono streams (bytes_per_sample should be set
20731           from the sample width and the number of channels negotiated,
20732           and not just be set to 4) (#317338)
20733
20734 2005-09-26  Wim Taymans  <wim@fluendo.com>
20735
20736         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20737         (gst_rtpmpaenc_handle_buffer):
20738         Set buffer duration correctly.
20739
20740 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20741
20742         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20743         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20744         (gst_avi_demux_change_state):
20745           Don't crash when encountering a stream with an unknown fourcc or
20746           codec id. Instead, create a pad of type video/x-avi-unknown or
20747           audio/x-avi-unknown, which as a side-effect also results in less
20748           confusing error messages in players ('no decoder' vs. 'no streams');
20749           minor fixes to state change function and class_init function.
20750
20751 2005-09-24  Wim Taymans  <wim@fluendo.com>
20752
20753         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20754         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20755         These are sinks.
20756
20757 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20758
20759         * check/elements/level.c: (GST_START_TEST):
20760           fix test for new GstClockTime use
20761         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20762         (gst_level_transform_ip):
20763         * gst/level/gstlevel.h:
20764           fix up the decay peak, ensuring the decay peak is never lower
20765           than the peak for that interval
20766
20767 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20768
20769         * docs/plugins/gst-plugins-good-plugins.args:
20770         * docs/plugins/inspect/plugin-alpha.xml:
20771         * docs/plugins/inspect/plugin-rtp.xml:
20772         * gst/level/gstlevel.c: (gst_level_set_caps),
20773         (gst_level_transform_ip):
20774           updating docs
20775
20776 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20777
20778         * Makefile.am:
20779         * check/elements/level.c: (GST_START_TEST):
20780         * gst/level/Makefile.am:
20781         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20782         (gst_level_set_property), (gst_level_get_property),
20783         (gst_level_set_caps), (gst_level_message_new),
20784         (gst_level_transform_ip):
20785         * gst/level/gstlevel.h:
20786         * gst/level/level-example.c: (message_handler), (main):
20787           convert to using GstClockTime for all time values, finally.
20788
20789 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20790
20791         * gst/auparse/Makefile.am:
20792         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20793           fix up build
20794         * configure.ac:
20795         * ext/cairo/Makefile.am:
20796         * ext/dv/Makefile.am:
20797         * ext/esd/Makefile.am:
20798         * ext/flac/Makefile.am:
20799         * ext/gconf/Makefile.am:
20800         * ext/gdk_pixbuf/Makefile.am:
20801         * ext/jpeg/Makefile.am:
20802         * ext/ladspa/Makefile.am:
20803         * ext/libcaca/Makefile.am:
20804         * ext/libmng/Makefile.am:
20805         * ext/libpng/Makefile.am:
20806         * ext/mikmod/Makefile.am:
20807         * ext/pango/Makefile.am:
20808         * ext/raw1394/Makefile.am:
20809         * ext/shout2/Makefile.am:
20810         * ext/speex/Makefile.am:
20811         * gst/alpha/Makefile.am:
20812         * gst/autodetect/Makefile.am:
20813         * gst/avi/Makefile.am:
20814         * gst/cutter/Makefile.am:
20815         * gst/debug/Makefile.am:
20816         * gst/effectv/Makefile.am:
20817         * gst/flx/Makefile.am:
20818         * gst/goom/Makefile.am:
20819         * gst/interleave/Makefile.am:
20820         * gst/law/Makefile.am:
20821         * gst/matroska/Makefile.am:
20822         * gst/median/Makefile.am:
20823         * gst/monoscope/Makefile.am:
20824         * gst/multipart/Makefile.am:
20825         * gst/oldcore/Makefile.am:
20826         * gst/rtp/Makefile.am:
20827         * gst/rtsp/Makefile.am:
20828         * gst/smoothwave/Makefile.am:
20829         * gst/smpte/Makefile.am:
20830         * gst/videobox/Makefile.am:
20831         * gst/videofilter/Makefile.am:
20832         * gst/videomixer/Makefile.am:
20833         * gst/wavenc/Makefile.am:
20834         * gst/wavparse/Makefile.am:
20835         * sys/oss/Makefile.am:
20836         * sys/osxaudio/Makefile.am:
20837         * sys/osxvideo/Makefile.am:
20838           fix up GST_LIBS use
20839
20840 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20841
20842         * gst/auparse/Makefile.am:
20843         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20844           fix build of auparse
20845
20846 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20847
20848         * configure.ac:
20849         * PORTED_09:
20850         * gst/auparse/gstauparse.c:
20851         * gst/auparse/gstauparse.h:
20852         Auparse ported to 0.9.
20853
20854 2005-09-22  Wim Taymans  <wim@fluendo.com>
20855
20856         * gst/rtp/TODO:
20857         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20858         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20859         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20860         (gst_rtpmp4venc_set_property):
20861         * gst/rtp/gstrtpmp4venc.h:
20862         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20863         * gst/rtp/gstrtpmpaenc.h:
20864         Use is_filled to both check MTU and max-ptime of base class.
20865
20866 2005-09-22  Wim Taymans  <wim@fluendo.com>
20867
20868         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20869         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20870         (gst_rtpmp4venc_set_property):
20871         Don't fragment packets with multiple frames.
20872
20873 2005-09-22  Wim Taymans  <wim@fluendo.com>
20874
20875         * gst/rtp/TODO:
20876         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20877         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20878         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20879         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20880         (gst_rtpmp4venc_get_property):
20881         * gst/rtp/gstrtpmp4venc.h:
20882         Remove g_print.
20883         Update TODO
20884         Make payload encoder a bit smarter and more correct with
20885         timestamps.
20886         Added option in payloader to include config string in-band.
20887
20888 2005-09-21  Wim Taymans  <wim@fluendo.com>
20889
20890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20891         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20892         (gst_rtspsrc_send):
20893         Strip spaces for key/value pairs.
20894
20895 2005-09-21  Wim Taymans  <wim@fluendo.com>
20896
20897         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20898         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20899         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20900         (gst_rtspsrc_change_state):
20901         More SDP parsing and caps setting.
20902         Do NO_PREROLL differently.
20903         add pads only after negotiated.
20904
20905         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20906         (gst_udpsrc_getcaps):
20907         Implement the getcaps function.
20908
20909 2005-09-21  Wim Taymans  <wim@fluendo.com>
20910
20911         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20912         (gst_rtpamrdec_chain):
20913         Handle multiple AMr packets per payload. Handle CRC and
20914         parse ILL/ILP.
20915
20916         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20917         Make caps params strings for easy SDP mapping.
20918         
20919         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20920         Handle capsnego better.
20921
20922         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20923         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20924         Generate and parse config string in the caps.
20925
20926 2005-09-21  Wim Taymans  <wim@fluendo.com>
20927
20928         * gst/rtp/README:
20929         Update README
20930
20931         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20932         Make extra params as strings.
20933
20934         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20935         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20936         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20937         Make state change return NO_PREROLL as this is a live
20938         source.
20939
20940         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20941         Don't unref old caps when NULL.
20942
20943 2005-09-20  Wim Taymans  <wim@fluendo.com>
20944
20945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20946         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20947         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20948         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20949         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20950         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20951         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20952         * gst/rtsp/sdpmessage.h:
20953         Add URI handler.
20954         Parse SDP and create caps.
20955
20956 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
20957
20958         * gst/alpha/gstalpha.c:
20959           fix element description
20960
20961 2005-09-19  Wim Taymans  <wim@fluendo.com>
20962
20963         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
20964         Don't check payload for now.
20965
20966 2005-09-19  Wim Taymans  <wim@fluendo.com>
20967
20968         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
20969         (gst_wavparse_init), (gst_wavparse_parse_file_header),
20970         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
20971         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20972         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20973         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
20974         (gst_wavparse_change_state):
20975         * gst/wavparse/gstwavparse.h:
20976         Fix wavparse some more.
20977
20978 2005-09-19  Wim Taymans  <wim@fluendo.com>
20979
20980         * check/elements/level.c: (GST_START_TEST):
20981         Fix for bus API change.
20982
20983 2005-09-19  Wim Taymans  <wim@fluendo.com>
20984
20985         * gst/level/level-example.c: (main):
20986         Fix for new bus API.
20987
20988         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20989         Set caps on pads.
20990
20991 2005-09-15  Wim Taymans  <wim@fluendo.com>
20992
20993         * gst/rtp/Makefile.am:
20994         * gst/rtp/README:
20995         * gst/rtp/gstrtp.c: (plugin_init):
20996         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
20997         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
20998         (gst_rtpamrdec_change_state):
20999         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21000         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21001         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21002         * gst/rtp/gstrtpamrenc.h:
21003         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21004         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21005         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21006         * gst/rtp/gstrtpgsmenc.h:
21007         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21008         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21009         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21010         (gst_rtpgsmparse_change_state):
21011         * gst/rtp/gstrtpgsmparse.h:
21012         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21013         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21014         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21015         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21016         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21017         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21018         * gst/rtp/gstrtph263penc.h:
21019         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21020         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21021         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21022         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21023         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21024         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21025         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21026         * gst/rtp/gstrtpmp4venc.h:
21027         * gst/rtp/gstrtpmpadec.c:
21028         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21029         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21030         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21031         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21032         * gst/rtp/gstrtpmpaenc.h:
21033         Updates to payloader/depayloaders, make payloaders use
21034         the base classes.
21035         Updated README with suggested RTP caps and how to convert
21036         to/from SDP.
21037         Added config descriptor in mp4v payloader.
21038
21039 2005-09-15  Andy Wingo  <wingo@pobox.com>
21040
21041         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21042         * gst/autodetect/gstautovideosink.c
21043         (gst_auto_video_sink_find_best): Update for new registry API.
21044
21045 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21046
21047         * common/c-to-xml.py:
21048         * common/gtk-doc-plugins.mak:
21049           a simple py script to generate valid xml from a C example
21050           probably also need to strip an MIT license when we decide
21051         * docs/plugins/Makefile.am:
21052         * gst/level/Makefile.am:
21053         * gst/level/gstlevel.c: (gst_level_init):
21054         * gst/level/level-example.c: (message_handler), (main):
21055           add an example to level that will show up in the docs
21056         * gst/rtp/TODO:
21057           add a note for the future
21058
21059 2005-09-14  Michael Smith <msmith@fluendo.com>
21060
21061         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21062           Actually define the debug object being used in wavenc. Fixes #316205
21063
21064 2005-09-14  Michael Smith <msmith@fluendo.com>
21065
21066         * gst/smpte/Makefile.am:
21067           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21068           needed to build on windows (bug 316204)
21069
21070 2005-09-12  Andy Wingo  <wingo@pobox.com>
21071
21072         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21073
21074 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21075
21076         * configure.ac:
21077         * gst/fdsrc/Makefile.am:
21078         * gst/fdsrc/gstfdsrc.c:
21079         * gst/fdsrc/gstfdsrc.h:
21080           Move fdsrc back into gstreamer core elements.
21081
21082         * gst/level/gstlevel.c: (gst_level_class_init),
21083         (gst_level_transform_ip):
21084         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21085           Basetransform changes.
21086
21087 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21088
21089         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21090         * ext/jpeg/smokecodec.c: (find_best_size):
21091           fix compiler warnings
21092
21093 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21094
21095         * gst-plugins-good.spec.in:
21096           spec file fixes
21097         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21098         (gst_multiudpsink_render), (gst_multiudpsink_add),
21099         (gst_multiudpsink_clear):
21100           it actually helps to actually stream if we hook up the
21101           "add" signal to an actual implementation
21102         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21103           some debugging
21104
21105 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21106
21107         * ext/jpeg/Makefile.am:
21108         * ext/jpeg/gstjpeg.c
21109         * ext/jpeg/gstjpegenc.c:
21110         * ext/jpeg/gstsmokeenc.c:
21111
21112 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21113
21114         * ext/flac/gstflacdec.c:
21115         * ext/flac/gstflacenc.c:
21116         * ext/flac/gstflactag.c:
21117         * ext/speex/gstspeexenc.c:
21118           gsttaginterface.h -> gsttagsetter.h
21119
21120 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21121
21122         * configure.ac:
21123         * gst/debug/Makefile.am:
21124         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21125         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21126         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21127         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21128         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21129           Port to 0.9 and re-enable efence plugin.
21130
21131 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21132
21133         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21134         (gst_flacdec_write), (gst_flacdec_convert_src):
21135         * ext/flac/gstflacdec.h:
21136           Add support for flac files with 24/32 bits per sample; and misc.
21137           minor clean-ups. Seeking is still partly broken (for me at least).
21138
21139 2005-09-06  Wim Taymans  <wim@fluendo.com>
21140
21141         * gst/rtp/Makefile.am:
21142         * gst/rtp/gstrtp.c: (plugin_init):
21143         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21144         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21145         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21146         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21147         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21148         (gst_rtpmp4vdec_plugin_init):
21149         * gst/rtp/gstrtpmp4vdec.h:
21150         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21151         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21152         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21153         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21154         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21155         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21156         * gst/rtp/gstrtpmp4venc.h:
21157         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21158         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21159         Added mpeg4 video payload encoder/decoder.
21160         Added some docs in mpa payloader.
21161
21162 === release 0.9.1 ===
21163
21164 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21165
21166         * NEWS:
21167         * README:
21168         * RELEASE:
21169         * autogen.sh:
21170         * configure.ac:
21171           releasing 0.9.1, "Blondie"
21172
21173 2005-09-05  Andy Wingo  <wingo@pobox.com>
21174
21175         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21176         here from the state change handler, so we fire signals without
21177         holding the state lock.
21178
21179 2005-09-02  Andy Wingo  <wingo@pobox.com>
21180
21181         * All plugins updated for element state changes.
21182
21183 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21184
21185         * Makefile.am:
21186         * check/.cvsignore:
21187         * check/Makefile.am:
21188         * check/elements/.cvsignore:
21189         * check/elements/level.c: (setup_level), (cleanup_level),
21190         (GST_START_TEST), (level_suite), (main):
21191           add a test for level
21192         * common/release.mak:
21193           move the enum checking to release.mak
21194         * configure.ac:
21195           add valgrind and check checking
21196         * gst/level/gstlevel.c: (gst_level_transform):
21197         * gst/level/gstlevel.h:
21198           fix Andy's cast bug
21199           convert a field to int
21200           fix the arithmetic to int when checking for emit so that a
21201           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21202
21203 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21204
21205         * Makefile.am:
21206         * configure.ac:
21207           add docs to build
21208         * common/plugins.xsl:
21209           wrap Description into a refsect2
21210         * docs/Makefile.am:
21211         * docs/plugins/Makefile.am:
21212         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21213         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21214         * gst/goom/Makefile.am:
21215         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21216         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21217         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21218         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21219         (gst_goom_change_state):
21220         * gst/goom/gstgoom.h:
21221           GstGOOM -> GstGoom
21222           add an example launch line
21223         * gst/level/gstlevel.h:
21224         * gst/monoscope/gstmonoscope.c:
21225           cleanups
21226
21227 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21228
21229         * configure.ac:
21230         * docs/plugins/Makefile.am:
21231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21233         * docs/plugins/gst-plugins-good-plugins.types:
21234           document elements and plugins.  Shazam !
21235
21236 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21237
21238         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21239           be found under doc/random/ChangeLog-0.8