sys/v4l2/gstv4l2.c: Give it a primary rank for autovideosrc.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
2
3         * sys/v4l2/gstv4l2.c:
4           Give it a primary rank for autovideosrc.
5
6 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
7
8         Patch by: Bjorn Ostby <bjornos at axis dot com>
9
10         * gst/rtp/Makefile.am:
11         * gst/rtp/gstrtp.c: (plugin_init):
12         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
13         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
14         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
15         (gst_rtp_jpeg_pay_read_quant_table),
16         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
17         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
18         (gst_rtp_jpeg_pay_plugin_init):
19         * gst/rtp/gstrtpjpegpay.h:
20         Add JPEG payloader. Fixes #560756.
21
22 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
23
24         Patch by: Fabricio Godoy <skarllot at gmail dot com>
25
26         * sys/oss/gstosssink.c: (gst_oss_sink_open):
27         * sys/oss/gstosssrc.c: (gst_oss_src_open):
28         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
29         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
30         Fix some spelling mistakes. Fixes #556802.
31
32 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
33
34         * gst/equalizer/GstIirEqualizer10Bands.prs:
35         * gst/equalizer/GstIirEqualizer3Bands.prs:
36         * gst/equalizer/Makefile.am:
37         * gst/equalizer/gstiirequalizer10bands.c:
38         * gst/equalizer/gstiirequalizer3bands.c:
39           Add presets for equalizer. Fixes #522183.
40
41 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
42
43         * gst/rtsp/Makefile.am:
44         * gst/rtsp/gstrtsp.c: (plugin_init):
45         * gst/rtsp/gstrtspgoogle.c:
46         * gst/rtsp/gstrtspgoogle.h:
47         Remove google extension again, it's not needed anymore because we never
48         send multiple transports anymore.
49
50 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
51
52         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
53
54         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
55         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
56         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
57         (gst_rtspsrc_stream_free),
58         (gst_rtspsrc_stream_configure_udp_sinks),
59         (gst_rtspsrc_stream_configure_transport),
60         (gst_rtspsrc_send_dummy_packets),
61         (gst_rtspsrc_create_transports_string),
62         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
63         * gst/rtsp/gstrtspsrc.h:
64         Add property to configure NAT traversal method.
65         Ignore EOS from the internal sinks.
66         Implement sending dummy packets as a (simple) method to open up
67         some firewalls.
68         Send PLAY request to the server after we started the udp sources.
69         Fixes #559545.
70
71 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
72
73         Patch by: Yotam <sh dot yotam at gmail dot com>
74
75         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
76         Flush the remaining frames on EOS. Fixes #560641.
77
78 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
79
80         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
81         Fix compiler warning about printf formatting.
82
83 2008-11-12  Andy Wingo  <wingo@pobox.com>
84
85         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
86         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
87         segment events instead of sending them from the seeking thread.
88         Fixes #559288.
89         (gst_qtdemux_push_pending_newsegment): New helper, sends out
90         queued newsegment events.
91         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
92         call it here, as we only seek when looping, and only push in the
93         movie state.
94
95 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
96
97         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
98         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
99         * gst/qtdemux/qtdemux_fourcc.h:
100         * gst/qtdemux/qtdemux_types.c:
101         Add cover and alternative copyright tag, and enhance some existing
102         ones by marking them as container atoms.
103
104 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
105
106         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
107         Don't ignore the return value of setcaps.
108
109 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
110
111         Patch by: Olivier Crete <tester at tester dot ca>
112
113         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
114         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
115         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
116         * gst/rtp/gstrtpg729pay.h:
117         Replace G729 payloader with an improved version. Fixes #532409.
118
119 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
120
121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
122         (gst_rtspsrc_change_state):
123         Only send one transport at a time for improved compatibility with some
124         broken servers. See #537832.
125
126 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
127
128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
129         (gst_rtspsrc_perform_seek):
130         Only pause/play in the seek handler when the source was playing.
131         Fixes #529379.
132
133 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
134
135         * gst/matroska/matroska-mux.c:
136         (gst_matroska_mux_handle_dirac_packet):
137         Fix muxing of Dirac streams if the input already has the format
138         we need, i.e. is the output of matroskademux.
139
140 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
141
142         * gst/avi/gstavimux.c:
143           Don't segfault on string typed tags being NULL. Fixes #560155.
144
145 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
146
147         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
148         (gst_matroska_mux_audio_pad_setcaps):
149         Fix mapping AAC profile to Matroska codec id.
150
151 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
152
153         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
154         (qtdemux_video_caps), (qtdemux_audio_caps):
155         Refactor some raw audio caps building, and handle >16-bit cases.
156         Fix/replace building caps from a string description.
157
158 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
159
160         * gst/audiofx/audiowsincband.c:
161         * gst/audiofx/audiowsinclimit.c:
162         * gst/cutter/gstcutter.c:
163           Make author name consistent with others.
164
165 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
166
167         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
168
169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
170         (gst_rtspsrc_stream_configure_udp_sink):
171         Pause the RTSP stream before doing a new play request.
172         Make sure that adding the udpsinks does not cause the rtspsrc to become
173         a sink. Fixes #559547.
174
175 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
176
177         * gst/matroska/matroska-ids.h:
178         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
179         (gst_matroska_mux_handle_dirac_packet),
180         (gst_matroska_mux_write_data):
181         Implement Dirac muxing into Matroska comforming to the spec, i.e.
182         put all Dirac packages up to a picture into a Matroska block.
183
184         TODO: Implement writing of the ReferenceBlock Matroska elements,
185         currently the Dirac muxing is only 100% correct if Matroska version 2
186         is selected for muxing.
187
188 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
189
190         Patch by: Bastien Nocera <hadess at hadess dot net>,
191                   Hans de Goede <jwrdegoede at fedoraproject dot org>
192
193         * configure.ac:
194         * sys/v4l2/Makefile.am:
195         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
196         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
197         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
198         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
199         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
200         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
201         (gst_v4l2_get_input), (gst_v4l2_set_input):
202         * sys/v4l2/v4l2_calls.h:
203         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
204         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
205         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
206         (gst_v4l2src_fill_format_list),
207         (gst_v4l2src_probe_caps_for_format_and_size),
208         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
209         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
210         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
211         (gst_v4l2src_get_nearest_size):
212         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
213
214 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
215
216         * ext/aalib/Makefile.am:
217         * ext/annodex/Makefile.am:
218         * ext/cairo/Makefile.am:
219         * ext/dv/Makefile.am:
220         * ext/esd/Makefile.am:
221         * ext/flac/Makefile.am:
222         * ext/gconf/Makefile.am:
223         * ext/gdk_pixbuf/Makefile.am:
224         * ext/hal/Makefile.am:
225         * ext/jpeg/Makefile.am:
226         * ext/ladspa/Makefile.am:
227         * ext/libcaca/Makefile.am:
228         * ext/libmng/Makefile.am:
229         * ext/libpng/Makefile.am:
230         * ext/mikmod/Makefile.am:
231         * ext/pulse/Makefile.am:
232         * ext/raw1394/Makefile.am:
233         * ext/shout2/Makefile.am:
234         * ext/soup/Makefile.am:
235         * ext/speex/Makefile.am:
236         * ext/taglib/Makefile.am:
237         * ext/wavpack/Makefile.am:
238         * gst/alpha/Makefile.am:
239         * gst/apetag/Makefile.am:
240         * gst/audiofx/Makefile.am:
241         * gst/auparse/Makefile.am:
242         * gst/autodetect/Makefile.am:
243         * gst/avi/Makefile.am:
244         * gst/cutter/Makefile.am:
245         * gst/debug/Makefile.am:
246         * gst/effectv/Makefile.am:
247         * gst/equalizer/Makefile.am:
248         * gst/flx/Makefile.am:
249         * gst/goom/Makefile.am:
250         * gst/goom2k1/Makefile.am:
251         * gst/icydemux/Makefile.am:
252         * gst/id3demux/Makefile.am:
253         * gst/interleave/Makefile.am:
254         * gst/law/Makefile.am:
255         * gst/level/Makefile.am:
256         * gst/matroska/Makefile.am:
257         * gst/median/Makefile.am:
258         * gst/monoscope/Makefile.am:
259         * gst/multifile/Makefile.am:
260         * gst/multipart/Makefile.am:
261         * gst/oldcore/Makefile.am:
262         * gst/qtdemux/Makefile.am:
263         * gst/replaygain/Makefile.am:
264         * gst/rtp/Makefile.am:
265         * gst/rtsp/Makefile.am:
266         * gst/smpte/Makefile.am:
267         * gst/spectrum/Makefile.am:
268         * gst/udp/Makefile.am:
269         * gst/videobox/Makefile.am:
270         * gst/videocrop/Makefile.am:
271         * gst/videofilter/Makefile.am:
272         * gst/videomixer/Makefile.am:
273         * gst/wavenc/Makefile.am:
274         * gst/wavparse/Makefile.am:
275         * sys/directdraw/Makefile.am:
276         * sys/directsound/Makefile.am:
277         * sys/oss/Makefile.am:
278         * sys/osxaudio/Makefile.am:
279         * sys/osxvideo/Makefile.am:
280         * sys/sunaudio/Makefile.am:
281         * sys/v4l2/Makefile.am:
282         * sys/waveform/Makefile.am:
283         * sys/ximage/Makefile.am:
284           Don't install static libs for plugins. Fixes #550851 for -good.
285
286 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
287
288         * ext/flac/Makefile.am:
289         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
290         This fixes compilation if FLAC is installed in an uncommon location
291         that is not already handled by other CFLAGS. Fixes bug #558711.
292
293 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
294
295         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
296         Guard more uncommon formats with ifdefs so that we can compile on older
297         versions.
298
299 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
300
301         Patch by: Nick Haddad <nick at haddads dot net>
302
303         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
304         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
305         (gst_avi_demux_stream_data):
306         Invert other uncompressed RGB formats. Fixes #558554.
307
308 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
309
310         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
311         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
312         * gst/wavenc/gstwavenc.h:
313         Add support for float/double as input and remove the (nowadays)
314         useless parsing of the depth as we require width==depth.
315
316 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
317
318         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
319         * gst/rtp/gstrtpmpapay.c:
320         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
321         mpeg version 1. Fixes #558427.
322
323 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
324
325         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
326         (gst_rtp_L16_pay_getcaps):
327         Only put an integral amount of samples in the RTP packet.
328         Fixes #556641.
329
330 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
331
332         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
333         * gst/rtp/gstrtpchannels.h:
334         Add method to get possible channel positions.
335
336 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
337
338         * gst/rtp/Makefile.am:
339         Also commit updated makefile
340
341 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
342
343         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
344         Don't allow width=32,depth=24 as input. WAV requires that the width
345         is the next integer multiply of 8 from the depth.
346
347 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
348
349         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
350         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
351         (gst_rtp_L16_pay_getcaps):
352         * gst/rtp/gstrtpchannels.c: (check_channels),
353         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
354         (gst_rtp_channels_create_default):
355         * gst/rtp/gstrtpchannels.h:
356         Add mappings for multichannel support. Does not completely just work
357         because the getcaps function does not yet return the allowed channel
358         mappings. See #556641.
359
360 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
361
362         * gst/goom/Makefile.am:
363         * gst/goom/README:
364         * gst/goom/config_param.c:
365         * gst/goom/convolve_fx.c:
366         * gst/goom/drawmethods.c:
367         * gst/goom/drawmethods.h:
368         * gst/goom/filters.c:
369         * gst/goom/filters_mmx.s:
370         * gst/goom/flying_stars_fx.c:
371         * gst/goom/goom.h:
372         * gst/goom/goom_config.h:
373         * gst/goom/goom_config_param.h:
374         * gst/goom/goom_core.c:
375         * gst/goom/goom_filters.h:
376         * gst/goom/goom_fx.h:
377         * gst/goom/goom_graphic.h:
378         * gst/goom/goom_plugin_info.h:
379         * gst/goom/goom_tools.c:
380         * gst/goom/goom_tools.h:
381         * gst/goom/goom_typedefs.h:
382         * gst/goom/goom_visual_fx.h:
383         * gst/goom/graphic.c:
384         * gst/goom/ifs.c:
385         * gst/goom/ifs.h:
386         * gst/goom/lines.c:
387         * gst/goom/lines.h:
388         * gst/goom/mathtools.c:
389         * gst/goom/mathtools.h:
390         * gst/goom/mmx.c:
391         * gst/goom/motif_goom1.h:
392         * gst/goom/motif_goom2.h:
393         * gst/goom/plugin_info.c:
394         * gst/goom/ppc_drawings.h:
395         * gst/goom/ppc_zoom_ultimate.h:
396         * gst/goom/sound_tester.c:
397         * gst/goom/sound_tester.h:
398         * gst/goom/surf3d.c:
399         * gst/goom/surf3d.h:
400         * gst/goom/tentacle3d.c:
401         * gst/goom/tentacle3d.h:
402         * gst/goom/v3d.c:
403         * gst/goom/v3d.h:
404         * gst/goom/xmmx.c:
405           Add license headers in all source files. Remove filter.c from
406           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
407           which are not used right now. Fixes #557709.
408
409 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
410
411         Patch by: Olivier Crete <tester at tester dot ca>
412
413         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
414         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
415         Implement getcaps in rtpL16pay. Fixes #556484.
416
417 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
418
419         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
420         (gst_rtp_L16_depay_process):
421         Check if clock-rate and channels are valid.
422         Don't ignore the return value of setcaps.
423         No need to validate the buffer, the base class does that for us.
424         Use the marker bit to set the DISCONT flag on outgoing buffers.
425
426         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
427         Don't ignore the return value of set_outcaps.
428
429         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
430         (gst_rtp_ac3_depay_process):
431         Don't ignore the return value of set_caps.
432         No need to validate the buffer, the base class does that for us.
433
434         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
435         (gst_rtp_amr_depay_process):
436         * gst/rtp/gstrtpamrdepay.h:
437         Don't ignore the return value of setcaps.
438         No need to validate the buffer, the base class does that for us.
439         No need to set output caps on the buffers, the base class does that for
440         us.
441         The subclass will make sure we are negotiated.
442         
443         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
444         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
445         * gst/rtp/gstrtpdvdepay.h:
446         Clean up caps negotiation.
447         The subclass will make sure we are negotiated.
448
449         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
450         (gst_rtp_g726_depay_process):
451         Clean up caps negotiation.
452         Use the marker bit to set the DISCONT flag on outgoing buffers.
453
454         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
455         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
456         * gst/rtp/gstrtpg729depay.h:
457         The subclass will make sure we are negotiated.
458         Use the marker bit to set the DISCONT flag on outgoing buffers.
459
460         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
461         (gst_rtp_gsm_depay_process):
462         Clean up caps negotiation.
463         Use the marker bit to set the DISCONT flag on outgoing buffers.
464
465         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
466         Clean up caps negotiation.
467         Don't ignore the return value of set_outcaps.
468
469         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
470         (gst_rtp_h263_depay_process):
471         Clean up caps negotiation.
472         No need to validate the buffer, the base class does that for us.
473
474         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
475         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
476         * gst/rtp/gstrtph263pay.h:
477         Don't ignore the return value of set_outcaps.
478         Do some more timestamps.
479
480         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
481         (gst_rtp_h263p_depay_process):
482         Clean up caps negotiation.
483         Don't ignore the return value of setcaps.
484         No need to validate the buffer, the base class does that for us.
485
486         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
487         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
488         (gst_rtp_h263p_pay_handle_buffer):
489         * gst/rtp/gstrtph263ppay.h:
490         Don't ignore the return value of set_outcaps.
491         Do some more timestamps.
492
493         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
494         (gst_rtp_h264_depay_process):
495         Clean up caps negotiation.
496         Don't ignore the return value of setcaps.
497         Fix possible caps leak.
498         No need to validate the buffer, the base class does that for us.
499
500         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
501         Add some more debug info.
502
503         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
504         (gst_rtp_ilbc_depay_process):
505         Clean up caps negotiation.
506         Use the marker bit to set the DISCONT flag on outgoing buffers.
507
508         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
509         Clean up caps negotiation.
510
511         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
512         (gst_rtp_mp1s_depay_process):
513         Clean up caps negotiation.
514         Don't ignore the return value of setcaps.
515         No need to validate the buffer, the base class does that for us.
516         No need to set caps on buffers, subclass does that for us.
517
518         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
519         (gst_rtp_mp2t_depay_process):
520         Clean up caps negotiation.
521         Don't ignore the return value of setcaps.
522         No need to validate the buffer, the base class does that for us.
523         No need to set caps on buffers, subclass does that for us.
524
525         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
526         (gst_rtp_mp4a_depay_process):
527         Clean up caps negotiation.
528         Don't ignore the return value of setcaps.
529         No need to validate the buffer, the base class does that for us.
530
531         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
532         (gst_rtp_mp4a_pay_setcaps):
533         Don't ignore the return value of set_outcaps.
534
535         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
536         (gst_rtp_mp4g_depay_process):
537         Clean up caps negotiation.
538         Don't ignore the return value of setcaps.
539         No need to validate the buffer, the base class does that for us.
540         No need to set caps on buffers, subclass does that for us.
541
542         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
543         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
544         Don't ignore the return value of set_outcaps.
545
546         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
547         (gst_rtp_mp4v_depay_process):
548         Clean up caps negotiation.
549         Don't ignore the return value of setcaps.
550         No need to validate the buffer, the base class does that for us.
551         No need to set caps on buffers, subclass does that for us.
552
553         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
554         (gst_rtp_mp4v_pay_setcaps):
555         Don't ignore the return value of set_outcaps.
556
557         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
558         (gst_rtp_mpa_depay_process):
559         Clean up caps negotiation.
560         Don't ignore the return value of setcaps.
561         No need to validate the buffer, the base class does that for us.
562         Use the marker bit to set the DISCONT flag on outgoing buffers.
563
564         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
565         Don't ignore the return value of set_outcaps.
566
567         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
568         (gst_rtp_mpv_depay_process):
569         Clean up caps negotiation.
570         Actually set output caps.
571         No need to validate the buffer, the base class does that for us.
572
573         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
574         Don't ignore the return value of set_outcaps.
575
576         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
577         (gst_rtp_pcma_depay_process):
578         Clean up caps negotiation.
579         Set output buffer duration because we can.
580         Use the marker bit to set the DISCONT flag on outgoing buffers.
581
582         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
583         Don't ignore the return value of set_outcaps.
584
585         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
586         (gst_rtp_pcmu_depay_process):
587         Clean up caps negotiation.
588         Use the marker bit to set the DISCONT flag on outgoing buffers.
589
590         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
591         Don't ignore the return value of set_outcaps.
592
593         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
594         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
595         Clean up caps negotiation.
596         Set output caps on the pad and header buffers.
597         Set duration on output buffers because we can.
598
599         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
600         Don't ignore the return value of set_outcaps.
601
602         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
603         (gst_rtp_sv3v_depay_process):
604         Clean up caps negotiation.
605         No need to validate the buffer, the base class does that for us.
606         No need to set caps out output buffers, subclass does that.
607
608         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
609         (gst_rtp_theora_depay_process):
610         Don't ignore the return value of setcaps.
611         No need to validate the buffer, the base class does that for us.
612
613         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
614         (gst_rtp_theora_pay_flush_packet), (encode_base64),
615         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
616         (gst_rtp_theora_pay_handle_buffer):
617         Don't ignore the return value of set_outcaps.
618
619         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
620         (gst_rtp_vorbis_depay_process):
621         Don't ignore the return value of setcaps.
622         No need to validate the buffer, the base class does that for us.
623
624         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
625         Don't ignore the return value of set_outcaps.
626
627         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
628         Clean up caps negotiation, don't ignore setcaps return.
629
630         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
631         Don't ignore the return value of set_outcaps.
632
633 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
634
635         * gst/matroska/matroska-demux.c:
636         (gst_matroska_demux_handle_src_event):
637         Forward unknown events upstream.
638
639 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
640
641         * tests/check/elements/icydemux.c: (icydemux_found_pad):
642         Add some refcount check
643
644         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
645         Don't ignore the result of write(), fixes a  compiler warning for me.
646
647         * tests/icles/videobox-test.c: (main):
648         Make the output a little more pretty.
649
650 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
651
652         * ext/esd/esdmon.c:
653           Add doc blob.
654
655 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
656
657         * docs/plugins/Makefile.am:
658         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
659         * docs/plugins/gst-plugins-good-plugins-sections.txt:
660         * docs/plugins/gst-plugins-good-plugins.args:
661         * docs/plugins/gst-plugins-good-plugins.hierarchy:
662         * docs/plugins/gst-plugins-good-plugins.interfaces:
663         * docs/plugins/inspect/plugin-autodetect.xml:
664           Add the docs of the new elements.
665
666 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
667
668         * gst/autodetect/gstautoaudiosrc.c:
669         (gst_auto_audio_src_class_init):
670         * gst/autodetect/gstautovideosrc.c:
671         (gst_auto_video_src_class_init):
672         Fix "Since" tags in the documentation.
673
674 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
675
676         Patch by: Sjoerd Simons <sjoerd at luon dot net>
677
678         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
679         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
680         Add support for souphttpsrc to act as a live source. This makes it
681         possible to get timestamped buffers in combination with the
682         "do-timestamp" property. Fixes bug #556019.
683
684 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
685
686         * gst/autodetect/Makefile.am:
687         * gst/autodetect/gstautoaudiosink.c:
688         * gst/autodetect/gstautoaudiosrc.c:
689         * gst/autodetect/gstautoaudiosrc.h:
690         * gst/autodetect/gstautodetect.c:
691         * gst/autodetect/gstautovideosink.c:
692         * gst/autodetect/gstautovideosrc.c:
693         * gst/autodetect/gstautovideosrc.h:
694           Implement src plugins. Little code/string cleanup in the sinks.
695           Fixes #523813.
696
697 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
698
699         Patch by: Peter Kjellerstedt <pkj at axis com>
700
701         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
702         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
703         Fix a memory leak when pads are requested but the pipeline never
704         goes into PLAYING.
705
706         Correctly remove request pads, no matter if they have collected
707         data or not.
708
709         Fixes bug #557710.
710
711 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
712
713         Patch by: <lrn1986 at gmail dot com>
714
715         * gst/udp/gstudpnetutils.h:
716         Define the correct WINVER so getaddinfo() can be used when using
717         mingw32. Fixes bug #557294.
718
719 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
720
721         Patch by: <lrn1986 at gmail dot com>
722
723         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
724         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
725         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
726         Fix "argument type mismatch" compiler warnings on Windows.
727         Fixes bug #557293.
728
729 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
730
731         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
732         Don't calculate the filter coefficients for every single buffer
733         but only when it's needed. Fixes bug #557260.
734
735 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
736
737         * configure.ac:
738         Back to development -> 0.10.11.1
739
740 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
741
742         * gst-plugins-good.doap:
743         Fix version number of 0.10.11 release in doap file
744
745 === release 0.10.11 ===
746
747 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
748
749         * configure.ac:
750           releasing 0.10.11, "Secondary Consideration"
751
752 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
753
754         * configure.ac:
755         Commit 0.10.10.4 pre-release
756
757 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
758
759         * gst/avi/gstavimux.c:
760         Fix VPRP chunk setup in avimux.
761         Fixes: #556010
762         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
763
764 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
765
766         * gst/videobox/gstvideobox.c:
767         support dynamically changing properties in videobox
768         Fixed: #557085
769         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
770
771 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
772
773         * configure.ac:
774         0.10.10.3 pre-release
775
776 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
777
778         * tests/check/Makefile.am:
779         Don't run the states test on pulsesrc and pulsesink
780
781 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
782
783         * configure.ac:
784         Commit 0.10.10.2 pre-release bump that actually went
785         out on 2008-10-11
786
787 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
788
789         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
790         Skip entries for streams that don't have a output pad yet, thereby
791         avoiding calling pad functions with a NULL pad.
792         Fixes #556424
793
794 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
795
796         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
797         * tests/check/elements/icydemux.c: (icydemux_found_pad):
798         Remove problematic and useless refcount check.
799         Fixes #556381
800
801 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
802
803         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
804         Remove problematic and useless refcount check.
805         Fixes #556381
806
807 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
808
809         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
810         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
811         Cast some size_t arguments to guint to avoid compiler
812         warnings on 64-bit systems.
813
814 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
815
816         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
817         Return TRUE instead of FALSE from the event handler when we swallowed the
818         event.
819
820 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
821
822         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
823         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
824         Reset header state. Fixes #555321.
825
826 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
827
828         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
829         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
830         * gst/avi/gstavidemux.h:
831         For timestamping audio packets we need to take into account the
832         amount of blocks in one entry using the blockalign. Fixes some sync
833         issues with zero-padded audio blocks in the beginning of avi files.
834
835 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
836
837         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
838         (gst_multi_file_src_query):
839         Implement DEFAULT and BUFFER position queries. See #555260.
840
841 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
842
843         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
844         Fix build for systems that don't have XDamage.
845
846 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
847
848         * tests/examples/rtp/client-H263p.sdp:
849         * tests/examples/rtp/client-H263p.sh:
850         * tests/examples/rtp/server-VTS-H263p.sh:
851         Add some more H263p server and client examples.
852
853 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
854
855         * configure.ac::
856           Depend on released versions of core and base.
857
858 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
859
860         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
861         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
862         Return -1 instead of 0 in error cases. Fixes #554771.
863
864 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
865
866         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
867         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
868         Stop leaking the cursor image.
869         Unref the last_ximage and the cached cursor image on shutdown.
870         Fixes #551570.
871
872 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
873
874         * sys/v4l2/gstv4l2object.h:
875         Getting the Class from an instance is not just a matter of casting it to
876         the class struct but it involves calling G_OBJECT_GET_CLASS on the
877         instance. Fixes #549784.
878
879 2008-10-01  Michael Smith <msmith@songbirdnest.com>
880
881         * configure.ac:
882           Fix libs for linking directsound.
883         * sys/directsound/gstdirectsoundsink.c:
884           Fix buffer sizing to prevent racing the ringbuffer at startup.
885           Add volume property.
886
887 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
888
889         * ext/pulse/pulsesink.c:
890         Fix problems with pulsesink randomly erroring with code 'OK' after a
891         format change on the stream by waiting when disconnecting the stream.
892
893 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
894
895         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
896         (gst_rtp_amr_depay_process):
897         Mark DISCONT on output buffers when the marker bit signals a new talk
898         spurt.
899
900         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
901         Set the marker bit for buffers with a DISCONT flag to signal a talk
902         spurt.
903
904 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
905
906         * gst/rtp/Makefile.am:
907         * gst/rtp/gstrtp.c: (plugin_init):
908         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
909         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
910         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
911         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
912         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
913         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
914         * gst/rtp/gstrtpmp4apay.h:
915         Added MP4A-LATM payloader to match the depayloader.
916
917 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
918
919         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
920         (gst_videomixer_sink_event):
921         Handle segments a little better. Fixes #537361.
922
923 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
924
925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
926         Don't assume the server supports PAUSE by default. Fixes #551048.
927
928 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
929
930         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
931         (gst_udpsrc_set_uri), (gst_udpsrc_start):
932         Switch on the socket family to get the addrlen size right.
933
934 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
935
936         Patch by: Daniel Franke <df at dfranke dot us>
937
938         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
939         OS X's bind() implementation is picky about its addrlen parameter and
940         fails with EINVAL if it is larger than expected for the socket's address
941         family. Set the length to the expected length instead. Fixes #553191.
942
943 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
944
945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
946         Handle the case where we cannot do desribe or when the describe result
947         does not contain a valid SDP message.
948
949 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
950
951         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
952         Fix setting the qos.
953
954 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
955
956         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
957         (gst_qtdemux_chain):
958         Some 'broken' files out there have atom lengths of zero...
959         which basically results in qtdemux consuming that atom again and again
960         until the *end of night* !
961         Detect that and emits an adequate element error message.
962
963 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
964
965         * gst/interleave/Makefile.am:
966         * gst/matroska/Makefile.am:
967         Fix build flags order.
968
969         * tests/check/elements/audioamplify.c: (GST_START_TEST):
970         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
971         * tests/check/elements/audioinvert.c: (GST_START_TEST):
972         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
973         Format fixes.
974
975         * tests/check/elements/multifile.c:
976         Pull in unistd.h
977
978 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
979
980         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
981         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
982         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
983         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
984         (gst_rtp_mp4g_depay_change_state):
985         * gst/rtp/gstrtpmp4gdepay.h:
986         Handle interleaved streams by reordering AU in a queue.
987
988 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
989
990         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
991         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
992         Change some of the ranges in the caps, mostly for the amount of bits we
993         can use.
994         Added a little bitstream parse and use it to parse the AU header fields.
995         Check for malformed and wrongly sized packets better.
996         Implement more header field parsing.
997         Handle the size of fragmented packets correctly.
998
999 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1000
1001         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1002         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1003         Add mapping for 'tiff' => image/tiff
1004         Fixes #552213
1005
1006 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1007
1008
1009         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1010         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1011           Pretend to care about the result of write() which works around
1012           compiler warnings.
1013
1014 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1015
1016         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1017           Make sure the desired default values are actually set, not only
1018           registered as defaults (actual problem is that the stereo-specific
1019           values are only updated if channels==2, which is not the case yet
1020           when the object is created, so the default values for the
1021           mid-side-stereo and loose-mid-side-stereo settings are never
1022           set in _update_quality()). Makes flacenc create smaller files by
1023           default (for stereo input), and fixes #550791.
1024
1025 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1026
1027         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1028         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1029         (qtdemux_parse_trak), (qtdemux_video_caps):
1030         * gst/qtdemux/qtdemux.h:
1031         * gst/qtdemux/qtdemux_fourcc.h:
1032         * gst/qtdemux/qtdemux_types.c:
1033         Add support for video/mj2 mime-type and its additional atoms/boxes.
1034         Fixes #550646.
1035
1036 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1037
1038         * gst/debug/gsttaginject.c:
1039           Add warning when tags parameter is unparsable and give example for
1040           quoting in the docs.
1041
1042 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1043
1044         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1045         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1046         Add some alternative byteswapped mappings that seem to pop up sometimes.
1047         Fixes #550288.
1048
1049 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1050
1051         * po/LINGUAS:
1052         * po/POTFILES.in:
1053         * po/POTFILES.skip:
1054           Add 'ca' to LINGUAS; add some more files with translations and some
1055           files which should be ignored by translation tools.
1056
1057 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1058
1059         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1060         * ext/speex/gstspeexdec.h:
1061         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1062         * ext/speex/gstspeexenc.h:
1063         Use integer encoding and decoding functions instead of converting
1064         the integer input to float in the element. The libspeex integer
1065         functions are doing this for us already or, if libspeex was compiled
1066         in integer mode, they're doing everything using integer arithmetics.
1067         Also saves some copying around.
1068
1069 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1070
1071         * configure.ac:
1072           Fix --disable-external
1073
1074 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1075
1076         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1077         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1078         * ext/wavpack/gstwavpackenc.h:
1079         Handle non-zero start timestamps and stream discontinuities
1080         correctly. This only has an effect if we're muxing into
1081         a container format as the raw WavPack stream must contain
1082         continous sample numbers.
1083
1084 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1085
1086         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1087         Correct the timestamp and granulepos calculation by one Speex
1088         frame.
1089
1090 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1091
1092         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1093         Correctly take the granulepos from upstream if possible and
1094         correctly handle the granulepos in various calculations: the
1095         granulepos is the sample number of the _last_ sample in a frame, not
1096         the first.
1097
1098         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1099         (gst_speex_enc_encode), (gst_speex_enc_chain),
1100         (gst_speex_enc_change_state):
1101         * ext/speex/gstspeexenc.h:
1102         Handle non-zero start timestamps in the encoder and detect/handle
1103         stream discontinuities. Fixes bug #547075.
1104
1105 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1106
1107         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1108
1109         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1110         Fix compiler warnings caused by passing a string as format string
1111         instead of "%s" and then the string. This is only exposed by -Wformat=2
1112         as used by default on Ubuntu. Fixes bug #550015.
1113
1114 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1115
1116         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1117         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1118         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1119         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1120         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1121           (gst_ebml_read_element_length):
1122         * gst/matroska/matroska-demux.c:
1123           (gst_matroska_demux_check_subtitle_buffer):
1124           Make stuff compile with GST_DISABLE_GST_DEBUG.
1125
1126 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1127
1128         * gst/law/alaw.c:
1129         * gst/law/mulaw.c:
1130           Ref caps before passing to gst_pad_template_new(), since that takes
1131           ownership.
1132
1133 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1134
1135         Patch by: Mersad Jelacic <mersad at axis dot com>
1136
1137         * gst/multipart/multipartdemux.c:
1138         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1139         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1140         demuxer. Fixes #549551.
1141
1142 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1143
1144         * sys/osxaudio/gstosxaudiosink.c:
1145         (gst_osx_audio_sink_select_device):
1146         * sys/osxaudio/gstosxaudiosrc.c:
1147         (gst_osx_audio_src_create_ringbuffer),
1148         (gst_osx_audio_src_select_device):
1149         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1150         Fix the build on macosx.
1151
1152 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1153
1154         * gst/icydemux/gsticydemux.c:
1155           Small docs fix: in the example pipeline, we need to pass
1156           iradio-mode=true to the source, so the server actually sends
1157           an ICY stream.
1158
1159 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1160
1161         * sys/osxaudio/gstosxaudio.c:
1162           Oops. Revert more completely.
1163
1164 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1165
1166         * sys/osxaudio/gstosxaudio.c:
1167           Revert accidental element rename from testing.
1168
1169 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1170
1171         * gst-plugins-good.doap:
1172         Pull in 0.10.10 doap entry from release branch
1173
1174 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1175
1176         * configure.ac:
1177         Update version number to reflect 0.10.10 release from
1178         branch.
1179
1180 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1181
1182         * sys/osxaudio/Makefile.am:
1183         * sys/osxaudio/gstosxaudio.c:
1184         * sys/osxaudio/gstosxaudiosink.c:
1185         * sys/osxaudio/gstosxaudiosink.h:
1186         * sys/osxaudio/gstosxaudiosrc.c:
1187         * sys/osxaudio/gstosxaudiosrc.h:
1188         * sys/osxaudio/gstosxringbuffer.c:
1189         * sys/osxaudio/gstosxringbuffer.h:
1190           Rewrite caps setting and ring buffer initialisation.
1191           Previously we never told CoreAudio what format we were going to send it,
1192           so it only worked due to luck, and not at all on some hardware.
1193           Now we explicitly advertise what formats the hardware supports, and then
1194           configure the selected one correctly.
1195
1196 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * sys/v4l2/gstv4l2object.c:
1199         * sys/v4l2/gstv4l2src.c:
1200         * sys/v4l2/gstv4l2src.h:
1201         * sys/v4l2/v4l2_calls.c:
1202         * sys/v4l2/v4l2src_calls.c:
1203           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1204           need to memset instance structures. Some more FIXME's and comments.
1205
1206 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1207
1208         * tests/icles/.cvsignore:
1209           Ignore more.
1210
1211 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1212
1213         * gst/goom/.cvsignore:
1214         * gst/goom2k1/.cvsignore:
1215           Ignore files.
1216
1217 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1218
1219         * ext/cairo/gsttextoverlay.c:
1220           Fix compiler warning.
1221
1222 2008-08-25  David Schleef  <ds@schleef.org>
1223
1224         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1225
1226 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1227
1228         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1229         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1230         * gst/matroska/matroska-mux.c:
1231         (gst_matroska_mux_video_pad_setcaps),
1232         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1233         Add Real[Audio|Video] support to Matroska containers.
1234         It works fine for:
1235         * decoding real audio/video streams contained in mkv
1236         * 'transmuxing' real (.rm) files into .mkv files
1237         It will not work though for encoding real[audio/video] streams that
1238         don't contain the 'mdpr_data' extra data on the caps.
1239         The reason why this will not work is because I never intended to
1240         duplicate virtually all the 'mdpr' block creation into mkvmux.
1241         Fixes #536067
1242
1243 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1244
1245         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1246         * gst/law/mulaw-conversion.c:
1247         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1248         (gst_mulawenc_chain):
1249         The encoder can't really renegotiate at the time they perform a
1250         pad-alloc so make the srcpads use fixed caps.
1251         Check the buffer size after a pad-alloc because the returned size might
1252         not be right when the downstream element does not know the size of the
1253         new buffer (capsfilter). Fixes #549073.
1254
1255 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1256
1257         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1258
1259         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1260         v4l2src doesn't have a property named "norm" so don't try to notify
1261         about changes to that property. The "norm" property and related
1262         code are commented out currently. Fixes bug #549090.
1263
1264 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1265
1266         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1267
1268         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1269         Reprobe devices again instead of taking a cached list as new
1270         devices could've been plugged in. Fixes bug #549062.
1271
1272 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1273
1274         * gst/autodetect/Makefile.am:
1275         Don't link the autodetect plugin with GConf as it doesn't
1276         use GConf. Fixes bug #545463.
1277
1278 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1279
1280         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1281         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1282         (gst_ebml_read_sint), (gst_ebml_read_float),
1283         (gst_ebml_read_header):
1284         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1285         possible to ignore errors and not post any ERROR messages on
1286         the bus.
1287
1288         * gst/matroska/matroska-demux.c:
1289         (gst_matroska_demux_parse_contents):
1290         Ignore any errors and not just EOS when parsing the contents of
1291         a SeekHead. Errors here are usually caused by truncated files
1292         and playback of the file works fine. Fixes playback of the
1293         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1294         archive.
1295
1296 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1297
1298         * gst/multipart/multipartdemux.c:
1299         * gst/multipart/multipartmux.c:
1300         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1301
1302 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1303
1304         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1305           gst_directdraw_sink_bufferpool_clear):
1306           Fix two more buffer ref leaks.
1307
1308 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1309
1310         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1311
1312         * sys/directdraw/gstdirectdrawsink.c:
1313           (gst_directdraw_sink_show_frame):
1314           Fix buffer ref leak.
1315
1316 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1317
1318         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1319         Revert the last commit. wavenc still supports width!=depth for 32 bit
1320         width. Thanks Tim.
1321
1322 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1323
1324         * gst/matroska/matroska-demux.c:
1325         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1326         If the duration of a block is unknown only use the timestamp for the
1327         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1328         laces. Otherwise every lace has the same timestamp which leads to
1329         various problems. Really fixes bug #548831.
1330
1331 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1332
1333         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1334         If we're not allowing width!=depth in wavenc we should also disable
1335         the code that was added to support width!=depth.
1336
1337 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1338
1339         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1340         Don't calculate the default duration of a frame from the audio sampling
1341         rate. This only works for raw audio if every frame contains a single
1342         sample and results in broken buffer durations for other formats
1343         if no specified default duration is given or the blocks have no
1344         duration. Fixes bug #548831.
1345
1346 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1347
1348         * gst/matroska/matroska-demux.c:
1349         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1350         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1351         are used for text/plain subtitles as a gap-filler in some files.
1352
1353 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1354
1355         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1356         (gst_v4l2_get_caps_info):
1357         Add S910 and PWC formats with a low priority.
1358
1359         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1360         (gst_v4l2src_probe_caps_for_format):
1361         Add more debugging.
1362
1363 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1364
1365         * ext/flac/gstflacenc.c:
1366           Fix compilation against older libflac versions.
1367
1368 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1369
1370         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1371         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1372         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1373         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1374         (gst_pulsemixer_ctrl_set_volume):
1375         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1376         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1377         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1378         (gst_pulsesink_init), (gst_pulsesink_open),
1379         (gst_pulsesink_prepare), (gst_pulsesink_write),
1380         (gst_pulsesink_delay), (gst_pulsesink_reset):
1381         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1382         (gst_pulsesrc_init):
1383         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1384         Fix a locking issue in pulsesink's prepare function.
1385
1386         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1387         Check if the created channel layout is valid for GStreamer.
1388
1389 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1390
1391         * gst/rtsp/gstrtspgoogle.c:
1392         Things that can happen when your brain is in google mode trying to
1393         deal with their google rtsp server extensions and trying to type your
1394         google mail account.
1395
1396 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1397
1398         * gst/rtsp/Makefile.am:
1399         * gst/rtsp/gstrtsp.c: (plugin_init):
1400         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1401         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1402         (_do_init), (gst_rtsp_google_base_init),
1403         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1404         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1405         (gst_rtsp_google_extension_init):
1406         * gst/rtsp/gstrtspgoogle.h:
1407         Add google RTSP extension, it can only handle udp and responds with
1408         unsupported if we do anything else. Fixes #546465.
1409
1410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1411         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1412         (gst_rtspsrc_create_transports_string),
1413         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1414         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1415         Make transport setup code a bit better using GString.
1416         Add some more debug.
1417         Check for closed connections before doing anything on them.
1418
1419 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1420
1421         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1422         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1423         (gst_pulsesrc_prepare):
1424         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1425         (gst_pulse_channel_map_to_gst):
1426         * ext/pulse/pulseutil.h:
1427         If downstream provides no channel layout and >2 channels should be
1428         used use the default layout that pulseaudio chooses and also
1429         add this layout to the caps. Fixes bug #547258.
1430
1431 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1432
1433         Patch by: Peter Kjellerstedt <pkj at axis com>
1434
1435         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1436         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1437         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1438         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1439         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1440         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1441         (gst_udpsrc_set_property):
1442         Avoid leaking internally allocated file descriptors when setting
1443         custom file descriptors. Fixes #543101.
1444
1445 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1446
1447         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1448         Don't try to configure RTCP back to the server when the server did not
1449         give us a valid port number.
1450
1451 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1452
1453         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1454         Use new basetransform method to renegotiate. Fixes #544956.
1455
1456         * tests/icles/Makefile.am:
1457         * tests/icles/videobox-test.c: (make_pipeline), (main):
1458         Add videobox renegotiation example.
1459
1460 2008-08-19  David Schleef  <ds@schleef.org>
1461
1462         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1463         with sane values.  Fixes #548530.
1464
1465 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1466
1467         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1468         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1469         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1470         are already filled with the correct values by
1471         gst_ring_buffer_parse_caps() so there's no need to set them again
1472         with wrong values.
1473
1474 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1475
1476         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1477         (gst_avi_demux_read_subindexes_push):
1478         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1479         and instead of using the 'ix##' nomenclature, use '##ix'.
1480         They're still valid though, this fixes the duration and indexes for
1481         virtually all the ODML files I have.
1482
1483 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1484
1485         Patch by: Olivier Crete <tester at tester dot ca>
1486
1487         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1488         (gst_rtp_vorbis_depay_process):
1489         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1490         Update the vorbis RTP pay/depay to RFC 5215.
1491         Fixes #547842.
1492
1493 2008-08-14  David Schleef  <ds@schleef.org>
1494
1495         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1496           with 3:2 pulldown, i.e., 24p.
1497
1498 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1499
1500         * tests/check/elements/level.c: (GST_START_TEST):
1501         Fix compilation some more.
1502
1503 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1504
1505         * configure.ac::
1506           Require -base CVS for wavparse acid chunk parsing.
1507
1508 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1509
1510         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1511         (gst_pulsesink_init), (gst_pulsesink_finalize),
1512         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1513         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1514         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1515         * ext/pulse/pulsesink.h:
1516         Add "device-name" property to pulsesink too and currently commented
1517         out and not working support for a "volume" property.
1518
1519 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1520
1521         * configure.ac:
1522         Remove more cdio stuff (moved to ugly)
1523
1524 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1525
1526         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1527
1528         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1529         (gst_pulsesrc_get_property):
1530         Add "device-name" property, which provides a human readable string
1531         for the audio device, to make it more consisten with other audio
1532         sources. Fixes bug #547519.
1533
1534 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1535
1536         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1537         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1538         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1539         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1540         * ext/pulse/pulsemixerctrl.h:
1541         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1542         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1543         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1544         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1545         * ext/pulse/pulseprobe.h:
1546         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1547         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1548         (gst_pulsesrc_change_state):
1549         Improve debugging a bit by including the parent object in pulsemixerctrl
1550         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1551         GST_WARNING.
1552
1553         Use the parent GObject subclass instead of a random struct as GObject
1554         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1555         when probing for another property than "device".
1556
1557 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1558
1559         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1560
1561         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1562         Fix property probing after the device property is set by calling
1563         set_server when the server property changes. Fixes bug #547518.
1564
1565 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1566
1567         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1568
1569         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1570         (gst_pulsesink_implements_interface_init),
1571         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1572         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1573         (gst_pulsesink_get_type):
1574         * ext/pulse/pulsesink.h:
1575         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1576         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1577         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1578         * ext/pulse/pulsesrc.h:
1579         Implement GstPropertyProbe interface on pulsesink for detecting
1580         sink devices and on pulsesrc for detecting source devices.
1581         Fixes bugs #547227 and #547217.
1582
1583 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1584
1585         * gst/spectrum/gstspectrum.c:
1586           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1587
1588 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1589
1590         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1591         Properly set the maximum latency value, in the same way it is done in
1592         v4lsrc.
1593         * sys/v4l2/v4l2src_calls.c:
1594         Simplify fraction equality check, no need to use GValues for this.
1595
1596 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1597
1598         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1599         Add warning messages stating exactly why the latency query failed.
1600         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1601         In some cases, the negotiated framerate might be the default one which
1602         is already set internally. But we still need to mark it down in fps_n
1603         and fps_d so that the latency query can happen properly.
1604
1605 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1606
1607         * docs/plugins/inspect/plugin-1394.xml:
1608         Whoops, forgot one doc file for people who can't/don't build the
1609         raw1394 plugin.
1610
1611 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1612
1613         * docs/plugins/Makefile.am:
1614         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1615         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1616         * docs/plugins/inspect/plugin-cdio.xml:
1617         * ext/Makefile.am:
1618         * ext/cdio/Makefile.am:
1619         * ext/cdio/gstcdio.c:
1620         * ext/cdio/gstcdio.h:
1621         * ext/cdio/gstcdiocddasrc.c:
1622         * ext/cdio/gstcdiocddasrc.h:
1623
1624         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1625         CDDA source to -ugly.
1626
1627         * po/LINGUAS:
1628         * po/POTFILES.in:
1629         * po/id.po:
1630         Pull in new translation from 0.10.9.2 release branch.
1631
1632 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1633
1634         * docs/plugins/Makefile.am:
1635         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1636         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1637         * docs/plugins/gst-plugins-good-plugins.args:
1638         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1639         * docs/plugins/gst-plugins-good-plugins.interfaces:
1640         Integrate documentation for new hdv1394src element.
1641
1642 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1643
1644         * ext/raw1394/Makefile.am:
1645         * ext/raw1394/gst1394.c: (plugin_init):
1646         * ext/raw1394/gsthdv1394src.c: (_do_init),
1647         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1648         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1649         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1650         (gst_hdv1394src_from_raw1394handle),
1651         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1652         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1653         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1654         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1655         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1656         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1657         (gst_hdv1394src_uri_handler_init):
1658         * ext/raw1394/gsthdv1394src.h:
1659         mpeg2-ts (HDV) variant of firewire capture element.
1660         Fixes #350830
1661
1662 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1663
1664         * gst/level/gstlevel.c: (gst_level_message_new):
1665          Fix compilation (also known as the classic 'fix code that someone
1666          committed without compiling it first').
1667
1668 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1669
1670         * tests/check/elements/level.c:
1671           Add a test for level in stereo mode.
1672
1673 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1674
1675         * tests/examples/spectrum/demo-audiotest.c:
1676         * tests/examples/spectrum/demo-osssrc.c:
1677           Demo how to draw analyzer results synced to the clock.
1678
1679 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1680
1681         * gst/level/gstlevel.c:
1682           Little renaming (l -> level).
1683
1684         * gst/spectrum/gstspectrum.c:
1685         * gst/spectrum/gstspectrum.h:
1686           Also send full timestamp/duration details here.
1687
1688 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1689
1690         * gst/level/gstlevel.c:
1691         * gst/level/gstlevel.h:
1692           Send same timestamp/duration details as videoanalysis. This gives
1693           applications better chance to sync analysis results with playback.
1694
1695 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1696
1697         * gst/matroska/matroska-mux.c:
1698         (gst_matroska_mux_handle_sink_event),
1699         (flac_streamheader_to_codecdata):
1700         We need to drop one additional buffer for FLAC as the fLaC
1701         marker and STREAMINFO block are merged into one buffer in the caps.
1702
1703         Also don't pretend to support NEWSEGMENT events, otherwise we
1704         will most probably write some invalid data.
1705
1706 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1707
1708         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1709         (gst_matroska_mux_audio_pad_setcaps):
1710         Add support for muxing FLAC into Matroska containers.
1711         Fixes bug #311586.
1712
1713 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1714
1715         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1716         Actually provide the variables required for the format string.
1717
1718 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1719
1720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1721         (gst_matroska_demux_element_send_event),
1722         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1723         * gst/matroska/matroska-demux.h:
1724         Close the current segment if we're doing a non-flushing seek and send
1725         the close-segment and the new segment of the seek from the streaming
1726         thread.
1727
1728 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1729
1730         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1731         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1732         (gst_flac_enc_change_state):
1733         * ext/flac/gstflacenc.h:
1734         Handle non-zero start timestamps correctly, mark header packets as
1735         IN_CAPS and print a warning and suggest using audiorate if stream
1736         discontinuities are detected. When FLAC supports flushing the encoder
1737         somehow this should be done for discontinuities instead.
1738
1739         Remove some unused variables from the instance struct.
1740
1741 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1742
1743         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1744         If seeking failed return the appropiate return value to FLAC.
1745         Otherwise it thinks seeking was successfull and tries to rewrite
1746         parts of the headers which then get appended to the output.
1747
1748 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1749
1750         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1751
1752         * ext/esd/gstesd.c: (plugin_init):
1753         * ext/flac/gstflac.c: (plugin_init):
1754         * ext/shout2/gstshout2.c: (plugin_init):
1755         * ext/wavpack/gstwavpack.c: (plugin_init):
1756         * sys/oss/gstossaudio.c: (plugin_init):
1757         * sys/v4l2/gstv4l2.c: (plugin_init):
1758         Make sure gettext returns translations in UTF-8 encoding rather
1759         than in the current locale encoding (#546822).
1760
1761 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1762
1763         * ext/flac/gstflacdec.c:
1764         Add FIXME for 0.11 to simply output everything with width=32 as given
1765         by FLAC and let audioconvert handle the conversions instead of doing
1766         them in flacdec.
1767
1768 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1769
1770         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1771         When outputting a pad template range for the size, include a framerate
1772         range too, to avoid 'not a real subset of template caps' errors.
1773
1774 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1775
1776         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1777
1778         * ext/flac/Makefile.am:
1779         * ext/flac/gstflac.c: (plugin_init):
1780         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1781         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1782         (gst_flac_tag_dispose), (gst_flac_tag_init),
1783         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1784         (gst_flac_tag_change_state):
1785         * ext/flac/gstflactag.h:
1786         Port flactag to 0.10, add documentation for it and clean it up a bit.
1787         Fixes bug #413841.
1788
1789         * docs/plugins/Makefile.am:
1790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1792         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1793         * docs/plugins/gst-plugins-good-plugins.interfaces:
1794         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1795         * docs/plugins/inspect/plugin-flac.xml:
1796         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1797         * ext/flac/gstflacdec.h:
1798         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1799         * ext/flac/gstflacenc.h:
1800         Add flactag and flacenc to the documentation and mark
1801         the private parts of the flacdec instance structure as private.
1802
1803         Also use gst_element_class_set_details_simple() in flacdec and
1804         flacenc.
1805
1806 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1807
1808         * gst/qtdemux/qtdemux.c:
1809           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1810           for it but ffmpeg does not.
1811
1812 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1813
1814         * gst/wavparse/gstwavparse.c:
1815           Handle the list chunk and use gst_riff_parse_info() to parse the info
1816           sub-chunk.
1817
1818 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1819
1820         * gst/wavparse/gstwavparse.c:
1821           Handle the acid chunk and send tempo as part of tags. Other fields are
1822           interesting too, but need more tag-definitions. Fixes #545433.
1823
1824 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1825
1826         * gst/wavparse/gstwavparse.c:
1827           Refactor wavparse. Call _reset() from dispose() and move old code from
1828           dispose into reset. This way we don't leak taglists when we abort
1829           parsing. Fix some comments. Move code for skipping a chunk into extra
1830           function. Replace chunk sizes with a const to ease readability.         
1831
1832 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1833
1834         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1835
1836         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1837         Improve udp port setup. Fixes #545710.
1838
1839 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1840
1841         * gst/rtp/Makefile.am:
1842         * gst/rtp/gstrtp.c: (plugin_init):
1843         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1844         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1845         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1846         (gst_rtp_mp1s_depay_set_property),
1847         (gst_rtp_mp1s_depay_get_property),
1848         (gst_rtp_mp1s_depay_change_state),
1849         (gst_rtp_mp1s_depay_plugin_init):
1850         * gst/rtp/gstrtpmp1sdepay.h:
1851         Add MP1S depayloader.
1852
1853         * gst/rtsp/URLS:
1854         Some more sample rtsp streams.
1855
1856 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1857
1858         * gst/rtsp/URLS:
1859         Add another URL.
1860
1861         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1862         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1863         Add some more debug info.
1864
1865 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1866
1867         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1868         Provide cbSize field for audio extra_data size, and take care to
1869         pad extra_data.
1870
1871 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1872
1873         * gst/qtdemux/qtdemux.c:
1874           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1875           TRUE.
1876
1877 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1878
1879         * gst/qtdemux/qtdemux.c:
1880         * gst/qtdemux/qtdemux_fourcc.h:
1881           Add keyword tag support. Fixes #520694 for qtdemux.
1882
1883 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1884
1885         * gst/qtdemux/qtdemux.c:
1886           Add support for tmpo tag (BPM).
1887
1888 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1889
1890         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1891         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1892         Set an estimate for the total number of samples that will be encoded
1893         if possible to help decoders if the streaminfo can't be rewritten
1894         later (like when muxing into Ogg containers).
1895
1896         Add a warning if we get header packets after data packets as those
1897         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1898         work.
1899
1900 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1901
1902         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1903         (gst_flac_dec_write):
1904         Support decoding of all depths between 4 and 32 bits and read the
1905         depth from the streaminfo header if needed. Also support all sampling
1906         rates between 1 and 655350 Hz.
1907
1908         * ext/flac/gstflacenc.c:
1909         (gst_flac_enc_caps_append_structure_with_widths),
1910         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1911         (gst_flac_enc_chain):
1912         * ext/flac/gstflacenc.h:
1913         Support encoding in all bit depths supported by the streamable
1914         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1915         between 1 Hz and 655350 Hz.
1916
1917 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1918
1919         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1920         (gst_flac_enc_sink_getcaps):
1921         Support encoding of up to 8 channels.
1922
1923 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1924
1925         * ext/soup/gstsouphttpsrc.c:
1926         * ext/soup/gstsouphttpsrc.h:
1927         Fix seeking race condition in #540300
1928         Patch By: Wouter Cloetens  <wouter at mind be>
1929
1930 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1931
1932         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1933         (gst_matroska_demux_element_send_event),
1934         (gst_matroska_demux_handle_seek_event),
1935         (gst_matroska_demux_handle_src_event):
1936         When receiving a SEEK event on a specific pad first search for a seek
1937         table entry for the stream of the pad and then fall back to an entry
1938         for a different stream.
1939
1940 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1941
1942         * configure.ac:
1943         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1944         * gst/matroska/matroska-ids.h:
1945         Build depend on core CVS for the attachment tag.
1946
1947 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1948
1949         * configure.ac:
1950         * gst/matroska/Makefile.am:
1951         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1952         (copy_backptr), (lzo1x_decode), (main):
1953         * gst/matroska/lzo.h:
1954         * gst/matroska/matroska-demux.c:
1955         (gst_matroska_demux_read_track_encoding),
1956         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1957         (gst_matroska_decode_buffer),
1958         (gst_matroska_decode_content_encodings),
1959         (gst_matroska_demux_read_track_encodings),
1960         (gst_matroska_demux_add_stream),
1961         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1962         * gst/matroska/matroska-ids.h:
1963         Decode the codec private data and following ContentEncoding if
1964         necessary.
1965
1966         Support bzip2, lzo and header stripped compression. For lzo use the
1967         ffmpeg lzo implementation as liblzo is GPL licensed.
1968         
1969         Fix zlib decompression.
1970
1971 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1972
1973         * gst/matroska/matroska-mux.c:
1974         (gst_matroska_mux_audio_pad_setcaps):
1975         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1976         duration of a frame with the new mpegaudioversion caps field.
1977
1978 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1979
1980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1981         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1982         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1983         (gst_matroska_demux_stream_from_num),
1984         (gst_matroska_demux_tracknumber_unique),
1985         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1986         (gst_matroska_demux_handle_seek_event),
1987         (gst_matroska_demux_sync_streams),
1988         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1989         (gst_matroska_demux_loop):
1990         * gst/matroska/matroska-demux.h:
1991         Allow an infinite number of stream inside Matroska containers and use
1992         a GPtrArray for storing them instead of allowing "only" 127 streams.
1993
1994 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1995
1996         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1997         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1998         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1999         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2000         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2001         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2002         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2003         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2004         (gst_ebml_read_master), (gst_ebml_read_binary),
2005         (gst_ebml_read_header):
2006         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2007         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2008         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2009         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2010         (gst_ebml_replace_uint):
2011         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2012         (gst_matroska_demux_read_track_encoding),
2013         (gst_matroska_demux_read_track_encodings),
2014         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2015         (gst_matroska_demux_send_event),
2016         (gst_matroska_demux_element_send_event),
2017         (gst_matroska_demux_handle_seek_event),
2018         (gst_matroska_demux_handle_src_event),
2019         (gst_matroska_demux_init_stream),
2020         (gst_matroska_demux_parse_tracks),
2021         (gst_matroska_demux_parse_index_cuetrack),
2022         (gst_matroska_demux_parse_index_pointentry),
2023         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2024         (gst_matroska_demux_parse_metadata_id_simple_tag),
2025         (gst_matroska_demux_parse_metadata_id_tag),
2026         (gst_matroska_demux_parse_metadata),
2027         (gst_matroska_demux_parse_attached_file),
2028         (gst_matroska_demux_parse_attachments),
2029         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2030         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2031         (gst_matroska_demux_push_flac_codec_priv_data),
2032         (gst_matroska_demux_push_xiph_codec_priv_data),
2033         (gst_matroska_demux_push_dvd_clut_change_event),
2034         (gst_matroska_demux_add_mpeg_seq_header),
2035         (gst_matroska_demux_add_wvpk_header),
2036         (gst_matroska_demux_check_subtitle_buffer),
2037         (gst_matroska_decode_buffer),
2038         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2039         (gst_matroska_demux_parse_cluster),
2040         (gst_matroska_demux_parse_contents_seekentry),
2041         (gst_matroska_demux_parse_contents),
2042         (gst_matroska_demux_loop_stream_parse_id),
2043         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2044         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2045         (gst_matroska_demux_subtitle_caps),
2046         (gst_matroska_demux_change_state):
2047         * gst/matroska/matroska-ids.c:
2048         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2049         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2050         (gst_matroska_mux_video_pad_setcaps),
2051         (xiph3_streamheader_to_codecdata),
2052         (vorbis_streamheader_to_codecdata),
2053         (theora_streamheader_to_codecdata),
2054         (gst_matroska_mux_audio_pad_setcaps),
2055         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2056         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2057         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2058         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2059         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2060         Fix indention everywhere. A broken indent version has added newlines
2061         after every single declaration some time ago.
2062
2063 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2064
2065         * gst/matroska/matroska-demux.c:
2066         (gst_matroska_demux_loop_stream_parse_id):
2067         If no Tracks are found error out instead of trying it again until the
2068         end of time.
2069
2070 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2071
2072         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2073         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2074         bit and signed otherwise, not the other way around.
2075
2076 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2077
2078         * gst/matroska/matroska-mux.c:
2079         Add more raw YUV formats to the list of supported formats.
2080
2081 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2082
2083         * gst/matroska/matroska-mux.c:
2084         (gst_matroska_mux_audio_pad_setcaps):
2085         Add support for muxing raw float audio now that the spec defines the
2086         endianness and add support for muxing raw integer audio with 24 and
2087         32 bits.
2088
2089         Allow muxing of more than 8 audio channels.
2090
2091 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2092
2093         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2094         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2095         Add locking to the global array of used track UIDs to prevent random
2096         crashes if more than a single matrosmux instance is used.
2097
2098         Use 64 bit values for the track UIDs.
2099
2100         Use the global GRandom of GLib instead of creating our own one
2101         for the few random numbers we need every single time.
2102
2103 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2104
2105         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2106         (gst_flac_dec_setup_stream_decoder),
2107         (gst_flac_dec_update_metadata):
2108         Always post the audio-codec tag, not only if other tags are present.
2109
2110 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2111
2112         * configure.ac:
2113         Back to development -> 0.10.9.1
2114
2115 === release 0.10.9 ===
2116
2117 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2118
2119         * configure.ac:
2120           releasing 0.10.9, "Steam Train Rolling"
2121
2122 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2123
2124         * ext/soup/gstsouphttpsrc.c:
2125         Don't throw an error when soup completes a msg with status
2126         'cancelled', as that indicates we cancelled a request while
2127         shutting down or seeking, and it's not an error.
2128         Fixes: #540300 again.
2129
2130 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2131
2132         * configure.ac:
2133         0.10.8.4 pre-release
2134
2135 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2136
2137         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2138         Fix segment-stop regression.
2139         Add documentation regarding segments in quicktime files by Wim Taymans.
2140         Fixes #544509
2141
2142 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2143
2144         * configure.ac:
2145         0.10.8.3 pre-release
2146
2147         * po/LINGUAS:
2148         * po/pt_BR.po:
2149         Add pt_BR translation
2150
2151 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2152
2153         * gst/goom/convolve_fx.c:
2154         * gst/goom/filters.c:
2155         * gst/goom/goom_config.h:
2156         * gst/goom/goom_core.c:
2157         * gst/goom/goom_tools.h:
2158           Fix build with MSVC: include glib.h to define inline appropriately,
2159           use header guards where needed.
2160         * gst/udp/gstudpnetutils.c:
2161         * gst/udp/gstudpsrc.c:
2162           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2163           g_snprintf rather than snprintf.
2164           Fixes #544433.
2165
2166 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2167
2168         * gst/debug/gsttaginject.c:
2169         * gst/debug/gsttaginject.h:
2170           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2171           partially.
2172
2173 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2174
2175         * configure.ac:
2176         0.10.8.2 pre-release
2177
2178 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2179
2180         * ext/Makefile.am:
2181         Finish hooking up pulseaudio plugin to the build.
2182
2183         * ext/pulse/pulsemixerctrl.c:
2184         Fix compilation error.
2185
2186 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2187
2188         * po/LINGUAS:
2189         * po/lt.po:
2190         Add new lithunian translation, and add french to the LINGUAS
2191         file.
2192
2193 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2194
2195         * ext/soup/gstsouphttpsrc.c:
2196         Fix Soup HTTP source seeking.
2197         Patch By: Wouter Cloetens  <wouter at mind be>
2198         Fixes: #540300
2199
2200         * tests/check/elements/.cvsignore:
2201         Ignore new check programs.
2202
2203 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2204
2205         * configure.ac:
2206         * docs/plugins/Makefile.am:
2207         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2208         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2209         * docs/plugins/gst-plugins-good-plugins.args:
2210         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2211         * docs/plugins/gst-plugins-good-plugins.interfaces:
2212         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2213         * docs/plugins/inspect/plugin-interleave.xml:
2214         * docs/plugins/inspect/plugin-replaygain.xml:
2215         * tests/check/Makefile.am:
2216
2217         Move replaygain and interleave plugins from -bad.
2218         Fixes: #543406
2219         Fixes: #536228
2220
2221 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2222
2223         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2224         (qtdemux_parse_trak):
2225         Revert ISO base media spec based pixel-aspect-ratio calculation.
2226         Fixes #543300.
2227
2228 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2229
2230         * sys/osxvideo/osxvideosink.m:
2231         Fix minor build issues on macosx.
2232         Fixes #543054
2233
2234 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2235
2236         * configure.ac::
2237         * ext/taglib/Makefile.am::
2238           Only use -Wno-attributes (which is there to work around a
2239           bug in the taglib 1.5 headers) if the c++ compiler actually
2240           supports it (#543255).
2241
2242 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2243
2244         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2245
2246         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2247           Avoid compiler warning by initialising variable to NULL (#543259).
2248
2249 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2250
2251         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2252         Don't pass NULL taglists to gst_tag_list_is_empty().
2253
2254 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2255
2256         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2257         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2258         (rtp_pipeline_run):
2259         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2260         Don't use declarations after statements.
2261
2262 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2263
2264         * ext/jpeg/gstjpegdec.c:
2265         Align documentation with reality.
2266
2267 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2268
2269         * gst/udp/gstudpnetutils.c:
2270         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2271         old value (1) if it's not defined which should not cause any problems
2272         as we're using it internal only anyway.
2273
2274 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2275
2276         Patch by: Alessandro Decina <alessandro at nnva dot org>
2277
2278         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2279         Fix build of avidemux on big endian architectures.
2280
2281 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2282
2283         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2284
2285         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2286         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2287
2288 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2289
2290         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2291         (qtdemux_parse_trak):
2292         Set pixel-aspect-ratio in caps using display width and height
2293         provided in track.
2294
2295 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2296
2297         * configure.ac:
2298         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2299         flags that are invalid for C++. Fixes bug #516509.
2300
2301 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2302
2303         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2304         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2305         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2306         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2307         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2308         * tests/examples/equalizer/demo.c: (message_handler):
2309         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2310         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2311         Don't use declarations after statements and variable length arrays.
2312
2313 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2314
2315         Patch by: Daniel Drake <dsd at gentoo dot org>
2316
2317         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2318         (gst_v4l2src_get_nearest_size):
2319         Try progressive video if interlaced fails. Fixes bug #541956
2320         and the usage of v4l2src on OLPC.
2321
2322 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2323
2324         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2325         (gst_rtp_speex_depay_process):
2326         * gst/rtp/gstrtpspeexdepay.h:
2327         Revert last change: Only the jitterbuffer is able to convert RTP to
2328         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2329         Reopens bug #541787.
2330
2331 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2332
2333         * gst/rtp/gstrtpvrawdepay.c:
2334           Include stdlib.h for atoi().
2335
2336         * gst/rtsp/gstrtspsrc.c:
2337           Use floating point math for latencies < 0 sec in log output.
2338
2339 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2340
2341         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2342
2343         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2344         (gst_rtp_speex_depay_process):
2345         * gst/rtp/gstrtpspeexdepay.h:
2346         Take timestamp from the RTP packet as a first step to fix problems
2347         with transmission over RTP when the network is not reliable.
2348         Fixes bug #541787.
2349
2350 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2351
2352         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2353
2354         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2355         Fix parsing of udp:// URIs containing IPv6 addresses.
2356         Fixes bug #541650.
2357
2358 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2359
2360         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2361         Do not leak incoming buffers.
2362
2363 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2364
2365         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2366
2367         * configure.ac:
2368         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2369         for htons() and htonl(). Fixes bug #541412.
2370
2371 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2372
2373         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2374         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2375         (gst_matroska_demux_element_query),
2376         (gst_matroska_demux_handle_src_query),
2377         (gst_matroska_demux_handle_seek_event):
2378         Handle position and duration query in DEFAULT format if the
2379         pad's track has a default frame duration set.
2380
2381         Fix seeking now that the segment's duration doesn't contain the
2382         (possibly wrong or inaccurate) duration of the Matroska file.
2383
2384 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2385
2386         * gst/matroska/ebml-read.c: (_ext2dbl):
2387         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2388         in math.h except on MSVC where it is defined in xmath.h.
2389         Fixes compilation with MSVC.
2390
2391 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2392
2393         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2394         (gst_matroska_demux_handle_src_query),
2395         (gst_matroska_demux_parse_info),
2396         (gst_matroska_demux_loop_stream_parse_id):
2397         * gst/matroska/matroska-demux.h:
2398         Don't set the segment duration to the duration from the Matroska
2399         header as this value could be wrong and is just informational.
2400
2401 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2402
2403         * gst/matroska/matroska-demux.c:
2404         (gst_matroska_demux_loop_stream_parse_id):
2405         If no Tracks element is found until the first Cluster is found
2406         search it and error out if none is found in the complete file.
2407
2408 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2409
2410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2411         Resync non-subtitle tracks too if a too large gap compared to other
2412         tracks is detected.
2413
2414 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2415
2416         * gst/rtp/Makefile.am:
2417         * gst/rtp/gstrtp.c: (plugin_init):
2418         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2419         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2420         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2421         (gst_rtp_vraw_depay_change_state),
2422         (gst_rtp_vraw_depay_plugin_init):
2423         * gst/rtp/gstrtpvrawdepay.h:
2424         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2425         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2426         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2427         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2428         (gst_rtp_vraw_pay_plugin_init):
2429         * gst/rtp/gstrtpvrawpay.h:
2430         Add raw video pay and depayloaders, see RFC4175.
2431
2432 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2433
2434         * ext/libpng/gstpngdec.c:
2435         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2436         whatever it returned.
2437
2438 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2439
2440         * gst/avi/avi-ids.h:
2441         Add vprp chunk related structures.
2442         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2443         (gst_avi_demux_parse_stream):
2444         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2445         to caps.  Fixes #539482.
2446         * gst/avi/gstavimux.h:
2447         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2448         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2449         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2450
2451 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2452
2453         * tests/check/elements/avimux.c: (check_avimux_pad):
2454         Adjust avimux unit test according to increased streamheader size.
2455
2456 2008-06-27  David Schleef  <ds@schleef.org>
2457
2458         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2459
2460 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2461
2462         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2463         * gst/avi/gstavimux.h:
2464         Add 8 bytes to current streamheader to make for a complete one
2465         and to make more players happy.  Fixes #519460.
2466
2467 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2468
2469         * sys/v4l2/v4l2_calls.c::
2470           Don't include unused gstv4l2xoverlay.h. Fixes build
2471           in case where X11 headers are not installed.
2472
2473 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2474
2475         * ext/dv/gstdv.c: (plugin_init):
2476         Fix compilation.
2477
2478 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2479
2480         * ext/dv/gstdv.c: (plugin_init):
2481         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2482         DV decoder available.
2483         Fixes #532393
2484
2485 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2486
2487         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2488         Call getsockname() after the call to bind() to get updated values
2489         for the port, etc. This fixes the usage of udpsrc on anonymous
2490         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2491         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2492
2493 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2494
2495         * tests/check/pipelines/wavpack.c: (bus_handler):
2496         Remove workaround for a bug in identity that is fixed in 0.10.20.
2497
2498 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2499
2500         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2501
2502         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2503         Fix HTTP auth support with user/password passed via the URI.
2504         Fixes bug #540067.
2505
2506 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2507
2508         * configure.ac:
2509           Depend on released versions of core and -base.
2510
2511 2008-06-23  Julien Moutte  <julien@fluendo.com>
2512
2513         * gst/matroska/matroska-demux.c:
2514         (gst_matroska_demux_read_track_encoding),
2515         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2516         format strings in macros. (makes it build on OS X again...)
2517
2518 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2519
2520         * gst/rtp/gstrtptheorapay.c:
2521         * gst/udp/gstmultiudpsink.c:
2522           Added debug.
2523
2524 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2525
2526         * configure.ac: switch v4l2src over to the normal build instead of
2527         being 'experimental'. Fixes bug #536831.
2528
2529 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2530
2531         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2532         Remove unused variable so that we can compile again.
2533
2534 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2535
2536         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2537         No need to check for audio/G723 and audio/32KADPCM here as they are
2538         no longer supported.
2539
2540 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2541
2542         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2543         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2544         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2545         known length.
2546
2547 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2548
2549         * gst/matroska/matroska-demux.c:
2550         (gst_matroska_demux_add_wvpk_header),
2551         (gst_matroska_demux_audio_caps):
2552         * gst/matroska/matroska-ids.h:
2553         Fix demuxing of WavPack files. Muxing is still broken.
2554
2555 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2556
2557         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2558         (gst_matroska_demux_add_mpeg_seq_header),
2559         (gst_matroska_demux_add_wvpk_header),
2560         (gst_matroska_demux_check_subtitle_buffer),
2561         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2562         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2563         (gst_matroska_demux_subtitle_caps):
2564         * gst/matroska/matroska-ids.h:
2565         Add a "vfunc" to the track context for postprocessing frames and
2566         convert the wavpack and subtitle postprocessing to this vfunc.
2567         Copy buffer flags in those functions to the new buffers too.
2568
2569         Parse CodecState elements of Blocks.
2570
2571         Add a postprocessing function for MPEG video that adds the sequence
2572         header from the codec private data or codec state to the frames if
2573         it's not already there.
2574
2575 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2576
2577         * gst/matroska/matroska-demux.c:
2578         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2579         If a gap of more than 1/2 second is found in one stream send a
2580         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2581         This also fixes Matroska files where the first buffer doesn't start
2582         at timestamp 0. Fixes bug #429322.
2583
2584         The duration of a block is the default duration multiplied with the
2585         number of laces. Every lace is one frame and the default duration
2586         is the duration of one frame. This fixes playback of files that use
2587         lacing for some tracks.
2588
2589 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2590
2591         * gst/matroska/matroska-demux.c:
2592         (gst_matroska_demux_parse_contents_seekentry):
2593         Update FIXME/TODOs and only ignore EOS at the central, important place
2594         instead of several places.
2595
2596 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2597
2598         * gst/rtp/gstrtpg726pay.c:
2599         Fix caps, See #538891.
2600
2601 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2602
2603         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2604         (gst_matroska_demux_stream_from_num),
2605         (gst_matroska_demux_encoding_cmp),
2606         (gst_matroska_demux_encoding_order_unique),
2607         (gst_matroska_demux_read_track_encoding),
2608         (gst_matroska_demux_read_track_encodings),
2609         (gst_matroska_demux_tracknumber_unique),
2610         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2611         (gst_matroska_demux_parse_tracks),
2612         (gst_matroska_demux_parse_index_cuetrack),
2613         (gst_matroska_demux_parse_index_pointentry),
2614         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2615         (gst_matroska_demux_parse_metadata_id_simple_tag),
2616         (gst_matroska_demux_parse_metadata_id_tag),
2617         (gst_matroska_demux_parse_metadata),
2618         (gst_matroska_demux_parse_attached_file),
2619         (gst_matroska_demux_parse_attachments),
2620         (gst_matroska_demux_parse_chapters),
2621         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2622         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2623         (gst_matroska_demux_parse_cluster),
2624         (gst_matroska_demux_parse_contents_seekentry),
2625         (gst_matroska_demux_parse_contents),
2626         (gst_matroska_demux_loop_stream_parse_id),
2627         (gst_matroska_demux_loop):
2628         Improve debug output everywhere and fix the EOS logic.
2629
2630         Check the values of the ContentEncoding elements more strictly and
2631         don't use tracks for which it's invalid.
2632
2633         Check that the track number is unique for this stream.
2634
2635         Check that seek positions are below G_MAXINT64 as our seeks are
2636         int64-based and overflows will fail badly.
2637
2638         After seeks also don't push SimpleBlocks until the first one
2639         containing a keyframe is found. Before this was done only for normal
2640         Blocks.
2641
2642         Update some FIXME/TODOs.
2643         
2644         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2645         (gst_ebml_read_utf8), (gst_ebml_read_header):
2646         Improve debug output.
2647
2648         * gst/matroska/matroska-ids.c:
2649         (gst_matroska_track_init_video_context):
2650         * gst/matroska/matroska-ids.h:
2651         * gst/matroska/matroska-mux.c:
2652         (gst_matroska_mux_video_pad_setcaps):
2653         Remove eye mode and don't parse it anymore. We can't use that
2654         information in GStreamer yet so it's useless.
2655
2656
2657 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2658
2659         Patch by: Mersad Jelacic <mersad at axis dot com>
2660
2661         * gst/rtp/Makefile.am:
2662         * gst/rtp/gstrtp.c: (plugin_init):
2663         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2664         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2665         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2666         (gst_rtp_g726_depay_plugin_init):
2667         * gst/rtp/gstrtpg726depay.h:
2668         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2669         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2670         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2671         * gst/rtp/gstrtpg726pay.h:
2672         Added G726 pay/depayloaders. Fixes #538891.
2673
2674 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2675
2676         * gst/rtsp/URLS:
2677         Some more urls.
2678
2679         * gst/smpte/barboxwipes.c:
2680         Add a comment
2681
2682         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2683         Fix typo, add audioresample to the pipeline.
2684
2685 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2686
2687         * ext/libmng/Makefile.am:
2688         * ext/libmng/gstmng.c: (plugin_init):
2689         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2690         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2691         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2692         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2693         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2694         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2695         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2696         (gst_mng_dec_change_state):
2697         * ext/libmng/gstmngdec.h:
2698         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2699         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2700         (gst_mng_enc_init), (gst_mng_enc_chain),
2701         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2702         * ext/libmng/gstmngenc.h:
2703         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2704         bits ifdeffed out still.
2705
2706 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2707
2708         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2709         When comparing index elements with the same time compare their
2710         block number.
2711
2712 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2713
2714         * gst/matroska/matroska-demux.c:
2715           (gst_matroska_demux_parse_attached_file)
2716           Init variable to NULL to avoid compiler warning.
2717
2718 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2719
2720         * gst/matroska/Makefile.am:
2721         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2722         (gst_matroska_demux_parse_attached_file),
2723         (gst_matroska_demux_parse_attachments),
2724         (gst_matroska_demux_parse_contents_seekentry),
2725         (gst_matroska_demux_loop_stream_parse_id):
2726         * gst/matroska/matroska-demux.h:
2727         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2728         * gst/matroska/matroska-ids.h:
2729         * gst/matroska/matroska.c: (plugin_init):
2730         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2731         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2732         and description of the attachments in the caps. Fixes bug #537622.
2733
2734 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2735
2736         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2737         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2738         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2739         (gst_speex_enc_src_query), (gst_speex_enc_init),
2740         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2741         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2742         (gst_speex_enc_set_property):
2743         Add mode property.
2744         Some cleanups, add more debug info.
2745         Add latency query.
2746
2747 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2748
2749         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2750         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2751         If we get less bytes than requested we can't do anything except doing
2752         our EOS logic.
2753
2754 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2755
2756         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2757         (gst_matroskademux_do_index_seek),
2758         (gst_matroska_demux_parse_index_cuetrack),
2759         (gst_matroska_demux_parse_index_pointentry),
2760         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2761         (gst_matroska_demux_parse_metadata):
2762         * gst/matroska/matroska-demux.h:
2763         * gst/matroska/matroska-ids.h:
2764         Use a GArray for storing the Cue (i.e. seek) information, store
2765         the CueTrackPositions for every track, store the block number
2766         and optimize searching in the array by sorting it after the last
2767         element was added.
2768
2769         Fix a small memory leak when trying to parse a tags element that was
2770         already parsed.
2771
2772 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2773
2774         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2775         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2776         (gst_matroska_mux_write_data):
2777         * gst/matroska/matroska-mux.h:
2778         Don't write another SeekHead which indexes all Clusters to the end of
2779         the file. This isn't useful for anything and just increases filesize.
2780
2781 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2782
2783         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2784         Prevent unaligned memory access when reading floats.
2785
2786 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2787
2788         * gst/matroska/ebml-read.c:
2789         * gst/matroska/ebml-read.h:
2790         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2791         (gst_matroska_demux_parse_metadata):
2792         * gst/matroska/matroska-demux.h:
2793         Make sure that every Tags element is only parsed once and it's
2794         containing tags are only posted once.
2795
2796 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2797
2798         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2799         (gst_ebml_read_header):
2800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2801         (gst_matroska_demux_parse_tracks),
2802         (gst_matroska_demux_parse_index_cuetrack),
2803         (gst_matroska_demux_parse_index_pointentry),
2804         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2805         (gst_matroska_demux_parse_metadata_id_simple_tag),
2806         (gst_matroska_demux_parse_metadata_id_tag),
2807         (gst_matroska_demux_parse_metadata),
2808         (gst_matroska_demux_parse_attachments),
2809         (gst_matroska_demux_parse_chapters),
2810         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2811         (gst_matroska_demux_parse_cluster),
2812         (gst_matroska_demux_parse_contents_seekentry),
2813         (gst_matroska_demux_parse_contents),
2814         (gst_matroska_demux_loop_stream_parse_id):
2815         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2816         already. They're not useful in the matroska parser and only cause
2817         additional code.
2818
2819 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2820
2821         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2822         (gst_ebml_finalize), (gst_ebml_read_change_state),
2823         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2824         * gst/matroska/matroska-demux.c:
2825         (gst_matroska_demux_parse_contents_seekentry):
2826         Reverse the level list as we usually are only interested in the
2827         first element or want to add a new first element. Having the
2828         first element stored at the end and calling g_list_last() and
2829         g_list_append() is more expensive.
2830
2831         Also use GSlice for allocating the GstEbmlLevel structs.
2832
2833 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2834
2835         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2836           (gst_tag_inject_class_init), (gst_tag_inject_init):
2837           Don't unref NULL taglist in finalize. Don't use c++ style
2838           comments.
2839
2840 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2841
2842         * gst/matroska/matroska-demux.c:
2843         (gst_matroska_demux_parse_metadata_id_simple_tag):
2844         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2845         (gst_matroska_mux_write_data):
2846         Use gst_value_serialize() and gst_value_deserialize() for transforming
2847         tags from some GType to a string and the other way around. The default
2848         transformations in GLib don't include transformations from string to
2849         number types.
2850
2851 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2852
2853         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2854         (gst_matroska_demux_parse_tracks),
2855         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2856         (gst_matroska_demux_parse_attachments),
2857         (gst_matroska_demux_parse_chapters),
2858         (gst_matroska_demux_parse_contents_seekentry),
2859         (gst_matroska_demux_loop_stream_parse_id):
2860         * gst/matroska/matroska-demux.h:
2861         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2862         Tags multiple times. The first ones can appear more than once but must
2863         contain the same content as the first for backup purposes so we ignore
2864         all but the first one. Tags can appear multiple times with different
2865         content.
2866
2867         Jump to all elements except Clusters that are available from a
2868         SeekHead to make it more likely to have all required informations
2869         before getting to the first Clusters.
2870
2871         Add dummy functions for parsing Attachments and Chapters.
2872
2873 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2874
2875         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2876         (gst_udpsrc_create), (gst_udpsrc_set_property),
2877         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2878         * gst/udp/gstudpsrc.h:
2879         Add property to control automatic join/leave of multicast groups.
2880         Add G_LIKELY.
2881         Remove setting caps on buffers explicitly, basesrc does that for us now.
2882         Improve debug info.
2883         Convert some non-fatal error into warnings.
2884         Use g_ntohs for better portability.
2885         Leave multicast groups when stopping.
2886         When using external sockets, use getsockname() on them to fill up the
2887         addr structure before calling methods that use the structure.
2888         Should all fix #536903.
2889         API: GstUDPSrc::auto-multicast property
2890
2891 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2892
2893         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2894         Use g_ntohl for better portability.
2895
2896 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2897
2898         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2899         (gst_multiudpsink_remove):
2900         Fix a typo and do some small cleanups.
2901
2902 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2903
2904         Patch by: Olivier Crete <tester at tester dot ca>
2905
2906         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2907         Make the delivery-method mandatory on the caps and only accept inline
2908         for now.
2909         Reverse strcmp checks for delivery-method.
2910
2911         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2912         Make delivery method optional when parsing caps and note this in the
2913         caps.
2914         Reverse strcmp checks for delivery-method.
2915
2916         * gst/rtp/gstrtpvorbispay.c:
2917         Update a comment to note that the delivery-method is optional, 
2918         Fixes #537675.
2919
2920 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2921
2922         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2923         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2924         leaving them in READY. Fixes #537832.
2925
2926 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2927
2928         * gst/avi/gstavimux.c:
2929           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2930           for a random constant in tagmuxing code.
2931
2932 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2933
2934         * gst/debug/gsttaginject.c:
2935         * gst/debug/gsttaginject.h:
2936           Now actually adding the new element.
2937
2938 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2939
2940         * docs/plugins/Makefile.am:
2941         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2942         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2943         * docs/plugins/gst-plugins-good-plugins.args:
2944         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2945         * docs/plugins/gst-plugins-good-plugins.interfaces:
2946         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2947         * docs/plugins/inspect/plugin-aasink.xml:
2948         * docs/plugins/inspect/plugin-alaw.xml:
2949         * docs/plugins/inspect/plugin-alpha.xml:
2950         * docs/plugins/inspect/plugin-alphacolor.xml:
2951         * docs/plugins/inspect/plugin-annodex.xml:
2952         * docs/plugins/inspect/plugin-apetag.xml:
2953         * docs/plugins/inspect/plugin-audiofx.xml:
2954         * docs/plugins/inspect/plugin-auparse.xml:
2955         * docs/plugins/inspect/plugin-autodetect.xml:
2956         * docs/plugins/inspect/plugin-avi.xml:
2957         * docs/plugins/inspect/plugin-cacasink.xml:
2958         * docs/plugins/inspect/plugin-cairo.xml:
2959         * docs/plugins/inspect/plugin-cdio.xml:
2960         * docs/plugins/inspect/plugin-cutter.xml:
2961         * docs/plugins/inspect/plugin-debug.xml:
2962         * docs/plugins/inspect/plugin-dv.xml:
2963         * docs/plugins/inspect/plugin-efence.xml:
2964         * docs/plugins/inspect/plugin-effectv.xml:
2965         * docs/plugins/inspect/plugin-equalizer.xml:
2966         * docs/plugins/inspect/plugin-esdsink.xml:
2967         * docs/plugins/inspect/plugin-flac.xml:
2968         * docs/plugins/inspect/plugin-flxdec.xml:
2969         * docs/plugins/inspect/plugin-gamma.xml:
2970         * docs/plugins/inspect/plugin-gconfelements.xml:
2971         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2972         * docs/plugins/inspect/plugin-goom.xml:
2973         * docs/plugins/inspect/plugin-goom2k1.xml:
2974         * docs/plugins/inspect/plugin-halelements.xml:
2975         * docs/plugins/inspect/plugin-icydemux.xml:
2976         * docs/plugins/inspect/plugin-id3demux.xml:
2977         * docs/plugins/inspect/plugin-jpeg.xml:
2978         * docs/plugins/inspect/plugin-level.xml:
2979         * docs/plugins/inspect/plugin-matroska.xml:
2980         * docs/plugins/inspect/plugin-monoscope.xml:
2981         * docs/plugins/inspect/plugin-mulaw.xml:
2982         * docs/plugins/inspect/plugin-multifile.xml:
2983         * docs/plugins/inspect/plugin-multipart.xml:
2984         * docs/plugins/inspect/plugin-navigationtest.xml:
2985         * docs/plugins/inspect/plugin-ossaudio.xml:
2986         * docs/plugins/inspect/plugin-png.xml:
2987         * docs/plugins/inspect/plugin-quicktime.xml:
2988         * docs/plugins/inspect/plugin-rtp.xml:
2989         * docs/plugins/inspect/plugin-rtsp.xml:
2990         * docs/plugins/inspect/plugin-smpte.xml:
2991         * docs/plugins/inspect/plugin-soup.xml:
2992         * docs/plugins/inspect/plugin-spectrum.xml:
2993         * docs/plugins/inspect/plugin-speex.xml:
2994         * docs/plugins/inspect/plugin-taglib.xml:
2995         * docs/plugins/inspect/plugin-udp.xml:
2996         * docs/plugins/inspect/plugin-video4linux2.xml:
2997         * docs/plugins/inspect/plugin-videobalance.xml:
2998         * docs/plugins/inspect/plugin-videobox.xml:
2999         * docs/plugins/inspect/plugin-videocrop.xml:
3000         * docs/plugins/inspect/plugin-videoflip.xml:
3001         * docs/plugins/inspect/plugin-videomixer.xml:
3002         * docs/plugins/inspect/plugin-wavenc.xml:
3003         * docs/plugins/inspect/plugin-wavpack.xml:
3004         * docs/plugins/inspect/plugin-wavparse.xml:
3005         * docs/plugins/inspect/plugin-ximagesrc.xml:
3006         * gst/debug/Makefile.am:
3007         * gst/debug/breakmydata.c:
3008         * gst/debug/efence.c:
3009         * gst/debug/gstdebug.c:
3010         * gst/debug/gstnavseek.c:
3011         * gst/debug/gstpushfilesrc.c:
3012         * gst/debug/gstpushfilesrc.h:
3013         * gst/debug/negotiation.c:
3014         * gst/debug/progressreport.c:
3015         * gst/debug/progressreport.h:
3016         * gst/debug/rndbuffersize.c:
3017         * gst/debug/testplugin.c:
3018           Remove dummy plugin_init. Remove some undefined entries from doc-
3019           section file. Add taginject element and rebuild docs for it.
3020
3021 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3022
3023         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3024         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3025         Update the counter for the number of streams when pads are added or
3026         removed. This will make sure that a seek table is generated for
3027         files with just one audio stream.
3028
3029 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3030
3031         * gst/matroska/matroska-demux.c:
3032         (gst_matroska_demux_parse_metadata_id_simple_tag):
3033         * gst/matroska/matroska-ids.h:
3034         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3035         Add some more tags, improve debugging a bit and make sure that
3036         GValue transformation has succeeded before using the result
3037         as a tag.
3038
3039 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3040
3041         Patch by: Olivier Crete <tester at tester dot ca>
3042
3043         * gst/rtp/gstrtptheorapay.c:
3044         The Theora RTP payloader only supports the "inline" delievery method
3045         so let's declare this on the caps of the static pad template.
3046         Fixes bug #537675.
3047
3048 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3049
3050         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3051         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3052         Remove bogus check.
3053
3054 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3055
3056         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3057         (gst_videomixer_blend_buffers):
3058         Use stream_time to synchronize the object properties.
3059         Use running_time of the master pad to timestamp outgoing buffers.
3060         Fix the initial segment event to extend an unknown amount of time.
3061         Fixes #537361.
3062
3063 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3064
3065         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3066         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3067         (gst_avi_demux_calculate_durations_from_index),
3068         (gst_avi_demux_stream_header_push),
3069         (gst_avi_demux_stream_header_pull):
3070         Try to ignore unparsable/unknown streams and give a warning instead of
3071         erroring out. Fixes #537377.
3072
3073 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3074
3075         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3076         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3077
3078         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3079         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3080         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3081         (gst_matroska_demux_read_track_encodings),
3082         (gst_matroska_demux_add_stream),
3083         (gst_matroska_demux_handle_src_query),
3084         (gst_matroska_demux_init_stream),
3085         (gst_matroska_demux_parse_index_cuetrack),
3086         (gst_matroska_demux_parse_index_pointentry),
3087         (gst_matroska_demux_parse_info),
3088         (gst_matroska_demux_parse_metadata_id_simple_tag),
3089         (gst_matroska_demux_parse_metadata),
3090         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3091         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3092         (gst_matroska_demux_parse_cluster),
3093         (gst_matroska_demux_parse_contents_seekentry),
3094         (gst_matroska_demux_loop_stream_parse_id),
3095         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3096         (gst_matroska_demux_audio_caps),
3097         (gst_matroska_demux_subtitle_caps):
3098         * gst/matroska/matroska-demux.h:
3099         * gst/matroska/matroska-ids.c:
3100         (gst_matroska_track_init_subtitle_context):
3101         * gst/matroska/matroska-ids.h:
3102         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3103         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3104         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3105         (gst_matroska_mux_video_pad_setcaps),
3106         (gst_matroska_mux_audio_pad_setcaps),
3107         (gst_matroska_mux_subtitle_pad_setcaps),
3108         (gst_matroska_mux_request_new_pad),
3109         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3110         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3111         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3112         (gst_matroska_mux_set_property):
3113         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3114         elements, do some checks for valid values in the demuxer, handle
3115         tracktimecodescale in the demuxer, set correct default values for all
3116         settings in the demuxer, review and add all missing matroska
3117         IDs and some more raw YUV formats, and some trivial cleanup.
3118
3119 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3120
3121         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3122         (gst_pulsemixer_class_init):
3123         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3124         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3125         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3126         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3127         (gst_pulsesrc_prepare):
3128         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3129         gst_element_class_set_details_simple() and fix coding style a bit
3130         more.
3131
3132 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3133
3134         * docs/plugins/Makefile.am:
3135         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3136         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3137         * docs/plugins/gst-plugins-good-plugins.args:
3138         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3139         * docs/plugins/gst-plugins-good-plugins.interfaces:
3140         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3141         * docs/plugins/inspect/plugin-aasink.xml:
3142         * docs/plugins/inspect/plugin-alaw.xml:
3143         * docs/plugins/inspect/plugin-alpha.xml:
3144         * docs/plugins/inspect/plugin-alphacolor.xml:
3145         * docs/plugins/inspect/plugin-annodex.xml:
3146         * docs/plugins/inspect/plugin-apetag.xml:
3147         * docs/plugins/inspect/plugin-audiofx.xml:
3148         * docs/plugins/inspect/plugin-auparse.xml:
3149         * docs/plugins/inspect/plugin-autodetect.xml:
3150         * docs/plugins/inspect/plugin-avi.xml:
3151         * docs/plugins/inspect/plugin-cacasink.xml:
3152         * docs/plugins/inspect/plugin-cairo.xml:
3153         * docs/plugins/inspect/plugin-cdio.xml:
3154         * docs/plugins/inspect/plugin-cutter.xml:
3155         * docs/plugins/inspect/plugin-debug.xml:
3156         * docs/plugins/inspect/plugin-dv.xml:
3157         * docs/plugins/inspect/plugin-efence.xml:
3158         * docs/plugins/inspect/plugin-effectv.xml:
3159         * docs/plugins/inspect/plugin-equalizer.xml:
3160         * docs/plugins/inspect/plugin-esdsink.xml:
3161         * docs/plugins/inspect/plugin-flac.xml:
3162         * docs/plugins/inspect/plugin-flxdec.xml:
3163         * docs/plugins/inspect/plugin-gamma.xml:
3164         * docs/plugins/inspect/plugin-gconfelements.xml:
3165         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3166         * docs/plugins/inspect/plugin-goom.xml:
3167         * docs/plugins/inspect/plugin-goom2k1.xml:
3168         * docs/plugins/inspect/plugin-halelements.xml:
3169         * docs/plugins/inspect/plugin-icydemux.xml:
3170         * docs/plugins/inspect/plugin-id3demux.xml:
3171         * docs/plugins/inspect/plugin-jpeg.xml:
3172         * docs/plugins/inspect/plugin-level.xml:
3173         * docs/plugins/inspect/plugin-matroska.xml:
3174         * docs/plugins/inspect/plugin-monoscope.xml:
3175         * docs/plugins/inspect/plugin-mulaw.xml:
3176         * docs/plugins/inspect/plugin-multifile.xml:
3177         * docs/plugins/inspect/plugin-multipart.xml:
3178         * docs/plugins/inspect/plugin-navigationtest.xml:
3179         * docs/plugins/inspect/plugin-ossaudio.xml:
3180         * docs/plugins/inspect/plugin-png.xml:
3181         * docs/plugins/inspect/plugin-pulseaudio.xml:
3182         * docs/plugins/inspect/plugin-quicktime.xml:
3183         * docs/plugins/inspect/plugin-rtp.xml:
3184         * docs/plugins/inspect/plugin-rtsp.xml:
3185         * docs/plugins/inspect/plugin-smpte.xml:
3186         * docs/plugins/inspect/plugin-soup.xml:
3187         * docs/plugins/inspect/plugin-spectrum.xml:
3188         * docs/plugins/inspect/plugin-speex.xml:
3189         * docs/plugins/inspect/plugin-taglib.xml:
3190         * docs/plugins/inspect/plugin-udp.xml:
3191         * docs/plugins/inspect/plugin-video4linux2.xml:
3192         * docs/plugins/inspect/plugin-videobalance.xml:
3193         * docs/plugins/inspect/plugin-videobox.xml:
3194         * docs/plugins/inspect/plugin-videocrop.xml:
3195         * docs/plugins/inspect/plugin-videoflip.xml:
3196         * docs/plugins/inspect/plugin-videomixer.xml:
3197         * docs/plugins/inspect/plugin-wavenc.xml:
3198         * docs/plugins/inspect/plugin-wavpack.xml:
3199         * docs/plugins/inspect/plugin-wavparse.xml:
3200         * docs/plugins/inspect/plugin-ximagesrc.xml:
3201         * ext/pulse/plugin.c:
3202         * ext/pulse/pulsemixer.c:
3203         * ext/pulse/pulsesink.c:
3204         * ext/pulse/pulsesrc.c:
3205         Add documentation to the pulseaudio plugin and run make update
3206         in docs/plugins.
3207
3208 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3209
3210         Patch by: Brian Cameron <brian.cameron at sun dot com>
3211
3212         * sys/sunaudio/gstsunaudiomixerctrl.c:
3213         (gst_sunaudiomixer_ctrl_get_volume),
3214         (gst_sunaudiomixer_ctrl_set_volume):
3215         Improvements for the SunAudio mixer by handling mute as no gain
3216         for tracks that have a gain property but no mute property.
3217         Fixes bug #536067.
3218
3219 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3220
3221         * configure.ac:
3222         * ext/pulse/Makefile.am:
3223         * ext/pulse/plugin.c: (plugin_init):
3224         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3225         (gst_pulsemixer_implements_interface_init),
3226         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3227         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3228         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3229         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3230         * ext/pulse/pulsemixer.h:
3231         * ext/pulse/pulsemixerctrl.c:
3232         (gst_pulsemixer_ctrl_context_state_cb),
3233         (gst_pulsemixer_ctrl_sink_info_cb),
3234         (gst_pulsemixer_ctrl_source_info_cb),
3235         (gst_pulsemixer_ctrl_subscribe_cb),
3236         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3237         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3238         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3239         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3240         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3241         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3242         * ext/pulse/pulsemixerctrl.h:
3243         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3244         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3245         * ext/pulse/pulsemixertrack.h:
3246         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3247         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3248         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3249         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3250         (gst_pulseprobe_new), (gst_pulseprobe_free),
3251         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3252         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3253         (gst_pulseprobe_set_server):
3254         * ext/pulse/pulseprobe.h:
3255         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3256         (gst_pulsesink_class_init), (gst_pulsesink_init),
3257         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3258         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3259         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3260         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3261         (gst_pulsesink_stream_request_cb),
3262         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3263         (gst_pulsesink_close), (gst_pulsesink_prepare),
3264         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3265         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3266         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3267         (gst_pulsesink_event), (gst_pulsesink_get_type):
3268         * ext/pulse/pulsesink.h:
3269         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3270         (gst_pulsesrc_implements_interface_init),
3271         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3272         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3273         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3274         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3275         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3276         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3277         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3278         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3279         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3280         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3281         (gst_pulsesrc_get_type):
3282         * ext/pulse/pulsesrc.h:
3283         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3284         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3285         * ext/pulse/pulseutil.h:
3286         Add pulseaudio GStreamer element from gst-pulse. Development will
3287         continue here instead of pulseaudio SVN. Fixes bug #400679.
3288         Only changes over gst-pulse SVN are added copyright to the top of
3289         files and coding style changes.
3290
3291 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3292
3293         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3294
3295         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3296           (gst_cdio_add_cdtext_album_tags):
3297         * ext/cdio/gstcdio.h:
3298         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3299           Also extract album title and album genre from CD-TEXT if
3300           available (#537021).
3301
3302 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3303
3304         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3305
3306         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3307         Improve negotiation a bit more by picking the smallest possible
3308         resolution that is larger than the resolution specified in the
3309         first caps entry of the peer caps. Fixes bug #536994.
3310
3311 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3312
3313         Patch by: Bastien Nocera <hadess at hadess dot net>
3314
3315         * sys/v4l2/gstv4l2vidorient.c:
3316         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3317         Fix compilation with newer GIT kernels that deprecated
3318         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3319
3320 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3321
3322         * configure.ac:
3323         * ext/cdio/gstcdio.c:
3324         * ext/cdio/gstcdio.h:
3325         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3326           Require libcdio >= 0.76.
3327
3328 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3329
3330         * gst/avi/gstavidemux.c:
3331         Catch UNEXPECTED when downstream has reached end of
3332         segment in reverse mode.
3333
3334 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3335
3336         * gst/avi/gstavidemux.c:
3337         Fix typo in comment
3338
3339 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3340
3341         * gst/avi/gstavidemux.c:
3342         Because we don't know the frame order we need to push till
3343         the next keyframe
3344
3345 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3346
3347         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3348
3349         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3350         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3351         Provide a custom negotiation function to make sure to pick the highest
3352         possible framerate and resolution. Fixes bug #536646.
3353
3354 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3355
3356         * gst/avi/gstavidemux.c:
3357         Set EOS when going out of the segment in reverse playback
3358
3359 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3360
3361         * ext/taglib/Makefile.am::
3362           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3363           taglib headers (with gcc 4.3.1).
3364
3365 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3366
3367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3368         Use the new gst_rtsp_connection_get_ip() to access the IP address
3369         of a GstRTSPConnection since it is a private member.
3370
3371 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3372
3373         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3374         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3375           Use new utility functions in libgsttag to process coverart (#512333).
3376
3377 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3378
3379         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3380         We actually support left/side, right/side and mid/side files. The
3381         conversion to normal, interleaved stereo is done by libflac.
3382
3383 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3384
3385         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3386         (gst_ebml_write_set_cache):
3387         Unref the write cache in finalize if it was set and add add "FIXME"
3388         to a comment that needs it.
3389
3390 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3391
3392         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3393
3394         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3395         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3396         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3397         (gst_avi_demux_process_next_entry):
3398         * gst/avi/gstavidemux.h:
3399         Implement reverse playback. Fixes #535300.
3400         Small cleanups.
3401
3402 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3403
3404         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3405         (gst_videomixer_query_latency):
3406         When using gst_element_iterate_pads() one has to unref every pad
3407         after usage.
3408
3409 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3410
3411         Patch by: Bastien Nocera <hadess at hadess dot net>
3412         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3413         (qtdemux_parse_udta):
3414         * gst/qtdemux/qtdemux_fourcc.h:
3415         Improve meta-data handling, add 'comment', 'description' and
3416         'copyright' tag handling.
3417         Fixes #535935
3418
3419 2008-05-31  Julien Moutte  <julien@fluendo.com>
3420
3421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3422         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3423         (gst_qtdemux_seek_to_previous_keyframe),
3424         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3425         we don't clip the segment's stop using the main segment duration as
3426         that could crop quite some video frames. Make reverse playback support
3427         more robust and support edit lists. Support seeking to the last frame,
3428         and fix reverse looping playback. Add some debugging.
3429         * win32/common/config.h: Updated.
3430
3431 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3432
3433         * gst/equalizer/gstiirequalizer.c:
3434         (gst_iir_equalizer_transform_ip):
3435         Don't clip float/double samples, correctly unset passthrough mode
3436         and use better rounding for integer samples.
3437
3438 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3439
3440         * gst/equalizer/gstiirequalizer.c:
3441         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3442         (setup_filter), (set_passthrough), (update_coefficients),
3443         (gst_iir_equalizer_compute_frequencies),
3444         (gst_iir_equalizer_transform_ip):
3445         * gst/equalizer/gstiirequalizer.h:
3446         Update the filter coefficients only when needed in the transform_ip
3447         function and correctly set the element into passthrough mode if the
3448         gain of all bands is 0.
3449
3450 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3451
3452         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3453
3454         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3455         (gst_alpha_set_property), (gst_alpha_get_property),
3456         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3457         Try to skip pixels or areas that are too dark or too bright for us to do
3458         meaningfull color detection.
3459         Added properties to control the sensitivity to light and darkness.
3460         Added some small cleanups. Fixes #512345.
3461
3462 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3463
3464         * docs/plugins/.cvsignore:
3465         * tests/check/elements/.cvsignore:
3466         Ignore some more generated things
3467
3468         * tests/check/Makefile.am:
3469         Ignore OSS elements in the state changes test too.
3470
3471 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3472
3473         * docs/plugins/Makefile.am:
3474         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3475         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3476         Add SMPTE effect elements to docs.
3477
3478 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3479
3480         * docs/plugins/Makefile.am:
3481         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3482         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3483         * ext/raw1394/gstdv1394src.c:
3484           Document whats first shown on the fdo plugin docs page :)
3485
3486 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3487
3488         * docs/plugins/Makefile.am:
3489         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3490         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3491         * docs/plugins/gst-plugins-good-plugins.args:
3492         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3493         * docs/plugins/inspect/plugin-audiofx.xml:
3494         * gst/audiofx/Makefile.am:
3495         * gst/audiofx/audiofx.c:
3496         * gst/audiofx/audiokaraoke.c:
3497         * gst/audiofx/audiokaraoke.h:
3498         * gst/audiofx/audiovoice.c:
3499         * gst/audiofx/audiovoice.h:
3500           Rename audiovoice to audiokaraoke and add it to the docs.
3501
3502 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3503
3504         * REQUIREMENTS:
3505         * docs/plugins/Makefile.am:
3506         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3507         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3508         * docs/plugins/gst-plugins-good-plugins.args:
3509         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3510         * docs/plugins/gst-plugins-good-plugins.interfaces:
3511         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3512         * docs/plugins/inspect/plugin-aasink.xml:
3513         * docs/plugins/inspect/plugin-alaw.xml:
3514         * docs/plugins/inspect/plugin-alpha.xml:
3515         * docs/plugins/inspect/plugin-alphacolor.xml:
3516         * docs/plugins/inspect/plugin-annodex.xml:
3517         * docs/plugins/inspect/plugin-apetag.xml:
3518         * docs/plugins/inspect/plugin-audiofx.xml:
3519         * docs/plugins/inspect/plugin-auparse.xml:
3520         * docs/plugins/inspect/plugin-autodetect.xml:
3521         * docs/plugins/inspect/plugin-avi.xml:
3522         * docs/plugins/inspect/plugin-cacasink.xml:
3523         * docs/plugins/inspect/plugin-cairo.xml:
3524         * docs/plugins/inspect/plugin-cdio.xml:
3525         * docs/plugins/inspect/plugin-cutter.xml:
3526         * docs/plugins/inspect/plugin-debug.xml:
3527         * docs/plugins/inspect/plugin-dv.xml:
3528         * docs/plugins/inspect/plugin-efence.xml:
3529         * docs/plugins/inspect/plugin-effectv.xml:
3530         * docs/plugins/inspect/plugin-equalizer.xml:
3531         * docs/plugins/inspect/plugin-esdsink.xml:
3532         * docs/plugins/inspect/plugin-flac.xml:
3533         * docs/plugins/inspect/plugin-flxdec.xml:
3534         * docs/plugins/inspect/plugin-gamma.xml:
3535         * docs/plugins/inspect/plugin-gconfelements.xml:
3536         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3537         * docs/plugins/inspect/plugin-goom.xml:
3538         * docs/plugins/inspect/plugin-goom2k1.xml:
3539         * docs/plugins/inspect/plugin-halelements.xml:
3540         * docs/plugins/inspect/plugin-icydemux.xml:
3541         * docs/plugins/inspect/plugin-id3demux.xml:
3542         * docs/plugins/inspect/plugin-jpeg.xml:
3543         * docs/plugins/inspect/plugin-level.xml:
3544         * docs/plugins/inspect/plugin-matroska.xml:
3545         * docs/plugins/inspect/plugin-monoscope.xml:
3546         * docs/plugins/inspect/plugin-mulaw.xml:
3547         * docs/plugins/inspect/plugin-multifile.xml:
3548         * docs/plugins/inspect/plugin-multipart.xml:
3549         * docs/plugins/inspect/plugin-navigationtest.xml:
3550         * docs/plugins/inspect/plugin-ossaudio.xml:
3551         * docs/plugins/inspect/plugin-png.xml:
3552         * docs/plugins/inspect/plugin-quicktime.xml:
3553         * docs/plugins/inspect/plugin-rtp.xml:
3554         * docs/plugins/inspect/plugin-rtsp.xml:
3555         * docs/plugins/inspect/plugin-smpte.xml:
3556         * docs/plugins/inspect/plugin-soup.xml:
3557         * docs/plugins/inspect/plugin-spectrum.xml:
3558         * docs/plugins/inspect/plugin-speex.xml:
3559         * docs/plugins/inspect/plugin-taglib.xml:
3560         * docs/plugins/inspect/plugin-udp.xml:
3561         * docs/plugins/inspect/plugin-video4linux2.xml:
3562         * docs/plugins/inspect/plugin-videobalance.xml:
3563         * docs/plugins/inspect/plugin-videobox.xml:
3564         * docs/plugins/inspect/plugin-videocrop.xml:
3565         * docs/plugins/inspect/plugin-videoflip.xml:
3566         * docs/plugins/inspect/plugin-videomixer.xml:
3567         * docs/plugins/inspect/plugin-wavenc.xml:
3568         * docs/plugins/inspect/plugin-wavpack.xml:
3569         * docs/plugins/inspect/plugin-wavparse.xml:
3570         * docs/plugins/inspect/plugin-ximagesrc.xml:
3571         * ext/aalib/gstaasink.c:
3572         * ext/libcaca/gstcacasink.c:
3573           Document aasink and cacasink.
3574
3575 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3576
3577         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3578         (gst_videomixer_init), (gst_videomixer_query_duration),
3579         (gst_videomixer_query_latency), (gst_videomixer_query),
3580         (gst_videomixer_blend_buffers):
3581         * gst/videomixer/videomixer.h:
3582         Implement position (in time), duration and latency queries.
3583
3584 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3585
3586         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3587         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3588         (gst_videomixer_fill_queues), (forward_event_func),
3589         (forward_event), (gst_videomixer_src_event),
3590         (gst_videomixer_sink_event):
3591         * gst/videomixer/videomixer.h:
3592         Implement proper seek/newsegment handling.
3593         Based on adder's implementation.
3594         Fixes #535121
3595
3596 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3597
3598         Patch by: Jan Gerber <j at oil21 dot org>
3599
3600         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3601         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3602
3603 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3604
3605         * gst/audiofx/Makefile.am:
3606         * gst/audiofx/audiofx.c: (plugin_init):
3607         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3608         (gst_audio_voice_class_init), (gst_audio_voice_init),
3609         (update_filter), (gst_audio_voice_set_property),
3610         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3611         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3612         (gst_audio_voice_transform_ip):
3613         * gst/audiofx/audiovoice.h:
3614         Add simple voice removal element. Yay karaoke.
3615
3616 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3617
3618         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3619
3620         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3621         Fix potential caps leak.
3622         If we can't get the framerate with an ioctl, try to get it with the
3623         current norm. Fixes #520092.
3624
3625 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3626
3627         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3628
3629         * sys/v4l2/v4l2src_calls.c:
3630         (gst_v4l2src_probe_caps_for_format_and_size):
3631         If we fail to get the frame intervals, simply don't touch the framerates
3632         on the template caps instead of discarding the format. See #520092.
3633
3634 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3635
3636         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3637
3638         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3639         (gst_v4l2_get_caps_info):
3640         Add NV12, NV21 and bayer support. See #520092.
3641
3642 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3643
3644         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3645         (gst_qtdemux_activate_segment):
3646         Unbreak segment activation again. Fixes #531672.
3647
3648 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3649
3650         * ext/flac/Makefile.am:
3651         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3652         Set the channel layout when decoding FLAC files with more than 2
3653         channels as defined by the FLAC spec. Fixes bug #534570.
3654
3655         Also don't try to decode left/side, right/side and mid/side files
3656         as we don't support this at all.
3657
3658 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3659
3660         * configure.ac:
3661           We need -base CVS (rtsp).
3662
3663 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3664
3665         * gst/udp/Makefile.am:
3666           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3667           when including netdb.h when building against glibc >= 2.8.
3668
3669 2008-05-22  Julien Moutte  <julien@fluendo.com>
3670
3671         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3672         debug statement arguments.
3673         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3674         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3675         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3676         on more platforms.
3677
3678 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3679
3680         * tests/check/elements/avimux.c: (setup_src_pad),
3681         (teardown_src_pad):
3682         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3683         (GST_START_TEST):
3684         * tests/check/elements/matroskamux.c: (setup_src_pad),
3685         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3686         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3687         (GST_START_TEST):
3688         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3689         (setup_wavpackparse), (cleanup_wavpackparse):
3690         Don't use gst_element_get_pad(), it's a bad, bad method.
3691
3692 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3693
3694         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3695         (do_toggle_element):
3696         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3697         (do_toggle_element):
3698         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3699         (do_toggle_element):
3700         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3701         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3702         (do_toggle_element):
3703         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3704         (do_toggle_element):
3705         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3706         (gst_auto_audio_sink_detect):
3707         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3708         (gst_auto_video_sink_detect):
3709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3710         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3711         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3712         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3713         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3714         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3715         * tests/icles/videocrop-test.c: (test_with_caps),
3716         (video_crop_get_test_caps):
3717         Don't use gst_element_get_pad(), it's a bad method.
3718
3719 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3720
3721         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3722         (gst_multiudpsink_add_internal):
3723         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3724         (gst_udp_join_group):
3725         * gst/udp/gstudpnetutils.h:
3726         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3727         Joining a multicast group and setting the loop/ttl properties are
3728         totally unrelated tasks are must be separated.
3729
3730 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3731
3732         * gst/avi/gstavimux.c:
3733           Also support alaw/mulaw.
3734
3735 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3736
3737         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3738         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3739         * gst/udp/gstmultiudpsink.h:
3740         Add a fixme for the auto-multicast property.
3741         Fix some confusing debug messages.
3742         Disable setting a qos value by default.
3743
3744 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3745
3746         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3747
3748         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3749         Ignore EPERM errors from sendto. Fixes #533619.
3750
3751 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3752
3753         Patch by: Henrik Eriksson <henriken at axis dot com>
3754
3755         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3756         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3757         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3758         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3759         * gst/udp/gstmultiudpsink.h:
3760         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3761
3762 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3763
3764         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3765         Improve debugging of the ident.
3766
3767 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3768
3769         Patch by: Bruno Santos <brunof at ua dot pt>
3770
3771         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3772         (gst_udp_join_group), (gst_udp_leave_group),
3773         (gst_udp_is_multicast):
3774         * gst/udp/gstudpnetutils.h:
3775         Provide a bunch of helper methods to deal with IPv4 and IPv6
3776         transparently.
3777
3778         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3779         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3780         (gst_multiudpsink_get_property), (join_multicast),
3781         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3782         (gst_multiudpsink_remove):
3783         * gst/udp/gstmultiudpsink.h:
3784         Add multicast TTL and loopback properties.
3785         Use the helper methods to implement ip4 and ip6.
3786
3787         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3788         * gst/udp/gstudpsrc.h:
3789         Use the helper methods to implement ip4 and ip6.
3790         Fixes #515962.
3791
3792 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3793
3794         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3795
3796         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3797         (gst_multipart_demux_get_gstname),
3798         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3799         * gst/multipart/multipartdemux.h:
3800         Don't blindly copy the mime-type as the caps name because they not
3801         always map directly. Instead use a hashtable with common mappings.
3802         Fixes #533287.
3803
3804 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3805
3806         * ext/esd/esdsink.c: (gst_esdsink_write):
3807         When we post an error, we must return -1 to let the parent know that we
3808         cannot write the segment else it will loop and continue to call us again
3809         forever. Patch by Michael Meeks.
3810
3811 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3812
3813         * gst/videomixer/videomixer.c:
3814           Add missing incudes.
3815
3816 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3817
3818         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3819         (gst_rtp_h264_pay_handle_buffer):
3820         * gst/rtp/gstrtph264pay.h:
3821         Correct a typo (sinle -> single).
3822
3823 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3824
3825         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3826         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3827         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3828         (gst_rtp_h264_depay_process):
3829         * gst/rtp/gstrtph264depay.h:
3830         Add experimental support for outputting quicktime-like AVC output in
3831         addition to the existing bytestream output.
3832
3833         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3834         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3835         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3836         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3837         (gst_rtp_h264_pay_get_property):
3838         * gst/rtp/gstrtph264pay.h:
3839         Make the parsing mode configurable, for some inputs we don't need to
3840         scan every byte for start codes.
3841         Only set the marker bit on ACCESS units.
3842
3843 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3844
3845         * gst/equalizer/gstiirequalizer.c:
3846         Use a bigger type in integer mode for the intermediate results to
3847         prevent overflows. This fixes the crippled sound when using the
3848         equalizer in integer mode. Fixes bug #510865.
3849
3850 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3851
3852         * gst/videomixer/videomixer.c:
3853         * gst/videomixer/videomixer.h:
3854         Instead of a random number for the request pad id's,
3855         use a counter.
3856
3857         Register the videomixerpad class from the element's class_init
3858         where it's safer, and allows the docs generator to scan it.
3859
3860 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3861
3862         * gst/smpte/Makefile.am:
3863         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3864         * gst/smpte/gstsmpte.h:
3865         * gst/smpte/gstsmptealpha.c:
3866         (gst_smpte_alpha_transition_type_get_type),
3867         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3868         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3869         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3870         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3871         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3872         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3873         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3874         * gst/smpte/gstsmptealpha.h:
3875         * gst/smpte/plugin.c: (plugin_init):
3876         Add new plugin that adds the SMPTE transition in the alpha channel of
3877         I420 and AYUV frames so that they can be blended with videomixer later
3878         on. Uses all niceties such as using base transform for efficient alloc
3879         and negotiation. It currently requires GstController to control the
3880         position in the transition effect.
3881
3882 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3883
3884         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3885         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3886         * docs/plugins/gst-plugins-good-plugins.args:
3887         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3888         * docs/plugins/gst-plugins-good-plugins.interfaces:
3889         * docs/plugins/gst-plugins-good-plugins.types:
3890         * gst/videomixer/videomixer.c:
3891           Try using thaytans new mechanism to get extra classes into plugin
3892           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3893           missing still.
3894
3895 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3896
3897         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3898         Set proper rate in avi stream header for PCM audio, and also do some
3899         more sanity checks on caps in this case.  Fixes #511489.
3900
3901 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3902
3903         * sys/v4l2/gstv4l2src.c:
3904         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3905         isn't implemented at all yet and this requires X headers to be
3906         installed. Fixes bug #533264.
3907
3908 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3909
3910         reviewed by: <delete if not using a buddy>
3911
3912         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3913         (gst_ebml_write_set_cache):
3914         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3915         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3916         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3917         (gst_matroska_demux_read_track_encodings),
3918         (gst_matroska_demux_add_stream),
3919         (gst_matroska_demux_handle_src_query),
3920         (gst_matroska_demux_init_stream),
3921         (gst_matroska_demux_parse_index_cuetrack),
3922         (gst_matroska_demux_parse_index_pointentry),
3923         (gst_matroska_demux_parse_info),
3924         (gst_matroska_demux_parse_metadata_id_simple_tag),
3925         (gst_matroska_demux_parse_metadata),
3926         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3927         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3928         (gst_matroska_demux_parse_cluster),
3929         (gst_matroska_demux_parse_contents_seekentry),
3930         (gst_matroska_demux_loop_stream_parse_id),
3931         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3932         (gst_matroska_demux_audio_caps),
3933         (gst_matroska_demux_subtitle_caps):
3934         * gst/matroska/matroska-demux.h:
3935         * gst/matroska/matroska-ids.c:
3936         (gst_matroska_track_init_subtitle_context):
3937         * gst/matroska/matroska-ids.h:
3938         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3939         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3940         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3941         * sys/v4l2/gstv4l2src.c:
3942         * tests/check/pipelines/wavpack.c: (bus_handler):
3943         * win32/common/config.h:
3944
3945 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3946
3947         * ext/wavpack/gstwavpackstreamreader.c:
3948         * tests/examples/spectrum/demo-audiotest.c:
3949         * tests/examples/spectrum/demo-osssrc.c:
3950         Fix some compiler warnings.
3951
3952 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3953
3954         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3955         Small comment added.
3956
3957         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3958         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3959         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3960         Debug string cleanups (remove trailing \n)
3961         Refactor and clean up the payloader a bit and make sure that we only
3962         put one NAL unit in an RTP packet even if the input buffer contains
3963         multiple NAL units.
3964         Add suport for AVC format input.
3965
3966 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3967
3968         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3969         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3970         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3971         * gst/rtp/gstrtph264pay.h:
3972         Make it possible to specify profile-level-id and sprop-parameter-sets
3973         using properties in case they are not available in-stream.
3974
3975 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3976
3977         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3978         * docs/plugins/gst-plugins-good-plugins.args:
3979         * docs/plugins/inspect/plugin-ladspa.xml:
3980           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3981
3982 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3983
3984         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3985         Send an initial BYTE segment to inform downstream of later seeking,
3986         and to forego sync attempts.
3987
3988 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3989
3990         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3991         Fix wrong caps string.
3992
3993 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3994
3995         Based on patch by: Olivier Crete <tester at tester dot ca>
3996
3997         * gst/rtp/Makefile.am:
3998         * gst/rtp/gstrtp.c: (plugin_init):
3999         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4000         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4001         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4002         (gst_rtp_g729_depay_plugin_init):
4003         * gst/rtp/gstrtpg729depay.h:
4004         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4005         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4006         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4007         * gst/rtp/gstrtpg729pay.h:
4008         Added G729 pay and depayloaders. Fixes #532409.
4009
4010 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4011
4012         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4013         Fix the calculation of the duration of the concealment packets.
4014
4015 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4016
4017         Based on patch by: Olivier Crete <tester at tester dot ca>
4018
4019         * gst/rtp/Makefile.am:
4020         * gst/rtp/gstrtp.c: (plugin_init):
4021         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4022         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4023         (parse_encode), (gst_rtp_dv_depay_setcaps),
4024         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4025         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4026         (gst_rtp_dv_depay_plugin_init):
4027         * gst/rtp/gstrtpdvdepay.h:
4028         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4029         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4030         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4031         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4032         (gst_dv_pay_negotiate), (include_dif),
4033         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4034         * gst/rtp/gstrtpdvpay.h:
4035         Add DV pay and depayloaders. Fixes #532423.
4036
4037 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4038
4039         * gst/matroska/matroska-demux.c:
4040         (gst_matroska_demux_push_dvd_clut_change_event):
4041         Convert subtitle palette info in VobSub private data from VobSub's
4042         (buggy) RGB to YUV.
4043
4044 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4045
4046         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4047         Do not leave fourcc stream header field empty upon reset.
4048         Fixes #519301.
4049
4050 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4051
4052         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4053         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4054         * docs/plugins/inspect/plugin-goom.xml:
4055         * docs/plugins/inspect/plugin-goom2k1.xml:
4056         * gst/goom/gstgoom.c:
4057         * gst/goom2k1/gstgoom.c:
4058         Add goom2k1 into the docs.
4059
4060 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4061
4062         Based on patch by: Wouter Cloetens  <wouter at mind be>
4063
4064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4065         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4066         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4067         (gst_rtsp_decode_quoted_string),
4068         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4069         (gst_rtspsrc_setup_auth):
4070         Support Digest authentication. Fixes #532065.
4071
4072 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4073
4074         * gst/level/gstlevel.c:
4075           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4076           about whats needed for liboil acceleration. Simplify docs a bit.
4077
4078 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4079
4080         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4081
4082         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4083         Update the track duration if the old one was invalid.
4084         Fixes bug #532117.
4085
4086 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4087
4088         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4089           Use GST_STR_NULL when trying to print sps and pps strings that could
4090           be NULL, as this might crash on some platforms.
4091
4092 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4093
4094         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4095
4096         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4097           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4098           set after creating the clipper.
4099
4100 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4101
4102         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4103
4104         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4105           Added checking of surface lost case after an unsuccessful
4106           IDirectDrawSurface7_Lock() call.
4107           If surface is lost, return GST_FLOW_OK.
4108
4109 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4110
4111         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4112
4113         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4114           WndProc, gst_directdraw_sink_window_thread):
4115           Improved Windows message loop and fixed window destruction issue.
4116           When the window which DirectDraw is rendering to is destroyed, the
4117           render/show_frame function will return GST_FLOW_ERROR.
4118           Partially fixes #520885.
4119
4120 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4121
4122         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4123
4124         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4125           Fixed mid stream resolution change bug, the offscreen surface is now
4126           released when set_caps is called.
4127           Partially fixes #520885.
4128
4129 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4130
4131         * sys/directdraw/gstdirectdrawsink.c
4132           (gst_directdraw_sink_buffer_alloc):
4133           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4134           width/height.
4135
4136           Especially when looking through the pool of buffers, make sure that
4137           the width/height of caps is used instead of the already negotiated
4138           dimensions.
4139           For example if a buffer with different caps is requested, i.e.
4140           higher resolution, the caller would get a buffer with the old
4141           dimensions and thus corrupt the heap.
4142
4143 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4144
4145         * sys/directdraw/gstdirectdrawsink.c
4146           (gst_directdraw_sink_buffer_alloc):
4147           Clear the flags on recycled buffers from buffer_alloc.
4148           Partially fixes #520885.
4149
4150 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4151
4152         * gst/rtp/gstrtpilbcpay.c:
4153           Added missing stdlib.h include for strtol(), and made include ordering and
4154           style consistent with the corresponding depayloader.
4155
4156 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4157
4158         * configure.ac:
4159           Error out if we don't have the required core/base versions.
4160
4161 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4162
4163         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4164
4165         * sys/osxvideo/cocoawindow.m:
4166         Fix compiler warnings on PPC64. Fixes bug #499318.
4167
4168 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4169
4170         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4171
4172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4173         Don't leak file descriptors on error. Fixes #531532.
4174
4175 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4176
4177         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4178         (gst_gconf_audio_src_change_state):
4179         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4180         (gst_gconf_video_sink_change_state):
4181         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4182         (gst_gconf_video_src_change_state):
4183         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4184         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4185         When we can't create a fakesink/fakesrc complain instead of unreffing
4186         NULL pointers and crashing later. See bug #530535.
4187
4188 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4189
4190         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4191         Add some more debug info and guard against small payloads.
4192
4193         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4194         Set duration on outgoing buffers because we can.
4195
4196 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4197
4198         Patch by: Olivier Crete <tester at tester dot ca>
4199
4200         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4201         (gst_speex_enc_init), (gst_speex_enc_chain):
4202         Add negotiation for the speex channels and rate. Fixes #465146.
4203
4204 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4205
4206         Patch by: Olivier Crete <tester at tester dot ca>
4207
4208         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4209         (gst_rtp_speex_pay_getcaps):
4210         Add negotiation for the speex channels and rate. See #465146.
4211
4212 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4213
4214         Patch by: Olivier Crete <tester at tester dot ca>
4215
4216         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4217         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4218         Add negotiation for the ILBC mode. See #465146.
4219
4220 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4221
4222         * ext/soup/gstsouphttpsrc.c:
4223           Include stdlib to fix the build. Use g_free instead of free, libsoup
4224           uses glib.
4225
4226 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4227
4228         Patch by: j^ <j@bootlab.org>
4229
4230         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4231         Add more mpeg2 variants. Fixes #530886.
4232
4233 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4234
4235         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4236
4237         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4238           Don't error out if we get an ICMP destination-unreachable
4239           message when trying to read packets on win32 (#529454).
4240
4241 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4242
4243         * configure.ac:
4244         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4245           Use new error code for encrypted streams (which requires core CVS).
4246
4247 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4248
4249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4250           (gst_qtdemux_audiosrc_template):
4251           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4252
4253 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4254
4255         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4256         (speex_dec_chain_parse_data):
4257         Produce concealment data when time progresses in a segment update.
4258
4259 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4260
4261         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4262         (speex_dec_chain):
4263         Try to preserve input timestamps when we can.
4264         Do beginnings of error concealment.
4265
4266 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4267
4268         * gst/debug/gstnavigationtest.c:
4269           MSVC doesn't provide rint(), define an adequate replacement locally as
4270           elsewhere.
4271
4272 2008-04-28  Julien Moutte  <julien@fluendo.com>
4273
4274         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4275         format to pacify Mac OSX's gcc.
4276
4277 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4278
4279         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4280           (DEFAULT_MAX), (src_template), (sink_template),
4281           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4282           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4283           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4284           Bring rndbuffersize element into a state that doesn't require us
4285           to move it to -bad immediately. For one, fix up default min/max
4286           values so that the element actuall works using the default values.
4287           Also, don't ignore flow return values and do some kind of minimal
4288           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4289           other gratuitious clean-ups.
4290
4291 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4292
4293         * docs/plugins/Makefile.am:
4294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4296         * docs/plugins/gst-plugins-good-plugins.args:
4297         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4298         * docs/plugins/gst-plugins-good-plugins.interfaces:
4299         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4300         * docs/plugins/inspect/plugin-1394.xml:
4301         * docs/plugins/inspect/plugin-aasink.xml:
4302         * docs/plugins/inspect/plugin-alaw.xml:
4303         * docs/plugins/inspect/plugin-alpha.xml:
4304         * docs/plugins/inspect/plugin-alphacolor.xml:
4305         * docs/plugins/inspect/plugin-annodex.xml:
4306         * docs/plugins/inspect/plugin-apetag.xml:
4307         * docs/plugins/inspect/plugin-audiofx.xml:
4308         * docs/plugins/inspect/plugin-auparse.xml:
4309         * docs/plugins/inspect/plugin-autodetect.xml:
4310         * docs/plugins/inspect/plugin-avi.xml:
4311         * docs/plugins/inspect/plugin-cacasink.xml:
4312         * docs/plugins/inspect/plugin-cairo.xml:
4313         * docs/plugins/inspect/plugin-cdio.xml:
4314         * docs/plugins/inspect/plugin-cutter.xml:
4315         * docs/plugins/inspect/plugin-debug.xml:
4316         * docs/plugins/inspect/plugin-dv.xml:
4317         * docs/plugins/inspect/plugin-efence.xml:
4318         * docs/plugins/inspect/plugin-effectv.xml:
4319         * docs/plugins/inspect/plugin-equalizer.xml:
4320         * docs/plugins/inspect/plugin-esdsink.xml:
4321         * docs/plugins/inspect/plugin-flac.xml:
4322         * docs/plugins/inspect/plugin-flxdec.xml:
4323         * docs/plugins/inspect/plugin-gamma.xml:
4324         * docs/plugins/inspect/plugin-gconfelements.xml:
4325         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4326         * docs/plugins/inspect/plugin-goom.xml:
4327         * docs/plugins/inspect/plugin-halelements.xml:
4328         * docs/plugins/inspect/plugin-icydemux.xml:
4329         * docs/plugins/inspect/plugin-id3demux.xml:
4330         * docs/plugins/inspect/plugin-jpeg.xml:
4331         * docs/plugins/inspect/plugin-level.xml:
4332         * docs/plugins/inspect/plugin-matroska.xml:
4333         * docs/plugins/inspect/plugin-monoscope.xml:
4334         * docs/plugins/inspect/plugin-mulaw.xml:
4335         * docs/plugins/inspect/plugin-multifile.xml:
4336         * docs/plugins/inspect/plugin-multipart.xml:
4337         * docs/plugins/inspect/plugin-navigationtest.xml:
4338         * docs/plugins/inspect/plugin-ossaudio.xml:
4339         * docs/plugins/inspect/plugin-png.xml:
4340         * docs/plugins/inspect/plugin-quicktime.xml:
4341         * docs/plugins/inspect/plugin-rtp.xml:
4342         * docs/plugins/inspect/plugin-rtsp.xml:
4343         * docs/plugins/inspect/plugin-shout2send.xml:
4344         * docs/plugins/inspect/plugin-smpte.xml:
4345         * docs/plugins/inspect/plugin-spectrum.xml:
4346         * docs/plugins/inspect/plugin-speex.xml:
4347         * docs/plugins/inspect/plugin-taglib.xml:
4348         * docs/plugins/inspect/plugin-udp.xml:
4349         * docs/plugins/inspect/plugin-video4linux2.xml:
4350         * docs/plugins/inspect/plugin-videobalance.xml:
4351         * docs/plugins/inspect/plugin-videobox.xml:
4352         * docs/plugins/inspect/plugin-videocrop.xml:
4353         * docs/plugins/inspect/plugin-videoflip.xml:
4354         * docs/plugins/inspect/plugin-videomixer.xml:
4355         * docs/plugins/inspect/plugin-wavenc.xml:
4356         * docs/plugins/inspect/plugin-wavpack.xml:
4357         * docs/plugins/inspect/plugin-wavparse.xml:
4358         * docs/plugins/inspect/plugin-ximagesrc.xml:
4359           Add docs for gdkpixbufsink; update docs to CVS version.
4360
4361 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4362
4363         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4364         Remove test sync-offset by default.
4365
4366 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4367
4368         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4369         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4370         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4371           Use GLib versions of htonl, htons, ntohl and ntohs in order
4372           to avoid problems on win32 (#529707).
4373
4374 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4375
4376         Patch by: Jesús Corrius <jesus at softcatala org>
4377
4378         * gst/goom/filters.c: (zoomVector):
4379         * gst/goom/goom_core.c: (init_buffers):
4380           Fix build with mingw32: use rand() instead of random() and
4381           replace bzero() with memset(). Fixes #529692.
4382
4383 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4384
4385         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4386         Fix typo in comments.
4387
4388         * tests/examples/rtp/client-H263p-PCMA.sdp:
4389         * tests/examples/rtp/client-H263p-PCMA.sh:
4390         * tests/examples/rtp/client-H264-PCMA.sdp:
4391         * tests/examples/rtp/client-H264-PCMA.sh:
4392         * tests/examples/rtp/client-H264.sdp:
4393         * tests/examples/rtp/client-H264.sh:
4394         * tests/examples/rtp/client-PCMA.sdp:
4395         * tests/examples/rtp/client-PCMA.sh:
4396         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4397         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4398         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4399         Add some more docs and fix examples.
4400
4401 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4402
4403         * tests/check/elements/multifile.c:
4404         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4405         declared in the former, some have it declared in the latter.
4406
4407 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4408
4409         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4410         * gst/debug/tests.c: (md5_get_value):
4411         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4412         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4413         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4414         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4415         Stop using deprecated GLib functions.
4416
4417 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4418
4419         * configure.ac:
4420         Back to development -> 0.10.8.1
4421
4422 === release 0.10.8 ===
4423
4424 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4425
4426         * configure.ac:
4427           releasing 0.10.8, "One For The Money"
4428
4429 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4430
4431         * configure.ac:
4432         0.10.7.4 pre-release
4433
4434 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4435
4436         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4437         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4438         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4439         * gst/goom/flying_stars_fx.c: (fs_free):
4440         * gst/goom/goom_config_param.h:
4441         * gst/goom/goom_core.c: (goom_init), (goom_close):
4442         * gst/goom/goom_plugin_info.h:
4443         * gst/goom/gstgoom.c: (gst_goom_finalize):
4444         * gst/goom/lines.c: (goom_lines_free):
4445         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4446         * gst/goom/surf3d.c: (grid3d_free):
4447         * gst/goom/surf3d.h:
4448         * gst/goom/tentacle3d.c: (tentacle_free):
4449         Free a bunch of stuff, and initialise things to fix leaks
4450         and valgrind warnings in the testsuite.
4451
4452         Fixes: #529268
4453
4454 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4455
4456         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4457         (gst_rtspsrc_configure_caps):
4458         Ref caps as the return value for the request_pt_map signal.
4459         Remove some caps weirdness when configuring a stream. See #528245.
4460
4461 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4462
4463         * tests/icles/gdkpixbufsink-test.c:
4464           Add cast to placate gcc 4.1.2.
4465
4466 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4467
4468         * configure.ac:
4469         0.10.7.3 pre-release
4470
4471 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4472
4473         * tests/check/Makefile.am:
4474         Disable some more elements in the state test.
4475         Add a define so the soup test can find the test files
4476         it needs at runtime.
4477
4478         * tests/check/elements/souphttpsrc.c: (run_server):
4479
4480         Add a define so the soup test can find the test files
4481         it needs at runtime.
4482
4483 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4484
4485         * gst/goom/convolve_fx.c: (convolve_apply):
4486         Don't ever draw the GOOM logo.
4487         Fixes: #528615
4488
4489 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4490
4491         * ext/cdio/gstcdiocddasrc.c:
4492         * ext/dv/gstdvdemux.c: 
4493         gst_atomic_int_set ==> g_atomic_int_set
4494
4495 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4496
4497         * configure.ac:
4498         * gst/goom/Makefile.am:
4499         * gst/goom/convolve_fx.c:
4500         * gst/goom/default_scripts.h:
4501         * gst/goom/goom.h:
4502         * gst/goom/goom_core.c: (choose_a_goom_line):
4503         * gst/goom/goom_plugin_info.h:
4504         * gst/goom/goomsl.c:
4505         * gst/goom/goomsl.h:
4506         * gst/goom/goomsl_hash.c:
4507         * gst/goom/goomsl_hash.h:
4508         * gst/goom/goomsl_heap.c:
4509         * gst/goom/goomsl_heap.h:
4510         * gst/goom/goomsl_private.h:
4511         * gst/goom/plugin_info.c:
4512           Strip out the config/script parsing stuff, we don't need it.
4513           Fixes #527999.
4514
4515 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4516
4517         * gst/goom/plugin_info.c: (setOptimizedMethods):
4518           Disable altivec optimisations for 32-bit PPC as well to make
4519           things build properly on all PPC systems. Fixes #528143
4520
4521 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         * gst-plugins-good.spec.in:
4524           Update for souphttpsrc plugin which has moved to -good.
4525
4526 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4527
4528         * gst/matroska/matroska-demux.c:
4529         (gst_matroska_demux_handle_seek_event):
4530         Fix open-ended seeks in matroskademux
4531         Patch by: Mark Nauwelaerts <manauw skynet be>
4532         Fixes: #526557
4533
4534 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4535
4536         * tests/check/Makefile.am:
4537         Add soup test certificates to the dist.
4538
4539 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4540
4541         * ext/Makefile.am:
4542         Remove LADSPA reference I missed.
4543
4544 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4545
4546         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4547         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4548         over gnome-vfs and everything else. Fixes bug #527848.
4549
4550 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4551
4552         * configure.ac:
4553         * ext/Makefile.am:
4554         Remove LADSPA plugin. Fixes: #515978
4555
4556 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4557
4558         * configure.ac:
4559         * docs/plugins/Makefile.am:
4560         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4562         * docs/plugins/gst-plugins-good-plugins.args:
4563         * docs/plugins/inspect/plugin-soup.xml:
4564         * ext/Makefile.am:
4565         * tests/check/Makefile.am:
4566         Move soup plugin from -bad (Fixes: #523124)
4567
4568 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4569
4570         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4571         Fix bounds checking of mode in Speex header, which may
4572         produce negative numbers in speex <= 1.1.12
4573
4574 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4575
4576         * gst/goom/Makefile.am:
4577         * gst/goom/gfontlib.c:
4578         * gst/goom/gfontlib.h:
4579         * gst/goom/gfontrle.c:
4580         * gst/goom/gfontrle.h:
4581         * gst/goom/goom.h:
4582         * gst/goom/goom_core.c: (goom_update):
4583         * gst/goom/goom_plugin_info.h:
4584         * gst/goom/gstgoom.c: (gst_goom_chain):
4585         * gst/goom/plugin_info.c:
4586           Remove a bunch of font/text related code that we don't need.
4587
4588 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4589
4590         * gst/goom/ppc_drawings.s:
4591         * gst/goom/ppc_zoom_ultimate.s:
4592           Change license of these files to LGPL, as permitted by the
4593           author, Guillaume Borios. See #515073.
4594
4595 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4596
4597         * gst/goom/convolve_fx.c:
4598         * gst/goom/motif_goom1.h:
4599         * gst/goom/motif_goom2.h:
4600           As hinted in Bug #518213, revert one change and fix warnings properly.
4601           This fixes both #518213 and #520073 for me.     
4602
4603 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4604
4605         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4606         * gst/matroska/matroska-demux.c:
4607         (gst_matroska_demux_handle_seek_event),
4608         (gst_matroska_demux_parse_contents_seekentry),
4609         (gst_matroska_demux_loop):
4610         Fix the Forte build by making function declaration signatures
4611         match the implementations.
4612
4613 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4614
4615         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4616         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4617         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4618           More logging when probing (see #518474), some comments in _reset().
4619
4620 2008-04-07  Julien Moutte  <julien@fluendo.com>
4621
4622         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4623         because of a bad argument number.
4624
4625 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4626
4627         * tests/icles/.cvsignore:
4628         * tests/icles/Makefile.am:
4629         * tests/icles/gdkpixbufsink-test.c:
4630           Interactive test app for gdkpixbufsink.
4631
4632 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4633
4634         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4635
4636         * configure.ac:
4637         Actually build dlls when cross-compiling with mingw32.
4638         Fixes bug #526247.
4639
4640 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4641
4642         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4643           Don't munge device string to 'default:x' for capture devices.
4644           Fixes #525833.
4645
4646 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4647
4648         * ext/wavpack/gstwavpackparse.c:
4649         (gst_wavpack_parse_index_entry_free):
4650         Always use GSlice as we actually depend on GLib 2.12 already.
4651
4652 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4653
4654         * configure.ac:
4655           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4656           Also bump the GLib requirement to the current de-facto requirement
4657           (ie. 2.12).
4658
4659 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4660
4661         * gst/rtp/gstrtph264pay.c: (encode_base64),
4662         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4663         * gst/rtp/gstrtph264pay.h:
4664         Parse codec_data for future AVC compatibility.
4665         Fail when we encounter AVC data for now.
4666
4667 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4668
4669         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4670           (gst_spectrum_init), (gst_spectrum_set_property),
4671           (gst_spectrum_get_property), (gst_spectrum_message_new):
4672           Rename property enums and default defines for the properties to match
4673           the property names and rephrase property descriptions to make them a
4674           bit clearer (hopefully). See #518188.
4675
4676 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4677
4678         * tests/check/Makefile.am:
4679         * tests/check/elements/.cvsignore:
4680         * tests/check/elements/gdkpixbufsink.c:
4681           Add unit test for gdkpixbufsink element.
4682
4683 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4684
4685         * ext/gdk_pixbuf/Makefile.am:
4686         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4687         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4688           (gst_gdk_pixbuf_sink_base_init),
4689           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4690           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4691           (gst_gdk_pixbuf_sink_set_caps),
4692           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4693           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4694           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4695           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4696           (gst_gdk_pixbuf_sink_get_property):
4697         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4698           Add gdkpixbufsink element for easy snapshotting (#525946).
4699
4700 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4701
4702         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4703         Bump timeout from 3 to 60 seconds.
4704
4705 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4706
4707         * tests/check/pipelines/.cvignore:
4708         Remove useless file.
4709
4710         * tests/check/pipelines/.cvsignore:
4711         Add new test to .cvsignore.
4712
4713 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4714
4715         * tests/check/Makefile.am:
4716         * tests/check/pipelines/wavpack.c: (bus_handler),
4717         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4718         (wavpack_suite), (main):
4719         Add unit test that encodes and decodes some data, checks that it
4720         is still the same and that all timestamps/offsets are perfect.
4721
4722 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4723
4724         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4725         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4726         * ext/wavpack/gstwavpackparse.c:
4727         (gst_wavpack_parse_index_entry_new),
4728         (gst_wavpack_parse_index_entry_free),
4729         (gst_wavpack_parse_base_init),
4730         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4731         Use GSlice for allocating index entries and use
4732         gst_element_class_set_details_simple().
4733
4734 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4735
4736         Patch by: Brian Cameron <brian.cameron at sun dot com>
4737
4738         * sys/sunaudio/gstsunaudio.c:
4739         * sys/sunaudio/gstsunaudiomixer.c:
4740         * sys/sunaudio/gstsunaudiomixer.h:
4741         * sys/sunaudio/gstsunaudiomixerctrl.c:
4742         * sys/sunaudio/gstsunaudiomixerctrl.h:
4743         * sys/sunaudio/gstsunaudiomixertrack.c:
4744         * sys/sunaudio/gstsunaudiomixertrack.h:
4745         * sys/sunaudio/gstsunaudiosink.c:
4746         * sys/sunaudio/gstsunaudiosink.h:
4747         * sys/sunaudio/gstsunaudiosrc.c:
4748         * sys/sunaudio/gstsunaudiosrc.h:
4749           Fix up copyrights (#525860).
4750
4751 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4752
4753         * gst/goom/goomsl.c: (gsl_read_file):
4754           Check return value of fread() to avoid compiler warnings.
4755
4756 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4757
4758         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4759
4760         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4761         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4762         * gst/law/alaw-decode.h:
4763         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4764         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4765         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4766         * gst/law/mulaw-decode.h:
4767         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4768         Make negotiation a bit modern.
4769         Use pad_alloc. Fixes #525359.
4770
4771 2008-03-31  David Schleef  <ds@schleef.org>
4772
4773         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4774           compiles consistently.  Fixes #522278.
4775
4776 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4777
4778         Patch by: Brian Cameron <brian.cameron at sun dot com>
4779
4780         * sys/sunaudio/gstsunaudiomixerctrl.c:
4781           (gst_sunaudiomixer_ctrl_get_volume),
4782           (gst_sunaudiomixer_ctrl_set_volume):
4783         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4784           Fix up the mixer tracks to use a volume range of 0-255, which is what
4785           the sun audio API uses. This simplifies the code and avoids rounding
4786           errors. Fixes #524593.
4787
4788 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4789
4790         * sys/v4l2/gstv4l2object.c:
4791         * sys/v4l2/gstv4l2object.h:
4792         Add device-fd property to make it possible to apps to call ioctl's.
4793
4794 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4795
4796         * gst/qtdemux/qtdemux.c: (next_entry_size):
4797         Unbreak streaming mode again.
4798
4799 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4800
4801         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4802           Remove superfluous DEBUG macro.
4803
4804 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4805
4806         Based on patch by: William M. Brack <wbrack at mmm com hk>
4807
4808         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4809           (gst_v4l2src_set_capture):
4810           Check whether the device supports setting the framerate before
4811           trying to set it and then posting a warning or error if it doesn't
4812           work (#516649, #520092). Also compare fractions more correctly.
4813
4814 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * gst/goom/Makefile.am:
4817           Remove ppc assembler optimisations from the build until they
4818           actually build (they also seem to have GPL headers).
4819
4820 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4821
4822         * m4/Makefile.am:
4823           Better not dist files that don't exist any longer (lrint*m4).
4824
4825 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4826
4827         * configure.ac:
4828         * m4/lrint.m4:
4829         * m4/lrintf.m4:
4830         Remove lrint/lrintf checks. We don't use it anywhere.
4831
4832 2008-03-18  Andy Wingo  <wingo@pobox.com>
4833
4834         * sys/osxvideo/osxvideosink.m
4835         (gst_osx_video_sink_osxwindow_destroy)
4836         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4837         task, whoopdee.
4838         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4839         2 ms.
4840
4841 2008-03-18  Andy Wingo  <wingo@pobox.com>
4842
4843         * sys/osxvideo/osxvideosink.m
4844         (gst_osx_video_sink_osxwindow_destroy)
4845         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4846         task, whoopdee.
4847         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4848         2 ms.
4849         
4850 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4851
4852         Patch by: William M. Brack <wbrack at mmm com hk>
4853
4854         * sys/v4l2/v4l2src_calls.c:
4855           (gst_v4l2src_probe_caps_for_format_and_size),
4856           (gst_v4l2src_probe_caps_for_format):
4857           Make sure the probed frame sizes are reversed in the resulting
4858           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4859           highest resolution first); also remove unused variable.
4860           (Partly fixes #520092)
4861
4862 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4863
4864         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4865
4866         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4867         (gst_rtspsrc_finalize):
4868         Call WSAStartup() and WSACleanup before using the Winsock API.
4869         See #520808.
4870
4871 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4872
4873         * gst/avi/gstavidemux.c:
4874           Erm, the buffer-size is just guint, no need for the special format
4875           specifier.
4876
4877 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4878
4879         * gst/goom/plugin_info.c:
4880         * gst/goom/ppc_zoom_ultimate.h:
4881           Small fixes to build more on PPC: ifdef out code that uses unknown
4882           define; add newline at end of header file to avoid compiler warning.
4883           Assembler code still doesn't build though.
4884
4885 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4886
4887         * gst/avi/gstavidemux.c:
4888           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4889           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4890
4891 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4892
4893         * gst/avi/gstavidemux.c:
4894           Chunksize is uint32. Fix format specifier.
4895
4896 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4897
4898         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4899         mistake. Return file to pure MIT text.
4900
4901 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4902
4903         * gst/audiofx/audiofx.c:
4904         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4905         of hardcoding values.
4906
4907 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4908
4909         Patch by: Mark Nauwelaerts <manauw skynet be>
4910
4911         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4912           (gst_oss_src_close):
4913         * sys/oss/gstosssrc.h:
4914           Cache probed caps, so _get_caps() during recording doesn't cause
4915           ioctl calls which may disrupt the recording (fixes #521875).
4916
4917 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4918
4919         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4920         (gst_qtdemux_activate_segment),
4921         (gst_qtdemux_prepare_current_sample),
4922         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4923         Make sure we always send a DISCONT after a seek by setting the sample
4924         index to an undefined value after a seek.
4925
4926 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4927
4928         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4929           (GST_IS_AVI_SUBTITLE_CLASS):
4930           Fix up IS_FOO macros, which makes gtk-doc much happier.
4931
4932 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4933
4934         * tests/icles/Makefile.am:
4935           Move the -lgstfoo where it belongs.
4936
4937 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4938
4939         * gst/matroska/ebml-ids.h:
4940         Add ID for EBML CRC32 elements.
4941
4942         * gst/matroska/Makefile.am:
4943         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4944         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4945         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4946         (gst_ebml_read_header):
4947         Support reading 80bit floats, add finalize method to clean up
4948         in any case, support reading length/id elements with any length
4949         as long as it's smaller than our supported maximum, don't leak
4950         buffers if reading as much data as we wanted failed and some
4951         smaller cleanup.
4952
4953 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4954
4955         Patch by: Olivier Crete <tester at tester dot ca>
4956
4957         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4958         Check that a buffer is large enough before reading from it.
4959         Fixes bug #521102.
4960         
4961 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4962
4963         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4964         Fix compilation after removing the GstPollMode from the
4965         constructor.
4966
4967 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4968
4969         * configure.ac:
4970         * gst/audiofx/Makefile.am:
4971         * gst/audiofx/audiochebband.c:
4972         * gst/audiofx/audiocheblimit.c:
4973         * gst/audiofx/math_compat.h:
4974         Check for sinh(), cosh() and asinh() and define our own
4975         implementations if they're not available. Fixes bug #520880.
4976
4977 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4978
4979         Patch by: Olivier Crete <tester at tester dot ca>
4980
4981         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4982         Unref the buffers only once when handling not-negotiated errors.
4983         Fixes bug #520764.
4984
4985 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4986
4987         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4988
4989         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4990         (gst_udpsrc_stop):
4991         Properly balance WSA_Cleanup with WSA_Startup.
4992         Also make the poll controllable on windows. Fixes #520888.
4993
4994 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4995
4996         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4997         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4998         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4999         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5000         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5001         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5002         (gst_ebml_read_date), (gst_ebml_read_master),
5003         (gst_ebml_read_binary), (gst_ebml_read_header):
5004         * gst/matroska/ebml-read.h:
5005         * gst/matroska/matroska-demux.c:
5006         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5007         (gst_matroska_demux_read_track_encodings),
5008         (gst_matroska_demux_add_stream),
5009         (gst_matroska_demux_handle_src_query),
5010         (gst_matroska_demux_handle_seek_event),
5011         (gst_matroska_demux_init_stream),
5012         (gst_matroska_demux_parse_tracks),
5013         (gst_matroska_demux_parse_index_cuetrack),
5014         (gst_matroska_demux_parse_index_pointentry),
5015         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5016         (gst_matroska_demux_parse_metadata_id_simple_tag),
5017         (gst_matroska_demux_parse_metadata_id_tag),
5018         (gst_matroska_demux_parse_metadata),
5019         (gst_matroska_demux_sync_streams),
5020         (gst_matroska_demux_push_hdr_buf),
5021         (gst_matroska_demux_push_flac_codec_priv_data),
5022         (gst_matroska_demux_push_xiph_codec_priv_data),
5023         (gst_matroska_demux_add_wvpk_header),
5024         (gst_matroska_demux_check_subtitle_buffer),
5025         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5026         (gst_matroska_demux_parse_cluster),
5027         (gst_matroska_demux_parse_contents_seekentry),
5028         (gst_matroska_demux_parse_contents),
5029         (gst_matroska_demux_loop_stream_parse_id),
5030         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5031         * gst/matroska/matroska-demux.h:
5032         * gst/matroska/matroska-ids.h:
5033         Handle return values from pull_range in a more granular way to properly
5034         shut down on seeks.
5035         Combine return values from push.
5036         Implement proper error handling.
5037         Prepare for handling seeking correctly.
5038
5039 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5040
5041         * gst/matroska/ebml-read.c:
5042         Use GINT64 formatting constants from GLIB.
5043
5044         * gst/matroska/matroska-demux.c:
5045         Add some guards to avoid a possible division by 0 and crashing
5046         with NULL events on some systems.
5047         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5048         conversion. 
5049
5050         * gst/matroska/matroska-mux.c:
5051         Check for invalid timestamps in a bunch of places to avoid
5052         writing bogus durations into the output file.
5053         Fix some double<->gint64 conversions that weren't using
5054         gst_guint64_to_gdouble
5055
5056 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5057
5058         * configure.ac:
5059         Move the checks for bison, flex and as to the program section and the
5060         check for gcc inline asm to the compiler characteristics section.
5061
5062 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5063
5064         * configure.ac:
5065         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5066         plug-ins are included/excluded. (#498222)
5067
5068 2008-02-29  Michael Smith <msmith@fluendo.com>
5069
5070         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5071           Don't call gst_object_sync_values() unless we have a valid timestamp.
5072
5073 2008-02-28  David Schleef  <ds@schleef.org>
5074
5075         * gst/matroska/matroska-demux.c:
5076         * gst/matroska/matroska-ids.h:
5077         * gst/matroska/matroska-mux.c:
5078           Fix Dirac mapping.  I had previously added a VfW-type
5079           mapping, but it looks like Dirac will get a native Matroska
5080           mapping, and this is the most likely method.
5081
5082 2008-02-28  David Schleef  <ds@schleef.org>
5083
5084         * gst/avi/gstavimux.c: Add Dirac encoding
5085
5086 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5087
5088         Patch by: Peter Kjellerstedt <pkj at axis com>
5089
5090         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5091         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5092         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5093         * gst/udp/gstudpsrc.h:
5094         Port to GstPoll. See #505417.
5095
5096 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5097
5098         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5099         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5100         yet on the srcpad. We need rate and channels before we
5101         can do any processing. Fixes bug #519088.
5102
5103 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5104
5105         * configure.ac:
5106         Detect and indicate if GCC inline assembly syntax is
5107         available.
5108
5109         * gst/goom/Makefile.am:
5110         * gst/goom/convolve_fx.c:
5111         * gst/goom/flying_stars_fx.c:
5112         * gst/goom/goom_config.h:
5113         * gst/goom/goom_core.c:
5114         * gst/goom/goomsl.c:
5115         * gst/goom/ifs.c:
5116         * gst/goom/mmx.c:
5117         * gst/goom/plugin_info.c:
5118         * gst/goom/xmmx.c:
5119         Fix various GCC-isms, and only build the inline assembly
5120         with compilers that support GCC inline assembly.
5121
5122         Fix a couple of other warnings shown with Forte.
5123
5124 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5125
5126         * gst/goom/xmmx.c:
5127           Use 'emms' instead of 'femms' to not crash on cpus that do not
5128           implement this 3dnow specific instruction.
5129
5130 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5131
5132         * gst/goom/plugin_info.c: (setOptimizedMethods):
5133         Use extended MMX for draw_line() too if available, not only
5134         normal MMX.
5135
5136 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5137
5138         * ext/jpeg/gstjpeg.c: (plugin_init):
5139         Remove (commented out) smoke typefinder. This is in base now.
5140
5141 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5142
5143         * gst/goom2k1/Makefile.am:
5144         * gst/goom2k1/gstgoom.c:
5145
5146         Rename the installed library, and don't register the same 
5147         GType name as the new goom.
5148
5149 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         * configure.ac:
5152         * ext/taglib/Makefile.am:
5153           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5154           when building C++ code (#516509).
5155
5156 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5159         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5160           (setOptimizedMethods):
5161           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5162           anything useful. Export goom debug category so we can get
5163           rid of the VERBOSE define and the printfs.
5164
5165 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * gst/goom/goomsl_heap.c: (align_it):
5168         * gst/goom/plugin_info.c: (setOptimizedMethods):
5169           Compile fixes for x86-64.
5170
5171 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5172
5173         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5174         with warnings, but add other CFLAGS
5175
5176         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5177         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5178         (calculate_labels), (gsl_read_file):
5179         * gst/goom/goomsl_lex.l:
5180         * gst/goom/goomsl_yacc.y:
5181         * gst/goom/plugin_info.c: Remove a few live printf, and
5182         fprintf, replace exit() calls with g_assert_not_reached()
5183         if it not optimal for a library
5184
5185 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5186
5187         * gst/goom/Makefile.am: Remove the warnings being disabled,
5188         fix linkage on x86, spotted by Sebastian Dröge
5189         <slomo@circular-chaos.org>
5190
5191         * gst/goom/convolve_fx.c (convolve_init),
5192         (create_output_with_brightness), (convolve_apply):
5193         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5194         * gst/goom/goomsl.c:
5195         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5196         * gst/goom/plugin_info.c:
5197         * gst/goom/tentacle3d.c (tentacle_fx_create):
5198         Fix warnings, and disable the motifs in the convolve_fx
5199         plugin (they were causing warnings, and they were just
5200         "Goom" in funny letterring)
5201
5202 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5203
5204         * configure.ac: Add checks for Flex/Yacc/Bison and other
5205         furry animals, for the new goom 2k4 based plugin
5206
5207         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5208         CPU optimisations (not working yet), move the old plugin to...
5209
5210         * gst/goom2k1/*: ... here, in case somebody is sick enough
5211
5212         Fixes #515073
5213
5214 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5215
5216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5217         Post the server response code in an error message instead of a generic
5218         'error' message. Fixes #517237.
5219
5220 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5221
5222         * tests/check/Makefile.am:
5223         Ignore gconfaudiosrc for the states unit test too. It will fallback
5224         to alsasrc if the gconf settings can't be read and not everybody has
5225         alsa.
5226
5227 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5228
5229         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5230         (gst_wavpack_parse_create_src_pad):
5231         * ext/wavpack/gstwavpackparse.h:
5232         Always report the duration if we know it in push mode and don't
5233         return 0 just to make totem believe we can't seek in push mode.
5234         Newer totem version use the SEEKING query which properly reports
5235         if we can seek or not.
5236
5237 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5238
5239         Patch by: Jens Granseuer <jensgr at gmx dot net>
5240
5241         * tests/examples/equalizer/demo.c: (main):
5242         C89 fix, moving variable declarations to the beginning of
5243         the block. Fixes bug #517933.
5244
5245 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5246
5247         * configure.ac:
5248         Back to development...
5249
5250 === release 0.10.7 ===
5251
5252 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5253
5254         * configure.ac:
5255           releasing 0.10.7, "Red Door Black"
5256
5257 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5258
5259         * gst/alpha/Makefile.am:
5260         Link alpha plugin with libgstbase. Fixes bug #517386.
5261
5262 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5263
5264         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5265         Init values to -1 instead of the default 0 value.
5266         Fixes #516524.
5267
5268 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5269
5270         * tests/examples/spectrum/spectrum-example.c:
5271         Add missing include to fix compilation when libxml usage is disabled.
5272         Fixes: #516371
5273
5274 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5275
5276         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5277         fixes: #514889
5278
5279         * gst/rtp/gstrtph264pay.c:
5280         * gst/rtp/gstrtpmp4gdepay.c:
5281         * gst/rtp/gstrtpmp4gpay.c:
5282         * gst/rtp/gstrtpmp4gpay.h:
5283         * gst/rtp/gstrtptheorapay.c:
5284         * gst/rtp/gstrtpvorbispay.c:
5285
5286         Fix various leaks shown up in valgrind
5287         - free sprops and buffer in error cases in H264 payloader
5288         - fix leak in mp4g depayloader when construction the caps
5289         - don't leak config string in the mp4g payloader
5290         - don't leak buffers and headers in theora and vorbis payloaders
5291
5292         * tests/check/elements/rtp-payloading.c:
5293
5294         Fix the RTP data test
5295         - Actually send valid amr data to the payloader instead of 20
5296         zero-bytes
5297         - The mp4g payloader expects codec_data on the caps
5298
5299 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5300
5301         * win32/MANIFEST:
5302         Add libgstpng.dsp to MANIFEST.
5303         * win32/vs6/libgstaudiofx.dsp:
5304         Add new source files to VS project file.
5305
5306 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5307
5308         * sys/ximage/gstximagesrc.c:
5309         Initialise variables when opening the X display rather
5310         than in _start(), as the display can be opened before that.
5311
5312         Fixes: #515985
5313
5314 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5315
5316         * sys/directdraw/gstdirectdrawsink.c:
5317         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5318         (gst_directdraw_sink_finalize):
5319         Properly chain up finalize functions. Fixes bug #515980.
5320
5321 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5322
5323         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5324         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5325         (gst_v4l2_buffer_pool_class_init):
5326         Chain up the finalize functions. Fixes bug #515984.
5327
5328 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5329
5330         * sys/ximage/ximageutil.c:
5331         Chain up in the finalize function for our custom
5332         buffer sub-class.
5333         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5334         Fixes: #515706
5335
5336 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5337
5338         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5339         (gst_fenced_buffer_class_init):
5340         Properly chain up finalize method. Fixes bug #515979.
5341
5342 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5343
5344         * sys/ximage/gstximagesrc.c:
5345         Free allocated Damage memory before closing our connection to the
5346         X server. Partially fixes: #515706
5347
5348 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5349
5350         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5351         * tests/check/Makefile.am:
5352         * tests/check/gst-plugins-good.supp:
5353         Add a few libjpeg suppressions and initialize a variable to
5354         make smokeenc valgrind clean. Fixes bug #515701.
5355
5356 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5357
5358         * gst/avi/gstavidemux.c:
5359         Revert patch which sends timestamps only on keyframes, as it
5360         breaks playback with current gst-ffmpeg.
5361
5362         Fixes: #515562
5363
5364 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5365
5366         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5367         * tests/check/elements/multifile.c: (GST_START_TEST):
5368         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5369
5370 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5371
5372         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5373         Use and unset the GError when pipeline creation fails instead of
5374         simply leaking it. Fixes bug #515704.
5375
5376 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5377
5378         * gst/audiofx/audioamplify.c:
5379         * gst/audiofx/audiochebband.c:
5380         * gst/audiofx/audiocheblimit.c:
5381         * gst/audiofx/audiodynamic.c:
5382         * gst/audiofx/audioinvert.c:
5383         * gst/audiofx/audiopanorama.c:
5384         * gst/audiofx/audiowsincband.c:
5385         * gst/audiofx/audiowsinclimit.c:
5386         Fix long description of audiofx elements. Fixes bug #515457.
5387
5388 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5389
5390         * docs/plugins/Makefile.am:
5391         * gst/spectrum/gstspectrum.c:
5392         * tests/examples/spectrum/.cvsignore:
5393         * tests/examples/spectrum/Makefile.am:
5394         * tests/examples/spectrum/spectrum-example.c:
5395
5396         Add a simple example application for the spectrum element, include it
5397         in the docs, and fix some documentation ambiguities.
5398
5399         Fixes: #348085
5400
5401 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5402
5403         * gst/equalizer/Makefile.am:
5404         * gst/spectrum/Makefile.am:
5405         Fix includes order
5406
5407         * tests/check/Makefile.am:
5408         Exclude v4l2src from the states test - it takes too long to start.
5409
5410         * tests/check/elements/spectrum.c:
5411         Make the test run properly with CK_FORK=no
5412
5413 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5414
5415         * gst/audiofix/Makefile.am: add missing header files 
5416
5417 2008-02-08  Julien Moutte  <julien@fluendo.com>
5418
5419         * gst/matroska/matroska-demux.c:
5420         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5421         keyframe and delta units correctly when dealign with a BlockGroup.
5422         Fixes: #514397
5423
5424 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5425
5426         * tests/check/elements/.cvsignore:
5427         Spell the new tests correctly in .cvsignore
5428
5429 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5430
5431         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5432           Need to use gsize here for the size, fixes compiler warning.
5433
5434         * tests/examples/equalizer/.cvsignore:
5435         * tests/examples/equalizer/Makefile.am:
5436         * tests/examples/spectrum/.cvsignore:
5437         * tests/examples/spectrum/Makefile.am:
5438           Add missing files to fix the build.
5439
5440 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5441
5442         * configure.ac:
5443         * docs/plugins/Makefile.am:
5444         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5445         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5446         * docs/plugins/gst-plugins-good-plugins.args:
5447         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5448         * docs/plugins/inspect/plugin-multifile.xml:
5449         * tests/check/Makefile.am:
5450         * tests/check/elements/.cvsignore:
5451
5452         Move multifile plugin from -bad.
5453         Fixes: #490283
5454
5455 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5456
5457         * configure.ac:
5458         * docs/plugins/Makefile.am:
5459         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5460         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5461         * docs/plugins/gst-plugins-good-plugins.args:
5462         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5463         * docs/plugins/inspect/plugin-spectrum.xml:
5464         * gst/spectrum/Makefile.am:
5465         * tests/check/Makefile.am:
5466         * tests/check/elements/.cvsignore:
5467         * tests/examples/Makefile.am:
5468
5469         Move spectrum plugin from -bad.
5470         Move examples into tests/examples/spectrum.
5471
5472 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5473
5474         * configure.ac:
5475         * docs/plugins/Makefile.am:
5476         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5477         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5478         * docs/plugins/gst-plugins-good-plugins.args:
5479         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5480         * docs/plugins/gst-plugins-good-plugins.interfaces:
5481         * docs/plugins/inspect/plugin-equalizer.xml:
5482         * gst/equalizer/Makefile.am:
5483         * tests/check/Makefile.am:
5484         * tests/examples/Makefile.am:
5485         Move the equalizer plugin across from -bad
5486
5487         * tests/check/elements/.cvsignore:
5488         Add equalizer, audiosincwband and audiosincwlimit
5489
5490         * tests/check/elements/equalizer.c:
5491         Fix compiler warnings
5492
5493         Fixes: #415627
5494
5495 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5496
5497         * configure.ac:
5498         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5499         are treated like releases and build without it.
5500
5501 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5502
5503         * docs/plugins/Makefile.am:
5504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5506         * docs/plugins/gst-plugins-good-plugins.args:
5507         * docs/plugins/inspect/plugin-audiofx.xml:
5508         * gst/audiofx/Makefile.am:
5509         * gst/audiofx/audiofx.c:
5510         * gst/audiofx/audiowsincband.c:
5511         * gst/audiofx/audiowsincband.h:
5512         * gst/audiofx/audiowsinclimit.c:
5513         * gst/audiofx/audiowsinclimit.h:
5514         * tests/check/Makefile.am:
5515         * tests/check/elements/audiowsincband.c:
5516         * tests/check/elements/audiowsinclimit.c:
5517
5518         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5519         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5520         respectively.
5521
5522         Fixes: #467666
5523
5524 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5525
5526         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5527         * tests/check/elements/icydemux.c:
5528           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5529           caps, and add a somewhat useful debug message. Plus test.
5530
5531 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5532
5533         * gst/rtsp/gstrtspsrc.c:
5534         Include unistd.h only if HAVE_UNISTD_H is defined
5535         * win32/common/config.h.in:
5536         * win32/common/config.h:
5537         Define socklen_t as it seems it's not defined in default 
5538         Visual Studio headers.
5539         * win32/vs6/libgstalpha.dsp:
5540         * win32/vs6/libgstapetag.dsp:
5541         * win32/vs6/libgstavi.dsp:
5542         * win32/vs6/libgstrtp.dsp:
5543         * win32/vs6/libgstrtsp.dsp:
5544         * win32/vs6/libgstvideomixer.dsp:
5545         Update project file dependencies and add new source files       
5546
5547 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5548
5549         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5550
5551         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5552         Don't leak buffers when we don't push them downstream.
5553         Fixes bug #514965.
5554
5555 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5556
5557         * configure.ac:
5558           Bump requirements to (good) released versions to avoid
5559           confusion and make implicit core requirement explicit.
5560
5561 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5562
5563         * docs/plugins/Makefile.am:
5564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5566         * docs/plugins/gst-plugins-good-plugins.args:
5567         * docs/plugins/inspect/plugin-audiofx.xml:
5568         * gst/audiofx/Makefile.am:
5569         * gst/audiofx/audiochebband.c:
5570         * gst/audiofx/audiochebband.h:
5571         * gst/audiofx/audiocheblimit.c:
5572         * gst/audiofx/audiocheblimit.h:
5573         * gst/audiofx/audiochebyshevfreqband.c:
5574         * gst/audiofx/audiochebyshevfreqband.h:
5575         * gst/audiofx/audiochebyshevfreqlimit.c:
5576         * gst/audiofx/audiochebyshevfreqlimit.h:
5577         * gst/audiofx/audiofx.c:
5578         * tests/check/Makefile.am:
5579         * tests/check/elements/.cvsignore:
5580         * tests/check/elements/audiochebband.c:
5581         * tests/check/elements/audiocheblimit.c:
5582         * tests/check/elements/audiochebyshevfreqband.c:
5583         * tests/check/elements/audiochebyshevfreqlimit.c:
5584
5585         Rename audiochebyshevfreqband -> audiochebband and
5586         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5587         surgery.
5588
5589         Closes: #491811
5590
5591 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5592
5593         Patch by: Orjan Friberg <orjanf at axis dot com>
5594
5595         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5596         Fix caps memory leak. Fixes #514573.
5597
5598 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5599
5600         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5601         If there's no entries in the subindex, don't try to do anything stupid,
5602         just return.
5603
5604 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5605
5606         Patch by: John Millikin <jmillikin at gmail dot com>
5607
5608         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5609           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5610           Fix extraction of picture blocks with newer libflac versions again:
5611           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5612
5613 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * tests/check/Makefile.am:
5616           Add rtp-payloading test to VALGRIND_TO_FIX.
5617
5618         * tests/check/elements/rtp-payloading.c:
5619           Add semicolons after GST_TEST_END so gst-indent gets the
5620           formatting right; make test less verbose in general, but
5621           more verbose in the error case (which should probably
5622           make the test fail anyway).
5623
5624 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5625
5626         * docs/plugins/Makefile.am:
5627         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5628         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5629         * gst/avi/gstavisubtitle.c:
5630         Add documentation for avisubtitle and change class to
5631         Codec/Parser/Subtitle
5632
5633 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5634
5635         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5636         Treat ENOTTY (driver does not implement ioctl) the same as
5637         EINVAL since it implies there are no available standards.
5638
5639         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5640         (gst_v4l2src_get_nearest_size):
5641         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5642         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5643         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5644         reason, and if we aren't yet actively capturing.
5645
5646         * sys/v4l2/v4l2src_calls.h:
5647         Remove replaced function declaration.
5648
5649 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5650
5651         * configure.ac:
5652         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5653         API.
5654
5655 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5656
5657         * configure.ac:
5658         Fix typo.
5659
5660 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5661
5662         * gst/alpha/Makefile.am:
5663         * gst/alpha/gstalpha.c:
5664
5665         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5666         some stuff, and making buffer-alloc and resizing work automatically.
5667         No longer crashes on odd frame widths and heights, although there
5668         seems to be a disagreement with ffmpegcolorspace about what size
5669         an AYUV frame with odd height should be.
5670
5671 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5672
5673         Patch by: Alessandro Decina <alessandro at nnva dot org>
5674
5675         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5676         * ext/libpng/gstpngenc.h:
5677         Preallocate the output buffer so that g_memdup() and
5678         gst_buffer_merge() aren't needed anymore. This greatly improves
5679         performances and fixes #512544.
5680
5681 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5682
5683         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5684         (gst_avi_demux_stream_data):
5685         GStreamer timestamps are PTS values while AVI only knows about DTS
5686         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5687         we are dealing with a key frame.
5688
5689 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5690
5691         * tests/check/Makefile.am:
5692         * tests/check/elements/.cvsignore:
5693         * tests/check/elements/rtp-payloading.c:
5694           Add add testsuite for the rtp-payloader that tries simulating
5695           dataflow. Needs more test data.
5696
5697 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5698
5699         * tests/check/elements/alphacolor.c:
5700           Remove two unused variables.
5701
5702 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5703
5704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5705           Use g_ascii_strtoll() instead of atoll, which is only
5706           available in C99.
5707
5708 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5709
5710         * gst/rtp/Makefile.am:
5711         * gst/rtp/gstrtp.c:
5712         * gst/rtp/gstrtpmpvpay.c:
5713         * gst/rtp/gstrtpmpvpay.h:
5714         Add MPEG2 video payloader
5715
5716 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5717
5718         * gst/level/gstlevel.c:
5719         Use #include <math.h> instead of #include "math.h".
5720
5721 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5722
5723         * tests/check/Makefile.am:
5724         Fix up some CFLAGS sets.
5725         Don't include gconfvideosrc in the states test.
5726
5727         * tests/check/elements/autodetect.c: (GST_START_TEST):
5728         Add some error strings to fail_unless arguments to fix some weird
5729         compiler errors on Solaris.
5730
5731 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5732
5733         * configure.ac:
5734         Detect video4linux headers on Solaris too.
5735         * sys/v4l2/gstv4l2colorbalance.h:
5736         * sys/v4l2/gstv4l2object.h:
5737         * sys/v4l2/v4l2_calls.c:
5738         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5739         (gst_v4l2_buffer_new):
5740
5741         Make v4l2 build on Solaris.
5742         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5743         Fixes: #510505
5744
5745 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5746
5747         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5748           Update list from (still local) scanning script.
5749
5750 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5751
5752         Based on a patch by:
5753             Victor STINNER <victor dot stinner at haypocalc dot com>
5754
5755         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5756         Set variable to NULL after freeing it to prevent double frees
5757         or make failures by another use of it afterwards more obvious
5758         and fix use of it after the freeing. Fixes bug #510592.
5759
5760 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5761
5762         * gst/udp/gstmultiudpsink.c:
5763         use GST_WARNING for logging
5764
5765 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5766
5767         * gst/udp/gstmultiudpsink.c:
5768         Don't try to leave a multicast group with an invalid socket
5769
5770 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5771
5772         * ext/flac/gstflacdec.c:
5773           Fix compilation against flac 1.1.2 (as on debian stable), where
5774           the picture metadata defines and structs don't exist yet.
5775           Fixes #509301.
5776
5777 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5778
5779         Patch by: Olivier Crete <tester at tester dot ca>
5780
5781         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5782         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5783         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5784         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5785         * gst/udp/gstmultiudpsink.h:
5786         Add property to automatically join a multicast group or not. This can be
5787         useful when sharing a socket between multiple elements.
5788         Fixes #509531.
5789
5790 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5791
5792         * gst/videomixer/Makefile.am:
5793           Add controller flags.
5794
5795 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5796
5797         * gst/videomixer/videomixer.c:
5798           Also commit the missing gst_object_sync_values().
5799
5800 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5801
5802         * docs/plugins/Makefile.am:
5803           Remove duplicate entry.
5804
5805 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5806
5807         * docs/plugins/Makefile.am:
5808         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5809         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5810         * docs/plugins/inspect/plugin-gamma.xml:
5811         * docs/plugins/inspect/plugin-monoscope.xml:
5812         * docs/plugins/inspect/plugin-video4linux2.xml:
5813           Add 3 more plugins to docs.
5814
5815 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5816
5817         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5818         * sys/osxvideo/osxvideosink.h:
5819           Revert previous change caused by a file that got stuck on an old
5820           revision.
5821
5822 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5823
5824         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5825         * gst/multipart/Makefile.am:
5826         * gst/multipart/multipartdemux.c:
5827         * gst/multipart/multipartdemux.h:
5828         * gst/multipart/multipartmux.c:
5829         * gst/multipart/multipartmux.h:
5830           Re-add multipartdemux to the docs. Last round of section cleanup.
5831
5832 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5833
5834         * docs/plugins/Makefile.am:
5835         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5836         * sys/osxaudio/gstosxaudiosink.h:
5837         * sys/osxvideo/osxvideosink.h:
5838           Managed to resolve most unused declarations. Filed a bug for one left.          
5839
5840 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5841
5842         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5843           Cleanup section file.
5844
5845 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5846
5847         * docs/plugins/Makefile.am:
5848         * docs/plugins/gst-plugins-good-plugins.args:
5849         * docs/plugins/gst-plugins-good-plugins.signals:
5850         * docs/plugins/inspect/plugin-alaw.xml:
5851         * docs/plugins/inspect/plugin-alpha.xml:
5852         * docs/plugins/inspect/plugin-alphacolor.xml:
5853         * docs/plugins/inspect/plugin-annodex.xml:
5854         * docs/plugins/inspect/plugin-apetag.xml:
5855         * docs/plugins/inspect/plugin-audiofx.xml:
5856         * docs/plugins/inspect/plugin-auparse.xml:
5857         * docs/plugins/inspect/plugin-autodetect.xml:
5858         * docs/plugins/inspect/plugin-avi.xml:
5859         * docs/plugins/inspect/plugin-cairo.xml:
5860         * docs/plugins/inspect/plugin-cdio.xml:
5861         * docs/plugins/inspect/plugin-cutter.xml:
5862         * docs/plugins/inspect/plugin-debug.xml:
5863         * docs/plugins/inspect/plugin-dv.xml:
5864         * docs/plugins/inspect/plugin-efence.xml:
5865         * docs/plugins/inspect/plugin-effectv.xml:
5866         * docs/plugins/inspect/plugin-flac.xml:
5867         * docs/plugins/inspect/plugin-flxdec.xml:
5868         * docs/plugins/inspect/plugin-gconfelements.xml:
5869         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5870         * docs/plugins/inspect/plugin-goom.xml:
5871         * docs/plugins/inspect/plugin-halelements.xml:
5872         * docs/plugins/inspect/plugin-icydemux.xml:
5873         * docs/plugins/inspect/plugin-id3demux.xml:
5874         * docs/plugins/inspect/plugin-jpeg.xml:
5875         * docs/plugins/inspect/plugin-ladspa.xml:
5876         * docs/plugins/inspect/plugin-level.xml:
5877         * docs/plugins/inspect/plugin-matroska.xml:
5878         * docs/plugins/inspect/plugin-mulaw.xml:
5879         * docs/plugins/inspect/plugin-multipart.xml:
5880         * docs/plugins/inspect/plugin-navigationtest.xml:
5881         * docs/plugins/inspect/plugin-png.xml:
5882         * docs/plugins/inspect/plugin-quicktime.xml:
5883         * docs/plugins/inspect/plugin-rtp.xml:
5884         * docs/plugins/inspect/plugin-rtsp.xml:
5885         * docs/plugins/inspect/plugin-shout2send.xml:
5886         * docs/plugins/inspect/plugin-smpte.xml:
5887         * docs/plugins/inspect/plugin-speex.xml:
5888         * docs/plugins/inspect/plugin-taglib.xml:
5889         * docs/plugins/inspect/plugin-udp.xml:
5890         * docs/plugins/inspect/plugin-videobalance.xml:
5891         * docs/plugins/inspect/plugin-videobox.xml:
5892         * docs/plugins/inspect/plugin-videocrop.xml:
5893         * docs/plugins/inspect/plugin-videoflip.xml:
5894         * docs/plugins/inspect/plugin-videomixer.xml:
5895         * docs/plugins/inspect/plugin-wavenc.xml:
5896         * docs/plugins/inspect/plugin-wavpack.xml:
5897         * docs/plugins/inspect/plugin-wavparse.xml:
5898           Update plugin docs.
5899
5900         * gst/videomixer/Makefile.am:
5901         * gst/videomixer/videomixer.c:
5902         * gst/videomixer/videomixer.h:
5903         * gst/videomixer/videomixerpad.h:
5904           Split out header to fix warnings from the doc-build.
5905
5906 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5907
5908         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5909
5910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5911         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5912
5913 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5914
5915         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5916         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5917           Initialise variables to work around (false) 'foo might be used
5918           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5919
5920 2008-01-11  David Schleef  <ds@schleef.org>
5921
5922         * docs/plugins/.cvsignore:
5923         * tests/check/pipelines/.cvsignore:
5924           Ignore more files for the buildbot.
5925
5926 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5927
5928         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5929         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5930         Generate the image-type values correctly. Leave them out of the caps
5931         when outputting a "preview image" tag, since it only makes sense
5932         to have one of those - the type is irrelevant.
5933
5934         * sys/sunaudio/gstsunaudiomixerctrl.c:
5935         (gst_sunaudiomixer_ctrl_open):
5936         If we can, mark the mixer multiple open when we use it, in case
5937         (for some reason) the process wants to open it again elsewhere.
5938
5939 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5940
5941         Patch by: Olivier Crete <tester at tester dot ca>
5942
5943         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5944         * gst/rtp/gstrtptheorapay.c:
5945         Fix the clock rate to 90000 as required by the RFC.
5946         Fixes #508644.
5947
5948 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5949
5950         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5951           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5952
5953 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5954
5955         * autogen.sh:
5956           Add -Wno-portability to the automake parameters to stop warnings
5957           about GNU make extensions being used. We require GNU make in almost
5958           every Makefile anyway.
5959           
5960         * configure.ac:
5961           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5962           at the same time is required for per target flags.
5963
5964 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5965
5966         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5967         Fix error from my last commit.
5968
5969 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5970
5971         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5972
5973         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5974           Make sure the ISO 639-X language code in ID3v2 COMM frames
5975           is actually valid UTF-8 (or rather: ASCII), so we don't end
5976           up with non-UTF8 strings in tags if there's garbage in the
5977           language field. Also make sure the language code is always
5978           lower case. Fixes: #508291.
5979
5980 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5981
5982         * ChangeLog:
5983           Fix ChangeLog typo.
5984
5985 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5986
5987         * Makefile.am:
5988           Include lcov.mak to allow building coverage reports. Guard
5989           check-torture target like in the other packages.
5990
5991 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5992
5993         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5994
5995         * gst/videomixer/videomixer.c:
5996         (gst_videomixer_set_master_geometry), (_do_init),
5997         (gst_videomixer_child_proxy_get_child_by_index),
5998         (gst_videomixer_child_proxy_get_children_count),
5999         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6000         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6001         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6002         Implement GstChildProxy interface.
6003         Send newsegment at the right moment
6004         Fixes #488879
6005
6006 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6007
6008         * gst/alpha/Makefile.am:
6009         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6010         (gst_alpha_sink_event), (gst_alpha_chain),
6011         (gst_alpha_change_state), (plugin_init):
6012         Make the various properties of 'alpha' controllable. This allows doing
6013         niceties like fade-in/fade-out.
6014
6015 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6016
6017         * gst/rtp/gstasteriskh263.c:
6018         * gst/rtp/gstrtpL16depay.c:
6019         * gst/rtp/gstrtpac3depay.c:
6020         * gst/rtp/gstrtpamrpay.c:
6021         * gst/rtp/gstrtpdepay.c:
6022         * gst/rtp/gstrtpgsmdepay.c:
6023         * gst/rtp/gstrtph263depay.c:
6024         * gst/rtp/gstrtph263pdepay.c:
6025         * gst/rtp/gstrtph263ppay.c:
6026         * gst/rtp/gstrtph264depay.c:
6027         * gst/rtp/gstrtph264pay.c:
6028         * gst/rtp/gstrtpmp2tdepay.c:
6029         * gst/rtp/gstrtpmp4adepay.c:
6030         * gst/rtp/gstrtpmp4gdepay.c:
6031         * gst/rtp/gstrtpmp4gpay.c:
6032         * gst/rtp/gstrtpmp4vdepay.c:
6033         * gst/rtp/gstrtpmpadepay.c:
6034         * gst/rtp/gstrtpmpvdepay.c:
6035         * gst/rtp/gstrtpsv3vdepay.c:
6036         * gst/rtp/gstrtptheoradepay.c:
6037         * gst/rtp/gstrtptheorapay.c:
6038         * gst/rtp/gstrtpvorbisdepay.c:
6039         * gst/rtp/gstrtpvorbispay.c:
6040           Remove copy/paste unused code (property setters and getter) found by
6041           the coverage suite (yay, saves ~20k on disk).
6042
6043 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6044
6045         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6046           (videosink_templ):
6047           Also fix up pad templates to indicate that image/jpeg doesn't
6048           absolutely require the framerate property to be set (#504081).
6049
6050 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6051
6052         Based on patch by: Wouter Cloetens  <wouter at mind be>
6053
6054         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6055           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6056           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6057         * gst/matroska/matroska-mux.h:
6058           Keep track of first and last timestamps for each incoming stream,
6059           so we can calculate the total duration for live sources and other
6060           input where we can't query the duration from the start or where
6061           there's no constant framerate from which we can deduce the
6062           duration; also use calculated/observed duration if it is bigger
6063           than the previously queried duration. Furthermore, use
6064           gst_pad_query_peer_duration() and take into account that it may
6065           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6066           screws up comparisons when using unsigned integers. Fixes #504081.
6067
6068 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6069
6070         * configure.ac:
6071         * gst/audiofx/audioamplify.c:
6072         (gst_audio_amplify_clipping_method_get_type),
6073         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6074         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6075         (gst_audio_dynamic_transform_ip):
6076         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6077         (gst_audio_invert_transform_ip):
6078         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6079         (gst_audio_panorama_transform):
6080         * gst/level/gstlevel.c: (gst_level_init):
6081         Make elements GST_BUFFER_FLAG_GAP aware and call
6082         gst_base_transform_set_gap_aware for this.
6083         Bump core requirement to CVS.
6084         
6085         * gst/audiofx/audiochebyshevfreqband.c:
6086         (gst_audio_chebyshev_freq_band_transform_ip):
6087         * gst/audiofx/audiochebyshevfreqlimit.c:
6088         (gst_audio_chebyshev_freq_limit_transform_ip):
6089         Also sync GObject properties to the controller if operating
6090         in passthrough mode.
6091
6092 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6093
6094         * sys/directdraw/gstdirectdrawsink.c:
6095           (gst_directdraw_sink_window_thread):
6096           FALSE is not a gpointer.
6097
6098 2008-01-05  Julien Moutte  <julien@fluendo.com>
6099
6100         * sys/directdraw/gstdirectdrawsink.c:
6101         (gst_directdraw_sink_set_window_id),
6102         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6103         (gst_directdraw_sink_buffer_alloc),
6104         (gst_directdraw_sink_draw_borders),
6105         (gst_directdraw_sink_show_frame),
6106         (gst_directdraw_sink_setup_ddraw),
6107         (gst_directdraw_sink_window_thread),
6108         (gst_directdraw_sink_get_ddrawcaps),
6109         (gst_directdraw_sink_surface_create): Make sure we create our
6110         internal window only when we need it. That will give a chance to
6111         the application to get the prepare-xwindow-id bus message. Draw
6112         black borders when keeping aspect ratio. Handle the case where our
6113         rendering window disappears (closed or errors) like other sinks
6114         do. Various 80 columns fixes, improve state change order. That
6115         element could need some more love.
6116
6117 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6118
6119         * ext/taglib/gstapev2mux.h:
6120         * ext/taglib/gstid3v2mux.h:
6121         Remove useless typedefs without new type name. Fixes a warning with
6122         gcc 4.3.
6123
6124 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6125
6126         Patch by: John Millikin <jmillikin at gmail dot com>
6127
6128         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6129         (gst_flac_dec_setup_stream_decoder),
6130         (gst_flac_normalize_picture_mime_type),
6131         (gst_flac_extract_picture_buffer),
6132         (gst_flac_dec_metadata_callback):
6133         Emit metadata messages when a PICTURE block is encountered.
6134         Fixes #506715.
6135
6136 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6137
6138         * gst/avi/gstavi.c:
6139         increase rank because no known issues anymore ...
6140         * gst/avi/gstavisubtitle.c:
6141         send subtitle name to the srcpad
6142
6143 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6144
6145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6146         * gst/rtsp/gstrtspsrc.h:
6147         Implement redirect for the DESCRIBE reply. Fixes #506025.
6148
6149 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6150
6151         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6152         Fix 'xyz may be used uninitialized' compiler warnings caused
6153         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6154         abort() in any case but properly report the error.
6155
6156 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6159         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6160         * sys/ximage/gstximagesrc.c: (composite_pixel):
6161           Fix 'xyz may be used uninitialized' compiler warnings caused
6162           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6163           not really nice to abort in any case). Fixes #505745.
6164
6165 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6166
6167         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6168           Small unit test fix (has no practical impact at the moment,
6169           since we're only feeding utf8 and hence just create a sub-
6170           buffer for the output).
6171
6172 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6173
6174         * gst/avi/gstavisubtitle.c:
6175         * tests/check/elements/avisubtitle.c:
6176         Add seeking support for avi subtitle
6177
6178 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6179
6180         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6181         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6182         (gst_flac_dec_write):
6183         * ext/flac/gstflacdec.h:
6184         Remove some unused vars.
6185         Do more cleanup of leftover events and tags.
6186         Output tags after the segment event. Fixes #504018.
6187
6188 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6189
6190         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6191           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6192           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6193           Detect other UTF byte order markers and convert to UTF-8 as
6194           appropriate.
6195
6196 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6197
6198         * gst/avi/gstavisubtitle.c: (src_template),
6199           (gst_avi_subtitle_extract_utf8_file),
6200           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6201           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6202           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6203         * gst/avi/gstavisubtitle.h:
6204           Refactor a bit; fix name extraction; don't assume all the data
6205           in the chunk is actually subtitle data, there may be padding at
6206           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6207           file so it's there to send again after a seek (for future use).
6208
6209 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6210
6211         * gst/avi/Makefile.am:
6212         * gst/avi/gstavi.c:
6213         * gst/avi/gstavisubtitle.c:
6214         * gst/avi/gstavisubtitle.h:
6215         * tests/check/Makefile.am:
6216         * tests/check/elements/avisubtitle.c:
6217         * win32/common/config.h:
6218                 Add avi subtitle element for bug #442034. Need seeking support
6219                 and more support for character conversion.
6220
6221 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6222
6223         * Makefile.am:
6224           Include common/win32.mak for CRLF check of win32 project
6225           files (see #393626).
6226
6227         * win32/vs6/libgstpng.dsp:
6228           Fix line endings and do cvs admin -kb.
6229
6230 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6231
6232         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6233         Actually drop the buffers which are outside the currently configured
6234         segment instead of just emitting a WARNING.
6235
6236 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6237
6238         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6239         (gst_flac_dec_write):
6240         * ext/flac/gstflacdec.h:
6241         Send segments from the streaming thread. Fixes #502187.
6242         Fix segment seeking and a bunch of other seeking cases.
6243
6244 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6245
6246         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6247           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6248           which is where it would end up if the same information was
6249           put in a vorbis comment (don't think it's worth adding a
6250           new URI tag for this). Fixes #488112.
6251
6252 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6253
6254         * configure.ac:
6255           We need core/base 0.10.15 or later.
6256
6257 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6258
6259         Patch by: Mark Nauwelaerts <manauw skynet be>
6260
6261         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6262         Fix regression in stream numbering. Fixes #502655.
6263
6264 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6265
6266         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6267
6268         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6269         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6270         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6271         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6272         (gst_rtp_h264_pay_handle_buffer):
6273         * gst/rtp/gstrtph264pay.h:
6274         Use higher performance start-code searching.
6275         Parse NALs and store SPS, PPS and profile in the caps so that they can
6276         be used in the SDP. Fixes #502814.
6277
6278 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6279
6280         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6281         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6282           Init some structs to zero before we pass them to ioctl, which
6283           avoids valgrind warnings.  Also fix a small memory leak.
6284
6285 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6286
6287         Patch by: Wouter Cloetens <wouter at mind dot be>
6288
6289         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6290         Copy timestamp from input to output. Not very perfect yet but better
6291         than nothing. Fixes #503023.
6292
6293 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6294
6295         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6296           Also print a useful error message with the old Wavpack API
6297           if possible.
6298
6299 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6300
6301         * ext/wavpack/gstwavpackdec.c:
6302           More build fixes for old libwavpack versions: include config.h so
6303           that WAVPACK_OLD_API is actually defined as detected; only use
6304           WavpackGetErrorMessage if it is available. This fixes the build
6305           on debian stable for me.
6306
6307 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6308
6309         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6310         * ext/wavpack/gstwavpackparse.c:
6311           (gst_wavpack_parse_create_src_pad):
6312           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6313           versions below 4.40.0.
6314
6315 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6316
6317         * configure.ac:
6318           And now do it right for real...
6319
6320 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6321
6322         * configure.ac:
6323           Correctly reset $LIBS to not contain -lm.
6324
6325 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6326
6327         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6328
6329         * configure.ac:
6330         * ext/cairo/gsttimeoverlay.c:
6331           (gst_cairo_time_overlay_print_smpte_time):
6332           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6333           and checking for rint() and implementing it ourself if it doesn't
6334           exist. Fixes #497293.
6335
6336 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6337
6338         * configure.ac:
6339           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6340
6341 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6342
6343         * sys/oss/gstosshelper.c:
6344         Verify that the format returned after the ioctl is the one
6345         we requested. It is valid for the ioctl to succeed while
6346         substituting an alternate 'supported' sample format.
6347
6348 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6349
6350         * sys/oss/gstossaudio.c: (plugin_init):
6351         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6352         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6353           Post decent (and translated) error message when we can't
6354           open the audio device for some reason.
6355
6356 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6357
6358         * sys/oss/gstosssink.c:
6359         * sys/oss/gstosssrc.c:
6360         Allow the AUDIODEV environment variable to redirect us
6361         to a different default OSS device, like sunaudiosink does
6362         on Solaris (makes audio play automatically on SunRays).
6363
6364 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6365
6366         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6367         * gst/audiofx/audiochebyshevfreqband.c:
6368         (gst_audio_chebyshev_freq_band_transform_ip):
6369         * gst/audiofx/audiochebyshevfreqlimit.c:
6370         (gst_audio_chebyshev_freq_limit_transform_ip):
6371         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6372         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6373         The transform_ip() methods should do nothing if in passthrough mode.
6374         It might get non-writable buffers in that case but the buffer might
6375         as well be writable.
6376
6377         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6378         The transform() methods won't be called in passthrough mode and
6379         otherwise the buffer is always writable so don't check here.
6380
6381 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6382
6383         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6384           Fix seeking in .wav files again (#501775).  Some people seem to think
6385           they don't need to test their changes when they're just 'reflowing'
6386           some code.
6387
6388 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6389
6390         * gst/autodetect/gstautovideosink.c:
6391         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6392         (gst_auto_video_sink_init),
6393         (gst_auto_video_sink_create_element_with_pretty_name),
6394         (gst_auto_video_sink_find_best),
6395         (gst_auto_video_sink_set_property),
6396         (gst_auto_video_sink_get_property):
6397         * gst/autodetect/gstautovideosink.h:
6398         Fix docs.
6399         Use same error reporting code as autoaudiosink.
6400         Add property to filter sinks based on caps. Only select raw video sinks
6401         by default for backwards compat.
6402         API: GstAutoVideoSink::filter-caps
6403
6404 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6405
6406         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6407
6408         * gst/autodetect/gstautoaudiosink.c:
6409         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6410         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6411         (gst_auto_audio_sink_set_property),
6412         (gst_auto_audio_sink_get_property):
6413         * gst/autodetect/gstautoaudiosink.h:
6414         Add property to filter sinks based on caps. Only select raw audio sinks
6415         by default for backwards compat.  Fixes #417420.
6416         API: GstAutoAudioSink::filter-caps
6417
6418 2007-11-29  Michael Smith <msmith@fluendo.com>
6419
6420         Patch by: Arek Korbik <arkadini@gmail.com>
6421
6422         * gst/videobox/gstvideobox.c: (plugin_init):
6423           Initialise liboil in plugin_init()
6424
6425 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6426
6427         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6428         Post error before sending EOS. Fixes #499178.
6429
6430 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6431
6432         * win32/vs6/gst_plugins_good.dsw:
6433         * win32/vs6/libgstpng.dsp:
6434         Add a project file for libgstpng
6435
6436 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6437
6438         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6439         (gst_rtp_h263_depay_process):
6440         Code beautification.
6441         Added debug statements.
6442         Don't bit-shift everything, just do operations on last/first byte
6443         instead.
6444
6445 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6446
6447         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6448
6449         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6450         Fix wrong comparison in overrun check. Fixes #499239 some more.
6451
6452 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6453
6454         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6455         (gst_rtp_h263_depay_process):
6456         * gst/rtp/gstrtph263depay.h:
6457         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6458         stream.
6459
6460 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6461
6462         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6463
6464         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6465         (gst_rtp_mp4a_depay_process):
6466         * gst/rtp/gstrtpmp4adepay.h:
6467         Fix depayloading when multiple frames are inside one RTP packet.
6468         Fixes #499239.
6469
6470 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6471
6472         * gst/level/gstlevel.c:
6473           Add GAP-flag support.
6474
6475 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6476
6477         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6478         Read the I flag for Mode A h263 rtp stream and set the
6479         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6480         Fixes #499383
6481
6482 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6483
6484         * gst/level/gstlevel.c:
6485           Remove some dead code and do cleanups.
6486
6487 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6488
6489         * tests/check/pipelines/simple-launch-lines.c:
6490           Improve the tests by allowing to set a target state.
6491
6492 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6493
6494         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6495         Don't check the caps of the output buffer if they're equal some
6496         other caps. The caps can change in a backward compatible way
6497         and did at this point.
6498
6499 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6500
6501         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6502         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6503         (gst_qtdemux_seek_to_previous_keyframe),
6504         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6505         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6506         reverse playback support.
6507
6508 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6509
6510         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6511         Also set the channel layout on the Wavpack caps if we're having
6512         a mono layout. Of course only do it for "audio/x-wavpack".
6513
6514 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6515
6516         * ext/wavpack/gstwavpackcommon.c:
6517         (gst_wavpack_get_default_channel_mask),
6518         (gst_wavpack_set_channel_layout),
6519         (gst_wavpack_get_default_channel_positions),
6520         (gst_wavpack_get_channel_mask_from_positions),
6521         (gst_wavpack_set_channel_mapping):
6522         * ext/wavpack/gstwavpackcommon.h:
6523         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6524         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6525         * ext/wavpack/gstwavpackdec.h:
6526         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6527         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6528         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6529         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6530         (gst_wavpack_enc_rewrite_first_block),
6531         (gst_wavpack_enc_sink_event):
6532         * ext/wavpack/gstwavpackenc.h:
6533         * ext/wavpack/gstwavpackparse.c:
6534         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6535         (gst_wavpack_parse_scan_to_find_sample),
6536         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6537         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6538         * ext/wavpack/gstwavpackparse.h:
6539         Add support for encoding, parsing and decoding multichannel
6540         files with up to 8 channels. This also improves the robustness
6541         of parsing quite a bit.
6542
6543         * ext/wavpack/gstwavpackstreamreader.c:
6544         (gst_wavpack_stream_reader_read_bytes),
6545         (gst_wavpack_stream_reader_get_pos),
6546         (gst_wavpack_stream_reader_set_pos_abs),
6547         (gst_wavpack_stream_reader_set_pos_rel),
6548         (gst_wavpack_stream_reader_push_back_byte),
6549         (gst_wavpack_stream_reader_get_length),
6550         (gst_wavpack_stream_reader_can_seek),
6551         (gst_wavpack_stream_reader_write_bytes):
6552         Improve debugging.
6553
6554 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6555
6556         * ext/libpng/gstpngdec.c:
6557         * ext/libpng/gstpngdec.h:
6558           Don't release the png-memory from within the callback.
6559
6560 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6561
6562         Patch by: René Stadler <mail at renestadler dot de>
6563
6564         * ext/libpng/gstpngenc.c:
6565           Don't leak buffer data memory. Fixes #498395.
6566
6567 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6568
6569         Patch by: René Stadler <mail at renestadler dot de>
6570
6571         * tests/check/pipelines/simple-launch-lines.c:
6572           Tests for #498395.
6573
6574 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6575
6576         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6577         (gst_tag_lib_mux_adjust_event_offsets):
6578         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6579         * sys/osxaudio/Makefile.am:
6580         * sys/osxvideo/cocoawindow.h:
6581         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6582
6583 2007-11-15  David Schleef  <ds@schleef.org>
6584
6585         * ext/cairo/gsttextoverlay.c:
6586           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6587
6588 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6589
6590         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6591
6592         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6593         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6594         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6595         * gst/rtp/gstrtpmp2tpay.h:
6596         Fill the MTU with as many packets as possible. Fixes #491323.
6597
6598 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6599
6600         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6601
6602         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6603         Fix some more leaks. Fixes #497007.
6604
6605 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6606
6607         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6608
6609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6610         (gst_rtspsrc_stream_configure_tcp):
6611         Fix 3 pad leaks. Fixes #496983.
6612
6613 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6614
6615         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6616
6617         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6618         Fix small leak. Fixes #497017.
6619
6620 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6621
6622         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6623         (gst_qtdemux_prepare_current_sample),
6624         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6625         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6626         * gst/qtdemux/qtdemux_fourcc.h:
6627         * gst/qtdemux/qtdemux_types.c:
6628         Add suppport for theora in quicktime according to XiphQT.
6629
6630 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6631
6632         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6633         (gst_v4l2src_init), (gst_v4l2src_set_property),
6634         (gst_v4l2src_get_property):
6635         * sys/v4l2/gstv4l2src.h:
6636         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6637           Always copy buffers by default (handle safer with bugged drivers)
6638           and added a property to make it possible to use mmap effectively (no
6639           copy if possible) when application wants to. Fixes: #480557.
6640
6641 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6642
6643         * gst/id3demux/id3tags.c:
6644         * gst/id3demux/id3tags.h:
6645         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6646           We don't want the same string multiple times in a tag list for the
6647           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6648           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6649
6650 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6651
6652         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6653           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6654           into ID3v2 TXXX frames (fixes #347848).
6655
6656 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6657
6658         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6659           Don't leak sdp message contents (fixes #496773).
6660
6661         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6662           Don't leak URI string.
6663
6664 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6665
6666         Patch by: Julien Puydt <julien dot puydt at laposte net>
6667
6668         * ext/raw1394/Makefile.am:
6669         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6670           (gst_1394_property_probe_get_properties),
6671           (gst_1394_property_probe_probe_property),
6672           (gst_1394_property_probe_needs_probe),
6673           (gst_1394_property_probe_get_values),
6674           (gst_1394_property_probe_interface_init),
6675           (gst_1394_type_add_property_probe_interface):
6676         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6677         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6678           (gst_dv1394src_init), (gst_dv1394src_dispose),
6679           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6680           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6681           (gst_dv1394src_update_device_name):
6682         * ext/raw1394/gstdv1394src.h:
6683           Implement GstPropertyProbe interface and add "device-name" property,
6684           so applications can use this to probe for available devices in the
6685           same way they can already with v4lsrc and v4l2src (however horrible
6686           this property probe interface may be). Fixes #358841.
6687
6688 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6689
6690         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6691
6692         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6693           (gst_rtspsrc_parse_range):
6694           Don't leak event, don't leak range (fixes #496752).
6695
6696 2007-11-14  Michael Smith <msmith@fluendo.com>
6697
6698         Patch by: Arek Korbik <arkadini@gmail.com>
6699
6700         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6701           Detect RGBA/BGRA correctly on little endian systems.
6702
6703 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6706           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6707           corresponding ioctl() call fails even though the driver claims to
6708           support this format, just fall back to the pre-2.6.19 kernel
6709           routine that creates caps with suitable height and width ranges
6710           (see #448278).
6711
6712 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         Patch by: Mark Nauwelaerts <manauw skynet be>
6715
6716         * gst/matroska/matroska-demux.c:
6717           (gst_matroska_demux_push_dvd_clut_change_event),
6718           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6719           (gst_matroska_demux_subtitle_caps):
6720         * gst/matroska/matroska-ids.h:
6721           Extract palette data for dvd subpicture streams and send it
6722           downstream as custom gstreamer dvd event (fixes #453417).
6723
6724 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6725
6726         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6727           Implement minimal parsing of the passed pango font description
6728           string, so passing a font size works the same as with the
6729           pango textoverlay plugin; fixes #455086.
6730           (Maybe we could just use pangocairo here at some point).
6731
6732 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6733
6734         * gst/avi/gstavidemux.c:
6735         * gst/wavparse/gstwavparse.c:
6736           Return the result in _activate_pull(). Don't ref element there.
6737
6738 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6739
6740         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6741         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6742         (gst_wavparse_srcpad_event):
6743           Ref the element when we should, but not when we its not needed. Reflow
6744           the event_handling to not leak the event.       
6745
6746 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6747
6748         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6749         (qtdemux_parse_samples):
6750         Properly free QTDemuxSamples array.
6751         Protect table write with a sensible check, some files apparently DO contain
6752         stts values starting with 0 :(
6753
6754 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6755
6756         * gst/avi/gstavidemux.c:
6757         * gst/qtdemux/qtdemux.c:
6758           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6759           previous commit messed up.
6760
6761 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6762
6763         * gst/avi/gstavidemux.c:
6764         * gst/qtdemux/qtdemux.c:
6765           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6766           element when we should, but not when we its not needed.
6767
6768 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6769
6770         * gst/wavparse/gstwavparse.c:
6771           Return FALSE if we can't handle a query instead of changing the
6772           format. Ignore fact when dealing with mpeg audio.
6773
6774 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6777
6778         * configure.ac:
6779         * gst/udp/gstdynudpsink.c:
6780         * gst/udp/gstdynudpsink.h:
6781         * gst/udp/gstmultiudpsink.c:
6782         * gst/udp/gstmultiudpsink.h:
6783         * gst/udp/gstudpsink.c:
6784         * gst/udp/gstudpsink.h:
6785           Fix includes for MSVC and GLib-2.14.0 (#492388).
6786
6787         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6788           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6789
6790 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6791
6792         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6793         (gst_mulawdec_chain):
6794         * gst/law/mulaw-decode.h:
6795         Calculate outgoing buffer duration if incoming buffer didn't have a
6796         valid duration.
6797
6798 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6799
6800         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6801         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6802         Smarter combine_flow code that also deals with downstream elements
6803         returning UNEXPECTED when they receive data out of the segment
6804         boundaries. Fixes #491305.
6805
6806 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6807
6808         * sys/v4l2/v4l2src_calls.c:
6809           Fix 'unused variable' compiler warning when compiling against
6810           older kernel headers.
6811
6812 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6813
6814         * ext/taglib/gstid3v2mux.cc (add_funcs):
6815           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6816
6817 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6818
6819         * tests/check/pipelines/simple-launch-lines.c:
6820            Improve the tests a little more.
6821
6822 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6823
6824         patch by: Yun Zheng Hu
6825
6826         * sys/osxaudio/gstosxaudiosrc.c:
6827         Use default input device instead of default output device and
6828         only memcpy actual available bytes.
6829
6830 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6831
6832         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6833           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6834           early. It is temporary until we find something better.
6835
6836 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6837
6838         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6839
6840         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6841         Fix race when pausing a RTSP stream in interleaved.
6842         Fixes #475784.
6843
6844 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6845
6846         Patch by: Peter Kjellerstedt <pkj at axis com>
6847
6848         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6849         Use correct unref function for buffers. #488844.
6850
6851 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6852
6853         * gst/avi/gstavimux.c:
6854         * tests/check/elements/avimux.c:
6855           Add some debug and sync tests with the fix.     
6856
6857 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6858
6859         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6860
6861         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6862         When the socket is used by the app for other purposes, don't generate an
6863         error if there is activaty on the socket that is not data related.
6864         Fixes #487488.
6865
6866 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6867
6868         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6869         (gst_v4l2src_grab_frame):
6870         Add some more debug info. Generate an error when we run out of buffers
6871         for some reason. See #480557.
6872
6873 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6874
6875         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6876
6877         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6878         Set marker bit correctly.
6879
6880 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6881
6882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6883         Use allowed name for the GstStructure.
6884
6885 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6886
6887         * ext/gconf/gstswitchsink.c:
6888         * gst/autodetect/gstautoaudiosink.c:
6889           Use new gst_bus_pop_filtered().
6890
6891 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6892
6893         * sys/v4l2/gstv4l2src.c:
6894         * sys/v4l2/v4l2src_calls.c:
6895           When probing the formats and sizes a camera supports, make
6896           sure the best ones (highest resolution, prefered format)
6897           end up at the beginning of the probed caps and the less
6898           desirable ones at the end.  This is important because the
6899           order within the caps matters for things like fixation and
6900           negotiation, ie. what format is chosen in the end.
6901           With recent kernels, the current probing code will end up
6902           querying the supported sizes from lowest resolution to
6903           highest resolution, adding them to the probed caps in that
6904           order, resulting to v4l2src fixating to the lowest possible
6905           resolution if downstream does not express a size preference.
6906           Also make up a somewhat random ranking of prefered output
6907           formats for the same reason. Fixes #485828.
6908         
6909 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6910
6911         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6912
6913         * gst/id3demux/id3v2frames.c:
6914           Extract license/copyright URIs from ID3v2 WCOP frames
6915           (Fixes #447000).
6916
6917         * tests/check/elements/id3demux.c:
6918         * tests/files/Makefile.am:
6919         * tests/files/id3-447000-wcop.tag:
6920           Add simple unit test.
6921
6922 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6923
6924         * ext/taglib/gstid3v2mux.cc:
6925           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6926           Prerequisite for #447000.
6927
6928 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6929
6930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6931         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6932         a GstClockTime.
6933
6934 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6935
6936         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6937         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6938         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6939         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6940         (gst_rtspsrc_change_state):
6941         More seeking fixes, mostly passing around the new playback segment in
6942         order to configure it properly.
6943         Also reset base_time of udp sources when setting them back to PLAYING as
6944         a temporary hack until core supports seek in live sources properly.
6945
6946 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6947
6948         * gst/rtp/gstrtpmp4adepay.c:
6949         Fix caps as to not confuse autopluggers.
6950
6951 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6952
6953         * gst/id3demux/gstid3demux.c:
6954         * gst/id3demux/gstid3demux.h:
6955         * gst/id3demux/id3tags.c:
6956         * gst/id3demux/id3tags.h:
6957         * gst/id3demux/id3v2frames.c:
6958           Port ID3 tag demuxer over to the new GstTagDemux in -base
6959           (now would be a good time to test re-importing your music
6960           collection).
6961
6962 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6963
6964         * gst/apetag/Makefile.am:
6965         * gst/apetag/gstapedemux.c:
6966         * gst/apetag/gstapedemux.h:
6967         * gst/apetag/gsttagdemux.c:
6968         * gst/apetag/gsttagdemux.h:
6969           Port APE tag demuxer over to the new GstTagDemux in -base.
6970
6971 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6972
6973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6974         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6975         (gst_rtspsrc_handle_internal_src_query),
6976         (gst_rtspsrc_handle_src_query), (new_session_pad),
6977         (gst_rtspsrc_stream_configure_tcp),
6978         (gst_rtspsrc_stream_configure_transport),
6979         (gst_rtspsrc_loop_send_cmd):
6980         Improve flushing behaviour.
6981         Set state of the udp sources to PAUSE/PLAYING correctly.
6982         Handle events and queries for UDP and TCP transport now.
6983
6984 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6985
6986         * gst/rtp/gstrtpgsmdepay.c:
6987         * gst/rtp/gstrtpgsmpay.c:
6988           Add log category.
6989
6990 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6991
6992         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6993
6994         * tests/check/Makefile.am:
6995         * tests/check/pipelines/simple-launch-lines.c:
6996           Add unit tests for payloaders/depayloaders.
6997
6998 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6999
7000         * gst/avi/gstavimux.c:
7001         * gst/avi/gstavimux.h:
7002           Also save codec data for audio streams. Fixes #482495.
7003
7004 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7005
7006         * gst/avi/gstavimux.c:
7007           Fix "Index entry has invalid stream nr 1".
7008           Add support for muxing aac - work in progress (see #482495).
7009
7010 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7011
7012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7013         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7014         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7015         * gst/rtsp/gstrtspsrc.h:
7016         Parse bandwidth modifiers, they are not yet configured in the session
7017         manager because we don't have an API for that yet.
7018
7019 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7020
7021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7022         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7023         Use shiny new function in -base to get the default clock-rate.
7024         Update some docs.
7025
7026 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7027
7028         * win32/MANIFEST:
7029         Add files to win32 manifest.
7030         * win32/vs6/libgstaudiofx.dsp:
7031         * win32/vs6/libgstqtdemux.dsp:
7032         * win32/vs6/libgstrtp.dsp:
7033         * win32/vs6/libgstrtsp.dsp:
7034         Update project files.
7035
7036 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7037
7038         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7039         (gst_rtspsrc_play):
7040         * gst/rtsp/gstrtspsrc.h:
7041         In TCP mode, only timestamp the first buffer. TCP is not real time and
7042         it does not make sense to try to skew compensate, also some servers send
7043         the first batch of data in a burst.
7044
7045 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7046
7047         * gst/matroska/matroska-demux.c:
7048           Fix setting the discont flag on the first buffer
7049           pushed downstream for formats with private codec
7050           data that needs to be deserialised into buffers
7051           (such as vorbis and FLAC when in a matroska container).
7052
7053 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7054
7055         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7056
7057         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7058         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7059         (gst_rtp_mp4v_pay_handle_buffer):
7060         * gst/rtp/gstrtpmp4vpay.h:
7061         Free the config string. Fixes #480707.
7062         Clean up the timestamp code a little.
7063
7064 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7065
7066         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7067         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7068         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7069         * gst/rtsp/gstrtspsrc.h:
7070         Set timestamps on RTP buffers in interleaved mode.
7071         Mark first buffers with a DISCONT.
7072         Remove flush hack now that sync for live sources has been figured out.
7073
7074 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7075
7076         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7077         Update documentation.
7078
7079 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7080
7081         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7082         (gst_rtp_xqt_depay_change_state):
7083         * gst/qtdemux/gstrtpxqtdepay.h:
7084         Fail if we don't know the quicktime format.
7085
7086 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7087
7088         * ext/flac/gstflacenc.c:
7089         * ext/flac/gstflacenc.h:
7090           Save the flow return from the last gst_pad_push() and
7091           make sure we pass the right flow return value upstream
7092           in the case of failure; minor clean-ups.
7093
7094 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7095
7096         * ext/taglib/gstapev2mux.cc:
7097         * ext/taglib/gstid3v2mux.cc:
7098         * gst/apetag/gstapedemux.c:
7099           Add support for the new GST_TAG_COMPOSER (#459809).
7100
7101 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7102
7103         * gst/law/alaw-decode.c:
7104         * gst/law/alaw-decode.h:
7105         * gst/law/alaw-encode.c:
7106         * gst/law/alaw-encode.h:
7107         * gst/law/alaw.c:
7108         * gst/law/mulaw-conversion.h:
7109           Compulsive clean-ups: use boilerplate macros, add debug
7110           categories, fix up things to conform to symbol nomenklatura,
7111           etc.
7112
7113 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7116
7117         * gst/law/alaw-decode.c:
7118         * gst/law/alaw-encode.c:
7119           Use static tables for A-Law decoding and encoding; this makes
7120           A-Law decoding and encoding less CPU-intensive, but increases
7121           the binary size a bit. Leaving old code around for now,
7122           selectable by a define in the code. Fixes #435435.
7123
7124 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7125
7126         * configure.ac:
7127         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7128         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7129         in configure.ac.
7130
7131 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7132
7133         Patch by: Jan Gerber <j at bootlab dot org>
7134
7135         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7136         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7137
7138 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7139
7140         * sys/oss/gstosshelper.c:
7141           Use GST_WARNING instead of a g_critical. This situation is not caused
7142           by the application.
7143
7144 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7145
7146         * po/LINGUAS:
7147         * po/nl.po:
7148           Updated translations.
7149
7150 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7151
7152         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7153
7154         * po/eu.po:
7155           Added Basque translation.
7156
7157 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7158
7159         translated by: Abel Cheung <abelcheung@gmail.com>
7160
7161         * po/zh_HK.po:
7162         * po/zh_TW.po:
7163           Added Chinese (traditional and Hong Kong) translation.
7164
7165 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7166
7167         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7168
7169         * po/pl.po:
7170           Added Polish translation.
7171
7172 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7173
7174         translated by: Ilkka Tuohela <hile@iki.fi>
7175
7176         * po/fi.po:
7177           Added Finnish translation.
7178
7179 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7180
7181         translated by: Jorge González González <aloriel@gmail.com>
7182
7183         * po/es.po:
7184           Added Spanish translation.
7185
7186 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7187
7188         translated by: Mogens Jaeger <mogens@jaeger.tf>
7189
7190         * po/da.po:
7191           Added Danish translation.
7192
7193 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7194
7195         translated by: Funda Wang <fundawang@linux.net.cn>
7196
7197         * po/zh_CN.po:
7198           Added Chinese (simplified) translation.
7199
7200 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7201
7202         translated by: Alexander Shopov <ash@contact.bg>
7203
7204         * po/bg.po:
7205           Added Bulgarian translation.
7206
7207 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7208
7209         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7210         Set outgoing packet duration because we can. Fixes #478244 some more.
7211
7212 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7213
7214         * ext/cairo/gsttextoverlay.c:
7215           Add info about static leak.
7216         
7217         * tests/check/Makefile.am:
7218         * tests/check/generic/states.c:
7219           Improved state change unit test.
7220
7221 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7222
7223         * docs/plugins/.cvsignore:
7224         * tests/check/.cvsignore:
7225           Ignore registries in any format.
7226
7227 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7228
7229         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7230         Removed some unused code.
7231
7232         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7233         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7234         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7235         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7236         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7237         (gst_rtp_theora_pay_flush_packet):
7238         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7239         Try to preserve the incomming buffer duration on the outgoing
7240         packets. Fixes #478244.
7241
7242 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7243
7244         * ext/taglib/gstapev2mux.cc:
7245         * ext/taglib/gstid3v2mux.cc:
7246           Work around compiler warnings with g++-4.2 when assigning a
7247           string constant to a gchar * (partially fixes #478092).
7248
7249 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7250
7251         * configure.ac:
7252           We require core CVS now for gst_base_src_set_do_timestamp().
7253
7254 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7255
7256         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7258         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7259         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7260         (gst_rtspsrc_handle_message):
7261         Fix compiler warnings shown with Forte.
7262
7263 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7264
7265         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7266         (gst_rtspsrc_dup_printf):
7267         Give meaningfull error when all streams failed to configure for some
7268         reason.
7269
7270 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7271
7272         * gst/rtp/README:
7273         Update README with the design for synchronisation rules of RTP on
7274         sender and receiver.
7275
7276 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7277
7278         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7279         (gst_wavparse_chain):
7280         Don't push EOS from the chain function, the element
7281         driving the pipeline is responsible for this. The bug
7282         this was meant to fix seems to be queue not forwarding
7283         EOS in all cases (see #476514).
7284
7285 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7286
7287         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7288         (gst_level_transform_ip):
7289         * gst/level/gstlevel.h:
7290         Use basetransform segment so that it is correctly managed on flushes and
7291         start/stop.
7292         Report message timestamp as stream time, which is what an application
7293         can understand.
7294
7295 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7296
7297         * ext/taglib/gstapev2mux.cc:
7298         * ext/taglib/gstapev2mux.h:
7299         * ext/taglib/gsttaglibmux.c:
7300         * tests/check/elements/apev2mux.c:
7301         Update my mail address.
7302
7303 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7304
7305         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7306         (gst_wavparse_loop), (gst_wavparse_chain):
7307         Add EOS logic for the push-based mode too. Fixes #476514.
7308
7309 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7310
7311         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7312         * gst/law/alaw-encode.h:
7313         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7314         (gst_mulawenc_chain):
7315         * gst/law/mulaw-encode.h:
7316         Fix law encoder timestamps.
7317
7318 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7319
7320         * ext/gconf/gstgconfaudiosink.c:
7321           Fix warning when building without debug.
7322
7323         * sys/oss/gstossmixertrack.c:
7324           Use const like in alsamixertrack.c (fixes warnings).
7325
7326 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7327
7328         * sys/v4l2/v4l2src_calls.c:
7329         (gst_v4l2src_probe_caps_for_format_and_size):
7330         Fix framerate detection code some more.
7331         Handle the case where there is a weird step in the stepwise framerates.
7332         Don't overwrite the min interval with the framerate, use a temp variable
7333         instead.
7334         Use max in the Continuous framerate intervals instead of step, which is
7335         1 according to the docs. Fixes #475424.
7336
7337 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7338
7339         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7340         Make udpsrc timestamp outgoing buffers based on when they were received.
7341         Also make it output a segment in time.
7342
7343 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7344
7345         * gst/avi/gstavidemux.c:
7346           Plug a little leak. Little code cleanups.
7347
7348 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7349
7350         * configure.ac:
7351           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7352           flac versions, 's good for cross-compilation karma.
7353
7354 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7355
7356         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7357
7358         * gst/rtp/gstrtph263pay.c:
7359           Fix up header structure so that compilers don't add padding
7360           between the structure fields, since that would lead to us
7361           sending RTP packets with broken headers (as is currently the
7362           case when compiling with MSVC). Also see similar fixes in
7363           libgstrtp in gst-plugins-base. (#474616; #471194)
7364
7365 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7366
7367         * sys/v4l2/v4l2src_calls.c:
7368         (gst_v4l2src_probe_caps_for_format_and_size):
7369         Don't overwrite our GValue with 0 but instead use the previously
7370         computed value. Fixes #471823 some more.
7371
7372 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7373
7374         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7375           No tabs in this file please, or gtk-doc will end up documenting
7376           rather absurd class hierarchies.
7377
7378 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7379
7380         * ext/gconf/gstswitchsink.c:
7381           If the new kid element fails to change state for some reason
7382           (e.g. esdsink not being able to connect to the sound server),
7383           forward the error message it posted on the bus instead of just
7384           posting a generic 'Internal state change error: please file a
7385           bug' error message. Fixes #471364.
7386
7387 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7388
7389         * gst/qtdemux/Makefile.am:
7390         * gst/qtdemux/qtdemux.c:
7391           Don't assume tags are encoded as UTF-8 (#473670).
7392
7393 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7394
7395         * sys/v4l2/gstv4l2src.c:
7396         * sys/v4l2/gstv4l2src.h:
7397         * sys/v4l2/v4l2src_calls.c:
7398           Implement LATENCY queries in the crudest way possible so I don't
7399           have to use sync=false any longer when testing with videosinks.
7400
7401 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7402
7403         * configure.ac:
7404           Fix build.
7405
7406 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7407
7408         * sys/v4l2/v4l2src_calls.c:
7409         (gst_v4l2src_probe_caps_for_format_and_size):
7410         Add some more debugging in the framerate function.
7411         Iterate stepwise framerate up to and _including_ the max and if nothing
7412         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7413         don't end up with an empty list. Fixes #471823
7414
7415 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7416
7417         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7418         (gst_multiudpsink_set_clients_string),
7419         (gst_multiudpsink_get_clients_string),
7420         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7421         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7422         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7423         (gst_multiudpsink_clear):
7424         Add property do configure destination address/port pairs
7425         API:GstMultiUDPSink::clients
7426
7427 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7428
7429         * tests/examples/Makefile.am:
7430         * tests/examples/rtp/Makefile.am:
7431         * tests/examples/rtp/client-H263p-AMR.sh:
7432         * tests/examples/rtp/client-H263p-PCMA.sdp:
7433         * tests/examples/rtp/client-H263p-PCMA.sh:
7434         * tests/examples/rtp/client-H264-PCMA.sdp:
7435         * tests/examples/rtp/client-H264-PCMA.sh:
7436         * tests/examples/rtp/client-PCMA.sh:
7437         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7438         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7439         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7440         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7441         Added some RTP example scripts for sending and receiving RTP streams.
7442
7443 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7444
7445         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7446         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7447         Restructure the setcaps function so that we can also compute the
7448         expected GStreamer output size of the video frames.
7449         Set frame_byte_size correctly so that read-based devices have a chance
7450         of working correctly.
7451         When grabbing a frame, discard frames that are not of the expected size.
7452         Some cameras don't output the right framesize for the first buffer.
7453         Try only a couple of times to get a valid frame, else error out.
7454
7455         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7456         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7457         Add some more debug info when scanning the device.
7458
7459         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7460         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7461         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7462         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7463         Add some more debug info when dequeing a frame.
7464
7465 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7466
7467         * gst/wavparse/gstwavparse.c:
7468           More code cleanups. Add some more comment and improve debugs logs.
7469
7470 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7471
7472         * gst/wavparse/gstwavparse.c:
7473         * gst/wavparse/gstwavparse.h:
7474           Implement seek-query. Refactor duration calculations. Appropriate use
7475           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7476           out of loops.
7477
7478 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7479
7480         * gst/avi/gstavidemux.c:
7481           Implement seek-query.
7482
7483 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7484
7485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7486         (gst_rtspsrc_dup_printf):
7487         Use new basesink async property to make sparse RTCP packet not wait for
7488         preroll.
7489
7490 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7491
7492         * gst/audiofx/Makefile.am:
7493         Dist the right file.
7494
7495 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7496
7497         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7498         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7499         Make sure we generate and parse floating point values in the POSIX
7500         locale instead of the current locale. 
7501
7502 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7503
7504         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7505         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7506         (gst_rtspsrc_play):
7507         * gst/rtsp/gstrtspsrc.h:
7508         Fix method detection again.
7509         Keep track of when we must send a Range header.
7510         Use segment values for Range, Speed and Scale headers.
7511         Parse Speed and Scale headers to update the segment values.
7512
7513 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7514
7515         patch by: Mark Nauwelaerts <manauw@skynet.be>
7516
7517         * sys/v4l2/v4l2src_calls.c:
7518           Handle optional v4l2 ioctls gracefully.
7519
7520 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7521
7522         * gst/rtp/Makefile.am:
7523         * gst/rtp/gstrtp.c: (plugin_init):
7524         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7525         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7526         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7527         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7528         (gst_rtp_h263_depay_get_property),
7529         (gst_rtp_h263_depay_change_state),
7530         (gst_rtp_h263_depay_plugin_init):
7531         * gst/rtp/gstrtph263depay.h:
7532         Added an H263 depayloader. Fixes #369392.
7533
7534         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7535         (gst_rtp_h263p_depay_process):
7536         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7537         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7538         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7539         payloads.
7540         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7541
7542 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7543
7544         * gst/audiofx/audiochebyshevfreqband.c:
7545         * gst/audiofx/audiochebyshevfreqlimit.c:
7546         Add small comparision with the windowed sinc filters in the docs.
7547
7548 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7549
7550         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7551         (audiochebyshevfreqband_suite):
7552         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7553         (audiochebyshevfreqlimit_suite):
7554         Also test 32 bit float mode and the type 2 variants of the filters.
7555
7556 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7557
7558         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7559         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7560         (gst_rtspsrc_loop):
7561         Refactor the udp and interleaved loop function a bit.
7562
7563 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7564
7565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7566         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7567         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7568         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7569         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7570         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7571         * gst/rtsp/gstrtspsrc.h:
7572         Protect connection activity with a new lock, avoids deadlocks when going
7573         to PAUSED. Fixes #455808.
7574
7575 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7576
7577         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7578         Fix debug statement.
7579
7580 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7581
7582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7583         Fix stray %u in debug line as spotted by Saur on IRC.
7584
7585 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7586
7587         * gst/audiofx/audiochebyshevfreqband.c:
7588         (gst_audio_chebyshev_freq_band_class_init):
7589         * gst/audiofx/audiochebyshevfreqlimit.c:
7590         (gst_audio_chebyshev_freq_limit_class_init):
7591         Use generator macros for the process functions for the different
7592         sample types, add lower upper boundaries for the GObject properties
7593         so automatically generated UIs can use sliders and add a note about
7594         the number of poles as a too high number of poles combined with
7595         very low or very high frequencies will produce only noise.
7596         * docs/plugins/gst-plugins-good-plugins.args:
7597         Regenerated for the property changes.
7598
7599 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7600
7601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7602         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7603         (gst_rtspsrc_stream_configure_udp_sink),
7604         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7605         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7606         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7607         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7608         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7609         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7610         * gst/rtsp/gstrtspsrc.h:
7611         Improve timeout handling.
7612         Use the same socket for sending and receiving RTCP packets so that some
7613         servers can track clients better.
7614         Improve connection closed handling. Try to reconnect.
7615         Don't overwrite our content base with NULL.
7616         Improve debugging.
7617         Improve range parsing and handling.
7618         Remove flushing hack now that core does the right thing.
7619
7620 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7621
7622         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7623         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7624         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7625         (gst_multiudpsink_close), (gst_multiudpsink_add):
7626         * gst/udp/gstmultiudpsink.h:
7627         Add support for getting and setting the socket to use.
7628
7629         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7630         (gst_udpsrc_create), (gst_udpsrc_get_property):
7631         Add support for getting the currently used socket.
7632
7633 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7634
7635         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7636
7637         * gst/audiofx/Makefile.am:
7638         * gst/audiofx/audiochebyshevfreqband.c:
7639         (gst_audio_chebyshev_freq_band_mode_get_type),
7640         (gst_audio_chebyshev_freq_band_base_init),
7641         (gst_audio_chebyshev_freq_band_dispose),
7642         (gst_audio_chebyshev_freq_band_class_init),
7643         (gst_audio_chebyshev_freq_band_init),
7644         (generate_biquad_coefficients), (calculate_gain),
7645         (generate_coefficients),
7646         (gst_audio_chebyshev_freq_band_set_property),
7647         (gst_audio_chebyshev_freq_band_get_property),
7648         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7649         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7650         (gst_audio_chebyshev_freq_band_start):
7651         * gst/audiofx/audiochebyshevfreqband.h:
7652         * gst/audiofx/audiochebyshevfreqlimit.c:
7653         (gst_audio_chebyshev_freq_limit_mode_get_type),
7654         (gst_audio_chebyshev_freq_limit_base_init),
7655         (gst_audio_chebyshev_freq_limit_dispose),
7656         (gst_audio_chebyshev_freq_limit_class_init),
7657         (gst_audio_chebyshev_freq_limit_init),
7658         (generate_biquad_coefficients), (calculate_gain),
7659         (generate_coefficients),
7660         (gst_audio_chebyshev_freq_limit_set_property),
7661         (gst_audio_chebyshev_freq_limit_get_property),
7662         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7663         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7664         (gst_audio_chebyshev_freq_limit_start):
7665         * gst/audiofx/audiochebyshevfreqlimit.h:
7666         * gst/audiofx/audiofx.c: (plugin_init):
7667         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7668         Fixes #464800.
7669
7670         * tests/check/Makefile.am:
7671         * tests/check/elements/.cvsignore:
7672         * tests/check/elements/audiochebyshevfreqband.c:
7673         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7674         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7675         * tests/check/elements/audiochebyshevfreqlimit.c:
7676         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7677         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7678         Add unit tests for the chebyshev filters.
7679
7680         * docs/plugins/Makefile.am:
7681         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7682         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7683         * docs/plugins/gst-plugins-good-plugins.args:
7684         * docs/plugins/inspect/plugin-1394.xml:
7685         * docs/plugins/inspect/plugin-audiofx.xml:
7686         * docs/plugins/inspect/plugin-dv.xml:
7687         * docs/plugins/inspect/plugin-flac.xml:
7688         * docs/plugins/inspect/plugin-jpeg.xml:
7689         * docs/plugins/inspect/plugin-png.xml:
7690         * docs/plugins/inspect/plugin-rtp.xml:
7691         * docs/plugins/inspect/plugin-shout2send.xml:
7692         * docs/plugins/inspect/plugin-wavpack.xml:
7693         And add docs for the chebyshev filters. While doing
7694         that also run make update in docs/plugins.
7695
7696 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7697
7698         * ext/annodex/gstcmmltag.c:
7699         * gst/rtp/gstrtpvorbispay.c:
7700           Make ro memory to share.
7701
7702 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7703
7704         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7705         Improve UDP performance by avoiding a select() when we have data
7706         available immediatly.
7707
7708 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7709
7710         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7711         (gst_rtp_dec_class_init):
7712         * gst/rtsp/gstrtpdec.h:
7713         Add (dummy) SSRC management signals.
7714
7715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7716         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7717         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7718         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7719         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7720         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7721         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7722         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7723         * gst/rtsp/gstrtspsrc.h:
7724         Add connection-speed property.
7725         Add find_stream helper functions.
7726         Handle stream EOS based on BYE messages or SSRC timeout.
7727         Returns SUCCESS from the state change function as we hide our async
7728         elements from the parent.
7729
7730 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7731
7732         * gst/debug/rndbuffersize.c:
7733           Fix da leak.
7734
7735 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7736
7737         * gst/debug/Makefile.am:
7738         * gst/debug/breakmydata.c:
7739         * gst/debug/gstdebug.c:
7740         * gst/debug/negotiation.c:
7741         * gst/debug/progressreport.c:
7742         * gst/debug/rndbuffersize.c:
7743         * gst/debug/testplugin.c:
7744           Add new test element and clean-up the others a little.
7745
7746 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7747
7748         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7749         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7750
7751 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7752
7753         * gst/rtp/gstrtpilbcdepay.c:
7754           Include stdlib.
7755
7756 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7757
7758         * gst/rtp/gstrtpmpvdepay.c:
7759         Set the mpegversion in the caps so that autoplugging does not get
7760         confused.
7761
7762 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7763
7764         * po/hu.po:
7765         * po/uk.po:
7766         * po/vi.po:
7767           Updated translations.
7768
7769 2007-08-08  Michael Smith <msmith@fluendo.com>
7770
7771         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7772           Render right border in the correct location.
7773
7774 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7775
7776         Patch by: Olivier Crete <tester at tester dot ca>
7777
7778         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7779         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7780         Make mode property a string. Fixes #464475.
7781
7782 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7783
7784         * ext/flac/gstflacenc.c:
7785           Widen caps to match decoder a bit and add more FIXMEs.
7786
7787 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7788
7789         patch by: Mark Nauwelaerts <manauw@skynet.be>
7790
7791         * gst/avi/gstavimux.c:
7792           Fix ODML index tag numbering. Fixes #463624.
7793
7794 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7795
7796         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7797         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7798         (gst_rtspsrc_stream_configure_tcp),
7799         (gst_rtspsrc_stream_configure_udp_sink):
7800         Fix default clock-rate for realmedia.
7801         Fix parsing of transport.
7802         Don't try to link NULL pads.
7803
7804 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7805
7806         * po/POTFILES.skip:
7807           Add POTFILES.skip with list of source files that aren't disted at the
7808           moment but contain translatable strings. Should hopefully pacify
7809           broken tools and make it clearer that these files are left out
7810           intentionally (#461600).
7811
7812 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7813
7814         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7815         If the buffer was entirely clipped ... don't try sending it :)
7816
7817 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7818
7819         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7820         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7821         (gst_rtspsrc_create_transports_string),
7822         (gst_rtspsrc_prepare_transports):
7823         If we don't hav a session manager, set the caps on outgoing buffers
7824         ourselves.
7825         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7826         Append final bit of the transport string even when it does not contain a
7827         placeholder.
7828
7829 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7830
7831         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7832         (gst_rtsp_ext_list_connect):
7833         * gst/rtsp/gstrtspext.h:
7834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7835         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7836         Clean up the interface list.
7837         Allow connecting to interface signals for the extensions.
7838         Remove old extension code.
7839         Free list on cleanup.
7840         Allow extensions to send additional RTSP messages.
7841
7842 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7843
7844         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7845         Handle a NULL gconf key gracefully by rendering the default element.
7846
7847 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7848
7849         * gst/rtsp/gstrtspext.h:
7850         Fix include path for extension interface.
7851
7852 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7853
7854         * gst/audiofx/audioamplify.h:
7855         Also remove a now unecessary variable here.
7856
7857 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7858
7859         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7860         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7861         * gst/audiofx/audiodynamic.c:
7862         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7863         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7864         * gst/audiofx/audiodynamic.h:
7865         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7866         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7867         * gst/audiofx/audioinvert.h:
7868         Don't save format information ourselves, this is already saved in
7869         GstAudioFilter.
7870
7871 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7872
7873         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7874         (gst_rtsp_ext_list_stream_select):
7875         * gst/rtsp/gstrtspext.h:
7876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7877         Use rank to filter out extensions.
7878         Add url to stream_select interface call.
7879
7880 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7881
7882         * gst/rtsp/Makefile.am:
7883         * gst/rtsp/base64.c:
7884         * gst/rtsp/base64.h:
7885         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7886         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7887         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7888         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7889         (gst_rtsp_ext_list_setup_media),
7890         (gst_rtsp_ext_list_configure_stream),
7891         (gst_rtsp_ext_list_get_transports),
7892         (gst_rtsp_ext_list_stream_select):
7893         * gst/rtsp/gstrtspext.h:
7894         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7895         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7896         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7897         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7898         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7899         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7900         (gst_rtspsrc_stream_configure_tcp),
7901         (gst_rtspsrc_stream_configure_mcast),
7902         (gst_rtspsrc_stream_configure_udp),
7903         (gst_rtspsrc_stream_configure_udp_sink),
7904         (gst_rtspsrc_stream_configure_transport),
7905         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7906         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7907         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7908         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7909         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7910         (gst_rtspsrc_parse_methods),
7911         (gst_rtspsrc_create_transports_string),
7912         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7913         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7914         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7915         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7916         * gst/rtsp/gstrtspsrc.h:
7917         * gst/rtsp/rtsp.h:
7918         * gst/rtsp/rtspconnection.c:
7919         * gst/rtsp/rtspconnection.h:
7920         * gst/rtsp/rtspdefs.c:
7921         * gst/rtsp/rtspdefs.h:
7922         * gst/rtsp/rtspext.h:
7923         * gst/rtsp/rtspextwms.c:
7924         * gst/rtsp/rtspextwms.h:
7925         * gst/rtsp/rtspmessage.c:
7926         * gst/rtsp/rtspmessage.h:
7927         * gst/rtsp/rtsprange.c:
7928         * gst/rtsp/rtsprange.h:
7929         * gst/rtsp/rtsptransport.c:
7930         * gst/rtsp/rtsptransport.h:
7931         * gst/rtsp/rtspurl.c:
7932         * gst/rtsp/rtspurl.h:
7933         * gst/rtsp/sdp.h:
7934         * gst/rtsp/sdpmessage.c:
7935         * gst/rtsp/sdpmessage.h:
7936         * gst/rtsp/test.c:
7937         Use shiny new RTSP and SDP library.
7938         Implement RTSP extensions using the new interface.
7939         Remove a lot of old code.
7940
7941 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7942
7943         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7944         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7945
7946 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7947
7948         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7949         Don't unref the outgoing buffer twice when dropping it because it's
7950         outside of the segment.
7951
7952 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7953
7954         * configure.ac:
7955         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7956         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7957         Use the new buffer clipping function from gstaudio here and
7958         require gst-plugins-base CVS.
7959         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7960         For framed Wavpack buffers we require a valid timestamp.
7961
7962 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7963
7964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7965         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7966         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7967         Clip raw audio and video when we can, keep track of current output
7968         segment.
7969         Don't leak buffers and events when there is no output pad.
7970         Improve debugging here and there.
7971
7972 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7973
7974         * configure.ac:
7975           Sync liboil check with plugins-base.
7976
7977 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7978
7979         * ext/annodex/Makefile.am:
7980           Fix CFLAGS/LIBS.
7981
7982         * ext/cdio/gstcdiocddasrc.c:
7983         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7984           Include stdlib
7985
7986         * ext/cairo/Makefile.am:
7987         * gst/videofilter/Makefile.am:
7988         * tests/examples/level/Makefile.am:
7989           Use $(LIBM) instead of -lm
7990
7991 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7992
7993         * sys/v4l2/gstv4l2src.c:
7994           Add another example pipeline.
7995
7996 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7997
7998         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7999
8000         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8001           Use define here.
8002
8003         * sys/v4l2/gstv4l2tuner.c:
8004         (gst_v4l2_tuner_set_frequency_and_notify):
8005           Don't touch the property - its still disabled.
8006
8007         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8008         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8009         * sys/v4l2/v4l2src_calls.h:
8010           Improve fallback format negotionation. Fixes #451388
8011
8012 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8013
8014         * tests/check/elements/videocrop.c: (GST_START_TEST):
8015           Fix the test.
8016
8017 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8018
8019         * docs/plugins/Makefile.am:
8020         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8021         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8022         * docs/plugins/inspect/plugin-jpeg.xml:
8023         * docs/plugins/inspect/plugin-png.xml:
8024         * ext/jpeg/gstjpegdec.c:
8025         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8026         (gst_pngdec_sink_setcaps):
8027           More docs. More logs in pngdec.
8028
8029 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8030
8031         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8032           Initialize num_buffers with minimum value.
8033
8034         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8035         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8036           Handle frame-size query failure gracefully.
8037
8038 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8039
8040         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8041         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8042         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8043         of qt/aac files.
8044
8045 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8046
8047         * ext/wavpack/gstwavpackdec.c:
8048         (gst_wavpack_dec_clip_outgoing_buffer):
8049         Fix buffer clipping to correctly clip to the segment stop.
8050
8051 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8052
8053         * configure.ac:
8054         * tests/Makefile.am:
8055         Remove bogus check for libcheck, since we check for
8056         gstreamer-check and it pulls in the required info from there,
8057         and we weren't actually _using_ the information for libcheck
8058         ourselves anyway.
8059
8060 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8061
8062         * configure.ac:
8063           Use pkg-config to locate check.
8064
8065 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8066
8067         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8068         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8069         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8070         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8071         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8072         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8073         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8074         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8075         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8076         * gst/effectv/gstrev.c: (gst_revtv_transform):
8077         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8078         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8079         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8080         * gst/matroska/matroska-demux.c:
8081         (gst_matroska_demux_add_wvpk_header),
8082         (gst_matroska_demux_check_subtitle_buffer),
8083         (gst_matroska_decode_buffer):
8084         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8085           Fix build against core CVS.
8086
8087 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8088
8089         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8090         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8091         don't have enough granularity to convert that boolean into a
8092         GstFlowReturn.
8093
8094 2007-07-06  Michael Smith <msmith@fluendo.com>
8095
8096         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8097         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8098         (gst_alawdec_change_state):
8099         * gst/law/alaw-decode.h:
8100         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8101         (gst_mulawdec_class_init), (gst_mulawdec_init),
8102         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8103         * gst/law/mulaw-decode.h:
8104           Fix capsnego bogosity in *law decoders. 
8105
8106 2007-07-06  Michael Smith <msmith@fluendo.com>
8107
8108         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8109         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8110         (gst_smokeenc_change_state):
8111         * ext/jpeg/gstsmokeenc.h:
8112           Remove stupidity in get/set caps functions.
8113           Fix some refcounting problems.
8114
8115 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8116
8117         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8118         Remove endianness-flipping hack that seems to have been required
8119         only because of a bug in ffmpegcolorspace.
8120         Partially Fixes: #451908
8121
8122 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8123
8124         * docs/plugins/Makefile.am:
8125           Simplify --extra-dir as gtkdoc scans recursively.
8126
8127 2007-07-03  Wim Taymans  <wim@fluendo.com>
8128
8129         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8130
8131         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8132         Set the encoding-name in the rtp caps to all uppercase, as required by
8133         the caps spec.
8134         Some small cleanups in the error paths. Fixes #453037.
8135
8136 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8137
8138         * ext/wavpack/gstwavpackparse.c:
8139         (gst_wavpack_parse_index_get_last_entry),
8140         (gst_wavpack_parse_index_get_entry_from_sample),
8141         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8142         (gst_wavpack_parse_scan_to_find_sample):
8143         * ext/wavpack/gstwavpackparse.h:
8144         Use a GSList for the GArray that is used like a list anyway.
8145
8146 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8147
8148         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8149         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8150         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8151           Add state change function where we set 0/1 as default framerate in
8152           case our setcaps function isn't called, like it might not in a
8153           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8154           gdkpixbufdec trying to create caps with a 0/0 framerate.
8155           Also post an error message on the bus if gst_pad_push() fails when
8156           called from our sink event handler (+1 for flow returns for event
8157           functions in 0.11) instead of failing silently.
8158
8159 2007-06-27  Wim Taymans  <wim@fluendo.com>
8160
8161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8162         Cast stack args to the proper types. Fixes #451249.
8163
8164 2007-06-27  Wim Taymans  <wim@fluendo.com>
8165
8166         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8167         (new_session_pad), (gst_rtspsrc_setup_streams):
8168         * gst/rtsp/gstrtspsrc.h:
8169         For container formats we only need to activate one of the streams so
8170         that we correctly signal no-more-pads. Fixes #451015.
8171
8172 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8173
8174         * docs/plugins/gst-plugins-good-plugins.args:
8175         * docs/plugins/inspect/plugin-aasink.xml:
8176         * docs/plugins/inspect/plugin-alaw.xml:
8177         * docs/plugins/inspect/plugin-alpha.xml:
8178         * docs/plugins/inspect/plugin-alphacolor.xml:
8179         * docs/plugins/inspect/plugin-annodex.xml:
8180         * docs/plugins/inspect/plugin-apetag.xml:
8181         * docs/plugins/inspect/plugin-audiofx.xml:
8182         * docs/plugins/inspect/plugin-auparse.xml:
8183         * docs/plugins/inspect/plugin-autodetect.xml:
8184         * docs/plugins/inspect/plugin-avi.xml:
8185         * docs/plugins/inspect/plugin-cacasink.xml:
8186         * docs/plugins/inspect/plugin-cairo.xml:
8187         * docs/plugins/inspect/plugin-cdio.xml:
8188         * docs/plugins/inspect/plugin-cutter.xml:
8189         * docs/plugins/inspect/plugin-debug.xml:
8190         * docs/plugins/inspect/plugin-efence.xml:
8191         * docs/plugins/inspect/plugin-effectv.xml:
8192         * docs/plugins/inspect/plugin-esdsink.xml:
8193         * docs/plugins/inspect/plugin-flac.xml:
8194         * docs/plugins/inspect/plugin-flxdec.xml:
8195         * docs/plugins/inspect/plugin-gconfelements.xml:
8196         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8197         * docs/plugins/inspect/plugin-goom.xml:
8198         * docs/plugins/inspect/plugin-halelements.xml:
8199         * docs/plugins/inspect/plugin-icydemux.xml:
8200         * docs/plugins/inspect/plugin-id3demux.xml:
8201         * docs/plugins/inspect/plugin-jpeg.xml:
8202         * docs/plugins/inspect/plugin-ladspa.xml:
8203         * docs/plugins/inspect/plugin-level.xml:
8204         * docs/plugins/inspect/plugin-matroska.xml:
8205         * docs/plugins/inspect/plugin-mulaw.xml:
8206         * docs/plugins/inspect/plugin-multipart.xml:
8207         * docs/plugins/inspect/plugin-navigationtest.xml:
8208         * docs/plugins/inspect/plugin-ossaudio.xml:
8209         * docs/plugins/inspect/plugin-png.xml:
8210         * docs/plugins/inspect/plugin-quicktime.xml:
8211         * docs/plugins/inspect/plugin-rtp.xml:
8212         * docs/plugins/inspect/plugin-rtsp.xml:
8213         * docs/plugins/inspect/plugin-smpte.xml:
8214         * docs/plugins/inspect/plugin-speex.xml:
8215         * docs/plugins/inspect/plugin-taglib.xml:
8216         * docs/plugins/inspect/plugin-udp.xml:
8217         * docs/plugins/inspect/plugin-videobalance.xml:
8218         * docs/plugins/inspect/plugin-videobox.xml:
8219         * docs/plugins/inspect/plugin-videocrop.xml:
8220         * docs/plugins/inspect/plugin-videoflip.xml:
8221         * docs/plugins/inspect/plugin-videomixer.xml:
8222         * docs/plugins/inspect/plugin-wavenc.xml:
8223         * docs/plugins/inspect/plugin-wavparse.xml:
8224         * docs/plugins/inspect/plugin-ximagesrc.xml:
8225           Update docs with caps info.
8226
8227 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8228
8229         * po/POTFILES.in:
8230           Add more files with translatable strings (#450878).
8231
8232 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8233
8234         * MAINTAINERS:
8235         Updating all the maintainers files
8236
8237 2007-06-22  Edward Hervey  <edward@fluendo.com>
8238
8239         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8240         * gst/interleave/deinterleave.c: (deinterleave_init),
8241         (deinterleave_sink_link):
8242         * gst/interleave/interleave.c: (interleave_init):
8243         * gst/median/gstmedian.c: (gst_median_init):
8244         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8245         Fix memory leaks.
8246         * tests/check/elements/id3demux.c: (pad_added_cb):
8247         Remove unused variable.
8248
8249 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8250
8251         * ext/gconf/gconf.h:
8252         Make the prototype of gst_gconf_get_key_for_sink_profile
8253         match the implementation.
8254         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8255         Fixes: #449747
8256
8257 2007-06-20  Michael Smith <msmith@fluendo.com>
8258
8259         * gst/rtp/gstrtpdepay.c:
8260           Fix description - rtpdepay is not a payloader.
8261
8262 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8263
8264         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8265         (qtdemux_video_caps):
8266         * gst/qtdemux/qtdemux_fourcc.h:
8267           Add MJPG to the variants of motion jpeg.
8268
8269 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8270
8271         * tests/check/Makefile.am:
8272         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8273         * tests/check/elements/videocrop.c: (GST_START_TEST):
8274         * tests/check/elements/videofilter.c:
8275         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8276         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8277           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8278           error flags are included and it errors out on compiler warnings
8279           for CVS builds; remove unused variables in various unit tests.
8280
8281 2007-06-19  Wim Taymans  <wim@fluendo.com>
8282
8283         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8284         (rtsp_connection_close), (rtsp_connection_free):
8285         Use threadsafe inet_ntop to convert an ip number to a string. 
8286         Fixes #447961.
8287         Don't leak fd (and ip) when freeing a connection without first closing
8288         it.
8289
8290 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8291
8292         * configure.ac:
8293         Back to CVS
8294
8295         * gst-plugins-good.doap:
8296         Add 0.10.6 to the doap file.
8297
8298 === release 0.10.6 ===
8299
8300 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8301
8302         * configure.ac:
8303           releasing 0.10.6, "Wobble Board"
8304
8305 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8306
8307         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8308         (rtsp_connection_free):
8309           Revert previous commit again, since we are frozen (sorry).
8310
8311 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8312
8313         Patch by: Peter Kjellerstedt <pkj at axis com>
8314
8315         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8316         (rtsp_connection_free):
8317           inet_ntoa() uses a static buffer internally, so we need to copy the
8318           returned string if we want to store it for later (#447961).
8319
8320 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8321
8322         * win32/vs6/autogen.dsp:
8323         * win32/vs6/gst_plugins_good.dsw:
8324         * win32/vs6/libgstalaw.dsp:
8325         * win32/vs6/libgstalpha.dsp:
8326         * win32/vs6/libgstalphacolor.dsp:
8327         * win32/vs6/libgstapetag.dsp:
8328         * win32/vs6/libgstaudiofx.dsp:
8329         * win32/vs6/libgstauparse.dsp:
8330         * win32/vs6/libgstautodetect.dsp:
8331         * win32/vs6/libgstavi.dsp:
8332         * win32/vs6/libgstcutter.dsp:
8333         * win32/vs6/libgstdirectdraw.dsp:
8334         * win32/vs6/libgstdirectsound.dsp:
8335         * win32/vs6/libgsteffectv.dsp:
8336         * win32/vs6/libgstflx.dsp:
8337         * win32/vs6/libgstgoom.dsp:
8338         * win32/vs6/libgsticydemux.dsp:
8339         * win32/vs6/libgstid3demux.dsp:
8340         * win32/vs6/libgstinterleave.dsp:
8341         * win32/vs6/libgstjpeg.dsp:
8342         * win32/vs6/libgstlevel.dsp:
8343         * win32/vs6/libgstmatroska.dsp:
8344         * win32/vs6/libgstmedian.dsp:
8345         * win32/vs6/libgstmonoscope.dsp:
8346         * win32/vs6/libgstmulaw.dsp:
8347         * win32/vs6/libgstmultipart.dsp:
8348         * win32/vs6/libgstqtdemux.dsp:
8349         * win32/vs6/libgstrtp.dsp:
8350         * win32/vs6/libgstrtsp.dsp:
8351         * win32/vs6/libgstsmpte.dsp:
8352         * win32/vs6/libgstspeex.dsp:
8353         * win32/vs6/libgstudp.dsp:
8354         * win32/vs6/libgstvideobalance.dsp:
8355         * win32/vs6/libgstvideobox.dsp:
8356         * win32/vs6/libgstvideocrop.dsp:
8357         * win32/vs6/libgstvideoflip.dsp:
8358         * win32/vs6/libgstvideomixer.dsp:
8359         * win32/vs6/libgstwaveform.dsp:
8360         * win32/vs6/libgstwavenc.dsp:
8361         * win32/vs6/libgstwavparse.dsp:
8362         Mark *.dsp & *.dsw as binary files and convert to DOS line
8363         endings, as they don't load into VS6 correctly otherwise.
8364
8365 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8366
8367         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8368         (rtsp_connection_connect):
8369         Fix the MingW build. 
8370         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8371         Fixes: #446981
8372
8373 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8374
8375         * tests/check/elements/.cvsignore:
8376         * tests/icles/.cvsignore:
8377         Hush the buildbots up
8378
8379 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8380
8381         * configure.ac:
8382         * sys/Makefile.am:
8383         * sys/directdraw/Makefile.am:
8384         * sys/directsound/Makefile.am:
8385         * sys/waveform/Makefile.am:
8386         Make sure to dist everything needed for win32 builds.
8387
8388 2007-06-14  Edward Hervey  <edward@fluendo.com>
8389
8390         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8391         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8392         caps.
8393         Fixes #447458
8394
8395 2007-06-13  Wim Taymans  <wim@fluendo.com>
8396
8397         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8398         Make sure we allocate enough memory for the codec_data.
8399         Fixes #447210.
8400
8401 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8402
8403         * win32/MANIFEST:
8404         Add videocrop project file to the win32 manifest.
8405         * win32/vs6/gst_plugins_good.dsw:
8406         Add qtdemux,videocrop and waveform projects to the workspace.
8407         * win32/vs6/libgstqtdemux.dsp:
8408         Add zlib to the link list of qtdemux.
8409         * win32/vs6/libgstvideocrop.dsp:
8410         Add a project file for videocrop.
8411
8412 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8413
8414         * po/POTFILES.in:
8415         Add qtdemux for translation
8416
8417 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8418
8419         * configure.ac:
8420         * docs/plugins/Makefile.am:
8421         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8422         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8423         * docs/plugins/inspect/plugin-videocrop.xml:
8424         * gst-plugins-good.spec.in:
8425         * sys/Makefile.am:
8426         * tests/check/Makefile.am:
8427         * tests/icles/Makefile.am:
8428         * tests/icles/videocrop-test.c:
8429         Move videocrop and osxvideo from -bad.
8430
8431 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8432
8433         * configure.ac:
8434         * docs/plugins/Makefile.am:
8435         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8436         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8437         * docs/plugins/gst-plugins-good-plugins.args:
8438         * docs/plugins/inspect/plugin-qtdemux.xml:
8439         * docs/plugins/inspect/plugin-quicktime.xml:
8440         * win32/MANIFEST:
8441         Move qtdemux from -bad.
8442
8443         * gst-plugins-good.spec.in:
8444         Update spec file to reflect moving of qtdemux and wavpack
8445
8446 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8447         
8448         * win32/MANIFEST:
8449         * docs/plugins/Makefile.am:
8450         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8451         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8452         * docs/plugins/inspect/plugin-directdraw.xml:
8453         * docs/plugins/inspect/plugin-directsound.xml:
8454         * docs/plugins/inspect/plugin-waveform.xml:
8455         Move the waveform plugin from -bad too. Update the inspect xml
8456         files to mention Plugins Good instead of Plugins Bad.
8457
8458 2007-06-12  Andy Wingo  <wingo@pobox.com>
8459
8460         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8461         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8462         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8463         finalization and resuscitation. No longer public.
8464         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8465         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8466         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8467         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8468         miniobject semantics, and be threadsafe.
8469         (gst_v4l2src_queue_frame): Remove this function, as we just call
8470         the ioctls directly in the two places where we queue buffers.
8471         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8472         directly.
8473         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8474         to allocate the pool, which also preallocates the GstBuffers.
8475         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8476         queueing the frames directly.
8477         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8478         mmap buffers have been dequeued.
8479
8480         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8481         real MiniObject instead of rolling our own refcounting and
8482         finalizing. Give it a lock.
8483         (struct _GstV4l2Buffer): Remove one intermediary object, having
8484         the buffers hold the struct v4l2_buffer directly.
8485
8486         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8487         capture_init so that it can set them on the buffers that it will
8488         create.
8489         (gst_v4l2src_get_read): For better or for worse, include the
8490         timestamping and offsetting code here; really we should be using
8491         bufferalloc though.
8492         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8493         preallocated, mmap'd buffers.
8494
8495 2007-06-11  Wim Taymans  <wim@fluendo.com>
8496
8497         Patch by: daniel fischer <dan at f3c dot com>
8498
8499         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8500         (gst_ximage_src_get_caps):
8501         Actually use the display_name property so that we can dump any
8502         available X display. Fixes #445905.
8503
8504 2007-06-11  Wim Taymans  <wim@fluendo.com>
8505
8506         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8507
8508         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8509         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8510         Add missing rate fields to caps. Fixes #441118.
8511
8512 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8513
8514         * win32/vs6/gst_plugins_good.dsw:
8515         * win32/vs8/gst-plugins-good.sln:
8516         Add DirectSound and DirectDraw sinks project files to
8517         workspace and solution files.
8518
8519 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8520
8521         Patch by: Josh Coalson <xflac at yahoo dot com>,
8522         updated by Alexis Ballier <aballier at gentoo dot org>:
8523
8524         * configure.ac:
8525         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8526         (gst_flac_dec_setup_seekable_decoder),
8527         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8528         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8529         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8530         * ext/flac/gstflacdec.h:
8531         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8532         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8533         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8534         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8535         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8536         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8537         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8538         * ext/flac/gstflacenc.h:
8539         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8540         
8541 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8542
8543         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8544         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8545         not necessary anymore as we need at least that core version. 
8546
8547 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8548
8549         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8550         (gst_wavpack_dec_chain):
8551         * ext/wavpack/gstwavpackdec.h:
8552         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8553         (gst_wavpack_parse_push_buffer):
8554         * ext/wavpack/gstwavpackparse.h:
8555         Improve discont handling by checking if the next Wavpack block has
8556         the expected, following block index.
8557
8558 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8559
8560         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8561           Fix element description.
8562
8563 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8564
8565         * configure.ac:
8566         * docs/plugins/Makefile.am:
8567         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8569         * docs/plugins/gst-plugins-good-plugins.args:
8570         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8571         * docs/plugins/gst-plugins-good-plugins.signals:
8572         * docs/plugins/inspect/plugin-autodetect.xml:
8573         * docs/plugins/inspect/plugin-gconfelements.xml:
8574         * docs/plugins/inspect/plugin-ladspa.xml:
8575         * docs/plugins/inspect/plugin-rtp.xml:
8576         * docs/plugins/inspect/plugin-wavpack.xml:
8577         * ext/Makefile.am:
8578         * tests/check/Makefile.am:
8579           move wavpack plugin.  See #352605.
8580
8581 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8582
8583         * configure.ac:
8584         * docs/plugins/Makefile.am:
8585         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8586         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8587         * docs/plugins/gst-plugins-good-plugins.args:
8588         * sys/Makefile.am:
8589         * win32/MANIFEST:
8590         Add DirectDraw & DirectSound plugins to the build and docs.
8591
8592 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8593
8594         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8595         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8596           When operating in pull mode, error out correct on not-linked.
8597
8598 2007-06-06  Andy Wingo  <wingo@pobox.com>
8599
8600         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8601         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8602         format and size if the ioctls are defined; should fix compilation
8603         on Linux < 2.16.19.
8604
8605 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8606
8607         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8608           Printf fixes in debug statements; use LOG level for debug statements
8609           that are printed for each and every frame; convert c++ comments to
8610           C-style comments; not much point using g_try_malloc() if we then not
8611           even check the return value.
8612
8613 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8614
8615         * configure.ac:
8616           Bump requirements to released versions (core and base 0.10.13).
8617
8618         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8619           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8620           own implementation.
8621
8622 2007-06-05  Andy Wingo  <wingo@pobox.com>
8623
8624         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8625         some useless comments.
8626
8627         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8628         frames before calling STREAMON, that might leave them in a state
8629         where they can't be dequeued if we go back to NULL without calling
8630         STREAMON, according to the docs.
8631         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8632         before we call STREAMON.
8633         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8634         failures. (For me this code hung.) The pool refcounting is still
8635         crack; added a note to that effect.
8636
8637 2007-06-05  Wim Taymans  <wim@fluendo.com>
8638
8639         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8640         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8641         Add support for mapping gst structure names to the MIME type equivalent.
8642         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8643
8644 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8645
8646         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8647         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8648         (gst_wavenc_chain), (gst_wavenc_change_state):
8649         * gst/wavenc/gstwavenc.h:
8650         Properly write wav files with width!=depth by having the depth most
8651         significant bytes set and all others zero. Fixes #442535.
8652
8653 2007-06-01  Wim Taymans  <wim@fluendo.com>
8654
8655         * gst/rtsp/rtspconnection.c:
8656         Add include to make buildbot happy.
8657
8658 2007-06-01  Wim Taymans  <wim@fluendo.com>
8659
8660         Patch by: Peter Kjellerstedt  <pkj at axis com>
8661
8662         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8663         (rtsp_connection_connect), (add_date_header),
8664         (rtsp_connection_send), (parse_response_status),
8665         (parse_request_line), (parse_line), (rtsp_connection_receive):
8666         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8667         * gst/rtsp/rtspdefs.h:
8668         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8669         (rtsp_message_init_request), (rtsp_message_init_response),
8670         (rtsp_message_remove_header), (rtsp_message_append_headers),
8671         (rtsp_message_dump):
8672         * gst/rtsp/rtspmessage.h:
8673         Improves version checking, allowing an RTSP server to reply with "505
8674         RTSP Version not supported.
8675         Adds a Date header to all messages.
8676         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8677         want to be able to send a response even if something in the request was
8678         invalid. EINVAL is only used when passing wrong arguments to functions.
8679         Do not handle an invalid method in parse_request_line(). Defer this to
8680         the caller so it can respond with "405 Method Not Allowed".
8681         Improves parsing of the timeout parameter to the Session header,
8682         allowing whitespace after the semicolon. 
8683         Avoids a compiler warning due to variables shadowing a function argument.
8684
8685 2007-06-01  Wim Taymans  <wim@fluendo.com>
8686
8687         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8688
8689         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8690         (gst_rtp_amr_depay_process):
8691         * gst/rtp/gstrtpamrdepay.h:
8692         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8693         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8694         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8695         * gst/rtp/gstrtpamrpay.h:
8696         Add support for AMR-WB.
8697         Small cleanups such as using BOILERPLATE.
8698
8699 2007-05-31  Wim Taymans  <wim@fluendo.com>
8700
8701         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8702         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8703
8704 2007-05-30  Andy Wingo  <wingo@pobox.com>
8705
8706         * sys/v4l2/gstv4l2object.h: 
8707         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8708         unintended changes.
8709
8710         * sys/v4l2/v4l2src_calls.h: 
8711         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8712         the format list in the order that the driver gives it to us.
8713         (gst_v4l2src_probe_caps_for_format_and_size)
8714         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8715         based on the capabilities of the device.
8716         (gst_v4l2src_grab_frame): Update for object variable renaming.
8717         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8718         as in the set_caps below.
8719         (gst_v4l2src_capture_init): Update for object variable renaming,
8720         and reflow.
8721         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8722         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8723         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8724         (gst_v4l2src_get_fps): Remove; these functions don't have much
8725         meaning outside of an atomic set_caps method.
8726         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8727         known.
8728
8729         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8730         call to update_fps; not sure about this change.
8731         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8732         moment we don't have an update_fps_func.
8733
8734         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8735         structures in the object, just store what we need. Do store the
8736         probed caps of the device. Don't store the current frame rate.
8737
8738         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8739         update_fps_function, for now. Update for new object variable
8740         naming.
8741         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8742         new object variable naming.
8743         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8744         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8745         (gst_v4l2src_get_caps): Rework to probe the device for supported
8746         frame sizes and frame rates.
8747         (gst_v4l2src_set_caps): Rework to be strict in the given
8748         parameters: if someone asks us to have a certain size and rate,
8749         that is what we configure.
8750         (gst_v4l2src_get_read): Update for object variable naming. Don't
8751         leak buffers on short reads.
8752         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8753         comments.
8754         (gst_v4l2src_create): Update for object variable naming.
8755
8756 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8757
8758         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8759         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8760         * gst/avi/gstavidemux.h:
8761           Parse subtitle text streams instead of erroring out (#442034). Still
8762           needs a parser for the subtitles to actually show up.
8763
8764 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8765
8766         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8767         (gst_avi_demux_loop):
8768           Make _push_event() return TRUE if the event could be pushed on at
8769           least one pad and not only if it could be pushed on all pads,
8770           otherwise we'll end up posting an error message on EOS if one or
8771           more source pads are not connected.
8772
8773 2007-05-28  Wim Taymans  <wim@fluendo.com>
8774
8775         * gst/rtsp/rtsptransport.c:
8776         Use renamed RTP bin.
8777
8778 2007-05-28  Wim Taymans  <wim@fluendo.com>
8779
8780         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8781
8782         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8783         (gst_video_box_set_property), (gst_video_box_transform_caps),
8784         (video_box_recalc_transform), (gst_video_box_set_caps),
8785         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8786         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8787         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8788         (gst_video_box_i420_i420), (gst_video_box_transform),
8789         (plugin_init):
8790         Add AYUV->AYUV and AYUV->I420 formats. 
8791         Fix negotiation and I420->AYUV conversion.
8792         Fixes #429329.
8793
8794 2007-05-26  Wim Taymans  <wim@fluendo.com>
8795
8796         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8797         Use different variables for nested for loops so that the outer loop
8798         functions properly and speex files with multiple frames per buffer work
8799         properly.
8800         Fixes #441408.
8801
8802 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8803
8804         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8805           Don't leak newsegment events.
8806
8807 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         * gst/wavparse/Makefile.am:
8810           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8811           drags it in.
8812
8813 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8814
8815         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8816         (notgst_value_array_append_buffer),
8817         (gst_flac_enc_process_stream_headers),
8818         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8819         (gst_flac_enc_change_state):
8820         * ext/flac/gstflacenc.h:
8821           Collect headers, add "streamheader" field to output caps and set
8822           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8823           produces output according to the official FLAC-to-Ogg mapping
8824           instead of completely broken files. Fixes #426044.
8825
8826 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8827
8828         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8829         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8830         (gst_id3demux_sink_event):
8831         * gst/id3demux/gstid3demux.h:
8832         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8833         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8834         (gst_tag_demux_send_new_segment):
8835         Handle and adjust new-segment events so that downstream really
8836         sees a stream with the tag pieces stripped off the front and back.
8837         Fixes strangeness in seeking when mp3 decoders use the new-segment
8838         byte position to estimate their current playback position timestamp
8839         and then the arriving buffers don't match up.
8840
8841 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8842
8843         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8844           Don't unnecessarily perform a READY->NULL->READY transition on the
8845           detected audio sink when starting up. Fixes: #440127
8846
8847 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8848
8849         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8850         (gst_flac_enc_chain):
8851           Don't crash in chain function if setcaps hasn't been called.
8852
8853 2007-05-24  Wim Taymans  <wim@fluendo.com>
8854
8855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8856         Init value to avoid infinte loops.
8857
8858 2007-05-24  Wim Taymans  <wim@fluendo.com>
8859
8860         Patch by: Peter Kjellerstedt  <pkj at axis com>
8861
8862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8863         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8864         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8865         (gst_rtspsrc_play):
8866         (rtsp_connection_send), (rtsp_connection_receive):
8867         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8868         Fix for new API.
8869
8870         * gst/rtsp/rtspconnection.c: (add_auth_header),
8871         Only add authorisation and session headers when sending messages.
8872
8873         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8874         (rtsp_message_init_request), (rtsp_message_init_response),
8875         (rtsp_message_unset), (rtsp_message_add_header),
8876         (rtsp_message_remove_header), (rtsp_message_get_header),
8877         (rtsp_message_append_headers), (dump_key_value),
8878         (rtsp_message_dump):
8879         * gst/rtsp/rtspmessage.h:
8880         Add support for multiple headers of the same type by storing the parsed
8881         headers in a GArray instaed of a hashtable.
8882
8883 2007-05-21  Wim Taymans  <wim@fluendo.com>
8884
8885         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8886         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8887         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8888         safer shutdown.
8889
8890 2007-05-21  Wim Taymans  <wim@fluendo.com>
8891
8892         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8893         * gst/rtsp/gstrtpdec.h:
8894         Added signal for backwards compat.
8895
8896 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8897         
8898         Patch by: René Stadler <mail at renestadler dot de>
8899
8900         * configure.ac:
8901         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8902         (gst_au_parse_parse_header), (gst_au_parse_chain):
8903         * gst/auparse/gstauparse.h:
8904         Use audioconvert for converting from non-native endianness floats
8905         in auparse instead of doing it ourself. Fixes #424527.
8906         This needs the audioconvert from plugins-base CVS.
8907         
8908 2007-05-21  Wim Taymans  <wim@fluendo.com>
8909
8910         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8911         (gst_rtp_h263p_pay_flush):
8912         Fix enum registration.
8913
8914 2007-05-21  Wim Taymans  <wim@fluendo.com>
8915
8916         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8917
8918         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8919         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8920         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8921         (gst_rtp_h263p_pay_flush):
8922         * gst/rtp/gstrtph263ppay.h:
8923         Add new fragmentation mode base on GOB headers. Fixes #438940.
8924
8925 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8926
8927         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8928           Printf format fix.
8929
8930 2007-05-18  Wim Taymans  <wim@fluendo.com>
8931
8932         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8933         Don't crash when an unsupported transport error was returned by the
8934         server, just try to configure the next stream. Fixes #439255.
8935
8936 2007-05-18  Wim Taymans  <wim@fluendo.com>
8937
8938         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8939         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8940         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8941         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8942         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8943         * gst/rtsp/gstrtspsrc.h:
8944         Add TCP timeout property and use it for all TCP connection.
8945
8946         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8947         (rtsp_connection_write), (rtsp_connection_next_timeout),
8948         (rtsp_connection_reset_timeout):
8949         Make connect and writes cancelable and make them use the timeout.
8950
8951 2007-05-18  Wim Taymans  <wim@fluendo.com>
8952
8953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8954         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8955         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8956         (gst_rtspsrc_setup_streams):
8957         Refactor timeout handling.
8958         Also send keep-alive when dealing with TCP transport.
8959
8960         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8961         (rtsp_connection_free), (rtsp_connection_next_timeout),
8962         (rtsp_connection_reset_timeout):
8963         * gst/rtsp/rtspconnection.h:
8964         Use a timer to handle the session timeouts, add some methods to deal
8965         with timeouts.
8966
8967 2007-05-17  Wim Taymans  <wim@fluendo.com>
8968
8969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8970         (gst_rtspsrc_setup_streams):
8971         Ignore streams that fail the setup command, we will retry with a
8972         different transport later on.
8973
8974         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8975         (rtsp_ext_wms_configure_stream):
8976         Fix encoding name case.
8977
8978 2007-05-16  Edward Hervey  <edward@fluendo.com>
8979
8980         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8981         Fix build on macosx.
8982
8983 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8984
8985         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8986         Replace direct comparison of a string with the string literal "" with
8987         a comparison of the first character with '\0'. Fixes #438926.
8988
8989 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8990
8991         * gst/debug/breakmydata.c (gst_break_my_data_init):
8992           One more try. This should be the proper fix now.
8993
8994 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8995
8996         * gst/debug/breakmydata.c:
8997           Ooops, no // comments please.
8998
8999 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9000
9001         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9002         (gst_break_my_data_init):
9003           Fix gst_buffer_is_writable() assertion.
9004
9005 2007-05-14  David Schleef  <ds@schleef.org>
9006
9007         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9008           video/x-raw-bayer.  Fixes #314160.
9009
9010 2007-05-14  Wim Taymans  <wim@fluendo.com>
9011
9012         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9013         (gst_rtp_theora_depay_parse_configuration):
9014         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9015         (gst_rtp_theora_pay_finish_headers),
9016         (gst_rtp_theora_pay_handle_buffer):
9017         Update theora pay/depayloader in a similar to vorbis.
9018
9019         * gst/rtp/gstrtpvorbisdepay.c:
9020         (gst_rtp_vorbis_depay_parse_configuration):
9021         Update docs.
9022
9023 2007-05-14  Wim Taymans  <wim@fluendo.com>
9024
9025         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9026         When we try to execute a method that is not supported by the server,
9027         don't error out but remove the method from the accepted methods so that
9028         we never try to perform this method again.
9029
9030 2007-05-14  Wim Taymans  <wim@fluendo.com>
9031
9032         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9033         Remove annoying _dump_mem.
9034
9035 2007-05-14  Wim Taymans  <wim@fluendo.com>
9036
9037         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9038         Parse range correctly.
9039
9040         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9041         The baseurl now always has a '/' at the start.
9042
9043 2007-05-14  Wim Taymans  <wim@fluendo.com>
9044
9045         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9046         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9047         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9048         Factor out caps configuration and configure more stuff such as the time
9049         ranges and speed/scale values.
9050
9051         * gst/rtsp/rtsptransport.c:
9052         Add Copyright after non-trival fixes.
9053
9054 2007-05-12  Wim Taymans  <wim@fluendo.com>
9055
9056         Patch by: Peter Kjellerstedt  <pkj at axis com>
9057
9058         * gst/rtsp/gstrtspsrc.h:
9059         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9060         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9061         (rtsp_message_get_header):
9062         * gst/rtsp/rtspmessage.h:
9063         Make channel guint8 where possible.
9064         Make rtsp_message_init_data() take the channel as a guint8.
9065
9066         * gst/rtsp/rtspdefs.c:
9067         Fixed a typo: Timout -> Timeout
9068
9069         * gst/rtsp/rtspdefs.h:
9070         Make RTSP_CHECK() behave as a statement.
9071
9072         * gst/rtsp/sdpmessage.c:
9073         Avoid a compiler warning in INIT_ARRAY().
9074         Fixes #437692.
9075
9076 2007-05-12  Wim Taymans  <wim@fluendo.com>
9077
9078         Patch by: Peter Kjellerstedt  <pkj at axis com>
9079
9080         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9081         (rtsp_url_get_request_uri):
9082         * gst/rtsp/rtspurl.h:
9083         Add support for query parameters to RTSP URLs.
9084
9085 2007-05-12  Wim Taymans  <wim@fluendo.com>
9086
9087         Patch by: Peter Kjellerstedt  <pkj at axis com>
9088
9089         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9090         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9091         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9092         (rtsp_transport_parse), (rtsp_transport_as_text):
9093         * gst/rtsp/rtsptransport.h:
9094         Add validation to rtsp_transport_parse().
9095         Add rtsp_transport_as_text() to generate an RTSP header from an
9096         RTSPTransport.
9097         Change ssrc to guint (was a string) since that is what it is, even
9098         though it is sent as a hex string.
9099         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9100         incorrect, which can be seen when looking at the examples in the RFC).
9101         Fixes #437670.
9102
9103 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9104
9105         Patch by: Eric Anholt
9106
9107         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9108           gst_ximage_src_ximage_get):
9109         Use union of all damage between frames to make it faster.
9110         Fixes bug #342463.
9111         Also fix crasher when cursor is at bottom right of window.
9112
9113 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9114
9115         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9116           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9117           streaming mode regression for file from #343837 with 'bext' chunk
9118           before the 'fmt' chunk.
9119
9120 2007-05-11  Wim Taymans  <wim@fluendo.com>
9121
9122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9123         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9124         (gst_rtspsrc_handle_src_event),
9125         (gst_rtspsrc_stream_configure_manager),
9126         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9127         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9128         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9129         * gst/rtsp/gstrtspsrc.h:
9130         * gst/rtsp/rtspdefs.h:
9131         Preliminary seek support.
9132         Activate internal pads so that we can receive events on them.
9133         Don't try to parse a range string when it's NULL.
9134
9135 2007-05-11  Wim Taymans  <wim@fluendo.com>
9136
9137         * gst/rtp/README:
9138         Update README with new RTP variables that will be used for
9139         synchronisation.
9140
9141         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9142         (gst_rtp_vorbis_depay_parse_configuration),
9143         (gst_rtp_vorbis_depay_process):
9144         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9145         (gst_rtp_vorbis_pay_finish_headers),
9146         (gst_rtp_vorbis_pay_handle_buffer):
9147         Update vorbis pay and depayloader to draft-04.
9148
9149 2007-05-11  Wim Taymans  <wim@fluendo.com>
9150
9151         * gst/rtsp/rtsptransport.c:
9152         UDP MCAST is actually the default for RTP/AVP.
9153 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9154
9155         * gst/level/gstlevel.c: (gst_level_transform_ip):
9156         Use guint8 * instead of gpointer then vs6 can build 
9157         in_data += (filter->width / 8).
9158
9159 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9160
9161         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9162           gst_ximage_src_ximage_get):
9163         * sys/ximage/gstximagesrc.h (last_ximage):
9164         When using Damage actually keep the last frame, and not assume
9165         that the buffer we get already has the last frame on it.
9166         Copy the cursor over if we specify a non-zero start x and
9167         start y.
9168
9169 2007-05-11  Wim Taymans  <wim@fluendo.com>
9170
9171         * gst/rtsp/rtsptransport.c:
9172         Make UDP the default transport when not specified.
9173
9174 2007-05-09  David Schleef  <ds@schleef.org>
9175
9176         * gst/level/gstlevel.c:
9177           Revert last change.
9178
9179 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9180
9181         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9182         (gst_level_transform_ip):
9183         Use guint8 * instead of gpointer then vs6 know the size of data
9184         pointed when moving the pointer.
9185         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9186         Move instructions after variables declaration.
9187         * win32/vs6/autogen.dsp:
9188         * win32/vs6/libgstrtp.dsp:
9189         * win32/vs6/libgstrtsp.dsp:
9190         Update vs6 project files.
9191
9192 2007-05-09  Wim Taymans  <wim@fluendo.com>
9193
9194         * gst/rtsp/Makefile.am:
9195         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9196         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9197         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9198         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9199         (rtsp_range_free):
9200         * gst/rtsp/rtsprange.h:
9201         Add code to parse time ranges.
9202         Report DURATION on the stream when possible.
9203
9204 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9205
9206         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9207         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9208         (gst_videomixer_collected):
9209           Fix strides calculation for AYUV (it's just width*4) (#436910).
9210
9211 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9212
9213         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9214         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9215         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9216         Sync the GObject properties before each processing step to properly
9217         work with the controller.
9218
9219 2007-05-04  Wim Taymans  <wim@fluendo.com>
9220
9221         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9222         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9223         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9224         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9225         (gst_rtspsrc_change_state):
9226         Let more error state trickle down so that we can catch more error
9227         cases.
9228         Handle keep-alive a little smarter by selecting a method the server
9229         actually supports.
9230         Fix a race in UDP streaming shutdown.
9231
9232 2007-05-04  Wim Taymans  <wim@fluendo.com>
9233
9234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9235         Ignore errors when trying to use the keep-alive messages.
9236
9237 2007-05-04  Wim Taymans  <wim@fluendo.com>
9238
9239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9240         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9241         (gst_rtspsrc_stream_configure_manager),
9242         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9243         (gst_rtspsrc_stream_configure_mcast),
9244         (gst_rtspsrc_stream_configure_udp),
9245         (gst_rtspsrc_stream_configure_udp_sink),
9246         (gst_rtspsrc_stream_configure_transport):
9247         Send RTCP messages back to the server over the TCP connection.
9248
9249         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9250         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9251         (rtsp_connection_receive):
9252         * gst/rtsp/rtspconnection.h:
9253         Factor out and expose lowlevel _write and _read methods.
9254         Implement sending data messages to the server.
9255
9256 2007-05-03  Wim Taymans  <wim@fluendo.com>
9257
9258         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9259         (gst_multipart_mux_collected):
9260         Fix timestamps on outgoing buffers.
9261
9262 2007-05-03  Wim Taymans  <wim@fluendo.com>
9263
9264         * gst/multipart/multipartmux.c:
9265         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9266         (gst_multipart_mux_change_state):
9267         Emit NEWSEGMENT events before pushing the first buffer.
9268
9269 2007-05-03  Wim Taymans  <wim@fluendo.com>
9270
9271         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9272         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9273         (gst_rtspsrc_handle_src_query),
9274         (gst_rtspsrc_stream_configure_manager),
9275         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9276         (gst_rtspsrc_stream_configure_mcast),
9277         (gst_rtspsrc_stream_configure_udp),
9278         (gst_rtspsrc_stream_configure_udp_sink),
9279         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9280         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9281         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9282         (gst_rtspsrc_pause):
9283         Refactor transport configuration code.
9284         Create internal pads for TCP transport so that we can implement events
9285         and queries.
9286         Handle events and queries.
9287         Parse range from the SDP.
9288         Fix race in pause handler where the connection could still be flushing.
9289
9290 2007-05-02  Wim Taymans  <wim@fluendo.com>
9291
9292         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9293         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9294         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9295         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9296         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9297         (gst_rtspsrc_change_state):
9298         * gst/rtsp/gstrtspsrc.h:
9299         Fix race when multiple udp sources post timeouts, just act on the first
9300         received timeout.
9301         Protect stream list with a recursive lock to fix some races.
9302         Flush connection when we need to do a reconnect or stop.
9303         Make state lock recursive.
9304
9305         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9306         (rtsp_connection_close):
9307         Some small cleanups.
9308
9309 2007-05-02  Wim Taymans  <wim@fluendo.com>
9310
9311         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9312         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9313         Only set DISCONT when there actually is a discont or when we just
9314         started.
9315
9316 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9317
9318         * ext/flac/gstflac.c: (plugin_init):
9319         Call bindtextdomain() to get localized strings.
9320
9321 2007-05-02  Wim Taymans  <wim@fluendo.com>
9322
9323         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9324         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9325         (gst_wavparse_stream_data):
9326         * gst/wavparse/gstwavparse.h:
9327         Be a bit more clever when dealing with VBR files with FACT tags, we
9328         don't want to timestamp buffers in that case but the estimated BPS can
9329         be used for seeking.
9330         Only send close segment in the streaming thread.
9331
9332 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9333
9334         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9335         Correctly post an error on the bus if something went wrong in the loop
9336         function. This fixes a few cases where the task was paused and nothing
9337         happened anymore.
9338
9339 2007-05-02  Wim Taymans  <wim@fluendo.com>
9340
9341         * gst/rtsp/test.c: (main):
9342         Fix compilation of deprecated test just because I'm too lazy to delete
9343         it.
9344
9345 2007-05-02  Wim Taymans  <wim@fluendo.com>
9346
9347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9348         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9349         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9350         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9351         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9352         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9353         * gst/rtsp/gstrtspsrc.h:
9354         Fix sending RTCP to the right place.
9355         Fix bug in reffing the wrong UDP element.
9356         Use new pad names for the session manager.
9357         Implement handling server requests in interleaved and UDP modes.
9358         Handle session keep-alive in UDP modes.
9359         Remove GCond for handling UDP timeouts.
9360
9361         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9362         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9363         (rtsp_connection_receive), (rtsp_connection_close):
9364         * gst/rtsp/rtspconnection.h:
9365         Store connection IP address for later.
9366         Add timeout args to all operations that might block forever.
9367         Parse session timeout.
9368         Only close sockets when not already closed.
9369
9370         * gst/rtsp/rtspdefs.c:
9371         * gst/rtsp/rtspdefs.h:
9372         Add timeout return value and error string.
9373
9374         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9375         Add small comment.
9376
9377 2007-05-01  Wim Taymans  <wim@fluendo.com>
9378
9379         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9380
9381         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9382         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9383         * gst/rtp/gstrtpmp4vpay.h:
9384         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9385
9386 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9387
9388         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9389           Remove v4l2src from docs, since it breaks the docs build, and the
9390           plugin is only built if --enable-experimental is used anyway.
9391
9392         * docs/plugins/Makefile.am:
9393           Spaces => tab.
9394
9395 2007-04-29  Wim Taymans  <wim@fluendo.com>
9396
9397         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9398         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9399         Add code to drop membership of a multicast group.
9400
9401         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9402         (gst_udpsink_set_uri):
9403         Implement URI handler.
9404
9405         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9406         (gst_rtspsrc_parse_rtpinfo):
9407         Use URI handler to make udpsink instace.
9408         Improve code to configure port and destination.
9409
9410 2007-04-29  Wim Taymans  <wim@fluendo.com>
9411
9412         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9413         Fix multicast detection.
9414         Don't try to join a multicast group if the address is not multicast.
9415
9416         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9417         Small debug improvement.
9418
9419 2007-04-27  Wim Taymans  <wim@fluendo.com>
9420
9421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9422         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9423         (gst_rtspsrc_handle_message):
9424         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9425         parent.
9426
9427 2007-04-27  Wim Taymans  <wim@fluendo.com>
9428
9429         * gst/rtp/gstrtpilbcdepay.h:
9430         Fix mode property when specified as an arg.
9431
9432 2007-04-26  Edward Hervey  <edward@fluendo.com>
9433
9434         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9435         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9436         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9437         * docs/plugins/inspect/plugin-osxaudio.xml:
9438         Add documentation for osxaudio plugin.
9439
9440 2007-04-26  Wim Taymans  <wim@fluendo.com>
9441
9442         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9443         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9444         (gst_rtspsrc_open), (gst_rtspsrc_close),
9445         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9446         (gst_rtspsrc_pause):
9447         * gst/rtsp/gstrtspsrc.h:
9448         Protect state changes with a lock.
9449
9450         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9451         (parse_line):
9452         * gst/rtsp/rtspconnection.h:
9453         Remove some unused stuff.
9454
9455 2007-04-26  Wim Taymans  <wim@fluendo.com>
9456
9457         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9458         Handle the case where there are exactly 0 bytes to read and the ioctl
9459         did not report an error. Fixes #433530.
9460
9461 2007-04-26  Wim Taymans  <wim@fluendo.com>
9462
9463         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9464         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9465         * gst/wavparse/gstwavparse.h:
9466         Apply DISCONT to buffers.
9467         Only apply timestamp to the first sample after a DISCONT, too many VBR
9468         files cause random jitter in the timestamps. Fixes #433119.
9469
9470 2007-04-25  Wim Taymans  <wim@fluendo.com>
9471
9472         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9473         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9474         (gst_rtp_dec_get_property):
9475         * gst/rtsp/gstrtpdec.h:
9476         Add dummy latency property to be backwards compat with rtpbin.
9477
9478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9479         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9480         (gst_rtspsrc_stream_configure_transport),
9481         (gst_rtspsrc_parse_rtpinfo):
9482         * gst/rtsp/gstrtspsrc.h:
9483         Add latency property and configure in the session manager.
9484         Don't set invalid clock-base and seqnum-base on caps, some servers
9485         sometimes don't send them.
9486
9487 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9488
9489         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9490         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9491           Double-check that RGB input caps are really RGBA caps (apparently
9492           the core doesn't always catch it if those caps aren't a subset of
9493           our template caps, also see #421543). Fixes #429319 in a way.
9494           Also, don't leak the pad template in the transform_caps function.
9495
9496         * tests/check/Makefile.am:
9497         * tests/check/elements/.cvsignore:
9498         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9499         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9500         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9501         (GST_START_TEST), (alphacolor_suite):
9502           Add some basic unit tests for alphacolor.
9503
9504 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9505
9506         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9507           If we get a fatal flow return in the loop function, first post the
9508           error message and only then send the EOS event downstream, otherwise
9509           applications might get an eos message before the error message and
9510           think everything was ok (related to #429319).
9511
9512 2007-04-25  Wim Taymans  <wim@fluendo.com>
9513
9514         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9515         Read the channel byte as an unsigned byte.
9516
9517 2007-04-25  Wim Taymans  <wim@fluendo.com>
9518
9519         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9520         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9521         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9522         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9523         (gst_rtp_gsm_depay_setcaps):
9524         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9525         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9526         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9527         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9528         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9529         (gst_ilbc_depay_get_property):
9530         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9531         * gst/rtp/gstrtpmp4adepay.c:
9532         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9533         (gst_rtp_pcma_depay_setcaps):
9534         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9535         (gst_rtp_pcmu_depay_setcaps):
9536         Make sure we configure the clock_rate in the baseclass in the setcaps
9537         function. Fixes #431282.
9538
9539 2007-04-25  Wim Taymans  <wim@fluendo.com>
9540
9541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9542         (gst_rtspsrc_stream_free), (request_pt_map),
9543         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9544         * gst/rtsp/gstrtspsrc.h:
9545         Parse server address from SDP.
9546         Hook up a udpsink to send RTCP back to the server.
9547
9548         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9549         * gst/rtsp/rtsptransport.h:
9550         Add some docs.
9551
9552 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9553
9554         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9555           Make header field check conditional. Fixes #433135
9556
9557 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9558
9559         * docs/plugins/Makefile.am:
9560         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9562         * docs/plugins/inspect/plugin-alphacolor.xml:
9563         * gst/alpha/Makefile.am:
9564         * gst/alpha/gstalphacolor.c:
9565         * gst/alpha/gstalphacolor.h:
9566           Add minimal docs blurb to alphacolor; split out headers into
9567           separate header file for gtk-doc.
9568
9569 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9570
9571         * gst/debug/progressreport.c: (gst_progress_report_report):
9572           Don't try to post NULL message (in case we can't query upstream
9573           position or duration).
9574
9575 2007-04-18  Michael Smith  <msmith@fluendo.com>
9576
9577         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9578         (gst_cutter_get_caps):
9579         * gst/cutter/gstcutter.h:
9580           Fix some of the most obvious bugs in cutter. Now doesn't leak
9581           everything if input is silent.
9582
9583 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9584
9585         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9586         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9587         * gst/wavenc/gstwavenc.h:
9588         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9589         else results in a invalid block align and invalid files.
9590
9591 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9592
9593         Patch by: Snaik <snaik32 gmail com>
9594
9595         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9596           Add missing break statement for BOX_HORIZONTAL case.
9597
9598 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9599
9600         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9601
9602         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9603         Use correct format strings for integer types.
9604
9605 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9606
9607         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9608         (gst_wavparse_create_sourcepad):
9609         Use gst_riff_create_audio_template_caps () instead of the local caps.
9610         This makes updates of the local caps unecessary whenever libgstriff
9611         gets support for new formats.
9612
9613 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9614
9615         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9616
9617         * sys/sunaudio/gstsunaudio.c:
9618         * sys/sunaudio/gstsunaudiomixer.c:
9619         * sys/sunaudio/gstsunaudiomixer.h:
9620         * sys/sunaudio/gstsunaudiomixerctrl.c:
9621         * sys/sunaudio/gstsunaudiomixerctrl.h:
9622         * sys/sunaudio/gstsunaudiomixertrack.h:
9623         * sys/sunaudio/gstsunaudiosink.c:
9624         * sys/sunaudio/gstsunaudiosink.h:
9625         * sys/sunaudio/gstsunaudiosrc.c:
9626         * sys/sunaudio/gstsunaudiosrc.h:
9627           Fix and/or update copyright attributions (#430228).
9628
9629 2007-04-13  Wim Taymans  <wim@fluendo.com>
9630
9631         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9632         Fix docs.
9633
9634         * gst/rtsp/URLS:
9635         Add some more example urls.
9636
9637         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9638         (gst_rtp_dec_chain_rtp):
9639         Better debugging.
9640
9641         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9642         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9643         (gst_rtspsrc_parse_rtpinfo):
9644         Remove unused code.
9645
9646 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9647
9648         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9649         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9650         (gst_wavparse_stream_data):
9651           Relax the audio/mpeg caps again and add FIXME: comment.
9652
9653 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9654
9655         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9656         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9657         (gst_wavparse_stream_data):
9658         * gst/wavparse/gstwavparse.h:
9659           More sanity check for the header fields. Fix type for 'rate' header
9660           field.
9661
9662 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9663
9664         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9665         (gst_icydemux_unicodify):
9666           If the metadata strings we get in the stream are not UTF-8, try to
9667           interpret them according to the character encodings specified in the
9668           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9669           only fall back to locale/ISO-8859-1 if those aren't set or don't
9670           work. Should fix #428901.
9671
9672 2007-04-12  Wim Taymans  <wim@fluendo.com>
9673
9674         * gst/rtp/gstrtph264depay.c:
9675         Use the proper sync word for SPS and PPS.
9676
9677 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9678
9679         * gst/rtp/Makefile.am:
9680         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9681           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9682         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9683           Add a simple hashing implementation that we can use to generate
9684           a 24-bit ident value based on the codebooks for vorbis and theora.
9685         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9686           gst_rtp_theora_pay_handle_buffer):
9687         * gst/rtp/gstrtpvorbisdepay.c
9688           (gst_rtp_vorbis_depay_parse_configuration,
9689           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9690         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9691           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9692           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9693           Use the hashing function, ensuring that the same codebooks result
9694           in the same ident and thus the same SDP description.
9695           Various log fixes/changes.
9696
9697 2007-04-12  Wim Taymans  <wim@fluendo.com>
9698
9699         Patch by: jerry tan <jerry dot tan at sun dot com>
9700
9701         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9702         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9703         application's responsibility to make sure it open the device once.
9704         Remove a careless error if AUDIODEV is set. Fixes #392620.
9705
9706 2007-04-12  Wim Taymans  <wim@fluendo.com>
9707
9708         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9709         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9710         * gst/rtsp/gstrtpdec.h:
9711         Make backward compat with rtpbin by adding the request-pt-map signals.
9712
9713         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9714         (new_session_pad), (request_pt_map),
9715         (gst_rtspsrc_stream_configure_transport),
9716         (gst_rtspsrc_stream_configure_caps),
9717         (gst_rtspsrc_activate_streams):
9718         * gst/rtsp/gstrtspsrc.h:
9719         Implement request-pt-map signals instead of setting caps on the buffers
9720         for the session manager.
9721
9722 2007-04-11  Wim Taymans  <wim@fluendo.com>
9723
9724         * gst/udp/gstudp.c: (plugin_init):
9725         Register GstNetBuffer in plugin_init so that the type can be used from
9726         multiple threads without races.
9727
9728 2007-04-10  Wim Taymans  <wim@fluendo.com>
9729
9730         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9731         (gst_rtp_amr_depay_process):
9732         Fix depayloader clock_rate and some cleanups.
9733
9734         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9735         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9736         * gst/rtp/gstrtph264depay.h:
9737         Don't push codec_data in the adapter because it might get flushed when
9738         we get a discont.
9739
9740         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9741         Handle multiple AU per packet.
9742
9743         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9744         (gst_rtp_sv3v_depay_plugin_init):
9745         Disable rank, this one does not work.
9746         Remove timestamping, base class does that.
9747
9748 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9749
9750         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9751           limit caps to the formats we announce in the template
9752
9753         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9754         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9755         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9756           fix some crashers/asserts when dealing with broken files
9757
9758 2007-04-10  Wim Taymans  <wim@fluendo.com>
9759
9760         Patch by: Peter Kjellerstedt  <pkj at axis com>
9761
9762         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9763         * gst/rtp/gstrtpL16depay.c:
9764         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9765         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9766         (gst_rtp_speex_depay_setcaps):
9767         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9768         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9769         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9770         Fix some compiler warnings. Fixes #428182.
9771
9772 2007-04-06  Wim Taymans  <wim@fluendo.com>
9773
9774         * gst/rtsp/Makefile.am:
9775         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9776         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9777         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9778         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9779         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9780         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9781         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9782         (create_rtcp), (gst_rtp_dec_request_new_pad),
9783         (gst_rtp_dec_release_pad):
9784         * gst/rtsp/gstrtpdec.h:
9785         * gst/rtsp/gstrtsp.c: (plugin_init):
9786         Morph RTPDec into something compatible with RTPBin as a fallback.
9787         Various other style fixes.
9788
9789         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9790         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9791         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9792         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9793         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9794         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9795         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9796         * gst/rtsp/gstrtspsrc.h:
9797         Implement RTPBin session manager handling.
9798         Don't try to add empty properties to caps.
9799         Implement fallback session manager, handling.
9800         Don't combine errors from RTCP streams, just ignore them.
9801
9802         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9803         * gst/rtsp/rtsptransport.h:
9804         Implement fallback session manager.
9805         Make RTPBin the default one when available.
9806
9807 2007-04-05  Wim Taymans  <wim@fluendo.com>
9808
9809         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9810         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9811         This element is ready to be autoplugged.
9812
9813 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9814
9815         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9816         Don't leave the offsets defined by upstream element on the
9817         compressed data buffer we are pushing downstream. Make them
9818         GST_BUFFER_OFFSET_NONE.
9819
9820 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9821
9822         * gst/avi/README:
9823         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9824         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9825         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9826         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9827         (gst_avi_demux_calculate_durations_from_index),
9828         (gst_avi_demux_stream_header_push),
9829         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9830         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9831           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9832
9833 2007-04-03  Wim Taymans  <wim@fluendo.com>
9834
9835         * gst/smpte/barboxwipes.c:
9836         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9837
9838 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9839
9840         * gst/wavparse/gstwavparse.c:
9841         Support audio/x-raw-float in wav files. This only works with
9842         plugins-base CVS, using an older version doesn't have any
9843         disadvantages though.
9844
9845 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9846
9847         * configure.ac:
9848         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9849         (gst_au_parse_parse_header), (gst_au_parse_chain):
9850         * gst/auparse/gstauparse.h:
9851         Revert last change as we don't want plugins-good to depend on
9852         plugins-base CVS now.
9853
9854 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9855
9856         * configure.ac:
9857         Require gst-plugins-base CVS for audioconvert with non-native
9858         float support and width/depth fix in libgstriff.
9859
9860         Patch by: René Stadler <mail at renestadler dot de>
9861
9862         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9863         (gst_au_parse_parse_header), (gst_au_parse_chain):
9864         * gst/auparse/gstauparse.h:
9865         Don't swap the floats ourself if they're not in native endianness.
9866         Instead let audioconvert handle this. Fixes #339838.
9867
9868 2007-03-29  Wim Taymans  <wim@fluendo.com>
9869
9870         * gst/rtp/gstasteriskh263.h:
9871         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9872         (gst_rtp_h263p_depay_change_state):
9873         * gst/rtp/gstrtph263pdepay.h:
9874         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9875         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9876         (gst_rtp_h264_depay_change_state):
9877         * gst/rtp/gstrtph264depay.h:
9878         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9879         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9880         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9881         Flush adapter on disconts.
9882
9883 2007-03-29  Wim Taymans  <wim@fluendo.com>
9884
9885         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9886         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9887         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9888         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9889         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9890         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9891         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9892         (gst_rtp_mp4v_depay_process):
9893         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9894         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9895         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9896         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9897         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9898         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9899         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9900         Use more efficient adapter and rtpbuffer methods when possible.
9901
9902 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9903
9904         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9905         (gst_wavenc_sink_setcaps):
9906         Correctly handle width!=depth input.
9907         * gst/wavparse/gstwavparse.c:
9908         Already export in the caps that width==8 uses unsigned samples and
9909         everything else uses signed samples.
9910
9911 2007-03-29  Wim Taymans  <wim@fluendo.com>
9912
9913         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9914
9915         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9916         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9917         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9918         (gst_dynudpsink_close):
9919         * gst/udp/gstdynudpsink.h:
9920         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9921         (gst_udpsrc_create), (gst_udpsrc_set_property),
9922         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9923         * gst/udp/gstudpsrc.h:
9924         Rework the socket allocation a bit based on the sockfd argument so that
9925         it becomes usable.
9926         Add a closefd property to instruct the udp elements to close the custom
9927         file descriptors when going to READY. Fixes #423304.
9928         API:GstUDPSrc::closefd property
9929         API:GstDynUDPSink::closefd property
9930
9931 2007-03-29  Wim Taymans  <wim@fluendo.com>
9932
9933         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9934
9935         * gst/rtp/Makefile.am:
9936         * gst/rtp/gstrtp.c: (plugin_init):
9937         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9938         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9939         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9940         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9941         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9942         (gst_rtp_h264_pay_plugin_init):
9943         * gst/rtp/gstrtph264pay.h:
9944         Added H264 payloader. Fixes #423782.
9945
9946         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9947         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9948         Small fixes.
9949
9950 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9951
9952         * gst/wavparse/gstwavparse.c:
9953         Actually support depths from 1 to 32, not only 8 to 32.
9954
9955 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9956
9957         * gst/wavparse/gstwavparse.c:
9958         Add support for wav files containing audio/x-raw-int with random
9959         depths between 1 and 32 bits.
9960
9961 2007-03-28  Wim Taymans  <wim@fluendo.com>
9962
9963         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9964
9965         * gst/rtp/Makefile.am:
9966         * gst/rtp/gstrtp.c: (plugin_init):
9967         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9968         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9969         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9970         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9971         (gst_rtp_mp4a_depay_get_property),
9972         (gst_rtp_mp4a_depay_change_state),
9973         (gst_rtp_mp4a_depay_plugin_init):
9974         * gst/rtp/gstrtpmp4adepay.h:
9975         Added MP4A-LATM depayloader. Fixes #417792.
9976
9977         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9978         (gst_rtp_mp4v_depay_process):
9979         Fixup depayloader, setting codec_data, using more efficient adaptor and
9980         rtpbuffer handling.
9981
9982         * gst/rtsp/URLS:
9983         Add url to test above.
9984
9985 2007-03-25  Wim Taymans  <wim@fluendo.com>
9986
9987         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9988         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9989         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9990         (gst_rtspsrc_media_to_caps),
9991         (gst_rtspsrc_stream_configure_transport),
9992         (gst_rtspsrc_stream_configure_caps),
9993         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9994         * gst/rtsp/gstrtspsrc.h:
9995         Handle default clock-rates for static payload types, rearrange stuff so
9996         that the rtpmap field in the sdp can override the defaults.
9997         Parse RTP-Info field to get the seqnum and timebase fields that should
9998         go in the caps.
9999         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10000         the server. 
10001
10002 2007-03-22  Wim Taymans  <wim@fluendo.com>
10003
10004         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10005
10006         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10007         Accept complex pipeline descriptions as an audio profile instead of just
10008         a single element. Fixes #420658.
10009
10010 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10011
10012         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10013           Rename registered type in preparation of GstTagDemux moving to
10014           -base at some point in the future.
10015
10016 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10017
10018         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10019           Streaming mode fixes: don't unref buffer we don't own any longer;
10020           remove bogus adapter flush. Fixes #419338.
10021
10022 2007-03-17  David Schleef  <ds@schleef.org>
10023
10024         * REQUIREMENTS: Change the format to key/value, add a bunch of
10025           information, remove a bunch of requirements that are for
10026           other GStreamer packages.
10027
10028 2007-03-17  David Schleef  <ds@schleef.org>
10029
10030         * REQUIREMENTS: Fix a few things.  This file really needs a
10031         good once-over.
10032
10033 2007-03-15  Edward Hervey  <edward@fluendo.com>
10034
10035         * sys/Makefile.am:
10036         Don't forget to distribute the sys/osxaudio/ directory.
10037
10038 2007-03-15  Edward Hervey  <edward@fluendo.com>
10039
10040         * configure.ac:
10041         * sys/Makefile.am:
10042         * sys/osxaudio/Makefile.am:
10043         * sys/osxaudio/gstosxaudio.c:
10044         * sys/osxaudio/gstosxaudiosink.c:
10045         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10046         (gst_osx_audio_sink_getcaps),
10047         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10048         * sys/osxaudio/gstosxaudiosrc.c:
10049         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10050         (gst_osx_audio_src_create_ringbuffer):
10051         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10052         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10053         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10054         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10055         * sys/osxaudio/gstosxringbuffer.h:
10056         Activate osxaudio in gst-plugins-good with proper build setup.
10057         Add inlined documentation.
10058         Fix debug statements
10059         Fix ringbuffer when pausing.
10060         Fixes #323471
10061
10062 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10063         * gst/rtp/gstrtppcmapay.c:
10064         * gst/rtp/gstrtppcmapay.h:
10065         * gst/rtp/gstrtppcmupay.c:
10066         * gst/rtp/gstrtppcmupay.h:
10067         Ported mulaw and alaw payloaders to use new base class
10068
10069 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10070
10071         * po/af.po:
10072         * po/az.po:
10073         * po/cs.po:
10074         * po/en_GB.po:
10075         * po/it.po:
10076         * po/nl.po:
10077         * po/or.po:
10078         * po/sq.po:
10079         * po/sr.po:
10080         * po/sv.po:
10081         * po/uk.po:
10082         * po/vi.po:
10083           Update translations.
10084
10085 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10086
10087         * configure.ac:
10088           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10089
10090 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10091
10092         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10093           Fix handling of -1 values for start and stop values when seeking,
10094           and SEEK_CUR+SEEK_END here as well.
10095
10096 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10097
10098         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10099           Fix handling of -1 values for start and stop values when seeking, 
10100           and SEEK_CUR+SEEK_END.
10101
10102 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10103
10104         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10105           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10106           the image format a variable-length NUL-terminated string; in
10107           versions before that the image format is a fixed-length string of
10108           3 characters (see #348644 for a sample tag).
10109           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10110
10111 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10112
10113         * win32/MANIFEST:
10114         Add new project files to MANIFEST.
10115         * win32/vs6/libgstaudiofx.dsp:
10116         * win32/vs6/libgstrtp.dsp:
10117         * win32/vs6/libgstrtsp.dsp:
10118         Update project files.
10119         
10120 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10121
10122         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10123         (gst_avi_demux_parse_index):
10124         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10125         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10126           Printf format fixes; also add some missing quotes in translated
10127           strings. Fixes #416728 and #416727.
10128
10129 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10130
10131         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10132           Tim and I can't think of any reason the child audio sink needs to 
10133           be set back to NULL after successfully determining that it can 
10134           reach READY - it gets immediately set back to READY by the caller
10135           anyway, causing an unnecessary close/open of any audio devices
10136           involved.
10137
10138 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10139
10140         * po/LINGUAS:
10141         * po/ja.po:
10142           Add ja.po file from #377306.
10143
10144 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10145
10146         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10147         * sys/sunaudio/gstsunaudiomixertrack.c:
10148         (gst_sunaudiomixer_track_new):
10149           Actually translate sunaudio mixer track labels instead of just
10150           marking the strings as translatable (#377306); clean up weird
10151           label string mapping code that serves no apparent purpose. Also
10152           set the 'untranslated-label' property when creating mixer tracks
10153           if the GstMixerTrack base class supports this.
10154
10155         * tests/check/Makefile.am:
10156         * tests/check/elements/.cvsignore:
10157         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10158         (sunaudio_suite):
10159           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10160           actually tested on a system where sunaudiomixer is available).
10161
10162 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10163
10164         * tests/check/Makefile.am:
10165         Re-enable the states test and see if it works on the buildbots.
10166
10167 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10168
10169         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10170         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10171         (gst_dvdec_change_state):
10172         * ext/dv/gstdvdec.h:
10173         Infer pixel-aspect-ratio from the video frame format if it isn't
10174         provided by the container, as happens when playing DV from AVI
10175         or Quicktime containers.
10176
10177         Patch by: Wim Taymans <wim@fluendo.com>
10178         Fixes #380944
10179
10180 2007-03-09  Wim Taymans  <wim@fluendo.com>
10181
10182         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10183         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10184         will later be handled by the jitterbuffer.
10185
10186 2007-03-09  Wim Taymans  <wim@fluendo.com>
10187
10188         * ext/taglib/gstid3v2mux.cc:
10189         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10190         Fixes #414496.
10191         
10192         Patch by: Alex Lancaster <alexl at users sourceforge net>
10193
10194 2007-03-09  Wim Taymans  <wim@fluendo.com>
10195
10196         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10197         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10198         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10199         (gst_avi_demux_chain):
10200         Fix stream position reporting after a seek. Fixes #416445.
10201
10202 2007-03-08  Wim Taymans  <wim@fluendo.com>
10203
10204         Patch by: René Stadler <mail at renestadler dot de>
10205
10206         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10207         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10208         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10209         Make avidemux accept optional header chunks in any order.
10210         Fixes #415446.
10211
10212 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10213
10214         * tests/check/Makefile.am:
10215         Disable the states check until the remaining Valgrind errors
10216         are fixed or suppressed.
10217
10218 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10219
10220         * tests/check/elements/.cvsignore:
10221           Add audiodynamic check to .cvsignore
10222
10223 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10224
10225         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10226
10227         * gst/audiofx/Makefile.am:
10228         * gst/audiofx/audiodynamic.c:
10229         (gst_audio_dynamic_characteristics_get_type),
10230         (gst_audio_dynamic_mode_get_type),
10231         (gst_audio_dynamic_set_process_function),
10232         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10233         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10234         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10235         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10236         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10237         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10238         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10239         (gst_audio_dynamic_transform_hard_knee_expander_int),
10240         (gst_audio_dynamic_transform_hard_knee_expander_float),
10241         (gst_audio_dynamic_transform_soft_knee_expander_int),
10242         (gst_audio_dynamic_transform_soft_knee_expander_float),
10243         (gst_audio_dynamic_transform_ip):
10244         * gst/audiofx/audiodynamic.h:
10245         * gst/audiofx/audiofx.c: (plugin_init):
10246         Add new audiodynamic element which can act as a compressor or
10247         expander. Supported are hard-knee and soft-knee operation modes with
10248         user-specified ratio and threshold.
10249         Attack and release parameters are not yet implemented but will follow.
10250         * docs/plugins/Makefile.am:
10251         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10252         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10253         * docs/plugins/gst-plugins-good-plugins.args:
10254         * docs/plugins/inspect/plugin-audiofx.xml:
10255         Integrate audiodynamic into the docs.
10256         * tests/check/Makefile.am:
10257         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10258         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10259         Add unit test for audiodynamic.
10260
10261 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10262
10263         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10264         Free handles that we allocated when exiting via the error paths.
10265
10266 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10267
10268         * gst/level/gstlevel.c: (gst_level_class_init),
10269         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10270         (gst_level_transform_ip):
10271         * gst/level/gstlevel.h:
10272           Resolve message timestamps against the playback segment.
10273
10274 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10275
10276         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10277         (gst_id3demux_sink_activate):
10278           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10279           caps passed to it (previously one code path assumed it took ownership
10280           while another one assumed it didn't, while in fact it sometimes did and
10281           sometimes didn't ...).
10282
10283         * configure.ac:
10284         * tests/files/Makefile.am:
10285         * tests/files/id3-407349-1.tag:
10286         * tests/files/id3-407349-2.tag:
10287           Add directory where data for unit tests can be stored.
10288
10289         * tests/Makefile.am:
10290         * tests/check/Makefile.am:
10291         * tests/check/elements/.cvsignore:
10292         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10293         (read_tags_from_file), (run_check_for_file),
10294         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10295           Add unit test for id3demux, and in particular for bug #407349. Only
10296           testing pull-mode for now; push mode doesn't work yet because the test
10297           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10298
10299 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10300
10301         * tests/check/Makefile.am:
10302           Add missing backslash at end of line.
10303
10304 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10305
10306         Trigger rebuild.
10307
10308 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10309
10310         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10311         * gst/id3demux/id3tags.h:
10312         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10313         (parse_obsolete_tdat_frame):
10314           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10315           the four-digit number will be interpreted as a year, whereas it is
10316           month and day in DDMM format. Instead, parse TDAT frames and fix up
10317           the date in the GST_TAG_DATE tag later if we also extracted a year.
10318           Fixes #407349.
10319
10320 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10321
10322         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10323         (gst_switch_commit_new_kid):
10324         Fix up the dispose logic so it doesn't leak, and fix setting of 
10325         the child state so that we don't set a child to our current state 
10326         just as we are changing it to something else.
10327
10328 2007-03-06  Wim Taymans  <wim@fluendo.com>
10329
10330         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10331         (gst_goom_chain):
10332         * gst/goom/gstgoom.h:
10333         Document, fix and improve goom adapter behaviour.
10334         Fixes #407006.
10335
10336 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10337
10338         * ext/esd/esdsink.c: (gst_esdsink_open):
10339         Unref static pad template after using it.
10340
10341 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10342
10343         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10344         (gst_switch_commit_new_kid):
10345         Fix up the reference counting of the child elements.
10346
10347 2007-03-05  Wim Taymans  <wim@fluendo.com>
10348
10349         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10350         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10351         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10352         Fix encoding-name case.
10353
10354 2007-03-05  Wim Taymans  <wim@fluendo.com>
10355
10356         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10357         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10358         (gst_rtp_speex_depay_process):
10359         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10360         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10361         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10362         (gst_rtp_speex_pay_change_state):
10363         * gst/rtp/gstrtpspeexpay.h:
10364         Fix speex (de)payloader. Fixes #358040.
10365
10366 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10367
10368         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10369         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10370         Install fakesink in NULL by fixing some broken logic. This obviates
10371         the need to manually set _IS_SINK.
10372         Add some comments and remove a little cruft while I'm at it.
10373
10374 2007-03-05  Wim Taymans  <wim@fluendo.com>
10375
10376         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10377         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10378
10379 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10380
10381         * po/POTFILES.in:
10382           Update.
10383
10384 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10385
10386         * tests/check/Makefile.am:
10387         Gah! Also disable gconfvideosink from the tests, otherwise
10388         it will instantiate autovideosink, and dfbvideosink and
10389         leak on the buildbots.
10390
10391 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10392
10393         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10394         (gst_cdio_cdda_src_finalize):
10395         Make sure we always destroy our libcdio handle.
10396
10397 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10398
10399         * tests/check/Makefile.am:
10400         Disable autovideosink so the buildbots don't barf over memory
10401         leaked in the directfb sink.
10402
10403 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10404
10405         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10406         Chain up in dispose
10407
10408 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10409
10410         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10411         (gst_multipart_find_pad_by_mime):
10412         Use gst_pad_new_from_static_template instead of
10413         static_pad_template_get+pad_new.
10414
10415 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10416
10417         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10418         Catch the case where no clock has been set.
10419
10420 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10421
10422         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10423         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10424         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10425         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10426         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10427         (gst_gconf_audio_src_finalize), (do_toggle_element):
10428         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10429         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10430         (do_toggle_element):
10431         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10432         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10433         (gst_gconf_video_src_finalize), (do_toggle_element):
10434         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10435         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10436         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10437         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10438         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10439         (gst_shout2send_init), (gst_shout2send_finalize):
10440         * gst/debug/testplugin.c: (gst_test_class_init),
10441         (gst_test_finalize):
10442         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10443         (gst_flxdec_dispose):
10444         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10445         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10447         (gst_rtspsrc_finalize):
10448         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10449         * gst/rtsp/rtspextwms.h:
10450         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10451         (gst_smpte_finalize):
10452         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10453         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10454         (gst_udpsink_finalize):
10455         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10456         (gst_wavparse_sink_activate):
10457         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10458         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10459         (gst_oss_src_finalize):
10460         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10461         * sys/v4l2/gstv4l2object.h:
10462         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10463         (gst_v4l2src_finalize):
10464         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10465
10466         Fix a bunch of leaks shown by the newly-added states test.
10467
10468 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10469
10470         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10471         Use gst_pad_new_from_static_template instead of 
10472         static_pad_template_get+pad_new.
10473
10474 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10475
10476         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10477
10478         * ext/libcaca/Makefile.am:
10479         * gst/debug/Makefile.am:
10480           Don't mix tabs and spaces (#414168).
10481
10482 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10483
10484         * tests/check/generic/.cvsignore:
10485           Ignore files to please buildbot.
10486
10487 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10488
10489         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10490         (gst_wavparse_stream_data):
10491           Unbreak my previous commit (swapped nominator & denominator). Tim,
10492           thanks for spotting.
10493
10494 2007-03-02  Wim Taymans  <wim@fluendo.com>
10495
10496         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10497         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10498         (gst_cdio_cdda_src_finalize):
10499         Small code cleanups.
10500         Don't use pad_alloc as the base class cannot deal with the error codes.
10501
10502 2007-03-02  Wim Taymans  <wim@fluendo.com>
10503
10504         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10505         (gst_udpsrc_create):
10506         Fix doc.
10507
10508 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10509
10510         Patch by: René Stadler <mail@renestadler.de>
10511
10512         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10513         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10514         (gst_wavparse_stream_data):
10515           Handle rounding better to not drop last sample frame. Fixes #356692
10516
10517 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10518
10519         * tests/check/Makefile.am:
10520         Disable cacasink from the states check too - it also calls exit(1)
10521         on us when it can't find a terminal to talk to.
10522
10523 2007-03-02  Wim Taymans  <wim@fluendo.com>
10524
10525         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10526
10527         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10528         (gst_udpsrc_create), (gst_udpsrc_set_property),
10529         (gst_udpsrc_get_property):
10530         * gst/udp/gstudpsrc.h:
10531         Add support to strip proprietary headers. Fixes #350296.
10532
10533 2007-03-02  Wim Taymans  <wim@fluendo.com>
10534
10535         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10536         Fix compilation.
10537
10538 2007-03-02  Wim Taymans  <wim@fluendo.com>
10539
10540         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10541
10542         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10543         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10544         (gst_rtp_mp2t_depay_set_property),
10545         (gst_rtp_mp2t_depay_get_property):
10546         * gst/rtp/gstrtpmp2tdepay.h:
10547         Add support to strip off proprietary headers. Fixes #350278.
10548
10549 2007-03-02  Wim Taymans  <wim@fluendo.com>
10550
10551         * ext/hal/hal.c:
10552         Fix compilation.
10553
10554 2007-03-02  Wim Taymans  <wim@fluendo.com>
10555
10556         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10557         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10558         (gst_sunaudiosrc_open):
10559         * sys/sunaudio/gstsunaudiosrc.h:
10560         Remove device-name from GstSunAudioSrc. Fixes #412597.
10561
10562 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10563
10564         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10565         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10566         Having NULL as UDI previously selected the default sink/src. Change
10567         this back but mention it in the debug output.
10568         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10569         (gst_hal_get_oss_element), (gst_hal_get_string),
10570         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10571         (gst_hal_get_audio_src):
10572         * ext/hal/hal.h:
10573         Refactor a bit, check all error conditions, greatly improve debugging
10574         and fix some possible memory leaks. Also implement OSS support
10575         and allow specifying an UDI that points to a real device. For this the
10576         child device which supports ALSA (preferred) or OSS is used.
10577         As a side effect this makes it impossible now to get a alsasink in
10578         halaudiosrc and a alsasrc in halaudiosink.
10579
10580 2007-03-01  Wim Taymans  <wim@fluendo.com>
10581
10582         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10583         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10584         Errors from the udp sources are not fatal unless all of them are in
10585         error.
10586
10587 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10588
10589         * tests/check/Makefile.am:
10590         Disable aasink in the states test. I suspect this is the element that
10591         is calling exit(1) when it can't proceed.
10592
10593 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10594
10595         * tests/check/Makefile.am:
10596         Draw plugins in from the build tree sys/ dir, rather than picking
10597         up the already installed versions.
10598
10599 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10600
10601         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10602         Error out correctly when getting xcontext fails.
10603
10604 2007-03-01  Wim Taymans  <wim@fluendo.com>
10605
10606         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10607         Make state change to PAUSED NO_PREROLL because that's what it will be in
10608         the future and rtspsrc relies on it.
10609
10610         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10611         (gst_rtspsrc_change_state):
10612         Don't error out when we don't get an error from the state change
10613         function.
10614
10615 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10616
10617         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10618         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10619           Check if the device UDI is set before trying to query HAL
10620           about it and give a useful error message if it wasn't set.
10621         * ext/hal/hal.c: (gst_hal_get_string):
10622           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10623           gives an assertion failure in D-Bus when running with
10624           DBUS_FATAL_WARNINGS=1.
10625
10626 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10627
10628         * configure.ac:
10629           Convert to new AG_GST style.
10630
10631 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10632
10633         * tests/check/Makefile.am:
10634         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10635           add test for states
10636
10637 2007-02-28  Wim Taymans  <wim@fluendo.com>
10638
10639         * tests/check/elements/.cvsignore:
10640         Add new videofilter check to .cvsignore.
10641
10642 2007-02-28  Wim Taymans  <wim@fluendo.com>
10643
10644         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10645         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10646         (gst_avi_demux_loop), (gst_avi_demux_chain):
10647         Fix combined flow return. Fixes #412608.
10648
10649 2007-02-28  Wim Taymans  <wim@fluendo.com>
10650
10651         * gst/videofilter/Makefile.am:
10652         Dist header..
10653
10654 2007-02-28  Wim Taymans  <wim@fluendo.com>
10655
10656         * gst/videofilter/gstgamma.h:
10657         Add header too.
10658
10659 2007-02-28  Wim Taymans  <wim@fluendo.com>
10660
10661         Patch by: Mark Nauwelaerts <manauw at skynet be>
10662
10663         * gst/videofilter/Makefile.am:
10664         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10665         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10666         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10667         (oil_tablelookup_u8), (gst_gamma_set_caps),
10668         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10669         Port gamma filter to 0.10. Fixes #412704.
10670
10671         * tests/check/Makefile.am:
10672         * tests/check/elements/videofilter.c: (setup_filter),
10673         (cleanup_filter), (check_filter), (GST_START_TEST),
10674         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10675         Add unit tests for videofilters.
10676
10677 2007-02-28  Wim Taymans  <wim@fluendo.com>
10678
10679         * gst/rtsp/URLS:
10680         Add another interesting test url.
10681
10682         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10683         Don't allow getting header fields from data packets.
10684
10685 2007-02-28  Michael Smith  <msmith@fluendo.com>
10686
10687         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10688         (gst_shout2send_init), (gst_shout2send_start),
10689         (gst_shout2send_set_property), (gst_shout2send_get_property):
10690         * ext/shout2/gstshout2.h:
10691           Add a property for username.
10692
10693 2007-02-27  Christian Schallerr <christian@fluendo.com>
10694
10695         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10696
10697 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10698
10699         * gst/rtsp/Makefile.am:
10700         Fix make check too.
10701
10702 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10703
10704         * gst/rtsp/base64.c: (util_base64_encode):
10705         * gst/rtsp/base64.h:
10706         Commit missing files for base64 encoding.
10707
10708 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10709
10710         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10711
10712         * configure.ac:
10713         * ext/annodex/Makefile.am:
10714         * ext/jpeg/Makefile.am:
10715         * ext/speex/Makefile.am:
10716         * gst/alpha/Makefile.am:
10717         * gst/cutter/Makefile.am:
10718         * gst/debug/Makefile.am:
10719         * gst/effectv/Makefile.am:
10720         * gst/goom/Makefile.am:
10721         * gst/level/Makefile.am:
10722         * gst/smpte/Makefile.am:
10723         * gst/videofilter/Makefile.am:
10724           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10725
10726 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10727
10728         * gst/rtsp/Makefile.am:
10729         * gst/rtsp/rtspconnection.c: (append_auth_header),
10730         (rtsp_connection_send), (rtsp_connection_set_auth):
10731         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10732         from icecast to replace it. Relicensed from GPL courtesy of Mike
10733         Smith.
10734
10735 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10736
10737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10738         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10739         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10740         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10741         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10742         (gst_rtspsrc_uri_set_uri):
10743         * gst/rtsp/gstrtspsrc.h:
10744         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10745         (append_auth_header), (rtsp_connection_send),
10746         (rtsp_connection_free), (rtsp_connection_set_auth):
10747         * gst/rtsp/rtspconnection.h:
10748         * gst/rtsp/rtspdefs.h:
10749         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10750         * gst/rtsp/rtspurl.h:
10751
10752         Implement simple Basic Authentication support so that urls like
10753         rtsp://user:pass@hostname/rtspstream work on hosts that require
10754         authentication.
10755
10756 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10757
10758         * sys/v4l2/gstv4l2object.c:
10759         * sys/v4l2/gstv4l2tuner.c:
10760         * sys/v4l2/v4l2_calls.c:
10761         Fix segfault when oppening a radio device.
10762         
10763 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10764
10765         * gst/level/gstlevel.c: (gst_level_set_caps),
10766         (gst_level_transform_ip):
10767         * sys/v4l2/README:
10768         * tests/check/elements/level.c: (GST_START_TEST):
10769           Fix level for multi-channel case.
10770
10771 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10772
10773         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10774         (gst_level_transform_ip):
10775         * gst/level/gstlevel.h:
10776           Use function pointer for process function and add process functions
10777           for float audio.
10778
10779 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10780
10781         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10782         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10783         (gst_v4l2src_capture_init):
10784           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10785           fixes #407369
10786
10787 2007-02-18  Wim Taymans  <wim@fluendo.com>
10788
10789         * gst/rtp/Makefile.am:
10790         * gst/rtp/gstrtp.c: (plugin_init):
10791         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10792         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10793         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10794         (gst_rtp_mp2t_pay_plugin_init):
10795         * gst/rtp/gstrtpmp2tpay.h:
10796         Added simple mpeg transport stream payloader.
10797
10798 2007-02-16  Wim Taymans  <wim@fluendo.com>
10799
10800         * gst/rtsp/URLS:
10801         Add example H264 rtsp url.
10802
10803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10804         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10805         Don't convert values to lowercase or we might mess up base64 encoded
10806         properties.
10807
10808 2007-02-16  Wim Taymans  <wim@fluendo.com>
10809
10810         * gst/rtp/README:
10811         Fix case of string params.
10812
10813         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10814         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10815         Fix depayloader, support more packet types.
10816         Add sync codes to make sure the packetizer can do its job.
10817
10818         * gst/rtp/gstrtpmp4gdepay.c:
10819         * gst/rtp/gstrtpmp4gpay.c:
10820         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10821         Fix caps case again.
10822
10823 2007-02-15  Wim Taymans  <wim@fluendo.com>
10824
10825         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10826         Set right caps on output buffers.
10827
10828 2007-02-14  Wim Taymans  <wim@fluendo.com>
10829
10830         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10831         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10832         Clear stack allocated SDPMedia struct before calling _init() on it.
10833         Clarify this in the docs as well.
10834
10835 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10836
10837         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10838         (do_change_child):
10839         Don't reset the profile when going switching states, as it makes
10840         the element non-reusable.
10841
10842 2007-02-14  Wim Taymans  <wim@fluendo.com>
10843
10844         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10845         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10846         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10847         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10848         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10849         (sdp_parse_line):
10850         * gst/rtsp/sdpmessage.h:
10851         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10852         Fix memory management of SDP messages. Fixes #407793.
10853
10854 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10855
10856         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10857
10858         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10859         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10860
10861 2007-02-14  Wim Taymans  <wim@fluendo.com>
10862
10863         Patch by: jp.liu <jp_liu at astrocom dot cn>
10864
10865         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10866         Fix parsing of password field in url. Fixes #407797.
10867
10868 2007-02-14  Wim Taymans  <wim@fluendo.com>
10869
10870         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10871         (gst_wavparse_reset), (gst_wavparse_init),
10872         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10873         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10874         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10875         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10876         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10877         (gst_wavparse_loop), (gst_wavparse_chain),
10878         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10879         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10880         (plugin_init):
10881         * gst/wavparse/gstwavparse.h:
10882         Update docs.
10883         Use boilerplate.
10884         Various code cleanups.
10885         When the bitrate is not known (bps == 0 or compressed formats) let
10886         downstream element guestimate the duration and position and don't
10887         generate timestamps or durations. Fixes #405213.
10888         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10889         error flowreturn upstream.
10890
10891 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10892
10893         * ext/gconf/Makefile.am:
10894         * ext/gconf/gconf.c: (gst_gconf_get_string),
10895         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10896         (gst_gconf_render_bin_with_default):
10897         * ext/gconf/gconf.h:
10898         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10899         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10900         (gst_gconf_audio_sink_dispose), (do_change_child),
10901         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10902         (cb_change_child), (gst_gconf_audio_sink_change_state):
10903         * ext/gconf/gstgconfaudiosink.h:
10904         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10905         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10906         (gst_switch_sink_init), (gst_switch_sink_dispose),
10907         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10908         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10909         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10910         * ext/gconf/gstswitchsink.h:
10911         * gst/autodetect/gstautoaudiosink.c:
10912         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10913         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10914         (gst_auto_audio_sink_detect):
10915         * gst/autodetect/gstautovideosink.c:
10916         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10917         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10918         (gst_auto_video_sink_detect):
10919         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10920         and a child that implements the GConf key monitoring. The end goal of
10921         this is an audio sink that can be changed on the fly, but at the 
10922         moment it still only changes on the next READY transition.
10923
10924 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10925
10926         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10927         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10928         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10929         (gst_avi_demux_calculate_durations_from_index),
10930         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10931         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10932         (gst_avi_demux_loop):
10933           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10934
10935 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10936
10937         * configure.ac:
10938         * docs/plugins/Makefile.am:
10939           Add crossreferences to glib/gobject/gstream docs.
10940
10941 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10942
10943         * gst/monoscope/Makefile.am:
10944         * gst/monoscope/gstmonoscope.c:
10945           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10946           (but no LIBS, since we only use defines from the headers).
10947
10948 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10951
10952         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10953         (gst_wavparse_stream_data):
10954           Fix massive memory leak when operating in streaming mode due to
10955           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10956           Fixes #407057.
10957
10958 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10959
10960         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10961         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10962         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10963         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10964         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10965         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10966         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10967         (gst_avi_demux_calculate_durations_from_index),
10968         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10969         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10970         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10971         * gst/avi/gstavidemux.h:
10972           Save some memory (8%) by repacking the index entry structure (more to
10973           come). Add more FIXMEs to questionable parts.
10974
10975 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10976
10977         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10978         (gst_v4l2src_get_caps):
10979         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10980         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10981         (gst_v4l2src_capture_init):
10982           More FIXME comments and messaging changes.
10983
10984 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10985
10986         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10987         (gst_goom_change_state):
10988         * gst/goom/gstgoom.h:
10989           Improved docs and use GST_DEBUG_FUNCPTR.
10990
10991         * gst/level/gstlevel.c: (gst_level_class_init):
10992           Use GST_DEBUG_FUNCPTR.
10993
10994         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10995         (gst_monoscope_chain), (gst_monoscope_change_state):
10996           Improved docs source cleanups.
10997
10998 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10999
11000         * gst/debug/Makefile.am:
11001         * gst/debug/gstdebug.c: (plugin_init):
11002         * gst/debug/gstpushfilesrc.c:
11003         * gst/debug/gstpushfilesrc.h:
11004           Add code for a pushfilesrc element that implements a pushfile:// URI
11005           handler, to make debugging push-mode operation of demuxer/decoders
11006           that support both easier in connection with seek/playbin/etc.
11007           The element isn't registered at the moment.
11008
11009 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11010
11011         * gst/avi/gstavimux.c:
11012           Comment a #if 0 in caps template definition as VS6 seems to 
11013         do not support it.
11014         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11015           Use gst_guint64_to_gdouble for conversion.
11016         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11017           Move variables declaration before the first instruction.
11018         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11019           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11020           And don't include netdb.h for G_OS_WIN32
11021         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11022           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11023           by VS6 then use an other way to initialize SDPMedia structure.
11024         * gst/udp/gstdynudpsink.h:
11025         * gst/udp/gstdynudpnetutils.h:
11026           Do not include <sys/time.h> for G_OS_WIN32
11027         * gst/udp/gstudpsrc.c:
11028           Define socklen_t as int for G_OS_WIN32
11029         * win/common/config.h.in:
11030           Undef HAVE_NETINET_IN_H
11031         * win32/vs6/gst_plugins_good.dsw:
11032         * win32/vs6/libgstrtp.dsp:
11033         * win32/vs6/libgstrtsp.dsp:
11034         * win32/vs6/libgstautogen.dsp:
11035         * win32/vs6/libgstaudiofx.dsp:
11036         * win32/vs6/libgstudp.dsp:
11037           Add and update project files.
11038         * win32/common/gstudp-enumtypes.c:
11039         * win32/common/gstudp-enumtypes.h:
11040           Add a copy of udp enumtypes to win32/common as in core 
11041           and base.
11042         
11043 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11044
11045         * configure.ac:
11046           Activate monoscope when building with --enable-experimental. Fix
11047           --enable-external configure switch description.
11048
11049         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11050         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11051           Help gst-indent.
11052
11053 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11054
11055         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11056           Explicitly cast result of pointer arithmetic to integer in order to
11057           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11058
11059 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * gst/debug/progressreport.c:
11062           Some more docs.
11063
11064 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11065
11066         * docs/plugins/inspect/plugin-rtp.xml:
11067           Update for new elements.
11068
11069         * gst/debug/progressreport.h:
11070           Commit newly-created header file as well.
11071
11072 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * docs/plugins/Makefile.am:
11075         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11076         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11077         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11078         * gst/debug/Makefile.am:
11079         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11080         (gst_progress_report_do_query), (gst_progress_report_report):
11081           Make progressreport element post messages with the current progress
11082           on the bus. Also add some basic docs for it.
11083
11084 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11085
11086         * ext/hal/hal.c: (gst_hal_get_string):
11087         * ext/hal/hal.h:
11088           Some small cleanups; deal with errors when parsing the HAL ALSA
11089           capabilities a bit better.
11090
11091 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11092
11093         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11094           Let's try this again and use the right cast this time.
11095
11096 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11097
11098         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11099           Add cast to avoid compiler warnings with older GLib versions
11100           where the nick/name members in GEnumValue are not declared as
11101           constant strings.
11102
11103 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11104
11105         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11106         (gst_gconf_render_bin_from_key),
11107         (gst_gconf_get_default_audio_sink):
11108         * ext/gconf/gconf.h:
11109         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11110         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11111         (gst_gconf_audio_sink_get_property):
11112           In gconfaudiosink, get the right key as the old key in do_toggle
11113           (ie. one dependent on the profile selected). Log some more stuff so
11114           we can see what's actually going on.
11115
11116 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11117
11118         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11119         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11120         (gst_audio_amplify_set_process_function),
11121         (gst_audio_amplify_setup):
11122         * gst/audiofx/audioamplify.h:
11123         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11124         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11125         * gst/audiofx/audioinvert.h:
11126         Some small cleanups and port both elements to the new GstAudioFilter
11127         base class to save a few lines of common code.
11128         * gst/audiofx/Makefile.am:
11129         Link against libgstaudio for the above changes
11130
11131 2007-01-29  Wim Taymans  <wim@fluendo.com>
11132
11133         * tests/check/elements/.cvsignore:
11134         Some more ignores.
11135
11136 2007-01-26  Wim Taymans  <wim@fluendo.com>
11137
11138         Patch by: charles <charlesg3 at gmail dot com>
11139
11140         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11141         (set_shout_metadata), (gst_shout2send_event):
11142         * ext/shout2/gstshout2.h:
11143         Properly handle tags in shout2send. Fixes #399825.
11144
11145 2007-01-25  Wim Taymans  <wim@fluendo.com>
11146
11147         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11148         (gst_rtspsrc_activate_streams):
11149         Convert SDP fields to upper/lowercase following the rules in the SDP to
11150         caps document. 
11151
11152 2007-01-25  Wim Taymans  <wim@fluendo.com>
11153
11154         * gst/rtp/README:
11155         * gst/rtp/gstrtpilbcdepay.c:
11156         * gst/rtp/gstrtpilbcpay.c:
11157         * gst/rtp/gstrtpmp4gdepay.c:
11158         * gst/rtp/gstrtpmp4gpay.c:
11159         * gst/rtp/gstrtpspeexdepay.c:
11160         * gst/rtp/gstrtpspeexpay.c:
11161         * gst/rtp/gstrtpsv3vdepay.c:
11162         * gst/rtp/gstrtptheoradepay.c:
11163         * gst/rtp/gstrtptheorapay.c:
11164         * gst/rtp/gstrtpvorbisdepay.c:
11165         * gst/rtp/gstrtpvorbispay.c:
11166         Fix case of encoding-name and key/value pairs to match the document.
11167         This is to make interoperation with SDP case-insensitive as required by
11168         the relevant RFCs.
11169
11170 2007-01-25  Wim Taymans  <wim@fluendo.com>
11171
11172         * configure.ac:
11173         Bump required -core/-base to CVS
11174
11175 2007-01-25  Wim Taymans  <wim@fluendo.com>
11176
11177         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11178         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11179         * gst/rtp/gstrtpL16pay.h:
11180         Fill up to MTU using adapter.
11181         Timestamp rtp packets.
11182
11183 2007-01-25  Edward Hervey  <edward@fluendo.com>
11184
11185         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11186         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11187         Use G_GSIZE_FORMAT in print statements for portability.
11188         Fixes build on macosx.
11189
11190 2007-01-24  Wim Taymans  <wim@fluendo.com>
11191
11192         * gst/rtp/Makefile.am:
11193         * gst/rtp/gstrtp.c: (plugin_init):
11194         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11195         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11196         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11197         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11198         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11199         (gst_rtp_L16_depay_plugin_init):
11200         * gst/rtp/gstrtpL16depay.h:
11201         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11202         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11203         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11204         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11205         (gst_rtp_L16_pay_plugin_init):
11206         * gst/rtp/gstrtpL16pay.h:
11207         Port and enable raw audio payloader/depayloader. Needs a bit more work
11208         on the payloader side.
11209
11210 2007-01-24  Wim Taymans  <wim@fluendo.com>
11211
11212         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11213         (gst_rtspsrc_stream_configure_transport),
11214         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11215         * gst/rtsp/gstrtspsrc.h:
11216         Only unblock the udp pads when we linked and activated them all.
11217         Fixes #395688.
11218
11219 2007-01-24  Wim Taymans  <wim@fluendo.com>
11220
11221         * gst/rtp/Makefile.am:
11222         * gst/rtp/gstrtp.c: (plugin_init):
11223         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11224         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11225         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11226         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11227         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11228         * gst/rtp/gstrtpac3depay.h:
11229         Added simple AC3 depayloader (RFC 4184).
11230
11231         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11232         Fix a leak.
11233
11234 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11235
11236         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11237
11238         * gst/audiofx/Makefile.am:
11239         * gst/audiofx/audioamplify.c:
11240         (gst_audio_amplify_clipping_method_get_type),
11241         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11242         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11243         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11244         (gst_audio_amplify_set_caps),
11245         (gst_audio_amplify_transform_int_clip),
11246         (gst_audio_amplify_transform_int_wrap_negative),
11247         (gst_audio_amplify_transform_int_wrap_positive),
11248         (gst_audio_amplify_transform_float_clip),
11249         (gst_audio_amplify_transform_float_wrap_negative),
11250         (gst_audio_amplify_transform_float_wrap_positive),
11251         (gst_audio_amplify_transform_ip):
11252         * gst/audiofx/audioamplify.h:
11253         * gst/audiofx/audiofx.c: (plugin_init):
11254         Add new element "audioamplify". This allows scaling of raw audio
11255         samples, similar to the "volume" element, but provides different modes
11256         for clipping and allows unlimited amplification. It's mainly targeted
11257         for creative sound design and not as a replacement of the "volume"
11258         element. Fixes #397162
11259         * docs/plugins/Makefile.am:
11260         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11261         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11262         * docs/plugins/gst-plugins-good-plugins.args:
11263         * docs/plugins/inspect/plugin-audiofx.xml:
11264         Add docs for audioamplify and integrate them into the build system
11265         * tests/check/Makefile.am:
11266         * tests/check/elements/audioamplify.c: (setup_amplify),
11267         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11268         Add fairly extensive unit test suite for audioamplify
11269
11270 2007-01-24  Wim Taymans  <wim@fluendo.com>
11271
11272         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11273         Unblock pads after adding the pads to the element so that autopluggers
11274         get a change to link something. Possibly fixes #395688.
11275
11276 2007-01-24  Wim Taymans  <wim@fluendo.com>
11277
11278         * gst/rtp/gstrtpamrdepay.c:
11279         * gst/rtp/gstrtpgsmdepay.c:
11280         * gst/rtp/gstrtph263pdepay.c:
11281         * gst/rtp/gstrtph263ppay.c:
11282         * gst/rtp/gstrtph264depay.c:
11283         * gst/rtp/gstrtpilbcdepay.c:
11284         * gst/rtp/gstrtpmp2tdepay.c:
11285         * gst/rtp/gstrtpmp4gdepay.c:
11286         * gst/rtp/gstrtpmp4gpay.c:
11287         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11288         * gst/rtp/gstrtpmp4vpay.c:
11289         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11290         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11291         (gst_rtp_mpa_depay_process):
11292         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11293         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11294         * gst/rtp/gstrtppcmadepay.c:
11295         * gst/rtp/gstrtppcmudepay.c:
11296         * gst/rtp/gstrtpspeexdepay.c:
11297         * gst/rtp/gstrtpspeexpay.c:
11298         * gst/rtp/gstrtpsv3vdepay.c:
11299         * gst/rtp/gstrtptheoradepay.c:
11300         * gst/rtp/gstrtptheorapay.c:
11301         * gst/rtp/gstrtpvorbisdepay.c:
11302         * gst/rtp/gstrtpvorbispay.c:
11303         Fix caps with payload numbers.
11304         Add some fixed payload numbers to caps when possible.
11305
11306 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11307
11308         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11309
11310         * gst/audiofx/Makefile.am:
11311         * gst/audiofx/audiofx.c: (plugin_init):
11312         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11313         (gst_audio_invert_class_init), (gst_audio_invert_init),
11314         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11315         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11316         (gst_audio_invert_transform_float),
11317         (gst_audio_invert_transform_ip):
11318         * gst/audiofx/audioinvert.h:
11319         Add new audiofx element "audioinvert". This element swaps the upper
11320         and lower half of samples and can be used for example for a
11321         wide-stereo effect. Fixes #396057
11322         * docs/plugins/Makefile.am:
11323         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11324         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11325         * docs/plugins/gst-plugins-good-plugins.args:
11326         * docs/plugins/inspect/plugin-audiofx.xml:
11327         Add docs for the audioinvert element and add them to the build system.
11328         * tests/check/Makefile.am:
11329         * tests/check/elements/audioinvert.c: (setup_invert),
11330         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11331         Add unit test suite for the audioinvert element.
11332
11333 2007-01-23  Wim Taymans  <wim@fluendo.com>
11334
11335         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11336         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11337         Parse config params as string and int.
11338         Parse and use AU header length
11339
11340 2007-01-23  Wim Taymans  <wim@fluendo.com>
11341
11342         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11343         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11344         * gst/smpte/gstmask.c: (_gst_mask_register):
11345         * gst/smpte/gstmask.h:
11346         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11347         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11348         (gst_smpte_paint_triangle_clock):
11349         constify some static structs.
11350         Don't update the mask if nothing changed to the params.
11351         Make sure we never draw outside of the picture. Fixes #398325.
11352
11353 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11354
11355         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11356           Error out properly when pull_range fails while we're reading the
11357           headers, instead of just pausing the task silently. Fixes #399338.
11358
11359 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11360
11361         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11362           Some more sanity checks to make sure the input formats match and the
11363           input pads are actually negotiated, in case someone tries to feed
11364           buffers from fakesrc or filesrc. Fixes #398299.
11365           Also const-ify an array, just because we can.
11366
11367 2007-01-19  Edward Hervey  <edward@fluendo.com>
11368
11369         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11370         Ignore previous commit, that was only valid for widths and heights
11371         that are multiples of 4.
11372         Copy over size/stride macros from jpegdec. This allows the element
11373         to work with any width,height...
11374         ... but puts in evidence that the actual transformations only work
11375         with width/height that are multiples of 4.
11376
11377 2007-01-19  Edward Hervey  <edward@fluendo.com>
11378
11379         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11380         Allocate buffers of the right size.
11381         The proper size of a I420 buffer in bytes is:
11382         
11383             width * height * 3
11384             ------------------
11385                     2
11386
11387 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11388
11389         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11390           Proxy getcaps on sink pads too, so that we either end up with the
11391           same dimensions on all pads or error out if that's not possible
11392           (seems to work even!). Fixes #398086, I think.
11393
11394 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11395
11396         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11397         * docs/plugins/gst-plugins-good-plugins.args:
11398         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11399           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11400           fix integer properties with -1 as minimum value.
11401
11402         * docs/plugins/inspect/plugin-1394.xml:
11403         * docs/plugins/inspect/plugin-aasink.xml:
11404         * docs/plugins/inspect/plugin-alaw.xml:
11405         * docs/plugins/inspect/plugin-alpha.xml:
11406         * docs/plugins/inspect/plugin-alphacolor.xml:
11407         * docs/plugins/inspect/plugin-annodex.xml:
11408         * docs/plugins/inspect/plugin-apetag.xml:
11409         * docs/plugins/inspect/plugin-audiofx.xml:
11410         * docs/plugins/inspect/plugin-auparse.xml:
11411         * docs/plugins/inspect/plugin-autodetect.xml:
11412         * docs/plugins/inspect/plugin-avi.xml:
11413         * docs/plugins/inspect/plugin-cacasink.xml:
11414         * docs/plugins/inspect/plugin-cairo.xml:
11415         * docs/plugins/inspect/plugin-cdio.xml:
11416         * docs/plugins/inspect/plugin-cutter.xml:
11417         * docs/plugins/inspect/plugin-debug.xml:
11418         * docs/plugins/inspect/plugin-dv.xml:
11419         * docs/plugins/inspect/plugin-efence.xml:
11420         * docs/plugins/inspect/plugin-effectv.xml:
11421         * docs/plugins/inspect/plugin-esdsink.xml:
11422         * docs/plugins/inspect/plugin-flac.xml:
11423         * docs/plugins/inspect/plugin-flxdec.xml:
11424         * docs/plugins/inspect/plugin-gconfelements.xml:
11425         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11426         * docs/plugins/inspect/plugin-goom.xml:
11427         * docs/plugins/inspect/plugin-halelements.xml:
11428         * docs/plugins/inspect/plugin-icydemux.xml:
11429         * docs/plugins/inspect/plugin-id3demux.xml:
11430         * docs/plugins/inspect/plugin-jpeg.xml:
11431         * docs/plugins/inspect/plugin-level.xml:
11432         * docs/plugins/inspect/plugin-matroska.xml:
11433         * docs/plugins/inspect/plugin-mulaw.xml:
11434         * docs/plugins/inspect/plugin-multipart.xml:
11435         * docs/plugins/inspect/plugin-navigationtest.xml:
11436         * docs/plugins/inspect/plugin-ossaudio.xml:
11437         * docs/plugins/inspect/plugin-png.xml:
11438         * docs/plugins/inspect/plugin-rtp.xml:
11439         * docs/plugins/inspect/plugin-rtsp.xml:
11440         * docs/plugins/inspect/plugin-shout2send.xml:
11441         * docs/plugins/inspect/plugin-smpte.xml:
11442         * docs/plugins/inspect/plugin-speex.xml:
11443         * docs/plugins/inspect/plugin-taglib.xml:
11444         * docs/plugins/inspect/plugin-udp.xml:
11445         * docs/plugins/inspect/plugin-videobalance.xml:
11446         * docs/plugins/inspect/plugin-videobox.xml:
11447         * docs/plugins/inspect/plugin-videoflip.xml:
11448         * docs/plugins/inspect/plugin-videomixer.xml:
11449         * docs/plugins/inspect/plugin-wavenc.xml:
11450         * docs/plugins/inspect/plugin-wavparse.xml:
11451         * docs/plugins/inspect/plugin-ximagesrc.xml:
11452           Update to CVS.
11453
11454 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11455
11456         Patch by: Sebastian Dröge <slomo circular-chaos org>
11457
11458         * gst/audiofx/audiopanorama.c:
11459           Fix doc section name (Fixes #397946)
11460
11461 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11462
11463         * sys/v4l2/gstv4l2object.c:
11464         (gst_v4l2_object_install_properties_helper),
11465         (gst_v4l2_object_set_property_helper),
11466         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11467         * sys/v4l2/gstv4l2object.h:
11468         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11469         (gst_v4l2src_init), (gst_v4l2src_set_property),
11470         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11471         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11472         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11473         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11474         (gst_v4l2src_capture_deinit):
11475           Fix EIO handing when capturing. Add new property to specify the number of
11476           buffers to enque (and remove the borked num-buffers usage).
11477
11478 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11479
11480         Patch by: Sebastian Dröge <slomo circular-chaos org>
11481
11482         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11483         (gst_audio_panorama_set_process_function):
11484           Use a function array for process methods, add more docs and define the
11485           startindex of enums.
11486
11487 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         Patch by: Mark Nauwelaerts <manauw at skynet be>
11490
11491         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11492         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11493         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11494         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11495         (gst_avi_mux_riff_get_avi_header),
11496         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11497         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11498         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11499         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11500         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11501         (gst_avi_mux_change_state):
11502         * gst/avi/gstavimux.h:
11503         * tests/check/elements/avimux.c: (teardown_src_pad):
11504           Add support for more than one audio stream; write better AVIX
11505           header; refactor code a bit; don't announce vorbis caps on our audio
11506           sink pads since we don't support it anyway. Closes #379298.
11507
11508 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11509
11510         Patch by: Sebastian Dröge <slomo circular-chaos org>
11511
11512         * gst/audiofx/audiopanorama.c:
11513         (gst_audio_panorama_method_get_type),
11514         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11515         (gst_audio_panorama_set_process_function),
11516         (gst_audio_panorama_set_property),
11517         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11518         (gst_audio_panorama_transform_m2s_int_simple),
11519         (gst_audio_panorama_transform_s2s_int_simple),
11520         (gst_audio_panorama_transform_m2s_float_simple),
11521         (gst_audio_panorama_transform_s2s_float_simple):
11522         * gst/audiofx/audiopanorama.h:
11523           Add 'method' property and provide a simple (non-psychoacustic)
11524           processing method (#394859).
11525
11526         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11527         (panorama_suite):
11528           Tests for new method.
11529
11530 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11531
11532         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11533         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11534           Set correct caps on outgoing pulled buffers, or things blow up
11535           after recent core changes.
11536
11537 2007-01-11  Wim Taymans  <wim@fluendo.com>
11538
11539         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11540
11541         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11542         (gst_multipart_mux_request_new_pad),
11543         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11544         (gst_multipart_mux_change_state):
11545         Return FLOW errors ASAP. Fixes #394977.
11546         Misc cleanups.
11547
11548 2007-01-11  Wim Taymans  <wim@fluendo.com>
11549
11550         Patch by: Lutz Mueller <lutz at topfrose dot de>
11551
11552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11553         Check for stream pad before activating. 
11554
11555 2007-01-10  Wim Taymans  <wim@fluendo.com>
11556
11557         Patch by: Peter Kjellerstedt  <pkj at axis com>
11558
11559         * gst/rtsp/COPYING.MIT:
11560         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11561         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11562         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11563         (gst_rtspsrc_stream_configure_transport),
11564         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11565         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11566         (gst_rtspsrc_parse_methods),
11567         (gst_rtspsrc_create_transports_string),
11568         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11569         (gst_rtspsrc_open), (gst_rtspsrc_close):
11570         * gst/rtsp/gstrtspsrc.h:
11571         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11572         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11573         (parse_request_line), (parse_line), (rtsp_connection_read),
11574         (rtsp_connection_close):
11575         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11576         (rtsp_method_as_text), (rtsp_header_as_text),
11577         (rtsp_status_as_text), (rtsp_find_header_field),
11578         (rtsp_find_method):
11579         * gst/rtsp/rtspdefs.h:
11580         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11581         (rtsp_ext_wms_configure_stream):
11582         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11583         (rtsp_message_new_request), (rtsp_message_init_request),
11584         (rtsp_message_new_response), (rtsp_message_init_response),
11585         (rtsp_message_init_data), (rtsp_message_unset),
11586         (rtsp_message_free), (rtsp_message_add_header),
11587         (rtsp_message_get_header), (rtsp_message_set_body),
11588         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11589         * gst/rtsp/rtspmessage.h:
11590         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11591         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11592         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11593         (sdp_message_dump):
11594         Allow url to be NULL to be able to use it for server connections.
11595         Can now send responses as well as requests.
11596         No longer hangs in an endless loop if EOF is received.
11597         Can now convert a status code to a text string.
11598         Return RTSP_HDR_INVALID for unknown headers.
11599         Return RTSP_INVALID for unknown methods.
11600         Copy CSeq and Session headers from the request.
11601         Only free memory corresponding to the currently set message type.
11602         Added const to function arguments as appropriate.
11603         Avoid a compiler warning when initializing nmedia.
11604         Use guint rather than gint to avoid compiler warnings.
11605         Fix crasher in wms extension.
11606         Factor out stream setup from open_connection.
11607         Delay activation of streams when actual data is received from the
11608         server, this prepares us to do proper protocol switching.
11609         Added new license.
11610         Fixes #380895.
11611
11612
11613 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11614
11615         Patch by: Sebastian Dröge <slomo ubuntu com>
11616
11617         * docs/plugins/Makefile.am:
11618         * gst/audiofx/audiopanorama.c:
11619           Some small docs fixes (#394851).
11620
11621 2007-01-09  Wim Taymans  <wim@fluendo.com>
11622
11623         * gst/avi/gstavidemux.c:
11624         Fix docs.
11625
11626 2007-01-09  Wim Taymans  <wim@fluendo.com>
11627
11628         * gst/rtp/Makefile.am:
11629         * gst/rtp/gstrtp.c: (plugin_init):
11630         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11631         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11632         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11633         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11634         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11635         * gst/rtp/gstrtpmpvdepay.h:
11636           Added RFC 2250 MPEG Video Depayloader.
11637
11638         * gst/rtp/gstrtpL16depay.h:
11639         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11640         (gst_rtp_h263p_depay_process):
11641         Fix Header file. Small cleanups.
11642
11643         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11644         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11645         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11646         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11647         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11648         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11649         (gst_rtp_mp4v_depay_change_state):
11650         Remove usused code. Remove Adapter from state Change. Added debug.
11651
11652         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11653         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11654         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11655         * gst/rtp/gstrtpmpadepay.h:
11656         Subclass base depayloader.
11657         Added debug.
11658         Support static payload type assignment as well.
11659
11660         * gst/rtp/gstrtpmpapay.c:
11661         Fix caps.
11662
11663 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11664
11665         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11666
11667         * ext/jpeg/gstjpegdec.c:
11668         * ext/jpeg/gstjpegenc.c:
11669         * ext/jpeg/smokecodec.c:
11670           These libjpeg callbacks should return a 'boolean' (unsigned char
11671           apparently) and not a 'gboolean' (which maps to gint). Fixes
11672           warnings when compiling with MingW (#393427).
11673
11674         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11675           Use ioctlsocket on win32.
11676
11677         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11678           Some printf format fixes for win32.
11679
11680 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11681
11682         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11683           Use gst_guint64_to_gdouble for conversion.
11684         * win32/vs6/libgstmatroska.dsp:
11685           Add zlib to the link.
11686         * win32/vs6/libgstvideobox.dsp:
11687           Update liboil library name (project is linked to 
11688           liboil-0.3-0.lib now).
11689           
11690 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * gst/matroska/Makefile.am:
11693           If zlib is available and used, we must link it explicitly for
11694           things to work on MingW (fixes #392855).
11695
11696 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11697
11698         * ext/esd/esdsink.c: (gst_esdsink_delay):
11699           Don't return bogus values when esd_get_delay() fails for some
11700           reason (#392189).
11701
11702 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11703
11704         * sys/ximage/gstximagesrc.c: (composite_pixel):
11705           Fix presumably copy'n'pasto for 16bpp depth.
11706
11707 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11708
11709         * gst/matroska/matroska-mux.c:
11710         (gst_matroska_mux_audio_pad_setcaps):
11711           The "signed" field in audio caps is of boolean type, trying to use
11712           gst_structure_get_int() to extract it will fail. Fixing this makes
11713           matroskamux accept raw audio input (#387121) (use at your own risk
11714           though, due to the matroska spec being not entirely useful in this
11715           respect).
11716           Also fix up raw audio structures in template caps so that they
11717           represent what our setcaps function will actually accept, so that
11718           converters know what to convert to.
11719           Finally, don't fail if there isn't an "endianness" field in 8-bit
11720           PCM caps.
11721
11722 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11723
11724         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11725         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11726         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11727         (teardown_cmmldec):
11728         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11729         (teardown_cmmlenc):
11730         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11731           reapply consistent pad (de)activation
11732
11733 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11734
11735         * configure.ac:
11736         Back to CVS
11737
11738         * gst-plugins-good.doap:
11739         Add 0.10.5 doap entry
11740
11741 === release 0.10.5 ===
11742
11743 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11744
11745         * configure.ac:
11746           releasing 0.10.5, "The Path of Thorns"
11747
11748 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11749
11750         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11751         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11752         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11753         (teardown_cmmldec):
11754         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11755         (teardown_cmmlenc):
11756         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11757           revert my freeze breakage
11758
11759 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11760
11761         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11762         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11763         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11764         (teardown_cmmldec):
11765         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11766         (teardown_cmmlenc):
11767         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11768           consistent pad (de)activation
11769
11770 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11771
11772         * configure.ac:
11773         * ext/Makefile.am:
11774         Disable LADPSA, as it has moved to the -bad module for the duration.
11775
11776 2006-12-18  Wim Taymans  <wim@fluendo.com>
11777
11778         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11779         (gst_signal_processor_event):
11780         Reset flow_state back to _OK after a flush stop so that we exit our
11781         error state after the flush. Fixes #374213
11782
11783 2006-12-16  David Schleef  <ds@schleef.org>
11784
11785         * sys/osxvideo/osxvideosink.h:
11786         * sys/osxvideo/osxvideosink.m:
11787           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11788
11789 2006-12-16  David Schleef  <ds@schleef.org>
11790
11791         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11792
11793         * sys/osxvideo/Makefile.am:
11794         * sys/osxvideo/osxvideosink.h:
11795         * sys/osxvideo/osxvideosink.m:
11796           Preliminary patch for porting osxvideosink
11797
11798 2006-12-16  Wim Taymans  <wim@fluendo.com>
11799
11800         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11801
11802         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11803         (gst_videomixer_set_master_geometry),
11804         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11805         (gst_videomixer_reset), (gst_videomixer_init),
11806         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11807         (gst_videomixer_release_pad), (gst_videomixer_collected),
11808         (gst_videomixer_change_state):
11809         Introduce some locking around the videomixer state so that it does not
11810         crash when adding/removing pads. Fixes #383043.
11811
11812 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11813
11814         * configure.ac:
11815           Make sure libcaca can actually be used instead of just checking for
11816           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11817           cross-compiling (fixes #384587).
11818
11819 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11820
11821         * Makefile.am:
11822         * gst-plugins-good.doap:
11823         * gst-plugins-good.spec.in:
11824           adding doap file
11825
11826 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11827
11828         * configure.ac:
11829           libflac-1.1.3 changed API again, but we can't build against it yet,
11830           so make sure our check doesn't use libflac-1.1.3 and add a comment
11831           to this effect.
11832
11833 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11836         (gst_quarktv_planetable_clear):
11837           Add some NULL pointer checks (possibly related to #385623).
11838
11839 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11840
11841         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11842         (gst_tag_demux_chain):
11843         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11844           In streaming mode, if the first buffer we get doesn't have an
11845           offset, fix it up to be 0, otherwise trimming won't work later on
11846           and we'll be typefinding application/x-id3, which may result in
11847           decodebin plugging an endless number of id3demux elements as a
11848           consequence. Fixes #385031.
11849           
11850 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11851
11852         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11853           Ignore the buffer_time the sound device reports. Turns out it is 
11854           sometimes completely bogus and we're better off without it.
11855
11856 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11857
11858         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11859         (gst_matroska_demux_video_caps):
11860         * gst/matroska/matroska-ids.c:
11861         (gst_matroska_track_init_video_context):
11862         * gst/matroska/matroska-ids.h:
11863           Try harder to extract the framerate for video tracks correctly and
11864           save it directly instead of converting it back and forth a few
11865           times. Mostly makes a difference for very small framerates (<1).
11866           Fixes #380199.
11867
11868 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11869
11870         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11871         (gst_gconf_audio_src_dispose), (do_toggle_element):
11872         * ext/gconf/gstgconfaudiosrc.h:
11873           Remove gconf notify hook when the gconfaudiosrc element is
11874           destroyed, otherwise the callback may be called on an
11875           already-destroyed instance and bad things happen. Should fix
11876           #378184.
11877           Also ignore gconf key changes when the source is already running.
11878
11879 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         Patch by: Sebastian Dröge  <mail at slomosnail de>
11882
11883         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11884           We need to be able to read and parse any possible floating point string
11885           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11886           will parse the former only in certain locales though, so we really need
11887           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11888           make sure we can parse either version at all times.
11889           Fixes #382982 for real.
11890
11891 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11892
11893         * sys/sunaudio/gstsunaudiomixerctrl.c:
11894         * sys/sunaudio/gstsunaudiosrc.c:
11895
11896         Use the sunaudio debug category.
11897
11898         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11899         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11900         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11901         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11902         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11903         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11904         (gst_sunaudiosink_reset):
11905         * sys/sunaudio/gstsunaudiosink.h:
11906
11907         Uses the sunaudio debug category for all debug output
11908         Implements the _delay() callback to synchronise video playback better
11909         Change the segtotal and segsize values back to the parent class 
11910           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11911           respectively)
11912         Measure the samples written to the device vs. played.
11913         Keep track of segments in the device by writing empty eof frames, and
11914         sleep using a GCond when we get too far ahead and risk overrunning the
11915         sink's ringbuffer.
11916
11917         Fixes: #360673
11918
11919 2006-12-08  Wim Taymans  <wim@fluendo.com>
11920
11921         Patch by: Sebastian Dröge  <mail at slomosnail de >
11922
11923         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11924         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11925         * gst/audiofx/audiopanorama.h:
11926         Fix audiopanorame with float samples. Fixes #383726.
11927
11928 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11929
11930         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11931         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11932         (gst_sunaudiosrc_reset):
11933
11934         Implement reset functions to unblock the src/sink more quickly on 
11935         state change requests.
11936         Patch by: Brian Cameron <brian dot cameron at sun com>
11937
11938 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11939
11940         * sys/sunaudio/gstsunaudiomixer.c:
11941         (gst_sunaudiomixer_change_state):
11942         Construct the correct mixer device name when the AUDIODEV env var
11943         is set.
11944
11945         Patch by: Jerry Tan <jerry.tan at sun dot com>
11946         Fixes: #383596
11947
11948 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11949
11950         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11951         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11952         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11953         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11954         Patch by: Jerry Tan <jerry.tan at sun dot com>
11955         Fixes: #349015
11956
11957 2006-12-07  Wim Taymans  <wim@fluendo.com>
11958
11959         * gst/smpte/gstmask.h:
11960         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11961         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11962         (gst_smpte_collected), (gst_smpte_set_property),
11963         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11964         * gst/smpte/gstsmpte.h:
11965         Port to 0.10 some more. 
11966         Added duration property to specify the duration of the transition.
11967         Make framerate a fraction.
11968         Deprecate fps property, we only use negotiated fps.
11969         Added docs.
11970         Fix collectpad usage.
11971         Reset state in READY.
11972         Send NEWSEGMENT event.
11973         Fix racy updates of object properties.
11974         Added debug category.
11975         Fixes #383323.
11976
11977 2006-12-06  Wim Taymans  <wim@fluendo.com>
11978
11979         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11980
11981         * gst/videomixer/videomixer.c:
11982         (gst_videomixer_set_master_geometry),
11983         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11984         Don't reset xpos and ypos in the setcaps function because causes
11985         unexpected behaviour.
11986         Fixes #382179.
11987
11988 2006-12-06  Wim Taymans  <wim@fluendo.com>
11989
11990         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11991         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11992         Keep track of the buffer timestamp in the collectdata member instead
11993         of modifying the buffer without making the metadata writable first.
11994         Fixes #382277.
11995
11996 2006-12-06  Wim Taymans  <wim@fluendo.com>
11997
11998         Patch by: Rob Taylor <robtaylor at floopily dot org>
11999
12000         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12001         If using multicast in udpsrc, bind to the multicast address rather than
12002         IN_ADDR_ANY.
12003         This allows the simultanous use of multiple udpsrcs listening on
12004         different multicat addresses. Without this all udpsrcs will receive all
12005         packets from all subscribed multicast addresses.
12006         Fixes #383001.
12007
12008 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12009
12010         * ext/taglib/gstid3v2mux.cc:
12011         Don't attempt to write a NULL frame into the ID3 tag set when the 
12012         createFrame method returned NULL.
12013         Fixes: #381857
12014         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12015
12016 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12017
12018         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12019         Use g_strtod() instead of sscanf to parse doubles, so that it will
12020         try parsing in the C locale if the current locale fails.
12021         Fixes: #382982
12022         Patch by: Sebastian Dröge  <mail at slomosnail de >
12023
12024 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12025
12026         * win32/MANIFEST:
12027         Fix compilation on win32 under VS8
12028         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12029         Partially fixes #381175
12030
12031 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12032
12033         * gst/avi/gstavimux.c:
12034           accept all mpegversions,fixes #380825
12035           spotted by: Jerome Alet  
12036
12037 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12038
12039         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12040         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12041         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12042         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12043           cleanup the error message a bit more
12044
12045 2006-11-28  Wim Taymans  <wim@fluendo.com>
12046
12047         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12048         Fix width and height properties.
12049
12050         * ext/libcaca/gstcacasink.h:
12051         Fix compilation on newer libcaca that require us to include a new
12052         header. Fixes #379918.
12053
12054 2006-11-28  Wim Taymans  <wim@fluendo.com>
12055
12056         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12057         * gst/rtsp/gstrtspsrc.h:
12058         * gst/rtsp/rtspext.h:
12059         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12060         (rtsp_ext_wms_get_context):
12061         Add method so that extensions can choose to disable the setup of
12062         a stream.
12063         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12064
12065 2006-11-27  Wim Taymans  <wim@fluendo.com>
12066
12067         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12068
12069         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12070         Push header in a separate buffer instead of memcpy:ing all data.
12071         Change LF => CRLF in headers.
12072         Move trailing LF to header. Fixes #379792.
12073
12074 2006-11-27  Wim Taymans  <wim@fluendo.com>
12075
12076         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12077         Small buffer overflow fix and improve debugging.
12078
12079 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12080
12081         * ext/esd/esdmon.h:
12082         * ext/esd/esdsink.h:
12083           remove obsolete _factory_init protos
12084
12085 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12086
12087         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12088         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12089         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12090         (gst_avi_demux_read_subindexes_push),
12091         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12092         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12093         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12094         (gst_avi_demux_massage_index),
12095         (gst_avi_demux_calculate_durations_from_index),
12096         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12097         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12098         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12099           remove dead code, tweak debugs statements, add comments, use
12100           _uint64_scale instead _uint64_scale_int when using guint64 values,
12101           small optimizations, reflow some error handling
12102
12103 2006-11-22  Edward Hervey  <edward@fluendo.com>
12104
12105         * po/.cvsignore:
12106         We never put .pot files in cvs. Let's ignore them all.
12107
12108 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12109
12110         * po/POTFILES.in:
12111           ... but better exclude files that aren't disted.
12112
12113 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12114
12115         * po/POTFILES.in:
12116           Add v4l2 source files to list of files with translations, so the
12117           strings are actually extracted (however bad they still may be).
12118
12119 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12120
12121         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12122           Minor clean-ups: const-ify static array, remove trailing comma from
12123           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12124
12125 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12126
12127         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12128         Make sure that g_free always gets called on the same pointer that was 
12129         returned by g_malloc.  Fixes #376594.
12130         Do not leak memory if decompressed size is wrong.
12131         Remove unneeded check of return value of g_malloc.
12132         Patch by: René Stadler <mail@renestadler.de>
12133
12134 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12135
12136         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12137           Add missing curly brackets.
12138
12139 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12140
12141         * sys/v4l2/v4l2src_calls.c:
12142         Fix capture_deinit.
12143
12144 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12145
12146         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12147         (gst_matroska_mux_request_new_pad):
12148           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12149
12150         * tests/check/elements/matroskamux.c: (setup_src_pad),
12151         (setup_sink_pad), (GST_START_TEST):
12152         Activate pads before using them.
12153
12154 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12155
12156         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12157           Initialise variable to get rid of bogus compiler warning.
12158
12159 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12160
12161         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12162
12163         * gst/rtp/gstrtph263pay.c:
12164         * gst/rtp/gstrtph263pdepay.c:
12165         * gst/rtp/gstrtph263ppay.c:
12166           Specify H.263 variant and version in the caps (fixes #361637)
12167
12168 2006-11-15  Wim Taymans  <wim@fluendo.com>
12169
12170         * gst/rtsp/rtspconnection.c: (read_body):
12171         Don't set a data pointer to NULL and a size > 0 when we deal
12172         with empty packets.
12173
12174         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12175         (rtsp_message_init_response), (rtsp_message_init_data),
12176         (rtsp_message_unset), (rtsp_message_free),
12177         (rtsp_message_take_body):
12178         Check that we can't create invalid empty packets. 
12179
12180 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12181
12182         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12183
12184         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12185         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12186         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12187         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12188         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12189         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12190         * gst/matroska/matroska-mux.h:
12191           Add basic tag writing support; implement releasing pads (#374658).
12192
12193 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12194
12195         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12196         (gst_matroska_demux_audio_caps):
12197           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12198
12199 2006-11-14  David Schleef  <ds@schleef.org>
12200
12201         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12202
12203 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12204
12205         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12206
12207         * win32/vs8/gst-plugins-good.sln:
12208         * win32/vs8/libgst1394.vcproj:
12209         * win32/vs8/libgstaasink.vcproj:
12210         * win32/vs8/libgstalaw.vcproj:
12211         * win32/vs8/libgstalpha.vcproj:
12212         * win32/vs8/libgstalphacolor.vcproj:
12213         * win32/vs8/libgstannodex.vcproj:
12214         * win32/vs8/libgstapetag.vcproj:
12215         * win32/vs8/libgstaudiofx.vcproj:
12216         * win32/vs8/libgstauparse.vcproj:
12217         * win32/vs8/libgstautodetect.vcproj:
12218         * win32/vs8/libgstavi.vcproj:
12219         * win32/vs8/libgstcacasink.vcproj:
12220         * win32/vs8/libgstcdio.vcproj:
12221         * win32/vs8/libgstcutter.vcproj:
12222         * win32/vs8/libgstdv.vcproj:
12223         * win32/vs8/libgsteffectv.vcproj:
12224         * win32/vs8/libgstflac.vcproj:
12225         * win32/vs8/libgstflxdec.vcproj:
12226         * win32/vs8/libgstgoom.vcproj:
12227         * win32/vs8/libgsticydemux.vcproj:
12228         * win32/vs8/libgstid3demux.vcproj:
12229         * win32/vs8/libgstjpeg.vcproj:
12230         * win32/vs8/libgstladspa.vcproj:
12231         * win32/vs8/libgstlevel.vcproj:
12232         * win32/vs8/libgstmatroska.vcproj:
12233         * win32/vs8/libgstmikmod.vcproj:
12234         * win32/vs8/libgstmng.vcproj:
12235         * win32/vs8/libgstmonoscope.vcproj:
12236         * win32/vs8/libgstmulaw.vcproj:
12237         * win32/vs8/libgstmultipart.vcproj:
12238         * win32/vs8/libgstpng.vcproj:
12239         * win32/vs8/libgstrtp.vcproj:
12240         * win32/vs8/libgstrtsp.vcproj:
12241         * win32/vs8/libgstshout2.vcproj:
12242         * win32/vs8/libgstsmpte.vcproj:
12243         * win32/vs8/libgstspeex.vcproj:
12244         * win32/vs8/libgsttaglib.vcproj:
12245         * win32/vs8/libgstudp.vcproj:
12246         * win32/vs8/libgstvideobalance.vcproj:
12247         * win32/vs8/libgstvideobox.vcproj:
12248         * win32/vs8/libgstvideoflip.vcproj:
12249         * win32/vs8/libgstvideomixer.vcproj:
12250         * win32/vs8/libgstwavenc.vcproj:
12251         * win32/vs8/libgstwavparse.vcproj:
12252           Make end-of-line returns unixy, so that when the files are checked
12253           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12254           Hopefully fixes #366492.
12255
12256 2006-11-14  Wim Taymans  <wim@fluendo.com>
12257
12258         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12259         Disable init_frames delay timestamp adjustment, it does not
12260         seem to be needed at all. Fixes #369621.
12261
12262 2006-11-13  Wim Taymans  <wim@fluendo.com>
12263
12264         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12265
12266         * gst/videomixer/videomixer.c:
12267         (gst_videomixer_set_master_geometry),
12268         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12269         (gst_videomixer_collect_free), (gst_videomixer_reset),
12270         (gst_videomixer_init), (gst_videomixer_finalize),
12271         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12272         (gst_videomixer_collected), (gst_videomixer_change_state):
12273         Fix memleak by unref'ing collectpads instance (when finalizing)
12274         Implement releasing a request pad. Fixes #374479.
12275
12276 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12277
12278         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12279
12280         * win32/vs8/gst-plugins-good.sln:
12281         * win32/vs8/libgst1394.vcproj:
12282         * win32/vs8/libgstaasink.vcproj:
12283         * win32/vs8/libgstalaw.vcproj:
12284         * win32/vs8/libgstalpha.vcproj:
12285         * win32/vs8/libgstalphacolor.vcproj:
12286         * win32/vs8/libgstannodex.vcproj:
12287         * win32/vs8/libgstapetag.vcproj:
12288         * win32/vs8/libgstaudiofx.vcproj:
12289         * win32/vs8/libgstauparse.vcproj:
12290         * win32/vs8/libgstautodetect.vcproj:
12291         * win32/vs8/libgstavi.vcproj:
12292         * win32/vs8/libgstcacasink.vcproj:
12293         * win32/vs8/libgstcdio.vcproj:
12294         * win32/vs8/libgstcutter.vcproj:
12295         * win32/vs8/libgstdv.vcproj:
12296         * win32/vs8/libgsteffectv.vcproj:
12297         * win32/vs8/libgstflac.vcproj:
12298         * win32/vs8/libgstflxdec.vcproj:
12299         * win32/vs8/libgstgoom.vcproj:
12300         * win32/vs8/libgsticydemux.vcproj:
12301         * win32/vs8/libgstid3demux.vcproj:
12302         * win32/vs8/libgstjpeg.vcproj:
12303         * win32/vs8/libgstladspa.vcproj:
12304         * win32/vs8/libgstlevel.vcproj:
12305         * win32/vs8/libgstmatroska.vcproj:
12306         * win32/vs8/libgstmikmod.vcproj:
12307         * win32/vs8/libgstmng.vcproj:
12308         * win32/vs8/libgstmonoscope.vcproj:
12309         * win32/vs8/libgstmulaw.vcproj:
12310         * win32/vs8/libgstmultipart.vcproj:
12311         * win32/vs8/libgstpng.vcproj:
12312         * win32/vs8/libgstrtp.vcproj:
12313         * win32/vs8/libgstrtsp.vcproj:
12314         * win32/vs8/libgstshout2.vcproj:
12315         * win32/vs8/libgstsmpte.vcproj:
12316         * win32/vs8/libgstspeex.vcproj:
12317         * win32/vs8/libgsttaglib.vcproj:
12318         * win32/vs8/libgstudp.vcproj:
12319         * win32/vs8/libgstvideobalance.vcproj:
12320         * win32/vs8/libgstvideobox.vcproj:
12321         * win32/vs8/libgstvideoflip.vcproj:
12322         * win32/vs8/libgstvideomixer.vcproj:
12323         * win32/vs8/libgstwavenc.vcproj:
12324         * win32/vs8/libgstwavparse.vcproj:
12325           Add VS8 project files (note that many of the plugins in ext are
12326           disabled by default). Fixes #366492.
12327
12328 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12329
12330         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12331           we do not translate debug messages
12332
12333 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12334
12335         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12336           fix categorisation, make short desc more explicit, remove unused code
12337           Fixes #372021
12338
12339 2006-11-08  Wim Taymans  <wim@fluendo.com>
12340
12341         * gst/rtp/gstrtpL16depay.c:
12342         * gst/rtp/gstrtpamrdepay.c:
12343         * gst/rtp/gstrtpamrpay.c:
12344         * gst/rtp/gstrtpgsmdepay.c:
12345         * gst/rtp/gstrtph263pay.c:
12346         * gst/rtp/gstrtph263pdepay.c:
12347         * gst/rtp/gstrtph263ppay.c:
12348         * gst/rtp/gstrtph264depay.c:
12349         * gst/rtp/gstrtpmp2tdepay.c:
12350         * gst/rtp/gstrtpmp4gdepay.c:
12351         * gst/rtp/gstrtpmp4gpay.c:
12352         * gst/rtp/gstrtpmp4vdepay.c:
12353         * gst/rtp/gstrtpmp4vpay.c:
12354         * gst/rtp/gstrtpmpadepay.c:
12355         * gst/rtp/gstrtpmpapay.c:
12356         * gst/rtp/gstrtppcmadepay.c:
12357         * gst/rtp/gstrtppcmapay.c:
12358         * gst/rtp/gstrtppcmudepay.c:
12359         * gst/rtp/gstrtppcmupay.c:
12360         * gst/rtp/gstrtpspeexdepay.c:
12361         * gst/rtp/gstrtpspeexpay.c:
12362         * gst/rtp/gstrtpsv3vdepay.c:
12363         Fix element descriptions.
12364
12365 2006-11-08  Wim Taymans  <wim@fluendo.com>
12366
12367         * gst/rtp/gstrtpvorbisdepay.c:
12368         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12369         Fix description.
12370         Small cleanup in the payloader.
12371
12372 2006-11-08  Wim Taymans  <wim@fluendo.com>
12373
12374         * gst/rtp/Makefile.am:
12375         * gst/rtp/gstrtp.c: (plugin_init):
12376         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12377         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12378         (gst_rtp_theora_depay_finalize),
12379         (gst_rtp_theora_depay_parse_configuration),
12380         (gst_rtp_theora_depay_setcaps),
12381         (gst_rtp_theora_depay_switch_codebook),
12382         (gst_rtp_theora_depay_process),
12383         (gst_rtp_theora_depay_set_property),
12384         (gst_rtp_theora_depay_get_property),
12385         (gst_rtp_theora_depay_change_state),
12386         (gst_rtp_theora_depay_plugin_init):
12387         * gst/rtp/gstrtptheoradepay.h:
12388         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12389         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12390         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12391         (gst_rtp_theora_pay_init_packet),
12392         (gst_rtp_theora_pay_flush_packet),
12393         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12394         (gst_rtp_theora_pay_handle_buffer),
12395         (gst_rtp_theora_pay_plugin_init):
12396         * gst/rtp/gstrtptheorapay.h:
12397         Add theora pay/depayloaders.
12398
12399 2006-11-06  Wim Taymans  <wim@fluendo.com>
12400
12401         * gst/rtp/Makefile.am:
12402         We depend on gsttag to generate the vorbis comments.
12403
12404         * gst/rtp/gstrtpvorbisdepay.c:
12405         (gst_rtp_vorbis_depay_parse_configuration),
12406         (gst_rtp_vorbis_depay_setcaps),
12407         (gst_rtp_vorbis_depay_switch_codebook),
12408         (gst_rtp_vorbis_depay_process):
12409         * gst/rtp/gstrtpvorbisdepay.h:
12410         Parse configuration string in the depayloader.
12411         Implement selecting and switching to a new codebook.
12412         Receiving vorbis over RTP now works.
12413
12414         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12415         (gst_rtp_vorbis_pay_init_packet),
12416         (gst_rtp_vorbis_pay_finish_headers),
12417         (gst_rtp_vorbis_pay_handle_buffer):
12418         * gst/rtp/gstrtpvorbispay.h:
12419         Set timestamps on outgoing buffers and RTP packets.
12420         Fix configuration string, prepend number of Packet headers.
12421         Fix encoding of ident string.
12422         Add delivery-method to caps.
12423         Streaming vorbis over RTP now works.
12424
12425 2006-11-06  Wim Taymans  <wim@fluendo.com>
12426
12427         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12428         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12429         (gst_rtp_vorbis_pay_handle_buffer):
12430         * gst/rtp/gstrtpvorbispay.h:
12431         Generate a valid configuration string in the caps based on the
12432         vorbis headers.
12433
12434 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12435
12436         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12437         * ext/cdio/gstcdio.h:
12438         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12439           Move CD-TEXT utility function into common file so it can also be
12440           used by a future cdioparanoiasrc.
12441
12442 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12443         
12444         * sys/v4l2/Makefile.am:
12445         * sys/v4l2/gstv4l2object.c:
12446         * sys/v4l2/gstv4l2src.c:
12447         * sys/v4l2/gstv4l2xoverlay.c:
12448         * sys/v4l2/v4l2_calls.c:
12449         * sys/v4l2/v4l2src_calls.c:
12450         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12451         xoverlay code that is still not implemented.
12452
12453 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12454
12455         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12456           We require a -base more recent than 0.10.9, so it's safe to use
12457           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12458
12459         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12460         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12461           Use _newsegment_full() now that we depend on a recent enough core.
12462
12463         * gst/wavparse/gstwavparse.c:
12464           Remove cruft that we don't need any longer now that we depend on
12465           a recent enough -base.
12466
12467 2006-10-31  Wim Taymans  <wim@fluendo.com>
12468
12469         * gst/rtp/Makefile.am:
12470         * gst/rtp/gstrtp.c: (plugin_init):
12471         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12472         (gst_rtpilbcpay_setcaps):
12473         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12474
12475 2006-10-31  Wim Taymans  <wim@fluendo.com>
12476
12477         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12478         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12479         Some small cleanups, use _scale.
12480
12481 2006-10-31  Wim Taymans  <wim@fluendo.com>
12482
12483         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12484         Use higher precision scale function.
12485
12486 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12487
12488         Patch by: Michal Benes  <michal dot benes at itonis tv>
12489
12490         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12491         (gst_matroska_demux_read_track_encodings),
12492         (gst_matroska_decode_buffer):
12493           Fix several issues with encoded/compressed/encrypted/signed tracks;
12494           also, remove superfluous newline characters from some debug
12495           statements. (#366155)
12496
12497 2006-10-30  Wim Taymans  <wim@fluendo.com>
12498
12499         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12500         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12501         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12502         (gst_smokedec_change_state):
12503         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12504         (gst_smokeenc_init), (gst_smokeenc_finalize),
12505         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12506         (gst_smokeenc_resync), (gst_smokeenc_chain),
12507         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12508         (gst_smokeenc_change_state):
12509         Various cleanups, capsnego and leak fixes.
12510
12511 2006-10-30  Wim Taymans  <wim@fluendo.com>
12512
12513         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12514
12515         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12516         Fix videomixer so that it can handle any combination of framerates.
12517         Fixes #367221.
12518
12519 2006-10-28  Wim Taymans  <wim@fluendo.com>
12520
12521         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12522         (gst_avi_demux_parse_file_header),
12523         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12524         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12525         (gst_avi_demux_chain):
12526         Fix position query for audio. also fixes timestamps in streaming
12527         mode and bug #364958.
12528         Small cleanups.
12529
12530 2006-10-27  Wim Taymans  <wim@fluendo.com>
12531
12532         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12533         * ext/libpng/gstpngenc.h:
12534         Fix strides. Fixes #364856.
12535         Cleanup capsnego.
12536         Set caps on outgoing buffers.
12537
12538 2006-10-18  Wim Taymans  <wim@fluendo.com>
12539
12540         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12541
12542         * gst/rtp/gstrtpgsmpay.c:
12543         * gst/rtp/gstrtph263pay.c:
12544         * gst/rtp/gstrtpmpapay.c:
12545         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12546         (gst_rtp_pcma_pay_handle_buffer):
12547         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12548         Add static payload numbers in addition to the dynamic ones.
12549         Fixes #361639.
12550
12551 2006-10-18  Wim Taymans  <wim@fluendo.com>
12552
12553         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12554         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12555         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12556         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12557         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12558         * gst/rtsp/rtspdefs.h:
12559         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12560         * gst/rtsp/rtspurl.h:
12561         Reuse already existing enum for lower transport.
12562         Add rtspt and rtspu protocols.
12563         Send redirect to rtspt when udp times out.
12564
12565 2006-10-18  Wim Taymans  <wim@fluendo.com>
12566
12567         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12568         (gst_wavparse_stream_data):
12569         Fix seeking some more, mostly for speed changes.
12570
12571 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12572
12573         Patch by: Fredrik Persson  <frepe at bredband net>
12574
12575         * sys/v4l2/gstv4l2tuner.c:
12576         * sys/v4l2/gstv4l2tuner.h:
12577           Fix _set_channel(): remove useless g_object_notify() for "channel"
12578           property that doesn't exist any longer and therefore now also
12579           useless redirect (#338818).
12580
12581 2006-10-17  Wim Taymans  <wim@fluendo.com>
12582
12583         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12584         Some drivers do not support unsetting the non-blocking flag once the
12585         device is opened. In those cases, close/open the device in
12586         non-blocking mode. Fixes #362673.
12587
12588 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12589
12590         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12591         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12592         (gst_v4l2src_get_fps):
12593           dear stefan, framespersecond is not frameperiod, reverting but adding
12594           comment
12595
12596 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12597
12598         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12599         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12600         (gst_v4l2src_get_fps):
12601           Numerator is numerator and denominator is denominator. Say that aloud
12602           5 times and retry after next beer.
12603
12604 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12605
12606         Patch by: Josep Torra Valles  <josep at fluendo com>
12607
12608         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12609         * ext/esd/esdsink.c: (gst_esdsink_write):
12610         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12611         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12612         (gst_flac_dec_send_newsegment):
12613         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12614         (gst_flac_enc_tell_callback):
12615         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12616         (smokecodec_parse_header), (smokecodec_decode):
12617         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12618         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12619         * gst/goom/Makefile.am:
12620         * gst/goom/gstgoom.c:
12621         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12622         * gst/rtsp/gstrtspsrc.c:
12623         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12624         * gst/udp/gstudpsink.c:
12625         * gst/udp/gstudpsrc.c:
12626         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12627         * sys/sunaudio/gstsunaudiomixertrack.h:
12628           Fix a bunch of problems discovered by the Forte compiler, mostly type
12629           mixups and pointer arithmetics with void pointers. Fixes #362603.
12630
12631 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12632
12633         * ext/speex/gstspeex.c: (plugin_init):
12634         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12635         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12636         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12637         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12638         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12639         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12640         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12641         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12642         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12643         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12644         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12645         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12646         * ext/speex/gstspeexenc.h:
12647           Miscellaneous clean-ups, among other things: speexenc => enc to
12648           enhance code readability; change speexenc => speex_enc; in chain
12649           function unref input buffer in case of error; take reference in
12650           event function; use boilerplate macro; use gst_pad_query_peer_*
12651           convenience functions.
12652
12653 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12654
12655         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12656         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12657         (gst_speexenc_set_header_on_caps):
12658           Fix some mem leaks.
12659
12660 2006-10-11  Wim Taymans  <wim@fluendo.com>
12661
12662         * gst/rtsp/URLS:
12663         Added some other URL.
12664
12665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12666         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12667         (gst_rtspsrc_open), (gst_rtspsrc_play),
12668         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12669         * gst/rtsp/gstrtspsrc.h:
12670         Work on fallback to TCP connection when the UDP socket times out.
12671         Handler server requests, just reply with OK for now.
12672
12673         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12674         * gst/rtsp/rtspdefs.h:
12675         Added some more Real extension headers.
12676
12677         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12678         Fix parsing of urls with a ':' that is not part of the hostname:port
12679         part of the url.
12680
12681 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12682
12683         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12684         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12685         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12686           Activate pad before adding it to the already-running element.
12687
12688         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12689           Activate newly-created pad too.
12690
12691 2006-10-11  Wim Taymans  <wim@fluendo.com>
12692
12693         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12694
12695         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12696         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12697         (gst_udpsrc_start):
12698         Fix some leaks in caps and uris. Fixes #361252.
12699
12700 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12701
12702         * gst/wavparse/Makefile.am:
12703           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12704
12705 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12706
12707         * sys/v4l2/gstv4l2xoverlay.c:
12708         * sys/v4l2/gstv4l2xoverlay.h:
12709         Fix build as per the patch in #338818 comment 36.
12710
12711 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12712
12713         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12714           Activate pads before adding them to the source.
12715
12716 2006-10-06  Wim Taymans  <wim@fluendo.com>
12717
12718         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12719         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12720         Activate pads before adding.
12721
12722 2006-10-06  Wim Taymans  <wim@fluendo.com>
12723
12724         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12725         (gst_multipart_find_pad_by_mime):
12726         Activate pads before adding.
12727
12728         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12729         BOILERPLATE sets parent_class for us.
12730
12731 2006-10-06  Wim Taymans  <wim@fluendo.com>
12732
12733         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12734         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12735         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12736         (gst_rtspsrc_alloc_udp_ports),
12737         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12738         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12739         (gst_rtspsrc_create_transports_string),
12740         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12741         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12742         * gst/rtsp/gstrtspsrc.h:
12743         Rework how the transport string is constructed, try to share channels
12744         and udp ports.
12745         Make most of the stuff less dependant on RTP as we are also going to use
12746         it for RDT.
12747         Add support for transport specific session managers.
12748
12749         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12750         Implement _flush().
12751
12752         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12753         * gst/rtsp/rtspdefs.h:
12754         Add generic error return code.
12755
12756         * gst/rtsp/rtspext.h:
12757         Add support for pluggable tranport strings.
12758
12759         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12760         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12761         (rtsp_ext_wms_get_context):
12762         Detect WMServer and activate the extension.
12763
12764         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12765         (rtsp_transport_get_manager), (rtsp_transport_parse):
12766         * gst/rtsp/rtsptransport.h:
12767         Added methods to get mime/manager for certain transports.
12768
12769 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12770
12771         * ext/cairo/gsttimeoverlay.c:
12772         (gst_cairo_time_overlay_update_font_height):
12773         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12774         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12775         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12776         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12777         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12778         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12779         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12780         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12781         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12782         (gst_avi_demux_stream_data):
12783         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12784         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12785         (gst_fenced_buffer_copy):
12786         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12787         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12788         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12790         (gst_rtspsrc_handle_message):
12791         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12792         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12793           Printf format fixes.
12794
12795 2006-10-04  Wim Taymans  <wim@fluendo.com>
12796
12797         * gst/rtsp/Makefile.am:
12798         Dist new .h file too.
12799
12800 2006-10-04  Wim Taymans  <wim@fluendo.com>
12801
12802         * gst/rtsp/Makefile.am:
12803         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12804         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12805         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12806         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12807         (gst_rtspsrc_parse_rtpmap),
12808         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12809         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12810         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12811         * gst/rtsp/gstrtspsrc.h:
12812         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12813         * gst/rtsp/rtspdefs.h:
12814         * gst/rtsp/rtspext.h:
12815         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12816         (rtsp_ext_wms_get_context):
12817         * gst/rtsp/rtspextwms.h:
12818         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12819         (rtsp_transport_parse):
12820         * gst/rtsp/rtsptransport.h:
12821         Factor out extension in separate module.
12822         Fix getcaps to filter against the padtemplate.
12823         Use Content-Base if the server gives one.
12824         Rework the transport parsing a bit for future extensions.
12825         Added some Real Header field definitions.
12826
12827 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12828
12829         * docs/plugins/Makefile.am:
12830         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12831         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12832           added v4l2 stubs
12833         * gst-plugins-good.spec.in:
12834           add v4l2
12835
12836 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12837
12838         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12839           Extract disc/album/medium number and count and try harder
12840           to extract track number/count.
12841
12842 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12843
12844         * configure.ac:
12845         * sys/Makefile.am:
12846           add build stuff for v4l2, needs --enable-experimental until
12847           the last bits are resolved
12848
12849 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12850
12851         * tests/check/Makefile.am:
12852           Disable autodetect test temporarily, so that the build bots
12853           update -bad and the ranks of unreliable video sinks in there.
12854
12855         * tests/check/elements/autodetect.c: (GST_START_TEST):
12856           Skip test if no usable videosink is found.
12857
12858 2006-09-29  Wim Taymans  <wim@fluendo.com>
12859
12860         * gst/rtsp/URLS:
12861         Add some more URLs.
12862
12863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12864         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12865         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12866         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12867         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12868         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12869         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12870         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12871         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12872         * gst/rtsp/gstrtspsrc.h:
12873         Add timeout property to control UDP timeouts.
12874         Fix error messages.
12875         Also start a loop function when operating in UDP mode so that we can
12876         do some more stuff async.
12877         Handle element messages from udpsrc to detect timeouts. If a timeout
12878         happens we currently generate an error.
12879         API: rtspsrc::timeout property.
12880
12881         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12882         (gst_udpsrc_create):
12883         Really implement the timeout in microseconds and not milliseconds.
12884
12885 2006-09-29  Wim Taymans  <wim@fluendo.com>
12886
12887         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12888         (gst_udpsrc_create), (gst_udpsrc_set_property),
12889         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12890         * gst/udp/gstudpsrc.h:
12891         Added property to post a message on timeout.
12892         Updated docs.
12893         When restarting the select, initialize the fdsets again.
12894         Init control sockets so we don't accidentally close a random socket.
12895         API: GstUDPSrc::timeout property
12896
12897 2006-09-29  Wim Taymans  <wim@fluendo.com>
12898
12899         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12900         Fix flag registration.
12901
12902         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12903         Reading 0 also means 'no more commands'
12904
12905 2006-09-29  Wim Taymans  <wim@fluendo.com>
12906
12907         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12908
12909         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12910         Fix possible infinite loop when shutting down, a read can also return
12911         0 to indicate no more messages are available. Fixes #358156.
12912
12913 2006-09-25  Wim Taymans  <wim@fluendo.com>
12914
12915         * gst/autodetect/gstautoaudiosink.c:
12916         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12917         (gst_auto_audio_sink_find_best):
12918         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12919         Small cleanups.
12920         don't try to set "sync" property when it is not available.
12921
12922 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12923
12924         Patch by: Peter Kjellerstedt  <pkj at axis com>
12925
12926         * gst/alpha/gstalpha.c:
12927         * gst/rtp/gstrtpamrdepay.c:
12928         * gst/rtsp/gstrtspsrc.c:
12929         * gst/udp/gstudpsrc.c:
12930         * gst/videomixer/videomixer.c:
12931           Include stdlib.h in some more places, makes things compile
12932           with uClibc and -Werror (#357592).
12933
12934 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12935
12936         * ext/jpeg/gstjpegdec.c:
12937           Set minimum height to 8 (from 16), our code should handle
12938           that fine. Some of the buttons on the apple trailer site
12939           are apparently only 15 pixels high (see #357470).
12940
12941 2006-09-23  Wim Taymans  <wim@fluendo.com>
12942
12943         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12944         (gst_rtspsrc_open):
12945         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12946         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12947         (rtsp_connection_receive):
12948         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12949         * gst/rtsp/rtspdefs.h:
12950         Improve error reporting.
12951
12952 2006-09-23  Wim Taymans  <wim@fluendo.com>
12953
12954         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12955         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12956         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12957         * gst/rtp/gstrtpdepay.c:
12958         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12959         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12960         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12961         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12962         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12963         (gst_rtp_mp2t_depay_plugin_init):
12964         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12965         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12966         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12967         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12968         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12969         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12970         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12971         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12972         Fix klass typos.
12973         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12974
12975 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12976
12977         * configure.ac:
12978           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12979
12980 2006-09-22  Wim Taymans  <wim@fluendo.com>
12981
12982         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12983         Don't check for a tag that is never there and check if we read the
12984         correct tag. Fixes seeking again.
12985         We must post an error when all pads are unlinked.
12986
12987 2006-09-22  Wim Taymans  <wim@fluendo.com>
12988
12989         * gst/rtp/Makefile.am:
12990         * gst/rtp/gstrtp.c: (plugin_init):
12991         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12992         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12993         (gst_rtp_vorbis_pay_reset_packet),
12994         (gst_rtp_vorbis_pay_init_packet),
12995         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12996         (gst_rtp_vorbis_pay_handle_buffer):
12997         More fixage, set endoder-params correctly in the payloader.
12998
12999 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13000
13001         * gst/autodetect/gstautoaudiosink.c:
13002         (gst_auto_audio_sink_base_init):
13003         * gst/autodetect/gstautovideosink.c:
13004         (gst_auto_video_sink_base_init):
13005           Make static pad templates static to appease valgrind's leak
13006           detector.
13007
13008         * tests/check/Makefile.am:
13009         * tests/check/elements/.cvsignore:
13010         * tests/check/elements/autodetect.c: (GST_START_TEST),
13011         (autodetect_suite):
13012           Add simple test for the ghostpad lockup on shutdown fixed in core
13013           CVS (audio bit disabled because it would need dozens of alsa
13014           suppressions and I'm too lazy to add those now).
13015
13016 2006-09-22  Wim Taymans  <wim@fluendo.com>
13017
13018         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13019         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13020         Small cleanups.
13021
13022         * gst/rtp/Makefile.am:
13023         * gst/rtp/gstrtp.c: (plugin_init):
13024         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13025         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13026         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13027         (gst_rtp_vorbis_depay_process),
13028         (gst_rtp_vorbis_depay_set_property),
13029         (gst_rtp_vorbis_depay_get_property),
13030         (gst_rtp_vorbis_depay_change_state),
13031         (gst_rtp_vorbis_depay_plugin_init):
13032         * gst/rtp/gstrtpvorbisdepay.h:
13033         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13034         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13035         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13036         (gst_rtp_vorbis_pay_flush_packet),
13037         (gst_rtp_vorbis_pay_append_buffer),
13038         (gst_rtp_vorbis_pay_handle_buffer),
13039         (gst_rtp_vorbis_pay_plugin_init):
13040         * gst/rtp/gstrtpvorbispay.h:
13041         Add experimental vorbis pay and depayloaders.
13042
13043 2006-09-21  Wim Taymans  <wim@fluendo.com>
13044
13045         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13046         Fix profile-level-id parsing and setup.
13047
13048 2006-09-21  Wim Taymans  <wim@fluendo.com>
13049
13050         * gst/udp/README:
13051         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13052         Update README, simple cleanup.
13053
13054 2006-09-21  Wim Taymans  <wim@fluendo.com>
13055
13056         * gst/rtp/README:
13057         Update README with some examples.
13058
13059         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13060         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13061         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13062         (gst_rtp_mp4g_pay_setcaps):
13063         * gst/rtp/gstrtpmp4gpay.h:
13064         Make optional RTP parameters of type STRING, as required by the
13065         application/x-rtp caps specification.
13066
13067 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13068
13069         * gst/rtp/gstrtph263pdepay.c:
13070         * gst/rtp/gstrtph263ppay.c:
13071         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13072         RTP header.
13073
13074 2006-09-20  Wim Taymans  <wim@fluendo.com>
13075
13076         * gst/rtp/Makefile.am:
13077         And makefile too.
13078
13079 2006-09-20  Wim Taymans  <wim@fluendo.com>
13080
13081         * gst/rtp/gstrtp.c: (plugin_init):
13082         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13083         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13084         (decode_base64), (gst_rtp_asf_depay_setcaps),
13085         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13086         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13087         (gst_rtp_asf_depay_plugin_init):
13088         * gst/rtp/gstrtpasfdepay.h:
13089         Added preliminary ASF depayloader.
13090
13091         * gst/rtp/gstrtph264depay.c: (decode_base64):
13092         Fix base64 decoding.
13093
13094 2006-09-20  Wim Taymans  <wim@fluendo.com>
13095
13096         * gst/rtsp/URLS:
13097         Added some test URLS.
13098
13099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13100         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13101         * gst/rtsp/gstrtspsrc.h:
13102         When creating streams, give access to the complete SDP.
13103         Fix some leaks.
13104         Collect and merge global stream properties in stream caps.
13105         Preliminary support for WMServer.
13106
13107         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13108         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13109         (rtsp_connection_receive):
13110         * gst/rtsp/rtspconnection.h:
13111         Make connection interruptable.
13112         Refactor to make it reconnectable.
13113         Don't fail on short reads when reading data packets.
13114
13115         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13116         (rtsp_url_get_port):
13117         * gst/rtsp/rtspurl.h:
13118         Add methods for getting/setting the port.
13119
13120         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13121         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13122         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13123         (sdp_media_get_format), (sdp_parse_line),
13124         (sdp_message_parse_buffer):
13125         Fix headers. 
13126         Add methods for getting multiple attributes with the same name.
13127         Increase buffer size when parsing.
13128         Fix parsing of a=foo fields.
13129
13130         * gst/rtsp/test.c: (main):
13131         Update to new connection API.
13132
13133         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13134         (rtsp_message_init_response), (rtsp_message_init_data),
13135         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13136         * gst/rtsp/rtspmessage.h:
13137         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13138         * gst/rtsp/rtsptransport.h:
13139         * gst/rtsp/sdp.h:
13140         * gst/rtsp/sdpmessage.h:
13141         * gst/rtsp/gstrtsp.c:
13142         * gst/rtsp/gstrtsp.h:
13143         * gst/rtsp/gstrtpdec.c:
13144         * gst/rtsp/gstrtpdec.h:
13145         * gst/rtsp/rtsp.h:
13146         * gst/rtsp/rtspdefs.c:
13147         * gst/rtsp/rtspdefs.h:
13148         Dual licensed under MIT and LGPL now.
13149
13150 2006-09-19  Wim Taymans  <wim@fluendo.com>
13151
13152         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13153         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13154         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13155         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13156         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13157         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13158         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13159         * gst/rtsp/gstrtspsrc.h:
13160         Reorganize stream parsing and creation.
13161         Detect container formats in interleaved mode.
13162         Keep more state about the streams.
13163         Assume a server also supports PLAY if it does not say.
13164         Add unicast and interleaved properties to TCP transport requests to make
13165         some servers happy (WMServer).
13166
13167         * gst/rtsp/sdpmessage.h:
13168         Add some defines for the standard Bandwidth types.
13169
13170 2006-09-19  Wim Taymans  <wim@fluendo.com>
13171
13172         * gst/rtsp/test.c: (main):
13173         Fix build.
13174
13175 2006-09-19  Wim Taymans  <wim@fluendo.com>
13176
13177         * gst/wavparse/gstwavparse.c:
13178         Add ms-gsm to the src template.
13179
13180 2006-09-18  Wim Taymans  <wim@fluendo.com>
13181
13182         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13183         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13184         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13185         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13186         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13187         * gst/rtsp/gstrtspsrc.h:
13188         Small cleanups, added documentation.
13189         Try to clean up the requests and responses.
13190         Refactor parsing the supported methods.
13191
13192         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13193         (rtsp_connection_create), (rtsp_connection_send),
13194         (parse_response_status), (parse_request_line),
13195         (rtsp_connection_receive), (rtsp_connection_close),
13196         (rtsp_connection_free):
13197         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13198         (rtsp_transport_init), (rtsp_transport_parse),
13199         (rtsp_transport_free):
13200         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13201         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13202         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13203         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13204         Use g_return_val some more.
13205
13206         * gst/rtsp/rtspdefs.h:
13207         Add more enum values to track initial states.
13208
13209         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13210         (rtsp_message_init_request), (rtsp_message_new_response),
13211         (rtsp_message_init_response), (rtsp_message_init_data),
13212         (rtsp_message_unset), (rtsp_message_free),
13213         (rtsp_message_add_header), (rtsp_message_remove_header),
13214         (rtsp_message_get_header), (rtsp_message_set_body),
13215         (rtsp_message_take_body), (rtsp_message_get_body),
13216         (rtsp_message_steal_body), (rtsp_message_dump):
13217         * gst/rtsp/rtspmessage.h:
13218         Reorder arguments, object goes as the first one.
13219         Use g_return_val some more.
13220
13221 2006-09-18  Wim Taymans  <wim@fluendo.com>
13222
13223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13224         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13225         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13226         * gst/rtsp/gstrtspsrc.h:
13227         Export sometimes source pad with correct caps on the template, create
13228         the ghostpad from the template.
13229         Remove RTCP template as we never expose RTCP.
13230         Protect against invalid body size.
13231         Avoid memcpy when creating the output buffer.
13232         Properly post an error and send EOS when the loop function is shut down.
13233
13234 2006-09-18  Wim Taymans  <wim@fluendo.com>
13235
13236         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13237
13238         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13239         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13240         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13241         * gst/rtsp/gstrtspsrc.h:
13242         Make sure we can never set an invalid location.
13243
13244         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13245         * gst/rtsp/rtspmessage.h:
13246         Added _steal_body method for future use.
13247
13248         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13249         Make freeing of NULL url return immediatly.
13250
13251 2006-09-18  Wim Taymans  <wim@fluendo.com>
13252
13253         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13254
13255         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13256         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13257         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13258         (gst_rtspsrc_change_state):
13259         * gst/rtsp/gstrtspsrc.h:
13260         Use boilerplate.
13261         Make rtspsrc subclass GstBin to make state changes easier.
13262         Add Range header field on the PLAY request.
13263
13264 2006-09-18  Wim Taymans  <wim@fluendo.com>
13265
13266         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13267
13268         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13269         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13270         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13271         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13272         * gst/rtsp/rtspconnection.c: (inet_aton):
13273         Small cleanups.
13274         when multicast is selected as the transport, create UDP sources and
13275         connect to the multicast group.
13276         Move parsing and setting of caps to a common place.
13277         Fixes #349894.
13278
13279 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13280
13281         * ext/flac/gstflactag.c:
13282         * gst/alpha/gstalpha.c:
13283         * gst/debug/breakmydata.c:
13284         * gst/debug/negotiation.c:
13285         * gst/debug/testplugin.c:
13286         * gst/effectv/gstaging.c:
13287         * gst/effectv/gstdice.c:
13288         * gst/effectv/gstedge.c:
13289         * gst/effectv/gstquark.c:
13290         * gst/effectv/gstrev.c:
13291         * gst/effectv/gstshagadelic.c:
13292         * gst/effectv/gstvertigo.c:
13293         * gst/effectv/gstwarp.c:
13294         * gst/multipart/multipartdemux.c:
13295         * gst/multipart/multipartmux.c:
13296         * gst/videobox/gstvideobox.c:
13297         * gst/videofilter/gstgamma.c:
13298         * gst/videofilter/gstvideotemplate.c:
13299         * gst/videomixer/videomixer.c:
13300         * sys/sunaudio/gstsunaudiosrc.h:
13301         More G_OBJECT macro fixing.
13302
13303 2006-09-16  Wim Taymans  <wim@fluendo.com>
13304
13305         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13306
13307         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13308         Correctly set the dwLength in strh.
13309         With this patch, the file duration is now displayed correctly in window
13310         media player and the AVI plays completely. Fixes #356147
13311
13312 2006-09-15  Wim Taymans  <wim@fluendo.com>
13313
13314         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13315
13316         * sys/sunaudio/gstsunaudiomixerctrl.c:
13317         (gst_sunaudiomixer_ctrl_build_list):
13318         Set the output track as the MASTER so that the gnome-settings-daemon
13319         keybindings for changing the volume using the keyboard works.
13320         Fixes #356142.
13321
13322 2006-09-15  Wim Taymans  <wim@fluendo.com>
13323
13324         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13325         Fix documentation, it is not possible to control the framerate of jpegdec
13326         using filtered caps yet. Fixes #355210.
13327         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13328         stop when there is an error.
13329
13330 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13331
13332         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13333         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13334           Don't interpret a first buffer with an offset of NONE as
13335           'from the middle of the stream', but only a first buffer
13336           that has a valid buffer offset that's non-zero (see #345449).
13337
13338 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13339
13340         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13341         (gst_icydemux_typefind_or_forward):
13342         * gst/icydemux/gsticydemux.h:
13343           When we merge/collect multiple incoming buffers for typefinding
13344           purposes, keep an initial 0 offset on the first outgoing buffer
13345           as well (otherwise id3demux won't work right). Fixes #345449.
13346           Also Make buffer metadata writable before setting buffer caps.
13347
13348         * tests/check/elements/icydemux.c: (typefind_succeed),
13349         (cleanup_icydemux), (push_data), (GST_START_TEST),
13350         (icydemux_suite):
13351           Small test case for the above.
13352
13353 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13354
13355         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13356         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13357         (gst_avi_demux_stream_header_push),
13358         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13359         (gst_avi_demux_loop):
13360           More code reuse and better logging in _peek_chunk(). Reintroduce check
13361           for chunk sizes before reading them (avoid oom). Better handling for 
13362           invalid chunksizes when streaming.
13363
13364 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13365
13366         * gst/level/gstlevel.c: (gst_level_set_property):
13367         * gst/level/gstlevel.h:
13368           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13369           René Stadler
13370
13371 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13372
13373         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13374         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13375         (gst_avi_demux_stream_data):
13376           Revert one change to fix streaming avi (adapter size != data size).
13377
13378 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13379
13380         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13381
13382         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13383         (gst_matroska_demux_reset),
13384         (gst_matroska_demux_read_track_encodings),
13385         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13386         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13387         (gst_matroska_demux_subtitle_caps):
13388         * gst/matroska/matroska-ids.h:
13389           Add support for VOBSUB subtitle tracks and zlib-compressed
13390           tracks. Make sure we start on a keyframe after a seek. (#343348)
13391
13392 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13393
13394         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13395         (gst_matroska_demux_push_flac_codec_priv_data),
13396         (gst_matroska_demux_push_xiph_codec_priv_data),
13397         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13398         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13399         * gst/matroska/matroska-ids.h:
13400           Add basic FLAC support (#311586), not perfect yet though, needs some
13401           tweaking in flacdec; also, seeking could be better.
13402           Do better bounds checking when deserialising vorbis stream headers
13403           to make sure we don't read beyond the end of the buffer on bad input.
13404
13405 2006-09-04  Wim Taymans  <wim@fluendo.com>
13406
13407         Patch by: Alessandro Decina <alessandro at nnva dot org>
13408
13409         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13410         Seeking back in a file containing a CMML stream errors out if the seek
13411         goes back up to the CMML headers. This is because after the seek the xml
13412         processing instruction <?xml ...?> is submitted to the xml parser again, 
13413         which results in an error. The attached patch fixes the problem. 
13414         Fixes #353908.
13415
13416         * ext/annodex/gstcmmlenc.h:
13417         Fix authors name.
13418
13419
13420 2006-08-28  Andy Wingo  <wingo@pobox.com>
13421
13422         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13423         New helper function to lessen the ifdefs.
13424         (GST_INFO_OBJECT): 
13425         (gst_dv1394src_iso_receive): Use it.
13426         (gst_dv1394src_create): Also use the control sockets in iec61883
13427         mode.
13428         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13429         handle for AVC operations; fixes #348233.
13430
13431 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13432
13433         * configure.ac:
13434         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13435         * docs/plugins/inspect/plugin-audiofx.xml:
13436         * docs/plugins/inspect/plugin-audiofxgood.xml:
13437         * gst/audiofx/Makefile.am:
13438         * gst/audiofx/audiofx.c:
13439         * gst/audiofxgood/.cvsignore:
13440         * gst/audiofxgood/Makefile.am:
13441         * gst/audiofxgood/audiofx.c:
13442         * gst/audiofxgood/audiopanorama.c:
13443         * gst/audiofxgood/audiopanorama.h:
13444           Rename again (audiofxgood -> audiofx).
13445
13446 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13447
13448         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13449         (gst_avi_demux_stream_scan):
13450           Initialze variables.
13451
13452 2006-08-25  Wim Taymans  <wim@fluendo.com>
13453
13454         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13455         (gst_avi_demux_init), (gst_avi_demux_finalize),
13456         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13457         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13458         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13459         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13460         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13461         (gst_avi_demux_massage_index),
13462         (gst_avi_demux_calculate_durations_from_index),
13463         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13464         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13465         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13466         (gst_avi_demux_change_state):
13467         * gst/avi/gstavidemux.h:
13468         More attempts to turn this into readable code.
13469         Don't leak adapters.
13470         Calculate duration according to index more efficiently.
13471         Don't try to act like we drive the pipeline in chain mode.
13472
13473 2006-08-25  Wim Taymans  <wim@fluendo.com>
13474
13475         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13476         Fix build.
13477
13478 2006-08-25  Wim Taymans  <wim@fluendo.com>
13479
13480         Patch by: Alessandro Decina <alessandro at nnva dot org>
13481
13482         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13483         Do some extra sanity checks.
13484         Fixes #350340.
13485
13486         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13487         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13488         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13489         Check if clip->start_time is valid before adding the clip to the
13490         track list.
13491         Reset enc->preamble going from PAUSED to READY.
13492         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13493         only used for EOS.
13494         Only post an error message if we were the one that created the fatal
13495         GstFlowReturn value.
13496
13497         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13498         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13499         Parse the seconds field of the npt-sec time format using %llu rather than
13500         %d and check that the value scaled by GST_SECOND doesn't overflow.
13501         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13502         Lookup a clip's track with clip->track rather than clip->id which
13503         makes no sense.
13504         Identify a clip by its track and start time and not its xml id.
13505         do some more input checking and make sure we don't do undefined shifts.
13506
13507         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13508         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13509         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13510         (push_clip), (push_empty_clip), (check_output_clip),
13511         (GST_START_TEST), (cmmldec_suite):
13512         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13513         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13514         (check_headers), (push_clip), (check_clip_times), (check_clip),
13515         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13516         Added some more checks.
13517
13518 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13519
13520         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13521         (gst_audio_panorama_set_property),
13522         (gst_audio_panorama_get_property),
13523         (gst_audio_panorama_transform_m2s_int),
13524         (gst_audio_panorama_transform_s2s_int),
13525         (gst_audio_panorama_transform_m2s_float),
13526         (gst_audio_panorama_transform_s2s_float):
13527         * gst/audiofxgood/audiopanorama.h:
13528         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13529           Make also the pan-property float (saves scaling and yields better
13530           resolution)
13531
13532 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13533
13534         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13535         (gst_audio_panorama_transform_m2s_float),
13536         (gst_audio_panorama_transform_s2s_float):
13537           ChangeLog surgery to add cymax's real name
13538
13539
13540 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13541
13542         Patch by: René Stadler <mail@renestadler.de>
13543
13544         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13545         (gst_audio_panorama_transform_m2s_int),
13546         (gst_audio_panorama_transform_s2s_int),
13547         (gst_audio_panorama_transform_m2s_float),
13548         (gst_audio_panorama_transform_s2s_float),
13549         (gst_audio_panorama_transform):
13550         * gst/audiofxgood/audiopanorama.h:
13551           Added float support
13552
13553 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13554
13555         * gst/audiofxgood/audiopanorama.c:
13556         (gst_audio_panorama_transform_m2s):
13557           Fix docs & debug category. Add Fixme for volume pan levels.
13558
13559 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13560
13561         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13562         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13563         (gst_avi_demux_stream_header_pull),
13564         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13565         (gst_avi_demux_chain):
13566           unbreak AVI index handling, some more debug, remove an obsolete
13567           adapter_flush that caused streaming to wander off in the wild
13568
13569 2006-08-24  Wim Taymans  <wim@fluendo.com>
13570
13571         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13572         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13573         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13574         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13575         (gst_avi_demux_calculate_durations_from_index),
13576         (gst_avi_demux_stream_header_push),
13577         (gst_avi_demux_stream_header_pull):
13578         * gst/avi/gstavidemux.h:
13579         Some more cleanups. 
13580         Fix totalFrames parsing in ODML.
13581         Disable use of index for length calculation in case of ODML as this is
13582         broken now.
13583
13584 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13585
13586         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13587           Use libgsttag helper function here too.
13588
13589 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13590
13591         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13592         (gst_avi_demux_init), (gst_avi_demux_dispose),
13593         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13594         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13595         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13596         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13597         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13598         (gst_avi_demux_parse_subindex),
13599         (gst_avi_demux_read_subindexes_push),
13600         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13601         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13602         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13603         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13604         (gst_avi_demux_stream_header_pull),
13605         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13606         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13607         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13608         (gst_avi_demux_change_state):
13609         * gst/avi/gstavidemux.h:
13610           Initial streaming support for avidemux (fixes #336465)
13611
13612 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13613
13614         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13615           There is no taglibmux element ...
13616
13617         * gst/rtsp/gstrtspsrc.c:
13618           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13619           was complaining about unknown entity here.
13620
13621 2006-08-22  Wim Taymans  <wim@fluendo.com>
13622
13623         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13624         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13625         (gst_avi_demux_process_next_entry):
13626         * gst/avi/gstavidemux.h:
13627         Mark DISCONT.
13628         Remove old unused fields and reorder the struct a bit.
13629
13630 2006-08-22  Wim Taymans  <wim@fluendo.com>
13631
13632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13633         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13634         (gst_rtspsrc_pause):
13635         * gst/rtsp/gstrtspsrc.h:
13636         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13637         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13638         Small documentation updates.
13639
13640 2006-08-22  Wim Taymans  <wim@fluendo.com>
13641
13642         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13643         (gst_avi_demux_index_entry_for_time),
13644         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13645         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13646         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13647         (gst_avi_demux_next_data_buffer),
13648         (gst_avi_demux_calculate_durations_from_index),
13649         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13650         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13651         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13652         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13653         * gst/avi/gstavidemux.h:
13654         Precalc most of the duration query for each stream.
13655         Make seeking more correct.
13656         Use GstSegment to track position and duration.
13657         Code cleanups and leak fixes.
13658         Calculate correct total duration based on index length.
13659
13660 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13661
13662         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13663         (parse_insert_string_field):
13664           If strings in text fields are marked ISO8859-1, but contain
13665           valid UTF-8 already, then handle them as UTF-8 and ignore
13666           the encoding. (#351794)
13667
13668 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13669
13670         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13671         (gst_flac_dec_write), (gst_flac_dec_loop),
13672         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13673         (gst_flac_dec_src_query):
13674         * ext/flac/gstflacdec.h:
13675           Make flac-in-ogg work (#352100).
13676
13677 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13678
13679         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13680           Don't unref buffers of which we've already given away
13681           ownership to the adapter.
13682
13683 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13684
13685         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13686           Make metadata extraction actually work.
13687
13688         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13689         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13690         (gst_speexenc_chain):
13691           Fix metadata writing: replace old code which wrote completely
13692           broken tags with libgsttag-based code. Plus miscellaneous
13693           code cleanups (use static pad templates etc.) and a bunch
13694           of leak fixes.
13695
13696 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13697
13698         * gst/audiopanorama/.cvsignore:
13699         * gst/audiopanorama/Makefile.am:
13700         * gst/audiopanorama/audiofx.c:
13701         * gst/audiopanorama/audiopanorama.c:
13702         * gst/audiopanorama/audiopanorama.h:
13703           die! die! die! you should never have been there
13704
13705 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13706
13707         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13708         Fix invalid memory access in audiopanorama test suite.
13709
13710 2006-08-21  Edward Hervey  <edward@fluendo.com>
13711
13712         * tests/check/elements/.cvsignore:
13713         ignore built file
13714
13715 2006-08-21  Wim Taymans  <wim@fluendo.com>
13716
13717         * gst/rtp/Makefile.am:
13718         Fix the build again.
13719
13720 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13721
13722         * gst/audiofxgood/.cvsignore:
13723         * gst/audiofxgood/Makefile.am:
13724         * gst/audiofxgood/audiofx.c: (plugin_init):
13725         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13726         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13727         (gst_audio_panorama_set_property),
13728         (gst_audio_panorama_get_property),
13729         (gst_audio_panorama_get_unit_size),
13730         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13731         (gst_audio_panorama_transform_m2s),
13732         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13733         * gst/audiofxgood/audiopanorama.h:
13734           resubmit with the desired name *again*
13735
13736 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13737
13738         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13739         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13740           use g_assert in _get_unit_size
13741
13742 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13743
13744         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13745         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13746         * docs/plugins/inspect/plugin-audiofxgood.xml:
13747           cleanup -unused.txt to make it useful, add previously missing docs
13748
13749         * ext/Makefile.am:
13750           Quietly (accidentally) enable LADSPA for building by default, 
13751           despite the fact that it doesn't meet the plugin checklist.
13752             -- Added by Jan Schmidt 18 Dec 2006
13753
13754         * ext/esd/esdmon.c:
13755         * ext/esd/esdsink.c:
13756         * ext/esd/gstesd.c: (plugin_init):
13757           reflow to get rid of two external symbols
13758
13759         * gst/audiofxgood/audiofx.c: (plugin_init):
13760           re-add
13761
13762 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13763
13764         * configure.ac:
13765         * gst/audiofxgood/.cvsignore:
13766         * gst/audiofxgood/Makefile.am:
13767         * gst/audiofxgood/audiofx.c
13768         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13769         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13770         (gst_audio_panorama_set_property),
13771         (gst_audio_panorama_get_property),
13772         (gst_audio_panorama_get_unit_size),
13773         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13774         (gst_audio_panorama_transform_m2s),
13775         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13776         * gst/audiofxgood/audiopanorama.h:
13777         * tests/check/Makefile.am:
13778         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13779         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13780         (panorama_suite), (main):
13781         Add audiofxgood plugin with audiopanorama element
13782
13783 2006-08-18  Wim Taymans  <wim@fluendo.com>
13784
13785         * docs/plugins/Makefile.am:
13786         More Oss docs fixage. 
13787
13788 2006-08-18  Wim Taymans  <wim@fluendo.com>
13789
13790         * gst/rtp/Makefile.am:
13791         * gst/rtp/gstrtp.c: (plugin_init):
13792         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13793         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13794         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13795         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13796         (gst_rtp_sv3v_depay_get_property),
13797         (gst_rtp_sv3v_depay_change_state),
13798         (gst_rtp_sv3v_depay_plugin_init):
13799         * gst/rtp/gstrtpsv3vdepay.h:
13800         Added experimental SVQ3 depayloader.
13801
13802 2006-08-18  Edward Hervey  <edward@fluendo.com>
13803
13804         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13805         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13806         * ext/dv/gstdvdemux.h:
13807         When handling seek requests, don't send the newsegment event from the
13808         calling thread. Instead save it so it can be sent from the streaming
13809         thread.
13810
13811 2006-08-17  Wim Taymans  <wim@fluendo.com>
13812
13813         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13814
13815         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13816         Accept leading whitespace before the boundary
13817         This patch makes the demuxer allow some whitespace before the actual
13818         boundary. This makes the demuxer work with the ``old'' gstreamer
13819         multipartmuxer again (which placed an extra \n before the start
13820         of the stream) Fixes #349068.
13821
13822 2006-08-17  Wim Taymans  <wim@fluendo.com>
13823
13824         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13825         Error out on non-implemented stuff.
13826
13827 2006-08-16  Wim Taymans  <wim@fluendo.com>
13828
13829         Patch by: Andy Wingo <wingo at pobox dot com>
13830
13831         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13832         (gst_signal_processor_start), (gst_signal_processor_stop),
13833         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13834         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13835         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13836         (gst_signal_processor_change_state):
13837         Make ladspa elements reusable. Fixes #350006.
13838
13839 2006-08-16  Wim Taymans  <wim@fluendo.com>
13840
13841         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13842         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13843         names as possible. Fixes #349901.
13844
13845 2006-08-16  Wim Taymans  <wim@fluendo.com>
13846
13847         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13848         (gst_signal_processor_do_pushes):
13849         A push() gives away our refcount so we should not use the buffer on the
13850         pen anymore.
13851
13852 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13853
13854         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13855         (gst_oss_mixer_element_finalize):
13856           Don't leak device string.
13857
13858 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13859
13860         * configure.ac:
13861           Require CVS of GStreamer core and -base (for
13862           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13863
13864         * ext/taglib/gstid3v2mux.cc:
13865           Write extended comment tags properly (#348762).
13866
13867         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13868         (parse_comment_frame):
13869           Extract COMM frames into extended comments, which makes it
13870           easier to properly retain the description bit of the tag
13871           and maintain this information when re-tagging (#348762).
13872
13873 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13874
13875         * tests/check/Makefile.am:
13876           Don't try to run annodex unit tests if the annodex
13877           plugin has not been built (Fixes #351116).
13878
13879 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13880
13881         * gst/autodetect/gstautoaudiosink.c:
13882         (gst_auto_audio_sink_find_best):
13883           When we can't find a usable audiosink, don't error out,
13884           but use a fake sink instead and post a warning message
13885           on the bus (#341278).
13886
13887 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13888
13889         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13890         * sys/oss/gstosssink.c:
13891         * sys/oss/gstosssrc.c:
13892           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13893           ossmixer's new device property.
13894
13895         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13896         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13897           Add docs for OSS elements.
13898
13899         * docs/plugins/inspect/plugin-aasink.xml:
13900         * docs/plugins/inspect/plugin-alaw.xml:
13901         * docs/plugins/inspect/plugin-alpha.xml:
13902         * docs/plugins/inspect/plugin-alphacolor.xml:
13903         * docs/plugins/inspect/plugin-annodex.xml:
13904         * docs/plugins/inspect/plugin-apetag.xml:
13905         * docs/plugins/inspect/plugin-auparse.xml:
13906         * docs/plugins/inspect/plugin-autodetect.xml:
13907         * docs/plugins/inspect/plugin-avi.xml:
13908         * docs/plugins/inspect/plugin-cacasink.xml:
13909         * docs/plugins/inspect/plugin-cairo.xml:
13910         * docs/plugins/inspect/plugin-cdio.xml:
13911         * docs/plugins/inspect/plugin-cutter.xml:
13912         * docs/plugins/inspect/plugin-debug.xml:
13913         * docs/plugins/inspect/plugin-dv.xml:
13914         * docs/plugins/inspect/plugin-efence.xml:
13915         * docs/plugins/inspect/plugin-effectv.xml:
13916         * docs/plugins/inspect/plugin-esdsink.xml:
13917         * docs/plugins/inspect/plugin-flac.xml:
13918         * docs/plugins/inspect/plugin-flxdec.xml:
13919         * docs/plugins/inspect/plugin-gconfelements.xml:
13920         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13921         * docs/plugins/inspect/plugin-goom.xml:
13922         * docs/plugins/inspect/plugin-halelements.xml:
13923         * docs/plugins/inspect/plugin-icydemux.xml:
13924         * docs/plugins/inspect/plugin-id3demux.xml:
13925         * docs/plugins/inspect/plugin-jpeg.xml:
13926         * docs/plugins/inspect/plugin-level.xml:
13927         * docs/plugins/inspect/plugin-matroska.xml:
13928         * docs/plugins/inspect/plugin-mulaw.xml:
13929         * docs/plugins/inspect/plugin-multipart.xml:
13930         * docs/plugins/inspect/plugin-navigationtest.xml:
13931         * docs/plugins/inspect/plugin-ossaudio.xml:
13932         * docs/plugins/inspect/plugin-png.xml:
13933         * docs/plugins/inspect/plugin-rtp.xml:
13934         * docs/plugins/inspect/plugin-rtsp.xml:
13935         * docs/plugins/inspect/plugin-shout2send.xml:
13936         * docs/plugins/inspect/plugin-smpte.xml:
13937         * docs/plugins/inspect/plugin-speex.xml:
13938         * docs/plugins/inspect/plugin-taglib.xml:
13939         * docs/plugins/inspect/plugin-udp.xml:
13940         * docs/plugins/inspect/plugin-videobalance.xml:
13941         * docs/plugins/inspect/plugin-videobox.xml:
13942         * docs/plugins/inspect/plugin-videoflip.xml:
13943         * docs/plugins/inspect/plugin-videomixer.xml:
13944         * docs/plugins/inspect/plugin-wavenc.xml:
13945         * docs/plugins/inspect/plugin-wavparse.xml:
13946         * docs/plugins/inspect/plugin-ximagesrc.xml:
13947           Update to CVS version.
13948           
13949 2006-08-16  Wim Taymans  <wim@fluendo.com>
13950
13951         * gst/rtp/gstrtpamrdepay.c:
13952         * gst/rtp/gstrtpmp4gdepay.c:
13953         Caps extra properties must be defined as strings for
13954         depayloaders because they are generated from an SDP.
13955
13956         * gst/rtp/Makefile.am:
13957         * gst/rtp/gstrtp.c: (plugin_init):
13958         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13959         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13960         (gst_rtp_h264_depay_finalize), (decode_base64),
13961         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13962         (gst_rtp_h264_depay_set_property),
13963         (gst_rtp_h264_depay_get_property),
13964         (gst_rtp_h264_depay_change_state),
13965         (gst_rtp_h264_depay_plugin_init):
13966         * gst/rtp/gstrtph264depay.h:
13967         Added basic, not completely functional RFC 3984 H264 depayloader.
13968
13969 2006-08-16  Wim Taymans  <wim@fluendo.com>
13970
13971         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13972         Add pads after setting them up.
13973
13974         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13975         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13976         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13977         (gst_rtspsrc_stream_setup_rtp),
13978         (gst_rtspsrc_stream_configure_transport),
13979         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13980         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13981         (gst_rtspsrc_pause):
13982         * gst/rtsp/gstrtspsrc.h:
13983         Fix interleaved mode.
13984          - Protect streaming with lock.
13985          - Combine flows
13986          - set caps on outgoing buffers.
13987          - strip trailing \0 from data packets.
13988          - Configure RTP/RTCP in stream.
13989         Use DEBUG_OBJECT more.
13990
13991 2006-08-16  Wim Taymans  <wim@fluendo.com>
13992
13993         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13994         Turn a g_print into a DEBUG line.
13995
13996 2006-08-13  Wim Taymans  <wim@fluendo.com>
13997
13998         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13999         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14000         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14001         (gst_oss_mixer_element_get_property),
14002         (gst_oss_mixer_element_change_state):
14003         * sys/oss/gstossmixerelement.h:
14004         Small cleanups. Better error reporting.
14005         Add device property for the mixer instead of the hardcoded
14006         /dev/mixer. Fixes #350785.
14007         API: GstOssMixerElement::device property
14008
14009 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14010
14011         Patch by: Jens Granseuer <jensgr at gmx net>
14012
14013         * gconf/Makefile.am:
14014           Make --disable-schemas work right (they still need
14015           to be copied to the installation directory, just not
14016           applied). Fixes #351347 (also #344100).
14017           
14018 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14019
14020         * configure.ac: back to HEAD
14021
14022 === release 0.10.4 ===
14023
14024 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14025
14026         * configure.ac:
14027           releasing 0.10.4, "Dear Leader"
14028
14029 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14030
14031         Patch by: Edward Hervey <edward@fluendo.com>
14032
14033         * configure.ac:
14034         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14035         (gst_wavparse_stream_data):
14036         Send the newsegment event in the streaming thread.
14037         Fixes #347529
14038
14039 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14040
14041         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14042         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14043         (gst_smokeenc_resync), (gst_smokeenc_chain):
14044           Refuse sink caps in the encoder if width or height is not a
14045           multiple of 16, the encoder does not support that yet (#349939);
14046           along the same lines, check the return value of the encoder
14047           setup function; also remove some debug log clutter.
14048
14049 2006-08-04  Andy Wingo  <wingo@pobox.com>
14050
14051         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14052         whether a processor can work in place or not, and for keeping
14053         track of its state. Change the FlowReturn instance variable from
14054         "state" to "flow_state", all callers changed.
14055
14056         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14057         (gst_signal_processor_start, gst_signal_processor_stop)
14058         (gst_signal_processor_cleanup): New functions to manage the
14059         processor's state.
14060         (gst_signal_processor_setcaps): start() as well as setup() here.
14061         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14062         (gst_signal_processor_change_state): Stop and cleanup the
14063         processor as we go to NULL.
14064
14065         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14066         INPLACE_BROKEN is not set.
14067
14068         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14069         Do the alloc_buffer in bytes, not frames.
14070         
14071 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14072
14073         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14074         Fix rgb masks when recording in < 24bpp.
14075
14076 2006-08-04  Andy Wingo  <wingo@pobox.com>
14077
14078         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14079         (gst_signal_processor_prepare)
14080         (gst_signal_processor_update_inputs)
14081         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14082         (gst_signal_processor_flush)
14083         (gst_signal_processor_sink_activate_push)
14084         (gst_signal_processor_src_activate_pull)
14085         (gst_signal_processor_change_state): Remove the last of the code
14086         that assumes that we process whole buffers at a time. Fix some
14087         debugging. Seems to work now in some cases.
14088         (gst_signal_processor_src_activate_pull): BPB
14089
14090 2006-08-01  Andy Wingo  <wingo@pobox.com>
14091
14092         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14093         Fix nframes-choosing.
14094         (gst_signal_processor_init): Init pending_in and pending_out.
14095
14096         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14097         more default sample rate, although we never check that the sample
14098         rate actually gets set. Something for the future.
14099         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14100         (gst_signal_processor_event): Refcount fixen.
14101         (gst_signal_processor_process): Pull the number of frames to
14102         process from the sizes of the buffers in the input pens.
14103         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14104         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14105         it instead of buffer_frames.
14106         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14107         to do_pulls.
14108         (gst_signal_processor_chain)
14109         (gst_signal_processor_sink_activate_push)
14110         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14111
14112         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14113
14114 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14115
14116         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14117         (gst_signal_processor_process):
14118           don't query buffer-frames from caps, add lots of debug-log,
14119           try fix for assert (#349189)
14120
14121 2006-07-31  Wim Taymans  <wim@fluendo.com>
14122
14123         * gst/udp/gstudpsrc.c:
14124         Fix docs.
14125
14126 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14127
14128         * ext/ladspa/gstsignalprocessor.c:
14129         (gst_signal_processor_add_pad_from_template),
14130         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14131         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14132         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14133         (gst_signal_processor_sink_activate_push),
14134         (gst_signal_processor_src_activate_pull),
14135         (gst_signal_processor_change_state):
14136          Add debugs logs here and there, add more error handling, add some
14137          FIXME comments, filed #349189
14138
14139 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14140
14141         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14142         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14143         Set caps on buffer correctly.  Fixes bug #349155.
14144
14145 2006-07-28  Wim Taymans  <wim@fluendo.com>
14146
14147         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14148
14149         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14150         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14151         (gst_multipart_demux_finalize), (get_line_end),
14152         (multipart_parse_header), (multipart_find_boundary),
14153         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14154         (gst_multipart_set_property), (gst_multipart_get_property):
14155         Uses GstAdapter instead of own buffering.
14156         Actually parses the mime-type correctly (In tests the mime-type was
14157         always "" with the old version).
14158         Uses the Content-length header if available to speed up things.
14159         Reliably autoscans the boundary name by default.
14160         Fixes #349068.
14161
14162         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14163         Don't start the stream with a \n.
14164
14165 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14166
14167         Patch by: Brian Cameron <brian dot cameron at sun com>
14168
14169         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14170           Open source with O_NONBLOCK (#349015).
14171
14172 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14173
14174         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14175         (gst_avi_demux_massage_index):
14176         * gst/avi/gstavidemux.h:
14177           Whitespace fixes and more debug
14178
14179 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14180
14181         * gst/autodetect/gstautoaudiosink.c:
14182         (gst_auto_audio_sink_create_element_with_pretty_name),
14183         (gst_auto_audio_sink_find_best),
14184         (gst_auto_audio_sink_change_state):
14185           Get rid of old and unused magic sound-server properties stuff.
14186           Add suffix to child sink's name that makes it easy to see from
14187           the name alone which type it actually is (alsa, oss, esd, etc.).
14188
14189 2006-07-27  Wim Taymans  <wim@fluendo.com>
14190
14191         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14192         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14193         (gst_udpsrc_start):
14194         * gst/udp/gstudpsrc.h:
14195         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14196         not some sort of feature we enable.
14197
14198 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14199
14200         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14201           Use CLOSE_SOCKET() here instead of close() to maintain
14202           win32 workiness.
14203
14204 2006-07-27  Wim Taymans  <wim@fluendo.com>
14205
14206         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14207
14208         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14209         (gst_udpsrc_create), (gst_udpsrc_set_property),
14210         (gst_udpsrc_get_property), (gst_udpsrc_start):
14211         * gst/udp/gstudpsrc.h:
14212         Added "buffer-size" property to control the kernel receive buffer size.
14213         Update documentation.
14214         Small cleanups. Fixes #348752.
14215         API: buffer-size property
14216
14217 2006-07-26  Wim Taymans  <wim@fluendo.com>
14218
14219         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14220
14221         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14222         (gst_rtp_pcma_pay_handle_buffer):
14223         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14224         (gst_rtp_pcmu_pay_handle_buffer):
14225         Fix timestamp calculation on outgoing RTP packets.
14226         Fixes #348675.
14227
14228 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14229
14230         * ext/taglib/gstid3v2mux.cc:
14231           Fix writing of comment frames (should be COMM not TCOM),
14232           is still sub-optimal though, since we don't retain or
14233           extract the comment descriptions properly (#334375,
14234           also see #334375).
14235
14236 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14237
14238         * gst/wavparse/gstwavparse.c:
14239           #define 'fact' RIFF chunk if we are not compiling against
14240           -base CVS (we don't want to depend on -base CVS for this
14241           one define only, and also not for release order reasons).
14242
14243 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14244
14245         * ext/taglib/gstid3v2mux.cc:
14246           Handle multiple tags of the same type properly. Re-inject
14247           unparsed ID3v2 frames that we get as binary blobs from
14248           id3demux into the tag again so we don't lose information
14249           when retagging (#334375).
14250
14251 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14252
14253         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14254           Document newly-added properties properly, so that there is a
14255           'Since: 0.10.4' in the plugin docs. Convert some property
14256           names into canonical GObject style (GObject will do that
14257           internally anyway).
14258
14259 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14260
14261         * gst/id3demux/id3tags.c:
14262         (id3demux_add_id3v2_frame_blob_to_taglist):
14263           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14264           well, and add the version to the blob's buffer caps, since that
14265           information will be needed for deserialisation later on (#348644).
14266
14267 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14268
14269         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14270         (gst_avi_demux_parse_stream):
14271          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14272          indentation and spacing.
14273
14274 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14275
14276         * docs/plugins/Makefile.am:
14277         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14278         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14279         * docs/plugins/gst-plugins-good-plugins.args:
14280         * docs/plugins/inspect/plugin-1394.xml:
14281         * docs/plugins/inspect/plugin-aasink.xml:
14282         * docs/plugins/inspect/plugin-alaw.xml:
14283         * docs/plugins/inspect/plugin-alpha.xml:
14284         * docs/plugins/inspect/plugin-alphacolor.xml:
14285         * docs/plugins/inspect/plugin-annodex.xml:
14286         * docs/plugins/inspect/plugin-apetag.xml:
14287         * docs/plugins/inspect/plugin-auparse.xml:
14288         * docs/plugins/inspect/plugin-autodetect.xml:
14289         * docs/plugins/inspect/plugin-avi.xml:
14290         * docs/plugins/inspect/plugin-cacasink.xml:
14291         * docs/plugins/inspect/plugin-cairo.xml:
14292         * docs/plugins/inspect/plugin-cdio.xml:
14293         * docs/plugins/inspect/plugin-cutter.xml:
14294         * docs/plugins/inspect/plugin-debug.xml:
14295         * docs/plugins/inspect/plugin-dv.xml:
14296         * docs/plugins/inspect/plugin-efence.xml:
14297         * docs/plugins/inspect/plugin-effectv.xml:
14298         * docs/plugins/inspect/plugin-esdsink.xml:
14299         * docs/plugins/inspect/plugin-flac.xml:
14300         * docs/plugins/inspect/plugin-flxdec.xml:
14301         * docs/plugins/inspect/plugin-gconfelements.xml:
14302         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14303         * docs/plugins/inspect/plugin-goom.xml:
14304         * docs/plugins/inspect/plugin-halelements.xml:
14305         * docs/plugins/inspect/plugin-icydemux.xml:
14306         * docs/plugins/inspect/plugin-id3demux.xml:
14307         * docs/plugins/inspect/plugin-jpeg.xml:
14308         * docs/plugins/inspect/plugin-level.xml:
14309         * docs/plugins/inspect/plugin-matroska.xml:
14310         * docs/plugins/inspect/plugin-mulaw.xml:
14311         * docs/plugins/inspect/plugin-multipart.xml:
14312         * docs/plugins/inspect/plugin-navigationtest.xml:
14313         * docs/plugins/inspect/plugin-ossaudio.xml:
14314         * docs/plugins/inspect/plugin-png.xml:
14315         * docs/plugins/inspect/plugin-rtp.xml:
14316         * docs/plugins/inspect/plugin-rtsp.xml:
14317         * docs/plugins/inspect/plugin-shout2send.xml:
14318         * docs/plugins/inspect/plugin-smpte.xml:
14319         * docs/plugins/inspect/plugin-speex.xml:
14320         * docs/plugins/inspect/plugin-udp.xml:
14321         * docs/plugins/inspect/plugin-videobalance.xml:
14322         * docs/plugins/inspect/plugin-videobox.xml:
14323         * docs/plugins/inspect/plugin-videoflip.xml:
14324         * docs/plugins/inspect/plugin-videomixer.xml:
14325         * docs/plugins/inspect/plugin-wavenc.xml:
14326         * docs/plugins/inspect/plugin-wavparse.xml:
14327         * docs/plugins/inspect/plugin-ximagesrc.xml:
14328           Update files to CVS/Prerelease version, add esdsink docs.
14329
14330         * ext/esd/esdsink.c:
14331           Add gtk-doc blurb.
14332
14333         * gst/rtp/gstrtpmp4vpay.c:
14334           Fix typo in element description.
14335
14336 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14337
14338         * ext/esd/esdsink.c: (gst_esdsink_open),
14339         (gst_esdsink_factory_init):
14340           Prevent libesd from auto-spawning a sound daemon if it
14341           is not already running. Now that we don't do evil stuff
14342           like that any longer we can give esdsink a rank so that
14343           autoaudiosink will try it as well if all other audio
14344           sinks fail (#343051).
14345
14346 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14347
14348         * ext/esd/Makefile.am:
14349           Oops, need to remove README from EXTRA_DIST as well.
14350
14351 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14352
14353         * ext/esd/README:
14354           Remove, it contains nothing useful anyway.
14355
14356         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14357         (gst_esdsink_delay):
14358           Some small clean-ups; use GST_BOILERPLATE etc.
14359
14360 2006-07-24  Wim Taymans  <wim@fluendo.com>
14361
14362         * gst/law/alaw-decode.c: (alawdec_getcaps):
14363         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14364         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14365         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14366         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14367
14368 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14369
14370         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14371         (gst_wavparse_other), (gst_wavparse_perform_seek),
14372         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14373         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14374         (gst_wavparse_pad_query):
14375         * gst/wavparse/gstwavparse.h:
14376           Use information from 'fact' chunk for length calculation of compressed
14377           samples. Calculate bps if bogus value is found in wav header (embeded
14378           mp2/mp3).
14379           
14380
14381 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14382
14383         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14384
14385         * configure.ac:
14386         * gst/udp/Makefile.am:
14387         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14388         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14389         * gst/udp/gstdynudpsink.h:
14390         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14391         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14392         * gst/udp/gstmultiudpsink.h:
14393         * gst/udp/gstudp.c: (plugin_init):
14394         * gst/udp/gstudpsink.h:
14395         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14396         (gst_udpsrc_start), (gst_udpsrc_stop):
14397         * gst/udp/gstudpsrc.h:
14398         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14399         (gst_udp_net_utils_win32_wsa_startup):
14400         * gst/udp/gstudpnetutils.h:
14401           Port udp plugin to win32 (#345288).
14402
14403 2006-07-24  Wim Taymans  <wim@fluendo.com>
14404
14405         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14406         Remove unwanted DEBUG line.
14407
14408 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14409
14410         * gst/id3demux/gstid3demux.c: (plugin_init):
14411         * gst/id3demux/id3tags.c:
14412         (id3demux_add_id3v2_frame_blob_to_taglist):
14413         * gst/id3demux/id3tags.h:
14414           On second thought, it might be wiser and more efficient
14415           not to do tag registration from a streaming thread.
14416
14417 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14418
14419         * gst/id3demux/id3tags.c:
14420         (id3demux_add_id3v2_frame_blob_to_taglist),
14421         (id3demux_id3v2_frames_to_tag_list):
14422           Put ID3v2 frames we can't parse as binary blobs into private
14423           tags, so that they are not lost when retagging, at least once
14424           id3v2mux has been taught to re-inject those frames again.
14425           See bug #334375.
14426
14427 2006-07-21  Wim Taymans  <wim@fluendo.com>
14428
14429         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14430         (gst_avi_demux_process_next_entry):
14431         Fix some leaks.
14432
14433         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14434         Don't use \n in debug lines.
14435
14436 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14437
14438         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14439         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14440           Add annodex and icydemux, cleanup the sections a bit
14441
14442 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14443
14444         Patch by: Alex Lancaster <alexl at users sourceforge net>
14445
14446         * ext/taglib/gstid3v2mux.cc:
14447           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14448           ID3v2 TSSE frames (#347898).
14449
14450 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14451
14452         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14453           Respect mpegversion for "video/mpeg" and give message in case of
14454           unhandled versions.
14455
14456 2006-07-17  Wim Taymans  <wim@fluendo.com>
14457
14458         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14459         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14460         (gst_pngdec_chain), (gst_pngdec_sink_event),
14461         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14462         (gst_pngdec_sink_activate_push):
14463         * ext/libpng/gstpngdec.h:
14464         Use statically allocated segment instead of leaking.
14465         Various cleanups.
14466         Fix flush and seek handling.
14467
14468 2006-07-16  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst/rtp/Makefile.am:
14471         * gst/rtp/gstrtp.c: (plugin_init):
14472         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14473         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14474         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14475         (gst_rtp_mp4g_depay_set_property),
14476         (gst_rtp_mp4g_depay_get_property),
14477         (gst_rtp_mp4g_depay_change_state),
14478         (gst_rtp_mp4g_depay_plugin_init):
14479         * gst/rtp/gstrtpmp4gdepay.h:
14480         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14481         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14482         (gst_rtp_mp4g_pay_flush):
14483         Added simple generic mpeg4 depayloader.
14484         Fix generic mpeg4 payloader.
14485
14486 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14487
14488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14489           Don't try doing state changes on a NULL pointer.
14490
14491 2006-07-14  Wim Taymans  <wim@fluendo.com>
14492
14493         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14494
14495         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14496         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14497         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14498         * gst/rtp/gstrtpamrdepay.h:
14499         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14500         Fixes #321191
14501
14502 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14503
14504         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14505         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14506         Fix segfault when moving mouse pointer to the bottom right corner.
14507
14508 2006-07-12  Wim Taymans  <wim@fluendo.com>
14509
14510         * gst/rtp/Makefile.am:
14511         * gst/rtp/gstrtp.c: (plugin_init):
14512         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14513         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14514         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14515         (gst_rtp_mp2t_depay_set_property),
14516         (gst_rtp_mp2t_depay_get_property),
14517         (gst_rtp_mp2t_depay_change_state),
14518         (gst_rtp_mp2t_depay_plugin_init):
14519         * gst/rtp/gstrtpmp2tdepay.h:
14520         Added mpeg2 TS depayloader. Closing #347234.
14521
14522 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14523
14524         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14525           Remove g_assert that shouldn't be there and was triggered
14526           after trying to open a device that doesn't exist or can't
14527           be opened for some other reason (#347972).
14528
14529 2006-07-10  Edward Hervey  <edward@fluendo.com>
14530
14531         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14532         (gst_avi_demux_stream_header), (push_tag_lists):
14533         * gst/avi/gstavidemux.h:
14534         Don't push tag events found by gst_riff_parse_info() before outputting
14535         GST_EVENT_NEWSEGMENT.
14536
14537 2006-07-10  Wim Taymans  <wim@fluendo.com>
14538
14539         * gst/rtsp/Makefile.am:
14540         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14541         (rtsp_connection_close):
14542         * gst/rtsp/rtspdefs.h:
14543         replaced closesocket and close in code with one CLOSE_SOCKET. 
14544         Some more cleanups. Fixes #345301.
14545
14546 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14547
14548         * gst/autodetect/gstautoaudiosink.c:
14549           Fix example pipeline in docs.
14550
14551 2006-07-10  Wim Taymans  <wim@fluendo.com>
14552
14553         Patch by: Rob Taylor <robtaylor at floopily dot org>
14554
14555         * gst/udp/gstmultiudpsink.c: (join_multicast),
14556         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14557         If a destination is added before the stream is set to PAUSED, the
14558         multicast group is not joined as the socket is not created yet. 
14559         Also TTL and LOOP should also be set. Fixes #346921.
14560
14561 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14562
14563         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14564         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14565         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14566         (gst_ximage_src_init):
14567         * sys/ximage/gstximagesrc.h:
14568         Fix use-damage property to actually work :)
14569         Add startx, starty, endx, endy properties so screencasts other than full
14570         screen ones can work.
14571
14572 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14573
14574         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14575         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14576         (gst_ximage_src_class_init), (gst_ximage_src_init):
14577         * sys/ximage/gstximagesrc.h:
14578         Add use_damage property to offer ability to choose whether to use
14579         XDamage or not.
14580
14581 2006-07-07  Wim Taymans  <wim@fluendo.com>
14582
14583         * gst/goom/filters.c: (zoomFilterSetResolution):
14584         Avoid goom coredumping by clearing memory. 
14585         Fixes 345679.
14586
14587 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14588
14589         * win32/vs6/libgstid3demux.dsp:
14590         Add a link to libgsttag-0.10.lib.
14591
14592 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14593
14594         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14595         (gst_tag_demux_read_range):
14596         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14597         (gst_id3demux_read_range):
14598           Don't return FLOW_UNEXPECTED when a buffer is before
14599           the start of the stream (which might happen with
14600           large ID3v2 tags if the tag reading was done pullrange
14601           based and we then switched to push mode later on).
14602           Fixes regression introduced by commit from June 29th.
14603
14604 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14605
14606         * ext/taglib/gstid3v2mux.cc:
14607           Make UTF-8 the default encoding when writing string
14608           tags (before, our UTF-8 strings would automatically
14609           be converted to ISO-8859-1 by taglib and written as
14610           ISO-8859-1 fields if that was possible).
14611
14612         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14613         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14614         (test_taglib_id3mux_with_tags):
14615           Add test case that makes sure our UTF-8 strings have
14616           actually been written into the tag as UTF-8.
14617
14618 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14619
14620         * configure.ac:
14621           Let's try that again.
14622
14623 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14624
14625         * configure.ac:
14626           Disable monoscope plugin for now until it fulfills
14627           all the requirements.
14628
14629 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14630
14631         * configure.ac:
14632         * gst/monoscope/Makefile.am:
14633         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14634         (gst_monoscope_class_init), (gst_monoscope_init),
14635         (gst_monoscope_finalize), (gst_monoscope_reset),
14636         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14637         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14638         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14639         (gst_monoscope_change_state), (plugin_init):
14640         * gst/monoscope/gstmonoscope.h:
14641           Port monoscope visualisation to 0.10.
14642
14643 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14644
14645         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14646         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14647           Return FLOW_UNEXPECTED when at the end of the file, not
14648           FLOW_ERROR. Fixes 'internal stream error' errors that
14649           would sometimes occur in totem when scrubbing to the
14650           end of an ID3v1 tagged mp3 file.
14651
14652 2006-07-03  Edward Hervey  <edward@fluendo.com>
14653
14654         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14655         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14656         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14657         * ext/libpng/gstpngdec.h:
14658         Implement buffer clipping/dropping using GstSegment.
14659         This provides accurate seeking.
14660
14661 2006-07-03  Edward Hervey  <edward@fluendo.com>
14662
14663         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14664         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14665         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14666         (gst_avi_demux_process_next_entry), (push_tag_lists),
14667         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14668         * gst/avi/gstavidemux.h:
14669         Proper aggregation of each stream's GstFlowReturn in order to figure out
14670         whether the task should stop or not.
14671         Don't send inline events before pushing out a NEW_SEGMENT, more
14672         specifically for GST_TAG_EVENT.
14673         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14674         sub-indexes.
14675
14676 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14677
14678         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14679
14680         * sys/sunaudio/gstsunaudiomixerctrl.c:
14681         (gst_sunaudiomixer_ctrl_build_list):
14682           Move "Monitor" slider to input tab so it works more like
14683           sdtaudiocontrol, which is what people on Solaris are used
14684           to using for their mixer program (#346259).
14685
14686 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14687
14688         * tests/check/elements/level.c: (GST_START_TEST):
14689           fix a leak, clean up at the end
14690
14691 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14692
14693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14694         (gst_matroska_demux_send_event),
14695         (gst_matroska_demux_loop_stream_parse_id):
14696         * gst/matroska/matroska-ids.h:
14697           Send tag event after newsegment event.
14698
14699 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14700
14701         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14702         (gst_id3demux_read_range):
14703           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14704           certain cases where a read beyond the end of the file is
14705           requested. Fixes #345930.
14706
14707         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14708         (gst_tag_demux_read_range):
14709           Fix same issue here as well.
14710
14711 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14712
14713         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14714         
14715         Fix hypothetical crash.
14716
14717 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14718
14719         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14720
14721         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14722           Do not modify the ports value. If the user has turned off the
14723           built-in speakers, then we should not reset it in the prepare
14724           function, since this causes the built-in speakers to turn
14725           back on anytime the user changes a track in totem, rhythmbox,
14726           etc. (#346066).
14727
14728 2006-06-23  Wim Taymans  <wim@fluendo.com>
14729
14730         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14731         Fix double caps unref when negotiation fails.
14732
14733 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14734
14735         * ext/annodex/gstcmmldec.c:
14736         * ext/annodex/gstcmmlenc.c:
14737         * ext/annodex/gstcmmlparser.c:
14738         * ext/dv/gstdvdec.c:
14739         * ext/dv/gstdvdemux.c:
14740         * ext/gdk_pixbuf/pixbufscale.c:
14741         * ext/jpeg/gstjpegenc.c:
14742         * ext/jpeg/gstsmokedec.c:
14743         * ext/jpeg/gstsmokeenc.c:
14744         * ext/libpng/gstpngdec.c:
14745         * ext/libpng/gstpngenc.c:
14746         * ext/speex/gstspeexenc.c:
14747         * gst/alpha/gstalphacolor.c:
14748         * gst/cutter/gstcutter.c:
14749         * gst/debug/gstnavigationtest.c:
14750         * gst/icydemux/gsticydemux.c:
14751         * gst/level/gstlevel.c:
14752         * gst/multipart/multipart.c:
14753         * gst/rtp/gstrtpamrpay.c:
14754         * gst/rtp/gstrtpdepay.c:
14755         * gst/rtp/gstrtpilbcpay.c:
14756         * gst/rtp/gstrtpmp4gpay.c:
14757         * gst/rtp/gstrtpmp4vpay.c:
14758         * gst/rtsp/gstrtpdec.c:
14759         * gst/rtsp/gstrtspsrc.c:
14760         * gst/udp/gstdynudpsink.c:
14761         * gst/udp/gstmultiudpsink.c:
14762         * gst/udp/gstudpsrc.c:
14763         * gst/videobox/gstvideobox.c:
14764         * gst/videofilter/gstvideoflip.c:
14765           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14766           plus two minor macro fixes.
14767
14768 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14769
14770         * gst/matroska/matroska-demux.c:
14771         (gst_matroska_demux_check_subtitle_buffer),
14772         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14773         (gst_matroska_demux_subtitle_caps):
14774         * gst/matroska/matroska-ids.c:
14775         (gst_matroska_track_init_subtitle_context):
14776         * gst/matroska/matroska-ids.h:
14777           Try to fix up broken matroska files containing subtitle
14778           streams with non-UTF8 character encodings (courtesy of
14779           mkvmerge) using either the encoding specified in the
14780           GST_SUBTITLE_ENCODING environment variable or the
14781           current locale's character set if it is non-UTF8.
14782           Fixes #337076.
14783
14784 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14785
14786         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14787           Set image type from APIC frame as "image-type" field
14788           of GST_TAG_IMAGE buffer caps (#344605).
14789
14790 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14791
14792         * ext/flac/Makefile.am:
14793         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14794         (gst_flac_dec_reset_decoders),
14795         (gst_flac_dec_setup_seekable_decoder),
14796         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14797         (gst_flac_dec_metadata_callback),
14798         (gst_flac_dec_metadata_callback_seekable),
14799         (gst_flac_dec_metadata_callback_stream),
14800         (gst_flac_dec_error_callback),
14801         (gst_flac_dec_error_callback_seekable),
14802         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14803         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14804         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14805         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14806         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14807         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14808         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14809         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14810         (gst_flac_dec_sink_activate_push),
14811         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14812         * ext/flac/gstflacdec.h:
14813           Support chain-based operation, should make flac-over-DAAP
14814           work (#340492).
14815
14816 2006-06-20  Wim Taymans  <wim@fluendo.com>
14817
14818         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14819         Doc updates, merge some unused symbols.
14820
14821 2006-06-20  Wim Taymans  <wim@fluendo.com>
14822
14823         * docs/plugins/Makefile.am:
14824         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14825         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14826         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14827         * gst/rtsp/gstrtspsrc.c:
14828         * gst/rtsp/gstrtspsrc.h:
14829         Added documentation for the rtsp plugin. Fixes #345393.
14830
14831 2006-06-20  Wim Taymans  <wim@fluendo.com>
14832
14833         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14834         (rtsp_connection_close), (rtsp_connection_free):
14835         Use better G_OS_* macros. Fixes #345301 some more.
14836
14837 2006-06-20  Wim Taymans  <wim@fluendo.com>
14838
14839         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14840
14841         * sys/sunaudio/Makefile.am:
14842         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14843         * sys/sunaudio/gstsunaudiomixerctrl.c:
14844         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14845         (gst_sunaudiomixer_ctrl_list_tracks),
14846         (gst_sunaudiomixer_ctrl_get_volume),
14847         (gst_sunaudiomixer_ctrl_set_volume),
14848         (gst_sunaudiomixer_ctrl_set_mute),
14849         (gst_sunaudiomixer_ctrl_set_record):
14850         * sys/sunaudio/gstsunaudiomixerctrl.h:
14851         * sys/sunaudio/gstsunaudiomixertrack.c:
14852         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14853         * sys/sunaudio/gstsunaudiomixertrack.h:
14854         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14855         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14856         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14857         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14858         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14859         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14860         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14861         (gst_sunaudiosrc_reset):
14862         * sys/sunaudio/gstsunaudiosrc.h:
14863         Add a SunAudio source plugin.
14864         Support stereo and right/left channel gain in the mixer plugin.
14865         Support the RECORD flag so that you can switch between line-input and
14866         microphone in gnome-volume-control.
14867         Code cleanups like using an enumerator for track number instead of an 
14868         integer. Fixes #344923.
14869
14870 2006-06-20  Wim Taymans  <wim@fluendo.com>
14871
14872         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14873
14874         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14875         (rtsp_connection_close):
14876         Make RTSP plugin compile on windows. Fixes #345301.
14877         Some changes to original patch to catch errors better.
14878         use ifdef WIN32 instead of ifndef.
14879
14880 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14881
14882         * configure.ac:
14883         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14884
14885 2006-06-18  Edward Hervey  <edward@fluendo.com>
14886
14887         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14888         After a failed buffer alloc, we need to abort the jpeg decoding (it
14889         started when parsing headers to figure out how many bytes we need
14890         to request downstream).
14891
14892 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14893
14894         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14895
14896         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14897           Make sure we don't read beyond the end of the file (#345232).
14898
14899 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14900
14901         * configure.ac:
14902           Fix --disable-external (can't set conditionals conditionally,
14903           #343602).
14904
14905 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14906
14907         * autogen.sh:
14908         * configure.ac:
14909         * docs/Makefile.am:
14910           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14911
14912         * docs/plugins/Makefile.am:
14913         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14914         * docs/plugins/inspect/plugin-taglib.xml:
14915           Add/fix apev2mux docs.
14916
14917 2006-06-14  Wim Taymans  <wim@fluendo.com>
14918
14919         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14920         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14921         (gst_dvdec_change_state):
14922         Reset segment info on flush.
14923         Alloc segment in _init, free in _finalize.
14924
14925         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14926         Don't send segments twice.
14927
14928 2006-06-14  Wim Taymans  <wim@fluendo.com>
14929
14930         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14931         Respect segment.stop. Fixes #342592.
14932
14933 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14934
14935         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14936           No language specified means the implied language is English
14937           according to the matroska spec (partially fixes #344708);
14938           add some more debug output.
14939
14940 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14941
14942         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14943         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14944         (gst_wavparse_chain):
14945           When operating chain-based, don't make any assumptions about the
14946           chunking of the incoming data and make streaming work on days other
14947           than the second Thursday after a full moon. Also fix up debug
14948           messages here and there and make use of the most excellent new
14949           gst_pad_query_peer_duration() utility function.
14950           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14951
14952         * gst/wavparse/gstwavparse.h:
14953           Remove trailing comma after last enum value, some compilers don't
14954           like that.
14955
14956 2006-06-13  Wim Taymans  <wim@fluendo.com>
14957
14958         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14959         Handle premature EOS gracefully.
14960
14961 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14962
14963         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14964           Prevent out of bounds array access when scrubbing towards
14965           the end of the file between the last index entry and the
14966           end. Fixes occasional 'start <= stop' newsegment event
14967           assertions when scrubbing in MJPEG files.
14968
14969 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14970
14971         * tests/check/elements/.cvsignore:
14972           And another one.
14973
14974 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14977         (scan_encoded_string), (parse_picture_frame):
14978           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14979
14980         * configure.ac:
14981           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14982           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14983
14984 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14985
14986         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14987           gratuitous comment changes
14988         * tests/check/elements/level.c: (GST_START_TEST):
14989           fix level test leaks
14990
14991 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14992
14993         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14994         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14995           Use gst_pad_query_peer_duration() utility function here.
14996
14997 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14998
14999         * autogen.sh:
15000           require am17
15001         * configure.ac:
15002         * ext/annodex/Makefile.am:
15003         * ext/cdio/Makefile.am:
15004         * ext/dv/Makefile.am:
15005         * ext/esd/Makefile.am:
15006         * ext/flac/Makefile.am:
15007         * ext/gdk_pixbuf/Makefile.am:
15008         * ext/ladspa/Makefile.am:
15009         * ext/libcaca/Makefile.am:
15010         * ext/speex/Makefile.am:
15011         * ext/taglib/Makefile.am:
15012         * sys/oss/Makefile.am:
15013         * sys/sunaudio/Makefile.am:
15014         * sys/ximage/Makefile.am:
15015           clean up build further
15016
15017 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15018
15019         * gconf/Makefile.am:
15020           Honour --disable-schemas-install configure option. Fixes #344100.
15021
15022 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15023
15024         * tests/examples/level/Makefile.am:
15025           Add -lm to LIBS for pow() function, don't assume one of our
15026           dependencies (such as libxml-2.0) drags it in automatically
15027           (#343603).
15028
15029 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15030
15031         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15032
15033         * configure.ac:
15034           We should use $SED and not $(SED) in configure.ac (#343678).
15035
15036 2006-06-09  Wim Taymans  <wim@fluendo.com>
15037
15038         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15039
15040         * sys/sunaudio/gstsunaudiomixerctrl.c:
15041         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15042         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15043         (gst_sunaudiomixer_ctrl_set_mute):
15044         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15045         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15046         (gst_sunaudiosink_write):
15047         Attached find a patch that fixes a number of bugs with the SunAudio
15048         mixer plugin and fixes #344101:
15049         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15050            tracks onto the tracklist causing gnome-volume-control's preferences
15051            dialog to be messed up and would core dump if you checked/unchecked
15052            any item.
15053         2. We weren't previously setting the MUTE flag properly.  Fixing this
15054            makes gnome-volume-control work better.
15055         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15056            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15057            gnome-volume-control look better.
15058         Also some minor cleanup in gstsunaudiosink.c.
15059
15060 2006-06-09  Wim Taymans  <wim@fluendo.com>
15061
15062         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15063         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15064         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15065         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15066         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15067         * ext/jpeg/gstjpegdec.h:
15068         API: Added IDCT method property
15069         Small cleanups.
15070         Avoid dynamic allocation of trivial fixed structure.
15071         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15072
15073 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15074
15075         * configure.ac:
15076         We now require libraw1394 >= 1.1.0 and that version onwards all
15077         have .pc files.
15078
15079 2006-06-02  Edward Hervey  <edward@fluendo.com>
15080
15081         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15082         Trying to get items from an ANY or EMPTY caps is ... stupid.
15083
15084 2006-06-02  Edward Hervey  <edward@fluendo.com>
15085
15086         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15087         (gst_dvdec_chain), (gst_dvdec_change_state):
15088         * ext/dv/gstdvdec.h:
15089         Added GstSegment handling, now implements dropping/clipping.
15090
15091 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15092
15093         * ext/aalib/gstaasink.h:
15094         * ext/annodex/gstcmmldec.h:
15095         * ext/cairo/gsttimeoverlay.h:
15096         * ext/dv/gstdvdec.h:
15097         * ext/dv/gstdvdemux.h:
15098         * ext/esd/esdmon.h:
15099         * ext/esd/esdsink.h:
15100         * ext/flac/gstflacenc.h:
15101         * ext/gconf/gstgconfaudiosink.h:
15102         * ext/gconf/gstgconfaudiosrc.h:
15103         * ext/gconf/gstgconfvideosink.h:
15104         * ext/gconf/gstgconfvideosrc.h:
15105         * ext/gdk_pixbuf/gstgdkanimation.h:
15106         * ext/gdk_pixbuf/pixbufscale.h:
15107         * ext/hal/gsthalaudiosink.h:
15108         * ext/hal/gsthalaudiosrc.h:
15109         * ext/jpeg/gstjpegenc.h:
15110         * ext/jpeg/gstsmokedec.h:
15111         * ext/jpeg/gstsmokeenc.h:
15112         * ext/libcaca/gstcacasink.h:
15113         * ext/libmng/gstmngdec.h:
15114         * ext/libmng/gstmngenc.h:
15115         * ext/libpng/gstpngdec.h:
15116         * ext/libpng/gstpngenc.h:
15117         * ext/raw1394/gstdv1394src.h:
15118         * ext/speex/gstspeexenc.h:
15119         * gst/autodetect/gstautoaudiosink.h:
15120         * gst/autodetect/gstautovideosink.h:
15121         * gst/avi/gstavidemux.h:
15122         * gst/cutter/gstcutter.h:
15123         * gst/debug/efence.h:
15124         * gst/debug/gstnavigationtest.h:
15125         * gst/debug/gstnavseek.h:
15126         * gst/flx/gstflxdec.h:
15127         * gst/goom/gstgoom.h:
15128         * gst/icydemux/gsticydemux.h:
15129         * gst/id3demux/gstid3demux.h:
15130         * gst/law/alaw-decode.h:
15131         * gst/law/alaw-encode.h:
15132         * gst/law/mulaw-decode.h:
15133         * gst/law/mulaw-encode.h:
15134         * gst/matroska/matroska-mux.h:
15135         * gst/median/gstmedian.h:
15136         * gst/oldcore/gstaggregator.h:
15137         * gst/oldcore/gstfdsink.h:
15138         * gst/oldcore/gstmd5sink.h:
15139         * gst/oldcore/gstmultifilesrc.h:
15140         * gst/oldcore/gstpipefilter.h:
15141         * gst/oldcore/gstshaper.h:
15142         * gst/oldcore/gststatistics.h:
15143         * gst/rtp/gstasteriskh263.h:
15144         * gst/rtp/gstrtpL16depay.h:
15145         * gst/rtp/gstrtpL16pay.h:
15146         * gst/rtp/gstrtpamrdepay.h:
15147         * gst/rtp/gstrtpamrpay.h:
15148         * gst/rtp/gstrtpdepay.h:
15149         * gst/rtp/gstrtpgsmdepay.h:
15150         * gst/rtp/gstrtpgsmpay.h:
15151         * gst/rtp/gstrtph263pay.h:
15152         * gst/rtp/gstrtph263pdepay.h:
15153         * gst/rtp/gstrtph263ppay.h:
15154         * gst/rtp/gstrtpmp4gpay.h:
15155         * gst/rtp/gstrtpmp4vdepay.h:
15156         * gst/rtp/gstrtpmp4vpay.h:
15157         * gst/rtp/gstrtpmpadepay.h:
15158         * gst/rtp/gstrtpmpapay.h:
15159         * gst/rtp/gstrtppcmadepay.h:
15160         * gst/rtp/gstrtppcmapay.h:
15161         * gst/rtp/gstrtppcmudepay.h:
15162         * gst/rtp/gstrtppcmupay.h:
15163         * gst/rtp/gstrtpspeexdepay.h:
15164         * gst/rtp/gstrtpspeexpay.h:
15165         * gst/rtsp/gstrtpdec.h:
15166         * gst/rtsp/gstrtspsrc.h:
15167         * gst/smpte/gstsmpte.h:
15168         * gst/udp/gstdynudpsink.h:
15169         * gst/udp/gstmultiudpsink.h:
15170         * gst/udp/gstudpsink.h:
15171         * gst/udp/gstudpsrc.h:
15172         * gst/videofilter/gstvideobalance.h:
15173         * gst/videofilter/gstvideoflip.h:
15174         * sys/oss/gstossdmabuffer.h:
15175         * sys/oss/gstossmixerelement.h:
15176         * sys/oss/gstosssink.h:
15177         * sys/oss/gstosssrc.h:
15178         * sys/osxvideo/osxvideosink.h:
15179         * sys/sunaudio/gstsunaudiomixer.h:
15180         * sys/sunaudio/gstsunaudiosink.h:
15181         * sys/ximage/gstximagesrc.h:
15182         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15183
15184 2006-05-31  Wim Taymans  <wim@fluendo.com>
15185
15186         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15187         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15188         (gst_goom_src_setcaps), (gst_goom_src_event),
15189         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15190         (gst_goom_change_state):
15191         * gst/goom/gstgoom.h:
15192         Handle QoS.
15193         Handle flushing, discont and events.
15194         Fix timestamps and various other cleanups.
15195
15196 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15197
15198         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15199         Fix bus reset when using libiec61883
15200
15201 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15202
15203         * configure.ac:
15204         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15205         * ext/raw1394/Makefile.am:
15206         Add CFLAGS.
15207         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15208         New method, to receive using libiec61883.
15209         (gst_dv1394src_iso_receive),
15210         #ifdef'd out if libiec61883 is present.
15211         (gst_dv1394src_bus_reset),
15212         Get userdata correctly if using libiec61883. 
15213         (gst_dv1394src_create),
15214         When using libiec61883, only poll one fd and no need to read.
15215         (gst_dv1394src_discover_avc_node),
15216         Replace g_warnings.
15217         (gst_dv1394src_start),
15218         Create new handle when we know which dv port.  More reliable
15219         than setting port on an existing handle.  Initialise libiec61883.
15220         (gst_dv1394src_stop):
15221         If using libiec61883, then cleanup its handle properly.
15222         * ext/raw1394/gstdv1394src.h:
15223         Add libiec61883 handle.
15224
15225 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15226
15227         * gst/avi/gstavidemux.c:
15228           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15229         * win32/MANIFEST:
15230           sort file listing
15231         * win32/vs6/libgstavi.dsp:
15232           add gstavimux.c to the project
15233         * win32/vs6/libgstid3demux.dsp:
15234           add link to zlib library
15235         * win32/vs6/libgstmatroska.dsp:
15236           add matroska-ids.c to the project
15237
15238 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15239
15240         Patch by: Sebastian Dröge  <mail at slomosnail de >
15241
15242         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15243         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15244         * ext/taglib/Makefile.am:
15245         * ext/taglib/gstapev2mux.cc:
15246         * ext/taglib/gstapev2mux.h:
15247         * ext/taglib/gstid3v2mux.cc:
15248         * ext/taglib/gsttaglibmux.c: (plugin_init):
15249         * ext/taglib/gsttaglibmux.h:
15250           Add apev2mux element (#343122).
15251         
15252         * tests/check/Makefile.am:
15253         * tests/check/elements/apev2mux.c:
15254         (test_taglib_apev2mux_create_tags),
15255         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15256         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15257         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15258         (apev2mux_suite), (main):
15259           Add unit test for apev2mux element.
15260
15261 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15262
15263         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15264         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15265         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15266           GST_PTR_FORMAT should be used to print caps in debug statements.
15267
15268 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15269
15270         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15271
15272         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15273         (ape_demux_parse_tags):
15274           Some clean-ups and additions: map APE 'file' tag to
15275           GST_TAG_LOCATION (#343123); add support for extracting
15276           the track count and clean up parsing a bit (#343127).
15277
15278 2006-05-28  Edward Hervey  <edward@fluendo.com>
15279
15280         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15281         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15282
15283 2006-05-28  Edward Hervey  <edward@fluendo.com>
15284
15285         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15286         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15287         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15288         * ext/jpeg/gstjpegdec.h:
15289         Clip outgoing buffers according to currently configured segment.
15290
15291 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15292
15293         * ext/taglib/gstid3v2mux.cc:
15294           Handle  writing of track-count or album-volume-count without
15295           track-number or albume-volume-number (in this case the number
15296           will just be set to 0).
15297
15298         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15299           It would be nice if we actually checked the values received for
15300           track/album-volume number/count in  _check_tags(), rather than
15301           setting them again ...
15302
15303 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15304
15305         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15306           A track/volume number or count of 0 does not make sense,
15307           just ignore it along with negative numbers (a tag might
15308           only contain a track count without a track number).
15309
15310 2006-05-27  Edward Hervey  <edward@fluendo.com>
15311
15312         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15313         (gst_jpeg_dec_sink_event):
15314         Abort decompression when receiving FLUSH_STOP. This should avoid
15315         issues when interrupting decoding with flushes.
15316
15317 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15318
15319         * ext/flac/gstflac.c:
15320           Don't #include file we don't dist any longer.
15321
15322 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15323
15324         * README:
15325           Replace current README (containing the release notes from
15326           some 0.9.x version) with a proper README taken from the core.
15327
15328 2006-05-24  Wim Taymans  <wim@fluendo.com>
15329
15330         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15331         Implement EOS correctly by either posting
15332         SEGMENT_DONE or pushing an EOS message depending
15333         on the seek type. Fixes #342592
15334
15335 2006-05-24  Wim Taymans  <wim@fluendo.com>
15336
15337         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15338         * gst/law/alaw-decode.h:
15339         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15340         * gst/law/alaw-encode.h:
15341         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15342         * gst/law/mulaw-decode.h:
15343         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15344         * gst/law/mulaw-encode.h:
15345         Some cleanups in the chain functions.
15346         Remove some GStreamer 0.0.2 bits.
15347
15348 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15349
15350         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15351
15352         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15353           gst_collect_pads_stop() needs to be called before chaining up
15354           to the parent class (#342734).
15355
15356 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         * ext/flac/Makefile.am:
15359         * ext/flac/flac_compat.h:
15360         * ext/flac/gstflac.c:
15361         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15362         * ext/flac/gstflacenc.c:
15363           Remove backwards compatibility cruft for dealing with FLAC API
15364           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15365
15366 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15367
15368         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15369         (gst_matroska_demux_push_xiph_codec_priv_data),
15370         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15371         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15372         * gst/matroska/matroska-ids.h:
15373         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15374         (gst_matroska_mux_video_pad_setcaps),
15375         (xiph3_streamheader_to_codecdata),
15376         (vorbis_streamheader_to_codecdata),
15377         (theora_streamheader_to_codecdata),
15378         (gst_matroska_mux_audio_pad_setcaps),
15379         (gst_matroska_mux_write_data):
15380           Add support for muxing/demuxing theora video (#342448; too bad
15381           none of the usual linux players can actually play this). Playback
15382           in GStreamer will require additional changes to theoradec in -base.
15383           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15384           cleanups.
15385
15386 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15387
15388         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15389         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15390           Fix crashes when the horizontal subsampling is 1.
15391           Fixes #342097.
15392
15393 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15394
15395         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15396
15397         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15398         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15399         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15400         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15401         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15402         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15403         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15404         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15405         (gst_avi_mux_change_state):
15406         * gst/avi/gstavimux.h:
15407           Some enhancements for avimux (#342526):
15408            - add odml (large file) index support
15409            - store codec init data (e.g. huffyuv)
15410            - miscellaneous other fixes/cleanups
15411
15412 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15413
15414         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15415         Don't output any tag when we encounter a negative track number - the
15416         tag type is uint, so we end up outputting huge positive numbers
15417         instead. (Fixes: #342029)
15418
15419 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15420
15421         * configure.ac:
15422           update for new GSTPB_PLUGINS_DIR
15423
15424 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15425
15426         * rtp/gst/gstrtph263pay.c:
15427         Properly set static caps for H263 at 34.
15428
15429 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15430
15431         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15432
15433         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15434           Merge event tags and tag setter tags correctly (#339918). Also,
15435           don't leak taglist in case of an error.
15436           
15437 2006-05-17  Edward Hervey  <edward@fluendo.com>
15438
15439         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15440         We can only do caps intersection if the othercaps are non-empty and not
15441         ANY. Else we return the pad template (base_caps).
15442
15443 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15446           Fix crash when outputting debugging information for certain
15447           pictures (always good to use the right struct member for
15448           the number of records in an array).
15449
15450 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15451
15452         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15453
15454         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15455         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15456         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15457         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15458         (gst_ebml_read_float), (gst_ebml_read_ascii),
15459         (gst_ebml_read_binary):
15460           Don't create unnecessary sub-buffers all the time. Dramatically
15461           improves performance with multiple concurrently running
15462           matroskademux instances (#341818) (and avoids doing
15463           unnecessarily inefficient things in the general case).
15464
15465 2006-05-16  Edward Hervey  <edward@fluendo.com>
15466
15467         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15468         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15469         return value of gst_pad_push_event().
15470
15471 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15472
15473         * gst/autodetect/gstautoaudiosink.c:
15474         (gst_auto_audio_sink_find_best):
15475         * gst/autodetect/gstautovideosink.c:
15476         (gst_auto_video_sink_find_best):
15477         Make the name of the child element be based on the name of the
15478         parent, so that debug output is more useful.
15479         
15480         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15481         (parse_insert_string_field), (parse_split_strings):
15482         Rework string parsing to always walk over BOM markers in UTF16
15483         strings, using the endianness indicated by the innermost one,
15484         then trying the opposite endianness if that fails to convert
15485         to valid UTF-8. Fixes #341774
15486
15487 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15488
15489         Patch from: Matthieu <matthieu at fluendo dot com>
15490
15491         * ext/libpng/Makefile.am:
15492         Add LIBPNG_CFLAGS.
15493
15494 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15495
15496         * ext/taglib/gstid3v2mux.cc:
15497           Add support for writing images (APIC frames) into ID3v2
15498           tags (picture type always set to 'other' for now though).
15499
15500 2006-05-14  Michael Smith  <msmith@fluendo.com>
15501
15502         * gst/wavparse/gstwavparse.c:
15503           Update docs; wavparse implements push and pull modes.
15504
15505 2006-05-12  Wim Taymans  <wim@fluendo.com>
15506
15507         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15508         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15509         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15510         Ooops, bitten by the copy-and-paste design paradigm, fixes
15511         seek again.
15512
15513 2006-05-12  Wim Taymans  <wim@fluendo.com>
15514
15515         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15516         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15517         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15518         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15519         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15520         (gst_avi_demux_massage_index),
15521         (gst_avi_demux_calculate_durations_from_index),
15522         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15523         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15524         (gst_avi_demux_loop):
15525         * gst/avi/gstavidemux.h:
15526         Some cleanups, prepare to use GstSegment.
15527         Fix error in entry walking code.
15528         Fix VBR detection.
15529         Smarter timestamp calculation code.
15530         Uniform error/eos handling.
15531
15532 2006-05-12  Michael Smith  <msmith@fluendo.com>
15533
15534         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15535         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15536           Fix use of uninitialised values if we're NOT seeking in ready.
15537           Fix typos.
15538
15539 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15540
15541         * gst/wavparse/Makefile.am:
15542           Add CFLAGS and LIBS for libgstbase, fixes build on
15543           Cygwin (#341489).
15544
15545 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15546
15547         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15548           Some more debug info. No need to check whether the string
15549           returned by g_convert() is really UTF-8 - either it is or
15550           we get NULL returned.
15551
15552 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15553
15554         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15555           Fix parsing of numeric genre strings some more, by ensuring that
15556           we only try and parse strings that a) Start with '(' and b) Consist
15557           only of digits.
15558           Also, when finding an escaping '((' sequence, bust it back to '(' by
15559           swallowing the first parenthesis
15560
15561 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15562
15563         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15564         (gst_esdsink_open), (gst_esdsink_close):
15565         * ext/esd/esdsink.h:
15566           Move the esd_get_server_info() into gst_esdsink_open() and fail
15567           with a decent error message on errors.
15568
15569 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15570
15571         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15572         (gst_esdmon_channels_get_type):
15573         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15574         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15575         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15576         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15577         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15578         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15579         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15580         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15581         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15582         * gst/videomixer/videomixer.c:
15583         (gst_video_mixer_background_get_type):
15584           Const-ify GEnumValue arrays.
15585
15586 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15589
15590         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15591         (gst_avi_mux_do_video_buffer):
15592           Work around gst_buffer_make_metadata_writable() bug that
15593           results in avimux marking all frames in the index as
15594           keyframes (#340859).
15595           
15596 2006-05-08  Wim Taymans  <wim@fluendo.com>
15597
15598         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15599         Make parsing of urls suck slightly less.
15600
15601 2006-05-08  Edward Hervey  <edward@fluendo.com>
15602
15603         * autogen.sh: (CONFIGURE_DEF_OPT): 
15604         libtoolize on Darwin/MacOSX is called glibtoolize.
15605
15606 2006-05-08  Wim Taymans  <wim@fluendo.com>
15607
15608         Patch by: Jens Granseuer <jensgr at gmx dot net>
15609
15610         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15611         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15612         C89 compliance fixes. Fixes #340980
15613
15614 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15615
15616         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15617         * ext/flac/gstflacdec.h:
15618           Handle segment seeks that include the end of the file as stop point
15619           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15620           message instead of an EOS event in case we're in segment seek
15621           mode (fixes #340699).
15622           
15623 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15624
15625         * ext/cairo/gsttextoverlay.c:
15626         * ext/flac/gstflacdec.c:
15627         * ext/gdk_pixbuf/pixbufscale.c:
15628         * gst/apetag/gstapedemux.c:
15629         * gst/debug/breakmydata.c:
15630         * gst/debug/testplugin.c:
15631         * gst/matroska/ebml-write.c:
15632         * gst/multipart/multipartdemux.c:
15633         * sys/osxaudio/gstosxaudiosink.c:
15634         * sys/osxaudio/gstosxaudiosrc.c:
15635         Add semicolons after GST_BOILERPLATE[_FULL] so that
15636         indent doesn't mess up following lines.
15637
15638 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15639
15640         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15641
15642         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15643           Don't leak caps when freeing the stream context (#340623).
15644
15645 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15646
15647         * configure.ac:
15648           Back to CVS
15649
15650 === release 0.10.3 ===
15651
15652 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15653
15654         * configure.ac:
15655           releasing 0.10.3, "Desplazado"
15656
15657 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15658
15659         * gst/matroska/matroska-mux.c:
15660         (gst_matroska_mux_stream_is_vorbis_header),
15661         (gst_matroska_mux_write_data):
15662           Don't strcmp() NULL strings.
15663           Only start new clusters on video keyframes, not on any
15664           random audio buffer that doesn't have the DELTA_UNIT
15665           flag set (fixes 'make check' again).
15666
15667 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15668
15669         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15670
15671         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15672         (gst_matroska_mux_stream_is_vorbis_header),
15673         (gst_matroska_mux_write_data):
15674           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15675           value and then dead-lock when muxing vorbis audio streams
15676           (the three vorbis header buffers carry no timestamp, and it
15677           would try to mux these after all video buffers). Fixes #340346.
15678
15679           Improve clustering: start a new cluster also whenever we get
15680           a keyframe.     
15681
15682 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15683
15684         * win32/common/config.h:
15685         * win32/MANIFEST
15686           add the generated file as well
15687
15688 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15689
15690         * Makefile.am:
15691         * configure.ac:
15692         * win32/common/config.h.in:
15693           add win32 stuff
15694
15695 2006-05-03  Michael Smith  <msmith@fluendo.com>
15696
15697         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15698           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15699           SUCKS.
15700
15701 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15702
15703         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15704         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15705         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15706           don't leak caps-string
15707
15708 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15709
15710         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15711         (gst_id3demux_sink_activate):
15712           Let core insert default error message for TYPE_NOT_FOUND
15713           errors, it's just as good as our own and has the added
15714           bonus of being translated.
15715
15716 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15717
15718         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15719         (gst_tag_demux_sink_event):
15720         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15721         (gst_id3demux_sink_event):
15722           Post an error message when we get an EOS event and were not
15723           able to find out the type of stream.
15724
15725         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15726         (test_taglib_id3mux_with_tags):
15727           Decrease num-buffers to 16 per iteration again, otherwise the
15728           many memcpy()s and reallocations in the test will hammer slow
15729           CPUs completely and make the test timeout.
15730
15731 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15732
15733         * configure.ac:
15734           figure out where plugins-base plugins are
15735         * tests/check/Makefile.am:
15736           use plugins-base plugins, so we have typefind functions
15737         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15738           increase num-buffers, this makes sure the test errors out instead
15739           of timing out when no typefind functions are present
15740
15741 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15742
15743         * docs/plugins/Makefile.am:
15744           also check .cc files for gtk-doc markup
15745         * configure.ac:
15746         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15747         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15748         * tests/check/Makefile.am:
15749         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15750         * ext/Makefile.am:
15751         * ext/taglib/Makefile.am:
15752         * ext/taglib/gstid3v2mux.h:
15753         * ext/taglib/gsttaglibmux.c:
15754         * ext/taglib/gsttaglibmux.h:
15755           move taglib-based id3v2muxer to -good.  Fixes #336110.
15756
15757 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15758
15759         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15760           ... and fix multichannel/WAVFORMATEX support again.
15761
15762 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15763
15764         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15765         (gst_wavparse_class_init), (gst_wavparse_dispose),
15766         (gst_wavparse_reset), (gst_wavparse_init),
15767         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15768         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15769         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15770         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15771         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15772         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15773         (gst_wavparse_stream_data), (gst_wavparse_loop),
15774         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15775         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15776         (gst_wavparse_change_state), (plugin_init):
15777         * gst/wavparse/gstwavparse.h:
15778           Add push (streaming) mode to wavparse (fixes #337625)
15779
15780 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15781
15782         * configure.ac:
15783         * tests/Makefile.am:
15784           add ximagesrc icles test
15785
15786 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15787
15788         * configure.ac:
15789         * docs/plugins/Makefile.am:
15790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15792         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15793         (gst_cmml_enc_push_clip):
15794         * sys/Makefile.am:
15795         * sys/ximage/Makefile.am:
15796         * sys/ximage/gstximagesrc.c:
15797           Move ximagesrc plug-in to good after review.  Fixes #336756.
15798
15799 2006-04-28  Michael Smith  <msmith@fluendo.com>
15800
15801         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15802         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15803         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15804         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15805         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15806         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15807         * gst/icydemux/gsticydemux.h:
15808           Fix event handling: cache events when typefinding and forward later.
15809
15810 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15811
15812         * sys/osxaudio/gstosxaudiosink.c:
15813         (plugin_init):
15814          Register osxaudiosrc to the plugin.
15815         * sys/osxaudio/gstosxaudiosrc.c:
15816         (gst_osx_audio_src_osxelement_do_init),
15817         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15818         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15819         (gst_osx_audio_src_get_property),
15820         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15821         (gst_osx_audio_src_osxelement_init):
15822         * sys/osxaudio/gstosxaudiosrc.h:
15823           Port of osxaudiosrc to 0.10.
15824         * sys/osxaudio/Makefile.am:
15825           Add osxaudiosrc
15826
15827 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15828
15829         * sys/osxaudio/gstosxringbuffer.c:
15830         * sys/osxaudio/gstosxringbuffer.h:
15831           Forgot to commit earlier, part of the OSX audio plugin port
15832
15833 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15834
15835         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15836         (parse_split_strings):
15837           Recognise and skip any byte order marker (BOM) in
15838           UTF-16 strings.
15839
15840 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15841
15842         * docs/plugins/Makefile.am:
15843         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15844         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15845         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15846         * docs/plugins/inspect/plugin-avi.xml:
15847         * gst/avi/gstavidemux.c:
15848         * gst/avi/gstavimux.c:
15849           Add docs for both avidemux and avimux.
15850
15851 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15852
15853         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15854
15855         * gst/avi/Makefile.am:
15856         * gst/avi/gstavi.c: (plugin_init):
15857         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15858         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15859         (gst_avi_mux_class_init), (gst_avi_mux_init),
15860         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15861         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15862         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15863         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15864         (gst_avi_mux_riff_get_avix_header),
15865         (gst_avi_mux_riff_get_video_header),
15866         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15867         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15868         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15869         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15870         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15871         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15872         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15873         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15874         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15875         (gst_avi_mux_change_state):
15876         * gst/avi/gstavimux.h:
15877           Port AVI muxer to GStreamer-0.10 (#332031).
15878
15879         * tests/check/Makefile.am:
15880         * tests/check/elements/avimux.c:
15881         * tests/check/elements/.cvsignore:
15882           Add unit test for AVI muxer.
15883
15884 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15885
15886         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15887         (gst_wavparse_class_init), (gst_wavparse_reset),
15888         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15889         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15890         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15891         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15892         (gst_wavparse_stream_data), (gst_wavparse_loop),
15893         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15894         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15895         (plugin_init):
15896         * gst/wavparse/gstwavparse.h:
15897           reverted patch #337625 for the price of 1 hour sleep
15898
15899 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15900
15901         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15902         (gst_wavparse_class_init), (gst_wavparse_reset),
15903         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15904         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15905         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15906         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15907         (gst_wavparse_stream_data), (gst_wavparse_loop),
15908         (gst_wavparse_chain), (plugin_init):
15909         * gst/wavparse/gstwavparse.h:
15910           correct partial implementation of push mode
15911           (from my last commit)
15912
15913 2006-04-26  Wim Taymans  <wim@fluendo.com>
15914
15915         * ext/esd/esdsink.c:
15916         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15917         it is not in esd.h
15918
15919 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15920
15921         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15922         (gst_au_parse_class_init), (gst_au_parse_init),
15923         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15924         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15925         (gst_au_parse_chain), (gst_au_parse_src_convert),
15926         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15927         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15928         (gst_au_parse_change_state):
15929         * gst/auparse/gstauparse.h:
15930           Rewrite auparse to suck a little bit less: make source pad
15931           dynamic, so decodebin/playbin work with non-raw formats
15932           like alaw/mulaw; add query function for duration/position
15933           queries; check whether we have enough data before attempting
15934           to parse the header (instead of crashing when that is not the
15935           case); work around audioconvert sucking by swapping endianness
15936           to the native endianness ourselves for float formats; send
15937           initial newsegment event. Fixes #161712.
15938
15939 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15940
15941         * sys/osxaudio/Makefile.am:
15942         * sys/osxaudio/gstosxaudioelement.c:
15943         (gst_osx_audio_element_get_type),
15944         (gst_osx_audio_element_class_init):
15945         * sys/osxaudio/gstosxaudioelement.h:
15946         * sys/osxaudio/gstosxaudiosink.c:
15947         (gst_osx_audio_sink_osxelement_do_init),
15948         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15949         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15950         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15951         (gst_osx_audio_sink_create_ringbuffer),
15952         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15953         (plugin_init):
15954         * sys/osxaudio/gstosxaudiosink.h:
15955         Port of osxaudiosink to 0.10
15956
15957 2006-04-26  Wim Taymans  <wim@fluendo.com>
15958
15959         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15960         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15961         the size of the ringbuffer. This should fix hangs with older 
15962         esd sound servers.
15963
15964 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15965
15966         * ext/aalib/gstaasink.c:
15967         * ext/annodex/gstcmmldec.c:
15968         * ext/annodex/gstcmmlenc.c:
15969         * ext/cairo/gsttextoverlay.c:
15970         * ext/cairo/gsttimeoverlay.c:
15971         * ext/cdio/gstcdiocddasrc.c:
15972         * ext/dv/gstdvdec.c:
15973         * ext/dv/gstdvdemux.c:
15974         * ext/esd/esdmon.c:
15975         * ext/esd/esdsink.c:
15976         * ext/flac/gstflacenc.c:
15977         * ext/flac/gstflactag.c:
15978         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15979         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15980         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15981         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15982         * ext/gdk_pixbuf/pixbufscale.c:
15983         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15984         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15985         * ext/jpeg/gstjpegdec.c:
15986         * ext/jpeg/gstjpegenc.c:
15987         * ext/jpeg/gstsmokedec.c:
15988         * ext/jpeg/gstsmokeenc.c:
15989         * ext/libcaca/gstcacasink.c:
15990         * ext/libmng/gstmngdec.c:
15991         * ext/libmng/gstmngenc.c:
15992         * ext/libpng/gstpngdec.c:
15993         * ext/libpng/gstpngenc.c:
15994         * ext/mikmod/gstmikmod.c:
15995         * ext/raw1394/gstdv1394src.c:
15996         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15997         * ext/shout2/gstshout2.h:
15998         * ext/speex/gstspeexdec.c:
15999         * ext/speex/gstspeexenc.c:
16000         * gst/alpha/gstalpha.c:
16001         * gst/alpha/gstalphacolor.c:
16002         * gst/apetag/gstapedemux.c:
16003         * gst/auparse/gstauparse.c:
16004         * gst/autodetect/gstautoaudiosink.c:
16005         (gst_auto_audio_sink_base_init):
16006         * gst/autodetect/gstautovideosink.c:
16007         (gst_auto_video_sink_base_init):
16008         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16009         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16010         * gst/cutter/gstcutter.c:
16011         * gst/debug/breakmydata.c:
16012         * gst/debug/efence.c:
16013         * gst/debug/gstnavigationtest.c:
16014         * gst/debug/gstnavseek.c:
16015         * gst/debug/negotiation.c:
16016         * gst/debug/progressreport.c:
16017         * gst/debug/testplugin.c:
16018         * gst/effectv/gstaging.c:
16019         * gst/effectv/gstdice.c:
16020         * gst/effectv/gstedge.c:
16021         * gst/effectv/gstquark.c:
16022         * gst/effectv/gstrev.c:
16023         * gst/effectv/gstshagadelic.c:
16024         * gst/effectv/gstvertigo.c:
16025         * gst/effectv/gstwarp.c:
16026         * gst/flx/gstflxdec.c:
16027         * gst/goom/gstgoom.c:
16028         * gst/icydemux/gsticydemux.c:
16029         * gst/id3demux/gstid3demux.c:
16030         * gst/interleave/deinterleave.c:
16031         * gst/interleave/interleave.c:
16032         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16033         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16034         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16035         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16036         * gst/level/gstlevel.c:
16037         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16038         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16039         * gst/median/gstmedian.c:
16040         * gst/monoscope/gstmonoscope.c:
16041         * gst/multipart/multipartdemux.c:
16042         * gst/multipart/multipartmux.c:
16043         * gst/oldcore/gstaggregator.c:
16044         * gst/oldcore/gstfdsink.c:
16045         * gst/oldcore/gstmd5sink.c:
16046         * gst/oldcore/gstmultifilesrc.c:
16047         * gst/oldcore/gstpipefilter.c:
16048         * gst/oldcore/gstshaper.c:
16049         * gst/oldcore/gststatistics.c:
16050         * gst/rtp/gstasteriskh263.c:
16051         * gst/rtp/gstrtpL16depay.c:
16052         * gst/rtp/gstrtpL16pay.c:
16053         * gst/rtp/gstrtpamrdepay.c:
16054         * gst/rtp/gstrtpamrpay.c:
16055         * gst/rtp/gstrtpdepay.c:
16056         * gst/rtp/gstrtpgsmpay.c:
16057         * gst/rtp/gstrtph263pay.c:
16058         * gst/rtp/gstrtph263pdepay.c:
16059         * gst/rtp/gstrtph263ppay.c:
16060         * gst/rtp/gstrtpilbcdepay.c:
16061         * gst/rtp/gstrtpmp4gpay.c:
16062         * gst/rtp/gstrtpmp4vdepay.c:
16063         * gst/rtp/gstrtpmp4vpay.c:
16064         * gst/rtp/gstrtpmpadepay.c:
16065         * gst/rtp/gstrtpmpapay.c:
16066         * gst/rtp/gstrtppcmadepay.c:
16067         * gst/rtp/gstrtppcmapay.c:
16068         * gst/rtp/gstrtppcmudepay.c:
16069         * gst/rtp/gstrtppcmupay.c:
16070         * gst/rtp/gstrtpspeexdepay.c:
16071         * gst/rtp/gstrtpspeexpay.c:
16072         * gst/rtsp/gstrtpdec.c:
16073         * gst/rtsp/gstrtspsrc.c:
16074         * gst/smpte/gstsmpte.c:
16075         * gst/udp/gstdynudpsink.c:
16076         * gst/udp/gstmultiudpsink.c:
16077         * gst/udp/gstudpsink.c:
16078         * gst/udp/gstudpsrc.c:
16079         * gst/videobox/gstvideobox.c:
16080         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16081         * gst/videofilter/gstvideobalance.c:
16082         * gst/videofilter/gstvideoflip.c:
16083         * gst/videofilter/gstvideotemplate.c:
16084         (gst_videotemplate_base_init):
16085         * gst/videomixer/videomixer.c:
16086         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16087         (gst_wavparse_class_init), (gst_wavparse_dispose),
16088         (gst_wavparse_reset), (gst_wavparse_init),
16089         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16090         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16091         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16092         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16093         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16094         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16095         (gst_wavparse_change_state):
16096         * gst/wavparse/gstwavparse.h:
16097         * sys/oss/gstossmixerelement.c:
16098         * sys/oss/gstosssink.c:
16099         * sys/oss/gstosssrc.c:
16100         * sys/osxaudio/gstosxaudioelement.c:
16101         * sys/osxaudio/gstosxaudiosink.c:
16102         * sys/osxaudio/gstosxaudiosrc.c:
16103         * sys/sunaudio/gstsunaudiomixer.c:
16104         * sys/sunaudio/gstsunaudiosink.c:
16105           Define GstElementDetails as const and also static (when defined as
16106           global)
16107
16108 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16109
16110         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16111           Source pad has fixed caps. If we don't set this, bad
16112           things happen when the window is resized.
16113
16114 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16115
16116         * gst/matroska/Makefile.am:
16117         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16118         (gst_matroska_demux_handle_src_event):
16119         * gst/matroska/matroska-ids.c:
16120         (gst_matroska_track_init_video_context),
16121         (gst_matroska_track_init_audio_context),
16122         (gst_matroska_track_init_subtitle_context),
16123         (gst_matroska_track_init_complex_context):
16124         * gst/matroska/matroska-ids.h:
16125           Handle case where the TrackType ebml chunk does not come before the
16126           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16127           events.
16128
16129 2006-04-25  Wim Taymans  <wim@fluendo.com>
16130
16131         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16132         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16133         It's codec_data, not codec_info.
16134
16135 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16136
16137         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16138
16139         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16140           Handle codec_data for VfW compatibility codec IDs (#339451)
16141
16142         * gst/matroska/matroska-mux.c:
16143         (gst_matroska_mux_video_pad_setcaps):
16144           Same here, handle codec_data and add additional caps we can handle
16145           now to the pad template (huffyuv, dv and h263 video) (#339451)
16146
16147 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16148
16149         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16150
16151         * gst/matroska/matroska-mux.c:
16152         (gst_matroska_mux_create_buffer_header),
16153         (gst_matroska_mux_write_data):
16154           Fix timestamping of B-frames, use signed integers, do
16155           some rounding (#339678).
16156
16157 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16158
16159         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16160         just make it compile with --disable-gst-debug.
16161
16162 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16163
16164         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16165         Fix a bad conversion using gst_guint64_to_gdouble.
16166         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16167         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16168         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16169     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16170         mistake.
16171
16172 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16173
16174         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16175         Use gst_guint64_to_gdouble for conversions
16176         * win32/vs6/gst_plugins_good.dsw:
16177         * win32/vs6/libgsticydemux.dsp:
16178         Add a project file for icydemux
16179
16180 2006-04-21  Wim Taymans  <wim@fluendo.com>
16181
16182         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16183
16184         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16185         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16186         When splitting audio chunks, the block alignment is not taken in
16187         consideration, so the smaller chunks could be of size which is 
16188         not a multiple of the block alignment. Fixes #336904
16189
16190 2006-04-21  Wim Taymans  <wim@fluendo.com>
16191
16192         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16193         Use scale functions
16194
16195 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16196
16197         * ext/dv/gstdv.c: (plugin_init):
16198           Fix build.
16199
16200 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16201
16202         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16203         (gst_progress_report_class_init), (gst_progress_report_init),
16204         (gst_progress_report_do_query), (gst_progress_report_report),
16205         (gst_progress_report_set_property),
16206         (gst_progress_report_get_property):
16207           Add 'format' property to force querying to a particular format.
16208
16209 2006-04-21  Andy Wingo  <wingo@pobox.com>
16210
16211         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16212         best, on big endian systems. Drop its rank in that case. OTOH on
16213         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16214
16215 2006-04-21  Michael Smith  <msmith@fluendo.com>
16216
16217         * configure.ac:
16218         * gst/icydemux/Makefile.am:
16219         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16220         (gst_icydemux_base_init), (gst_icydemux_class_init),
16221         (gst_icydemux_reset), (gst_icydemux_init),
16222         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16223         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16224         (unicodify), (gst_icydemux_unicodify),
16225         (gst_icydemux_parse_and_send_tags),
16226         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16227         (gst_icydemux_chain), (gst_icydemux_change_state),
16228         (gst_icydemux_send_tag_event), (plugin_init):
16229         * gst/icydemux/gsticydemux.h:
16230         * tests/check/Makefile.am:
16231         * tests/check/elements/icydemux.c: (typefind_succeed),
16232         (plugin_init), (icydemux_found_pad), (create_icydemux),
16233         (cleanup_icydemux), (push_data), (GST_START_TEST),
16234         (icydemux_suite), (main):
16235           Add icydemux, and tests.
16236
16237 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16238
16239         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16240           Post SEGMENT_DONE message in TIME format.
16241
16242 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16243
16244         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16245
16246         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16247         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16248           Fix index creation when we have to scan the file to create
16249           an index. There may be other types of RIFF 'LIST' chunks than
16250           'movi' and we need to skip them properly as well or we'll end up
16251           reading garbage (#336889). Some other cosmetic changes.
16252           
16253 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16254
16255         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16256         (gst_flac_dec_handle_seek_event):
16257           Add support for segment seeks (fixes #338290). Also demote
16258           some recurring debug message from DEBUG to LOG level.
16259
16260 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16261
16262         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16263         (gst_matroskademux_do_index_seek),
16264         (gst_matroska_demux_handle_seek_event),
16265         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16266         * gst/matroska/matroska-ids.h:
16267           Set DISCONT flag on first buffer after a discontinuity.
16268           Fix newsegment events sent when seeking and honour KEY_UNIT
16269           seek flag. Create pad with bogus caps if we don't recognise
16270           the stream codec id.
16271
16272         * gst/matroska/matroska-demux.h:
16273           Fix GObject macros.
16274
16275 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16276
16277         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16278
16279         * gst/matroska/matroska-demux.c:
16280         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16281           Handle end of segment properly when set; don't dead-lock when
16282           posting start of segment message when doing a segment seek.
16283           Fixes #338810.
16284
16285 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16286
16287         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16288         (gst_matroska_demux_plugin_init):
16289           Make mpeg2 aac audio work: create artificial private codec data
16290           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16291           Also call gst_riff_init(). Partially fixes #338767.
16292
16293 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16294
16295         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16296         (gst_wavenc_class_init), (gst_wavenc_init),
16297         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16298         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16299         (gst_wavenc_chain), (gst_wavenc_change_state):
16300         * gst/wavenc/gstwavenc.h:
16301           Set caps on first outgoing buffer, so that it doesn't error out
16302           immediately with a non-negotiated error (#338716). Rewrite and
16303           clean up a bit; fix setcaps function to parse things properly;
16304           fix sink caps (8bit audio is unsigned and doesn't have depth);
16305           use boilerplate macros; remove unused properties stuff.
16306
16307 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16308
16309         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16310           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16311           handle MJPEG streams and might be autoplugged for those if the
16312           user doesn't have jpegdec installed (resulting in a cryptic error
16313           message about huffman tables). Better to disable JPEG decoding here
16314           and let the user figure out that she needs to install jpegdec.
16315
16316 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16317
16318         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16319         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16320         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16321         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16322           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16323           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16324           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16325           debug messages. Fix boilerplate macros.
16326
16327 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16328
16329         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16330         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16331           No need to special-case for Gdk-2.0 any longer, we require
16332           Gdk 2.2 or newer; minor clean-ups.
16333
16334 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16335
16336         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16337         (gst_shout2send_class_init), (gst_shout2send_init),
16338         (set_shout_metadata), (gst_shout2send_set_metadata),
16339         (gst_shout2send_event), (gst_shout2send_start),
16340         (gst_shout2send_connect), (gst_shout2send_stop),
16341         (gst_shout2send_render), (gst_shout2send_set_property),
16342         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16343         (plugin_init):
16344         * ext/shout2/gstshout2.h:
16345         * po/POTFILES.in:
16346           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16347           change function; use GST_ELEMENT_ERROR for error reporting, not
16348           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16349           will cause crashes or assertion failures; remove (unused) "sync"
16350           property, basesink already has such a property; misc. other
16351           minor fixes and cleanups.
16352
16353 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16354
16355         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16356         * ext/esd/gstesd.c: (plugin_init):
16357         * po/POTFILES.in:
16358           Add translatable error message for when we cannot
16359           connect to the sound server, as "Cannot open resource
16360           for writing" isn't really an acceptable message to show
16361           to the user in this case.
16362
16363 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16364
16365         * sys/oss/gst-i18n-plugin.h:
16366           Remove bogus file that doesn't belong here.
16367
16368 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16369
16370         Patch by: Philippe Valembois
16371
16372         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16373         (gst_shout2send_set_metadata), (gst_shout2send_event),
16374         (gst_shout2send_render), (gst_shout2send_change_state):
16375         * ext/shout2/gstshout2.h:
16376           Handle tags being received before the connection to
16377           the server is established properly (see #338636).
16378
16379 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16380
16381         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16382           Don't crash in case the connection to the server fails:
16383           don't set pointer to NULL by assigning FALSE; error out
16384           properly by using GST_ELEMENT_ERROR and returning
16385           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16386           before resetting the pointer.
16387
16388 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16389
16390         * gst/id3demux/id3tags.c:
16391         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16392         (Fixes #338713)
16393
16394 2006-04-12  Wim Taymans  <wim@fluendo.com>
16395
16396         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16397         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16398         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16399         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16400         (gst_gdk_pixbuf_chain):
16401         Some cleanups.
16402         Added RGBA as a possible output format.
16403         Correctly free the supported mimetypes.
16404         deprecate silent arg, it's not used.
16405         Return result from _alloc_buffer to peer.
16406
16407 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16408
16409         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16410           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16411           overwriting GST_BUFFER_MALLOCDATA.
16412
16413 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16414
16415         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16416         (user_endrow_callback), (user_end_callback),
16417         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16418         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16419         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16420         * ext/libpng/gstpngdec.h:
16421           Handle more than one frame if the content is framed,
16422           like with png-in-quicktime (#331917).
16423
16424 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16425
16426         * sys/oss/Makefile.am:
16427         * sys/oss/common.h:
16428         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16429         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16430         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16431         (gst_oss_src_unprepare):
16432           - the user-visible error strings were in the wrong category
16433           - and the messages were not marked for translation
16434           - which is actually a good thing, because they were exactly
16435             the kind of message you would never want anyone to see
16436           - the macros were using variables that didn't exist in the macro
16437             arguments
16438           - and they were obviously copied from each other and then modified
16439           - so a common header makes sense
16440
16441 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16442
16443         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16444           Don't try to modify read-only data.
16445
16446         * gst/matroska/matroska-demux.c:
16447         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16448           Fix comment (won't crash any longer now).
16449
16450 2006-04-10  Michael Smith  <msmith@fluendo.com>
16451
16452         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16453           Use copies of header buffers for caps to avoid circular refcounting
16454           problems (as in theoradec, vorbisdec).
16455
16456         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16457           Fix a typo in test that meant it was testing the wrong thing.
16458
16459         * tests/check/elements/cmmlenc.c: (check_headers):
16460           Fix refcount checks now that we use buffer-copies for caps.
16461
16462 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16463
16464         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16465         (gst_matroska_demux_handle_seek_event),
16466         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16467         (gst_matroska_demux_subtitle_caps),
16468         (gst_matroska_demux_plugin_init):
16469           Use static pad templates with ANY caps for audio and video
16470           source pads and get rid of a lot of unnecessary (and partially
16471           broken) code for the template caps. Clean up caps finding
16472           functions. Fixes playback of audio files/streams that do not
16473           contain the sample rate and/or number of channels in the audio
16474           context (happens a lot with vorbis/mp3 .mka files it seems).
16475           Fixes #337183.
16476           Also add myself to copyright holders.
16477
16478 2006-04-10  Michael Smith  <msmith@fluendo.com>
16479
16480         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16481           Use g_list_delete_link () instead of g_list_remove_link () so that
16482           we free the link as well as the contained data.
16483
16484 2006-04-10  Wim Taymans  <wim@fluendo.com>
16485
16486         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16487
16488         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16489         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16490         (gst_avi_demux_stream_header):
16491         Fix some crashers with empty chunks. (Fixes #337749)
16492
16493 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16494
16495         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16496           use G_GINT64_CONSTANT for INT64 constants
16497         * gst/videofilter/gstvideobalance.c:
16498           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16499         * win32/vs6/libgstavi.dsp:
16500          add missing libraries for the link and remove avimux.c from
16501          the project as it isn't ported to 0.10 yet
16502         
16503 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16504
16505         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16506           Even better would be if we actually did the right thing
16507           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16508
16509 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16510
16511         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16512           Can't just replace 1LL with 1L here just because MSVC doesn't
16513           support it, as it might lead to incorrect results when doing the
16514           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16515           force a 64-bit constant in a way that all compilers are happy with.
16516
16517 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16518
16519         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16520         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16521         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16522         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16523         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16524         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16525         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16526         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16527         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16528         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16529         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16530         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16531         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16532         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16533         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16534         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16535         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16536         * gst/debug/efence.c: (gst_efence_class_init):
16537         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16538         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16539         * gst/goom/gstgoom.c: (gst_goom_class_init):
16540         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16541         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16542         * gst/interleave/interleave.c: (interleave_class_init):
16543         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16544         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16545         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16546         * gst/median/gstmedian.c: (gst_median_class_init):
16547         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16548         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16549         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16550         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16551         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16552         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16553         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16554         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16555         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16556         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16557         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16558         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16559         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16560         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16561         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16562         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16563         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16564         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16565         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16566         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16567         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16568         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16569         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16570         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16571         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16573         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16574         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16575         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16576         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16577         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16578         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16579         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16580         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16581         * sys/osxaudio/gstosxaudioelement.c:
16582         (gst_osxaudioelement_class_init):
16583         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16584         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16585         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16586         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16587
16588 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16589
16590         * ext/mikmod/gstmikmod.h:
16591         * gst/level/gstlevel.h:
16592         Fix more broken GObject macros
16593
16594 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16595
16596         * ext/annodex/gstcmmldec.h:
16597         * ext/annodex/gstcmmlenc.h:
16598         * ext/annodex/gstcmmltag.h:
16599         * ext/cairo/gsttextoverlay.h:
16600         * ext/ladspa/gstsignalprocessor.h:
16601         * gst/matroska/ebml-read.h:
16602         * gst/matroska/ebml-write.h:
16603         * sys/osxaudio/gstosxaudioelement.h:
16604         Fix broken GObject macros
16605
16606 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16607
16608         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16609           Don't try to seek beyond the end of the file (would
16610           occasionally display error dialogs in totem when seeking
16611           to the end) (#335869). Will still throw an error though
16612           if the file is truncated and the total_samples value in
16613           the stream header is wrong.
16614
16615 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16616
16617         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16618         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16619         (gst_flac_dec_metadata_callback):
16620         * ext/flac/gstflacdec.h:
16621           If the stream header doesn't contain the total number of samples,
16622           search for the last flac frame at the end of the file and calculate
16623           the total duration from that frame's offset (fixes #337609).
16624
16625 2006-04-07  Edward Hervey  <edward@fluendo.com>
16626
16627         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16628         Don't unref the GstPadTemplate returned by
16629         gst_element_class_get_pad_template().
16630
16631 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16632
16633         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16634
16635         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16636         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16637         * sys/sunaudio/gstsunaudiosink.h:
16638           Use spec->segsize and spec->segtotal in the prepare function
16639           to initialise the ring buffer instead of using the buffer-time
16640           property (#337421).
16641
16642 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16643
16644         * configure.ac:
16645           Bump core requirements to CVS for gst_pad_query_peer_duration()
16646           which is used by speexdec.
16647
16648 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16649
16650         * ext/speex/gstspeex.c: (plugin_init):
16651         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16652         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16653         (speex_get_sink_query_types), (speex_dec_sink_query),
16654         (speex_get_src_query_types), (speex_dec_src_query),
16655         (speex_dec_src_event), (speex_dec_sink_event),
16656         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16657         (speex_dec_chain_parse_data), (speex_dec_chain),
16658         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16659         (speex_dec_change_state):
16660         * ext/speex/gstspeexdec.h:
16661           Fix seeking and duration queries (#337033); clean up and
16662           refactor a bit.
16663
16664 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16665
16666         * ext/raw1394/gstdv1394src.c:
16667           distinguish between device not found and could not open for
16668           reading
16669
16670 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16671
16672         * Makefile.am:
16673         * configure.ac:
16674         * pkgconfig/.cvsignore:
16675         * pkgconfig/Makefile.am:
16676         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16677           add a .pc file so other modules can use good plugins in tests
16678
16679 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16680
16681         * configure.ac:
16682           clean up, use AS_VERSION and AS_NANO
16683         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16684           use PACKAGE_VERSION define
16685         * po/af.po:
16686         * po/az.po:
16687         * po/cs.po:
16688         * po/en_GB.po:
16689         * po/hu.po:
16690         * po/it.po:
16691         * po/nb.po:
16692         * po/nl.po:
16693         * po/or.po:
16694         * po/sq.po:
16695         * po/sr.po:
16696         * po/sv.po:
16697         * po/uk.po:
16698         * po/vi.po:
16699           updated
16700
16701 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16702
16703         * ext\jpeg\smokecodec.c:
16704           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16705         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16706           move first instruction after all variables declarations
16707         * gst\alpha\gstalpha.c:
16708         * gst\effectv\gstshagadelic.c:
16709         * gst\smpte\paint.c:
16710         * gst\videofilter\gstvideobalance.c:
16711           define M_PI if it's not defined (it's not defined on WIN32)
16712         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16713         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16714         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16715         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16716         (gst_matroska_demux_video_caps):
16717         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16718         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16719           use gst_guint64_to_gdouble for conversions
16720         * gst\goom\filters.c: (setPixelRGB_):
16721           fix a debug which was using undefined variable
16722         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16723         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16724           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16725         * win32/vs6:
16726           add vs6 projects files for most of plugins-good
16727         
16728 2006-03-30  j^  <j@bootlab.org>
16729
16730         * ext/aalib/gstaasink.c:
16731         * ext/annodex/gstcmmldec.c:
16732         * ext/annodex/gstcmmlenc.c:
16733         * ext/cairo/gsttextoverlay.c:
16734         * ext/cairo/gsttimeoverlay.c:
16735         * ext/cdio/gstcdiocddasrc.c:
16736         * ext/dv/gstdvdec.c:
16737         * ext/esd/esdmon.c:
16738         * ext/esd/esdsink.c:
16739         * ext/flac/gstflacdec.c:
16740         * ext/flac/gstflacenc.c:
16741         * ext/flac/gstflactag.c:
16742         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16743         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16744         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16745         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16746         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16747         * ext/gdk_pixbuf/pixbufscale.c:
16748         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16749         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16750         * ext/jpeg/gstjpegdec.c:
16751         * ext/jpeg/gstjpegenc.c:
16752         * ext/jpeg/gstsmokedec.c:
16753         * ext/jpeg/gstsmokeenc.c:
16754         * ext/libcaca/gstcacasink.c:
16755         * ext/libmng/gstmngdec.c:
16756         * ext/libmng/gstmngenc.c:
16757         * ext/libpng/gstpngdec.c:
16758         * ext/libpng/gstpngenc.c:
16759         * ext/mikmod/gstmikmod.c:
16760         * ext/raw1394/gstdv1394src.c:
16761         * ext/shout2/gstshout2.c:
16762         * ext/speex/gstspeexdec.c:
16763         * ext/speex/gstspeexenc.c:
16764         * gst/alpha/gstalpha.c:
16765         * gst/alpha/gstalphacolor.c:
16766         * gst/auparse/gstauparse.c:
16767         * gst/autodetect/gstautoaudiosink.c:
16768         (gst_auto_audio_sink_base_init):
16769         * gst/autodetect/gstautovideosink.c:
16770         (gst_auto_video_sink_base_init):
16771         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16772         * gst/cutter/gstcutter.c:
16773         * gst/debug/breakmydata.c:
16774         * gst/debug/efence.c:
16775         * gst/debug/gstnavigationtest.c:
16776         * gst/debug/negotiation.c:
16777         * gst/debug/progressreport.c:
16778         * gst/debug/testplugin.c:
16779         * gst/effectv/gstaging.c:
16780         * gst/effectv/gstdice.c:
16781         * gst/effectv/gstedge.c:
16782         * gst/effectv/gstquark.c:
16783         * gst/effectv/gstrev.c:
16784         * gst/effectv/gstvertigo.c:
16785         * gst/effectv/gstwarp.c:
16786         * gst/flx/gstflxdec.c:
16787         * gst/goom/gstgoom.c:
16788         * gst/interleave/deinterleave.c:
16789         * gst/interleave/interleave.c:
16790         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16791         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16792         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16793         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16794         * gst/level/gstlevel.c:
16795         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16796         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16797         * gst/median/gstmedian.c:
16798         * gst/monoscope/gstmonoscope.c:
16799         * gst/multipart/multipartdemux.c:
16800         * gst/multipart/multipartmux.c:
16801         * gst/oldcore/gstmd5sink.c:
16802         * gst/oldcore/gstmultifilesrc.c:
16803         * gst/oldcore/gstpipefilter.c:
16804         * gst/oldcore/gstshaper.c:
16805         * gst/oldcore/gststatistics.c:
16806         * gst/rtp/gstasteriskh263.c:
16807         * gst/rtp/gstrtpL16depay.c:
16808         * gst/rtp/gstrtpL16pay.c:
16809         * gst/rtp/gstrtpamrdepay.c:
16810         * gst/rtp/gstrtpamrpay.c:
16811         * gst/rtp/gstrtpdepay.c:
16812         * gst/rtp/gstrtpgsmpay.c:
16813         * gst/rtp/gstrtph263pay.c:
16814         * gst/rtp/gstrtph263pdepay.c:
16815         * gst/rtp/gstrtph263ppay.c:
16816         * gst/rtp/gstrtpmp4gpay.c:
16817         * gst/rtp/gstrtpmp4vdepay.c:
16818         * gst/rtp/gstrtpmp4vpay.c:
16819         * gst/rtp/gstrtpmpadepay.c:
16820         * gst/rtp/gstrtpmpapay.c:
16821         * gst/rtp/gstrtppcmadepay.c:
16822         * gst/rtp/gstrtppcmapay.c:
16823         * gst/rtp/gstrtppcmudepay.c:
16824         * gst/rtp/gstrtppcmupay.c:
16825         * gst/rtp/gstrtpspeexdepay.c:
16826         * gst/rtp/gstrtpspeexpay.c:
16827         * gst/rtsp/gstrtpdec.c:
16828         * gst/smpte/gstsmpte.c:
16829         * gst/videobox/gstvideobox.c:
16830         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16831         * gst/videofilter/gstvideobalance.c:
16832         * gst/videofilter/gstvideoflip.c:
16833         * gst/videofilter/gstvideotemplate.c:
16834         (gst_videotemplate_base_init):
16835         * gst/videomixer/videomixer.c:
16836         * gst/wavenc/gstwavenc.c:
16837         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16838          better/unified long descriptions
16839          Fixed #336602
16840          Some cleanups to auparse, don't send multiple newsegments.
16841
16842 2006-03-29  Wim Taymans  <wim@fluendo.com>
16843
16844         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16845
16846         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16847         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16848         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16849         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16850         * ext/dv/gstdvdemux.h:
16851         Seek in READY patch. Only works for pull based mode.
16852         Fixes #323880
16853
16854 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16855
16856         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16857         (gst_gdk_pixbuf_event):
16858           Fix two crashers: don't unref the same caps twice, and
16859           set pixbuf loader to NULL after freeing it.
16860
16861 2006-03-27  Wim Taymans  <wim@fluendo.com>
16862
16863         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16864         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16865         (gst_speexenc_chain):
16866         * ext/speex/gstspeexenc.h:
16867         Don't leak adapter.
16868         A push *always* takes ownership of the buffer, even on
16869         errors.
16870         Small cleanups.
16871
16872 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16873
16874         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16875           Create source pad without leaking.
16876
16877 2006-03-24  Wim Taymans  <wim@fluendo.com>
16878
16879         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16880         * ext/flac/gstflacdec.h:
16881         * ext/flac/gstflacenc.h:
16882         Spifify a bit.
16883         Fix deadly lock order error in seeking code, STREAM_LOCK
16884         cannot be taken within LOCK and the streaming variables are
16885         protected with the STREAM_LOCK anyway.
16886
16887 2006-03-24  Wim Taymans  <wim@fluendo.com>
16888
16889         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16890         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16891         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16892         this patch combines the global init_frames with the stream
16893         init_frames. Rationale being that the global delay should 
16894         be subtracted from any stream delay.
16895         Fixes #335858.
16896
16897 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16898
16899         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16900         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16901         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16902         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16903         use DEBUG_FUNCPTR for collectpads
16904
16905 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16906
16907         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16908           Don't crash when encoding images where the number of rows isn't
16909           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16910
16911 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16912
16913         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16914         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16915         * gst/interleave/interleave.c: (interleave_change_state):
16916         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16917           More state change function fixes.
16918
16919 2006-03-23  Wim Taymans  <wim@fluendo.com>
16920
16921         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16922         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16923         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16924         (gst_esdsink_delay), (gst_esdsink_reset):
16925         * ext/esd/esdsink.h:
16926         Fix esd choppy playback by configuring audiosink
16927         correctly. Fixes #325191
16928
16929 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16930
16931         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16932           Make state change function thread-safe.
16933
16934 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16935
16936         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16937         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16938           Don't try to read beyond the end of the file just because
16939           the header claims a bigger size (like with truncated files).
16940
16941 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16942
16943         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16944         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16945         (gst_wavparse_stream_data), (gst_wavparse_loop):
16946         * gst/wavparse/gstwavparse.h:
16947           Delay source pad creation until we have the first chunk of
16948           media data, so the we can examine the data and adjust the
16949           caps accordingly if required. This makes playback of .wav
16950           files with DTS-declared-as-PCM content work (#313266).
16951
16952 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16953
16954         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16955         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16956         Don't attempt typefinding on too-short buffers that have been
16957         completely trimmed away. (Fixes #330239)
16958
16959         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16960         Improve the debug output
16961
16962 2006-03-21  Wim Taymans  <wim@fluendo.com>
16963
16964         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16965         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16966         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16967         (gst_esdsink_set_property), (gst_esdsink_get_property):
16968         Some cleanups.
16969         Reset fd to -1 when we close them.
16970
16971 2006-03-21  Wim Taymans  <wim@fluendo.com>
16972
16973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16974         the OPTIONS request result is optional so don't
16975         fail on it.
16976
16977 2006-03-21  Edward Hervey  <edward@fluendo.com>
16978
16979         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16980         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16981         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16982         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16983         (gst_wavparse_change_state):
16984         gcc 4.1 unreferenced pointer fixes.
16985
16986 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16987
16988         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16989
16990         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16991           Fix block alignment calculation. Alignment should be done before
16992           adding the byte offset where the data starts (#335231).
16993
16994 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16995
16996         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16997           Ensure that we set correct caps on buffers that are transferred
16998           direct from the input.
16999
17000 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17001
17002         * gst/goom/filters.c: (zoomFilterDestroy):
17003         * gst/goom/goom_core.c: (goom_close):
17004           Free filter data when cleaning up. (Fixes: #334995)
17005
17006 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17007
17008         * configure.ac:
17009           Don't compile udp and rtsp plugins on win32 (mingw) or other
17010           systems that don't have <sys/socket.h> for some reason (#316203).
17011
17012 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17013
17014         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17015         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17016         * ext/raw1394/gstdv1394src.h:
17017           Change bus reset handler so it reports useful information such as
17018           whether the device being used connected or disconnected
17019
17020 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17021
17022         * gst/id3demux/id3v2frames.c:
17023         (parse_relative_volume_adjustment_two):
17024           We only care about gain and peak data for the master volume.
17025
17026 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17027
17028         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17029         (parse_id_string), (parse_unique_file_identifier),
17030         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17031           Read replay gain tags (#323721).
17032
17033 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17034
17035         * configure.ac:
17036           Bump requirements to gst-plugins-base CVS because
17037           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17038
17039 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17040
17041         * rtp/gst/gstrtppcmadepay.c:
17042         Fixed one of the caps in the code from mulaw to alaw.
17043
17044 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17045
17046         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17047           Ensure that we set caps on the buffers we pass.
17048
17049         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17050         (gst_id3demux_sink_activate):
17051           Ensure that we set caps on the buffers we pass.
17052
17053           Use STREAM, TYPE_NOT_FOUND as the error class when
17054           typefinding fails.
17055
17056 2006-03-15  Edward Hervey  <edward@fluendo.com>
17057
17058         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17059         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17060         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17061         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17062         (gst_jpeg_dec_setcaps):
17063         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17064         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17065         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17066         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17067         (gst_mngdec_src_getcaps):
17068         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17069         (gst_pngdec_caps_create_and_set):
17070         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17071         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17072         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17073         * gst/alpha/gstalpha.c: (gst_alpha_init):
17074         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17075         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17076         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17077         * gst/cutter/gstcutter.c: (gst_cutter_init):
17078         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17079         (gst_efence_checkgetrange):
17080         * gst/debug/negotiation.c: (gst_negotiation_init):
17081         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17082         * gst/goom/gstgoom.c: (gst_goom_init):
17083         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17084         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17085         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17086         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17087         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17088         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17089         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17090         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17091         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17092         (gst_wavparse_create_sourcepad):
17093         Fix memleak with gst_static_pad_template_get().
17094         This uses gst_pad_new_from_static_template() instead.
17095         Fixes #333512
17096
17097 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17098
17099         * configure.ac:
17100           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17101           used by id3demux.
17102
17103         * gst/id3demux/gstid3demux.c: (plugin_init):
17104         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17105         (parse_user_text_identification_frame),
17106         (parse_unique_file_identifier):
17107           Add support for UFID and TXXX frames and extract musicbrainz tags.
17108
17109 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17110
17111         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17112           Catch short reads, like they might happen with truncated
17113           files (see #305279); remove unnecessary indentation.
17114
17115 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17116
17117         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17118           Fix DIB image inversion for pictures with a
17119           depth != 8 (#305279).
17120
17121 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17124         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17125         * ext/jpeg/gstjpegdec.h:
17126           Fix durations on outgoing buffers after seeking
17127           in MJPEG files (#334083); some minor clean-ups.
17128
17129 2006-03-13  Wim Taymans  <wim@fluendo.com>
17130
17131         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17132         (gst_wavparse_change_state):
17133         Implement seek in READY (re-fixes #327658)
17134
17135 2006-03-13  Wim Taymans  <wim@fluendo.com>
17136
17137         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17138         * ext/esd/esdmon.c: (gst_esdmon_get):
17139         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17140         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17141         (gst_gdk_pixbuf_sink_getcaps):
17142         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17143         (gst_jpegenc_setcaps):
17144         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17145         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17146         (gst_smokeenc_setcaps):
17147         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17148         (gst_mngdec_src_getcaps):
17149         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17150         (gst_mngenc_chain):
17151         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17152         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17153         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17154         (speex_dec_src_event), (speex_dec_chain):
17155         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17156         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17157         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17158         (gst_negotiation_pad_link), (gst_negotiation_chain):
17159         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17160         (gst_flxdec_chain):
17161         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17162         (deinterleave_chain):
17163         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17164         * gst/median/gstmedian.c: (gst_median_link):
17165         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17166         (gst_monoscope_chain):
17167         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17168         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17169         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17170         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17171         close #333784 unref the result of gst_pad_get_parent()
17172         by: Christophe Fergeau.
17173
17174 2006-03-09  Wim Taymans  <wim@fluendo.com>
17175
17176         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17177         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17178         Handle events in push mode better, can now do non-flushing
17179         seeks in push mode as well.
17180
17181 2006-03-07  Wim Taymans  <wim@fluendo.com>
17182
17183         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17184         Applied patch from Kai Vehmanen, fixes #333624.
17185
17186 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17187
17188         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17189         Implement paletted and grayscale png files handling.
17190         (#150363).
17191
17192 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17193
17194         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17195         (gst_speexenc_chain):
17196           fix a tag list assert
17197           follow gst-plugins-base/ext/ogg/README; set OFFSET
17198           and OFFSET_END.  Muxes correctly with gst-plugins-base
17199           > 0.9.3
17200
17201 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17202
17203         * gst/id3demux/Makefile.am:
17204         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17205         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17206           Use new typefind helper functions here as well, and
17207           do typefinding in pull-mode if upstream supports that.
17208
17209 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17210
17211         * sys/sunaudio/gstsunaudiomixerctrl.c:
17212         (gst_sunaudiomixer_ctrl_get_volume),
17213         (gst_sunaudiomixer_ctrl_set_volume):
17214         * sys/sunaudio/gstsunaudiomixertrack.c:
17215         (gst_sunaudiomixer_track_new):
17216           Remove unused variables, breaks build from CVS
17217           with -Werror (#333392, patch by: Benjamin Pineau)
17218
17219 2006-03-03  Wim Taymans  <wim@fluendo.com>
17220
17221         * docs/plugins/Makefile.am:
17222         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17223         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17224         Added wavparse docs.
17225
17226         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17227         (gst_wavparse_reset), (gst_wavparse_init),
17228         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17229         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17230         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17231         (gst_wavparse_stream_data), (gst_wavparse_loop),
17232         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17233         (gst_wavparse_change_state):
17234         * gst/wavparse/gstwavparse.h:
17235         Implement seek in READY (fixes #327658)
17236         Added docs and did some cleanups.
17237
17238 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17239
17240         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17241         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17242         (gst_avi_demux_calculate_durations_from_index),
17243         (gst_avi_demux_stream_header):
17244         * gst/avi/gstavidemux.h:
17245           If we have an index, use a duration based on the index instead
17246           of blindly trusting the information in the stream headers
17247           (fixes #331817).
17248
17249 2006-03-03  Wim Taymans  <wim@fluendo.com>
17250
17251         * docs/plugins/Makefile.am:
17252         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17253         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17254         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17255         Added smoke and jpeg to the docs.
17256
17257         * ext/jpeg/Makefile.am:
17258         * ext/jpeg/gstjpeg.c: (plugin_init):
17259         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17260         * ext/jpeg/gstjpegenc.h:
17261         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17262         (gst_smokedec_chain):
17263         * ext/jpeg/gstsmokedec.h:
17264         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17265         * ext/jpeg/gstsmokeenc.h:
17266         * ext/jpeg/smokecodec.h:
17267         Port smokedec (fixes #331905).
17268         Added some docs.
17269         Some cleanups.
17270
17271 2006-03-03  Wim Taymans  <wim@fluendo.com>
17272
17273         * docs/plugins/Makefile.am:
17274         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17275         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17276         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17277         Added videobalance and videoflip to the docs.
17278
17279         * gst/videofilter/Makefile.am:
17280         * gst/videofilter/gstvideobalance.c:
17281         (gst_video_balance_update_tables_planar411),
17282         (gst_video_balance_is_passthrough),
17283         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17284         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17285         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17286         (gst_video_balance_finalize), (gst_video_balance_class_init),
17287         (gst_video_balance_init), (gst_video_balance_interface_supported),
17288         (gst_video_balance_interface_init),
17289         (gst_video_balance_colorbalance_list_channels),
17290         (gst_video_balance_colorbalance_set_value),
17291         (gst_video_balance_colorbalance_get_value),
17292         (gst_video_balance_colorbalance_init),
17293         (gst_video_balance_set_property), (gst_video_balance_get_property),
17294         (gst_video_balance_get_type), (plugin_init):
17295         * gst/videofilter/gstvideobalance.h:
17296         Ported to 0.10. (Fixes #326160)
17297         Added docs.
17298
17299         * gst/videofilter/gstvideoflip.c:
17300         * gst/videofilter/gstvideoflip.h:
17301         Added docs.
17302
17303 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17304
17305         * configure.ac:
17306           Bump requirements to current core and -base CVS
17307           (core for new typefind helper API, and -base for the
17308           WAVFORMATEX support that was added to libgstriff and
17309           is needed by wavparse).
17310         
17311         * gst/apetag/Makefile.am:
17312         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17313         (gst_tag_demux_sink_activate):
17314           Use new typefind helpers for typefinding instead of our
17315           home-grown stuff; also, do typefinding in pull-mode if
17316           upstream supports that.
17317
17318 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17319
17320         Reviewed by: Christian Schaller <christian@fluendo.com>
17321
17322         This patch fixes bug: 329107
17323
17324         This Changelog entry is for a commit done on February 17
17325
17326         * ext/gconf/gconf.c
17327         * ext/gconf/gconf.h
17328         * ext/gconf/gstgconfaudiosink.c
17329         * ext/gconf/gstgconfaudiosink.h
17330         * gconf/gstreamer.schemas.in
17331
17332 2006-02-28  Wim Taymans  <wim@fluendo.com>
17333
17334         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17335         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17336         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17337         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17338         Use DEBUG_OBJECT more.
17339
17340 2006-02-28  Wim Taymans  <wim@fluendo.com>
17341
17342         * docs/plugins/Makefile.am:
17343         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17344         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17345         Added dvdec and dvdemux to docs.
17346
17347         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17348         Added docs.
17349         Check frame sizes so we don't crash when don't have enough
17350         data.
17351         Send nice error messages on error.
17352
17353         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17354         (gst_dvdemux_class_init), (gst_dvdemux_init),
17355         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17356         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17357         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17358         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17359         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17360         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17361         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17362         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17363         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17364         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17365         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17366         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17367         * ext/dv/gstdvdemux.h:
17368         Added docs.
17369         Implement pull mode.
17370         Fix memleaks.
17371         Reduce memcpy for the video demuxing.
17372
17373 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17374
17375         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17376         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17377         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17378         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17379           Add a little extra debug. Make the decoder not return NOT_LINKED,
17380           as we want to continue decoding all CMML and emitting tags.
17381
17382 2006-02-27  Michael Smith  <msmith@fluendo.com>
17383
17384         * ext/annodex/gstskeltag.c:
17385         * ext/annodex/gstskeltag.h:
17386           Deleted; these files aren't used any more either.
17387
17388 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17389
17390         * ext/Makefile.am: Fix dist-check.
17391
17392 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17393
17394         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17395         memleak.
17396
17397 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17398
17399         * ext/annodex/Makefile.am:
17400         * ext/annodex/gstannodex.c:
17401         * ext/annodex/gstcmmldec.c:
17402         * ext/annodex/gstcmmlenc.c:
17403         * ext/annodex/gstcmmlparser.c:
17404         * ext/annodex/gstcmmlparser.h:
17405         * ext/annodex/gstcmmlutils.c:
17406         * tests/check/elements/cmmldec.c:
17407         * tests/check/elements/cmmlenc.c:
17408           Fix a memleak in gst_cmml_track_list_add_clip.
17409           Handle overflows in clip's start and end times.
17410           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17411           Do not parse junk at the end of a CMML preamble buffer.
17412           Register a libxml error handler to not print stuff on stderr.
17413           Check for bad clip start and end times in the testsuites.
17414
17415 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17416
17417         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17418         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17419         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17420         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17421         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17422         possible memleaks.
17423
17424 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17425
17426         * tests/check/Makefile.am:
17427         * tests/check/elements/cmmldec.c:
17428         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17429         the plugins-base tags.
17430
17431 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17432
17433         * ext/Makefile.am: Re-enable module.
17434
17435 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17436
17437         * tests/check/Makefile.am: Forgot to remove that test.
17438
17439 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17440
17441         * ext/annodex/Makefile.am:
17442         * ext/annodex/gstannodex.c: (plugin_init):
17443         * ext/annodex/gstcmmldec.c:
17444         * ext/annodex/gstskeldec.c:
17445         * ext/annodex/gstskeldec.h:
17446         * tests/check/Makefile.am:
17447         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17448
17449 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17450
17451         * tests/check/Makefile.am: Disable those checks as well.
17452
17453 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17454
17455         * ext/Makefile.am: Disable annodex for now until we figure out
17456         how to make it build.
17457         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17458         Add a rule to your checklist : "please try to at least build 
17459         what you are going to commit into -good, or if you are too lazy
17460         to do that, please check that the buildbots are not crying because
17461         of your commit."
17462
17463 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17464
17465         * configure.ac:
17466         * ext/Makefile.am:
17467         * ext/gdk_pixbuf/Makefile.am:
17468         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17469         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17470         * ext/gdk_pixbuf/pixbufscale.c:
17471         * ext/gdk_pixbuf/pixbufscale.h:
17472           Gdkpixbuf ported from 0.8 to 0.10 by
17473           Renato Filho <renato.filho@indt.org.br>.
17474           gst_loader and gdkpixbufanimation still need port.
17475
17476 2006-02-24  Michael Smith  <msmith@fluendo.com>
17477
17478         * configure.ac:
17479         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17480         * ext/Makefile.am:
17481         * ext/annodex/Makefile.am:
17482         * ext/annodex/gstannodex.c:
17483         * ext/annodex/gstannodex.h:
17484         * ext/annodex/gstcmmldec.c:
17485         * ext/annodex/gstcmmldec.h:
17486         * ext/annodex/gstcmmlenc.c:
17487         * ext/annodex/gstcmmlenc.h:
17488         * ext/annodex/gstcmmlparser.c:
17489         * ext/annodex/gstcmmlparser.h:
17490         * ext/annodex/gstcmmltag.c:
17491         * ext/annodex/gstcmmltag.h:
17492         * ext/annodex/gstcmmlutils.c:
17493         * ext/annodex/gstcmmlutils.h:
17494         * ext/annodex/gstskeldec.c:
17495         * ext/annodex/gstskeldec.h:
17496         * ext/annodex/gstskeltag.c:
17497         * ext/annodex/gstskeltag.h:
17498         * tests/check/Makefile.am:
17499         * tests/check/elements/cmmldec.c:
17500         * tests/check/elements/cmmlenc.c:
17501         * tests/check/elements/skeldec.c:
17502           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17503           Includes tests & docs, oh my! Passes Thomas's -good checklist
17504           entirely. Wow.
17505
17506 2006-02-24  Michael Smith  <msmith@fluendo.com>
17507
17508         * autogen.sh:
17509           Check for automake 1.9 as well.
17510
17511 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17512
17513         * ext/flac/gstflacenc.c:
17514           Change min. sample rate to 8kHz to match flacdec's.
17515           
17516 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17517
17518         * ext/cdio/Makefile.am:
17519           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17520           required for Cygwin, see #317048)
17521
17522         * gst/rtp/gstasteriskh263.c:
17523           Cygwin has includes for both the unix network socket API
17524           and the windows API, but only one can be included, so fix
17525           includes to only use one or the other, prefering the unxi
17526           one (#317048).
17527
17528 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17529
17530         * rtp/gst/gstrtppcmadepay.c:
17531         * rtp/gst/gstrtppcmadepay.h:
17532         * rtp/gst/gstgstrtppcmapay.c:
17533         * rtp/gst/gstgstrtppcmapay.h:
17534         * rtp/gst/gstrtppcmudepay.c:
17535         * rtp/gst/gstrtppcmudepay.h:
17536         * rtp/gst/gstrtppcmupay.c:
17537         * rtp/gst/gstrtppcmupay.h:
17538         * rtp/gst/Makefile.am:
17539         * rtp/gst/gstrtp.c:
17540         * rtp/gst/README:
17541         Separated the G711 payloaders/depayloaders into separate elements for
17542         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17543
17544 2006-02-22  Wim Taymans  <wim@fluendo.com>
17545
17546         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17547         (gst_dvdec_change_state):
17548         * ext/dv/gstdvdec.h:
17549         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17550         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17551         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17552         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17553         (gst_dvdemux_flush), (gst_dvdemux_chain),
17554         (gst_dvdemux_change_state):
17555         * ext/dv/gstdvdemux.h:
17556         Ueber spiffify some more, added debug category.
17557         Use _scale.
17558         Use segments, respect playback rate from newsegment.
17559         Fix refcount issue.
17560
17561 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17562
17563         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17564         (gst_signal_processor_process):
17565         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17566         enabled for the build, but it helps me win the feature-count
17567         competitions ooh yeah.
17568
17569 2006-02-19  Wim Taymans  <wim@fluendo.com>
17570
17571         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17572         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17573         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17574         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17575         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17576         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17577         Use scaling code for added precission and more correct stop
17578         position in case scale==0.
17579
17580 2006-02-19  Wim Taymans  <wim@fluendo.com>
17581
17582         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17583         (gst_flxdec_chain):
17584         * gst/flx/gstflxdec.h:
17585         Implement DURATION query.
17586
17587 2006-02-19  Wim Taymans  <wim@fluendo.com>
17588
17589         * gst/flx/flx_color.h:
17590         * gst/flx/flx_fmt.h:
17591         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17592         (gst_flxdec_src_query_handler), (flx_decode_color),
17593         (gst_flxdec_chain):
17594         * gst/flx/gstflxdec.h:
17595         Set MALLOCDATA for the temp buffers so we don't leak.
17596         Some debug cleanups.
17597         Consume all data in the adapter before leaving the chain
17598         function. Fixes #330678.
17599
17600 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17601
17602         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17603         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17604          Handle 0 data size in otherwise valid frames.
17605          Handle numeric strings in 2.4.0 even when not in parentheses 
17606
17607 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17608
17609         * gst/matroska/matroska-demux.c:
17610         (gst_matroska_demux_subtitle_caps),
17611         (gst_matroska_demux_plugin_init):
17612         * gst/matroska/matroska-ids.h:
17613           Recognise SSA/ASS and USF subtitle formats and
17614           set proper caps when they are found.
17615
17616 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17617
17618         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17619         (gst_jpeg_dec_chain):
17620           Fix invalid memory access for some odd-sized images
17621           (see image contained in quicktime stream in #327083);
17622           use g_malloc() instead of g_alloca().
17623
17624 2006-02-17  Wim Taymans  <wim@fluendo.com>
17625
17626         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17627         Patch from Sebastien Cote, fixes #319884
17628
17629 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17630
17631         * ext/cdio/gstcdio.c: (plugin_init):
17632           Init debug category (#331253).
17633
17634 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17635
17636         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17637           Pass extra_data to gst_riff_create_audio_caps(), so that
17638           WAVEFORMATEX stuff works. Post audio codec name and post
17639           it as taglist on the bus. Allow up to 8 channesl for raw
17640           PCM in the source pad template caps.
17641
17642 2006-02-16  Wim Taymans  <wim@fluendo.com>
17643
17644         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17645         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17646         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17647         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17648         (gst_multipart_set_property), (gst_multipart_get_property):
17649         Applied #318663. Gives quite a few false positives in
17650         autoscan mode, but it's better than nothing. Not closing yet.
17651
17652 2006-02-16  Wim Taymans  <wim@fluendo.com>
17653
17654         * docs/plugins/Makefile.am:
17655         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17656         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17657         * docs/plugins/gst-plugins-good-plugins.args:
17658         * docs/plugins/inspect/plugin-udp.xml:
17659         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17660         (gst_udpsrc_start):
17661         Update documentation.
17662         Fix args.
17663
17664 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17665
17666         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17667         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17668         frame size. (Fixes #331368)
17669
17670 2006-02-16  Wim Taymans  <wim@fluendo.com>
17671
17672         * gst/rtsp/README:
17673         Updated README.
17674
17675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17676         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17677         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17678         * gst/rtsp/gstrtspsrc.h:
17679         Make sure the RTP port is an even port an try to allocate 
17680         another if not.
17681         Added retry property to control max retries for port allocation.
17682         Make sure RTCP port is RTP port+1.
17683         Cleanup when port allocation fails.
17684         Fixes #319183.
17685         
17686 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17687
17688         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17689           Don't ignore return value of the parent class's state
17690           change function (#331385, patch by: Wouter Paesen).
17691
17692 2006-02-15  Wim Taymans  <wim@fluendo.com>
17693
17694         * configure.ac:
17695         * docs/plugins/Makefile.am:
17696         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17697         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17698         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17699         * ext/Makefile.am:
17700         * ext/hal/Makefile.am:
17701         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17702         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17703         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17704         (do_toggle_element), (gst_hal_audio_sink_set_property),
17705         (gst_hal_audio_sink_get_property),
17706         (gst_hal_audio_sink_change_state):
17707         * ext/hal/gsthalaudiosink.h:
17708         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17709         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17710         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17711         (do_toggle_element), (gst_hal_audio_src_set_property),
17712         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17713         * ext/hal/gsthalaudiosrc.h:
17714         * ext/hal/gsthalelements.c: (plugin_init):
17715         * ext/hal/gsthalelements.h:
17716         * ext/hal/hal.c: (gst_hal_get_string),
17717         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17718         (gst_hal_get_audio_src):
17719         * ext/hal/hal.h:
17720         Add HAL sound device wrapper plugins. Closes #329106
17721
17722 2006-02-15  Wim Taymans  <wim@fluendo.com>
17723
17724         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17725         Add comment in a fultile attempt to stop the copy-and-paste 
17726         paradigm leading to duplication of bad code.
17727
17728         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17729         Mime parameters have to be checked case insensitive
17730
17731 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17732
17733         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17734           Advance stream time for lagging subtitle streams by sending
17735           newsegment events with the update flag set.
17736
17737 2006-02-14  Edward Hervey  <edward@fluendo.com>
17738
17739         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17740         There can be bogus data before the hdrl LIST tag in the RIFF header.
17741         It's hard to say if it's not respecting the AVI specifications or not,
17742         but since Google Video is producing AVIs like that and the other player
17743         don't seem to complain, I guess we should do the same.
17744
17745 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17746
17747         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17748         (parse_split_strings):
17749         Add more validation to ensure that a char encoding conversion
17750         produced a valid UTF-8 string.
17751
17752 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17753
17754         Reviewed by: Edward Hervey  <edward@fluendo.com>
17755
17756         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17757         Properly handle end of segment. Closes #330885.
17758
17759 2006-02-13  Wim Taymans  <wim@fluendo.com>
17760
17761         * gst/rtp/gstrtpmp4gpay.h:
17762         For got to commit this one.
17763
17764 2006-02-12  Wim Taymans  <wim@fluendo.com>
17765
17766         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17767         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17768         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17769         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17770         * gst/rtp/gstrtpmp4gpay.h:
17771         Make more things work.
17772         Handle ACC config strings.
17773
17774 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17775
17776         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17777           set timestamps if no incoming timestamps set
17778
17779 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17780
17781         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17782         (gst_tag_demux_do_typefind):
17783           ... and fix the very same leaks in GstTagDemux.
17784
17785 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17786
17787         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17788         (gst_id3demux_do_typefind):
17789         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17790         <jonathan at kaolin dot wh9 dot net>)
17791
17792 2006-02-10  Wim Taymans  <wim@fluendo.com>
17793
17794         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17795         First set options, then set caps or else the baseclass
17796         will not know about the options, duh.
17797
17798 2006-02-10  Wim Taymans  <wim@fluendo.com>
17799
17800         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17801         (gst_rtp_mp4v_pay_setcaps):
17802         Don't waste time looking for a config string if we have codec_info
17803         on the incomming caps.
17804
17805 2006-02-10  Wim Taymans  <wim@fluendo.com>
17806
17807         * gst/rtp/README:
17808         Say something about case-sensitivity of caps vs mime-attributes.
17809
17810         * gst/rtp/Makefile.am:
17811         * gst/rtp/gstrtp.c: (plugin_init):
17812         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17813         (gst_rtp_amr_pay_handle_buffer):
17814         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17815         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17816         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17817         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17818         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17819         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17820         (gst_rtp_mp4g_pay_plugin_init):
17821         * gst/rtp/gstrtpmp4gpay.h:
17822         Added beginnings of mpeg4-generic payloader (RFC 3640)
17823
17824 2006-02-09  Wim Taymans  <wim@fluendo.com>
17825
17826         * gst/rtsp/Makefile.am:
17827         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17828         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17829         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17830         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17831         (gst_rtpdec_change_state):
17832         * gst/rtsp/gstrtpdec.h:
17833         * gst/rtsp/gstrtsp.c: (plugin_init):
17834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17835         * gst/rtsp/rtspconnection.c: (read_body),
17836         (rtsp_connection_receive):
17837         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17838         Resurected rtpdec to make rtspsrc happy again.
17839         Skip attributes from the session id.
17840         Don't crash when dumping a message with an empty body.
17841
17842
17843 2006-02-09  Wim Taymans  <wim@fluendo.com>
17844
17845         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17846         Added more meaningfull warnings when something goes wrong.
17847         Clear F bit on outgoing AMR packets.
17848
17849         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17850         (gst_rtp_amr_pay_handle_buffer):
17851         Added debugging category
17852         Support payloading of multiple AMR frames.
17853
17854         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17855         Added some debugging.
17856
17857 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17858
17859         * configure.ac:
17860           Back to CVS
17861
17862 === release 0.10.2 ===
17863
17864 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17865
17866         * configure.ac:
17867           releasing 0.10.2, "Papa was a rolling stone"
17868
17869 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17870
17871         * configure.ac:
17872           Bump core and plugins-base requirement to 0.10.2.2
17873           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17874
17875 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17876
17877         * ext/flac/gstflac.c: (plugin_init):
17878         * ext/speex/gstspeex.c: (plugin_init):
17879           Register musicbrainz tags.
17880
17881 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17882
17883         * ext/gconf/gconf.h:
17884           Remove declaration of function that no longer exists.
17885
17886 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17887
17888         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17889         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17890         Make shout2 work for non ogg streams
17891
17892 2006-02-06  Wim Taymans  <wim@fluendo.com>
17893
17894         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17895         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17896         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17897         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17898         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17899         * gst/udp/gstmultiudpsink.h:
17900         Updated docs.
17901         Added properties bytes-served, bytes_to_serve.
17902         Post proper error messages,
17903         Emit client added signal too.
17904
17905 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17906
17907         * docs/plugins/Makefile.am:
17908         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17909         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17910         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17911         (gst_multiudpsink_get_stats):
17912           adding docs for multiudpsink
17913
17914 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17915
17916         * gst/level/gstlevel.c: (gst_level_transform_ip):
17917           peak below decay is not necessarily an error, so don't ERROR log
17918
17919 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17920
17921         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17922         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17923         (gst_ebml_write_seek):
17924         * gst/matroska/ebml-write.h:
17925           Make sure we send a newsegment event in BYTES format
17926           before sending buffers (#328531).
17927
17928 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17929
17930         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17931         (gst_dvdemux_sink_query):
17932         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17933         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17934         (speex_dec_src_query):
17935         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17936         (gst_speexenc_sink_query):
17937         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17938         * gst/matroska/matroska-demux.c:
17939         (gst_matroska_demux_get_src_query_types),
17940         (gst_matroska_demux_handle_src_query):
17941         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17942         (gst_wavparse_pad_query):
17943           Pass unhandled queries upstream instead of just dropping
17944           them (#326446). Update query type arrays here and there.
17945
17946 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17947
17948         * tests/check/elements/matroskamux.c: (setup_src_pad):
17949           Collectpads in core got changed and now also holds a
17950           reference to any pad that is part of it. Fix refcount
17951           checks in test case accordingly.
17952
17953 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17954
17955         * gst/apetag/gstapedemux.h:
17956           Fix include, for now GstTagDemux is in the apetag dir.
17957
17958 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17959
17960         * docs/plugins/Makefile.am:
17961         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17962         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17963         * docs/plugins/inspect/plugin-cdio.xml:
17964           Add cdio plugin to docs.
17965
17966         * ext/cdio/gstcdiocddasrc.c:
17967           Add gtk-doc blurb.
17968
17969         * ext/cdio/gstcdio.c:
17970           The plugin is called 'cdio' not 'cddio'.
17971
17972 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17973
17974         * configure.ac:
17975         * docs/plugins/Makefile.am:
17976         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17977         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17978         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17979         * docs/plugins/inspect/plugin-apetag.xml:
17980         * gst/apetag/Makefile.am:
17981         * gst/apetag/gstapedemux.c:
17982         * gst/apetag/gstapedemux.h:
17983         * gst/apetag/gsttagdemux.c:
17984         * gst/apetag/gsttagdemux.h:
17985           Add APE tag demuxer (#325649).
17986
17987 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17988
17989         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17990         (gst_gconf_get_default_video_sink),
17991         (gst_gconf_get_default_audio_src),
17992         (gst_gconf_get_default_video_src):
17993         * ext/gconf/gconf.h:
17994         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17995         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17996         (do_toggle_element):
17997         * ext/gconf/gstgconfaudiosink.h:
17998         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17999         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18000         (do_toggle_element):
18001         * ext/gconf/gstgconfaudiosrc.h:
18002         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18003         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18004         (do_toggle_element):
18005         * ext/gconf/gstgconfvideosink.h:
18006         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18007         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18008         (do_toggle_element):
18009         * ext/gconf/gstgconfvideosrc.h:
18010           Ignore changing the GConf key to "". Ignore GConf key updates
18011           that don't actually change the string.
18012           For now, ignore the GConf key when the state is > READY, as
18013           it breaks streaming. Sometime it will be nice to bring the
18014           new sink online even mid-stream, by sending NEWSEGMENT info
18015           and possibly prerolling.
18016           (Fixes #326736)
18017
18018 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18019
18020         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18021         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18022         (zoomFilterSetResolution), (zoomFilterDestroy),
18023         (zoomFilterFastRGB), (pointFilter):
18024         * gst/goom/filters.h:
18025         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18026         (goom_update), (goom_close):
18027         * gst/goom/goom_core.h:
18028         * gst/goom/goom_tools.h:
18029         * gst/goom/graphic.c:
18030         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18031         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18032         * gst/goom/gstgoom.h:
18033         * gst/goom/lines.c: (goom_lines):
18034         * gst/goom/lines.h:
18035           Make goom reentrant by moving all important static variables
18036           into instance structures.
18037           (Fixes #329181)
18038
18039 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18040
18041         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18042         (gst_avi_demux_all_source_pads_unlinked),
18043         (gst_avi_demux_process_next_entry):
18044         * gst/avi/gstavidemux.h:
18045           Third attempt, use gst_pad_is_linked() this time.
18046
18047 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18048
18049         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18050         (parse_split_strings):
18051         Adjust for data length indicators when parsing (Fixes #329810)
18052         Fix stupid bug parsing UTF-8 tag text.
18053         Output tag strings with multiple fields as multiple tags, so the
18054         app gets all the data.
18055
18056 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18057
18058         * ext/flac/gstflacenc.c:
18059         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18060         show me.
18061         
18062 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18063
18064         * ext/flac/gstflacenc.c:
18065         * gst/matroska/ebml-read.c:
18066         Just make it compile with --disable-gst-debug.
18067
18068 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18069
18070         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18071         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18072         (id3v2_genre_fields_to_taglist):
18073           Never output a tag with a null contents string.
18074
18075 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18076
18077         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18078           Only pause if all pads are unlinked AND we've tried to send data
18079           on all of them at least once.
18080
18081 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18082
18083         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18084         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18085           Make loop function/task pause itself when all source pads are
18086           unlinked.
18087
18088 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18089
18090         * configure.ac:
18091         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18092           Use new functions from core to render a bin from a
18093           string. Fixes build. Up requirements to core CVS.
18094
18095 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18096
18097         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18098           Don't push buffers into the adapter that we are going to
18099           push downstream again without framing anyway. Also, the
18100           adaptor takes ownership of buffers put into it (fixes
18101           auparse pushing invalid buffers for .au files with
18102           ADPCM contents). Finally, set caps on all outgoing buffers.
18103
18104 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18105
18106         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18107         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18108         (gst_id3demux_send_tag_event):
18109         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18110         Someone should kick my butt. Remove ID3v1 tags from the end of the
18111         file.
18112
18113         Improve error messages. Send the TAG message as soon as we complete
18114         typefinding, instead of waiting until we send the first buffer.
18115         Downstream tag event is still sent before the first buffer.
18116
18117 2006-01-27  Jan Gerber  <j@bootlab.org>
18118
18119         Reviewed by: Andy Wingo <wingo@pobox.com>
18120
18121         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18122         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18123         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18124         to not have warings flooding stderr. this is the suggested way
18125         also used in dvgrab and kino. (#328336)
18126
18127 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18128
18129         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18130         (gst_oss_sink_init), (gst_oss_sink_finalise):
18131           Free the device name string when finalised.
18132
18133 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18134
18135         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18136           Don't put function calls in g_return_if_fail() statements,
18137           or they'll be replaced with NOOPs if someone compiles with
18138           G_DISABLE_CHECKS defined.
18139           
18140 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18141
18142         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18143         Never trust ANY information encoded in a media file, especially
18144         when it's giving you sizes. (Fixes #328452)
18145
18146 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18147
18148         * gst/rtp/gstrtpg711pay.c:
18149         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18150         bug #325148.
18151
18152 2006-01-23  Edward Hervey  <edward@fluendo.com>
18153
18154         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18155         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18156         * gst/matroska/matroska-ids.h:
18157         Added recognition of Real Audio and Video streams in matroska demuxer.
18158
18159 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18160
18161         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18162           Remove errant break statement, and fix compilation with
18163           older GCC.
18164
18165 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18166
18167         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18168
18169         * sys/sunaudio/gstsunaudiomixerctrl.c:
18170         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18171           Export functions that are needed in other parts of the code,
18172           makes the mixer actually work; adjust magic minimum buffer-time
18173           value from 3ms to 5ms to work around stuttering during mp3
18174           playback (#327765).
18175
18176 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18177
18178         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18179
18180         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18181         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18182           Fix possible deadlock in matroska muxer (#327825).
18183
18184 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18185
18186         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18187         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18188         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18189         * gst/rtsp/sdpmessage.h:
18190         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18191         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18192           C89 fixes: declare variables at the beginning of a block and
18193           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18194           <jensgr at gmx dot net>).
18195
18196 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18197
18198         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18199         * gst/id3demux/id3tags.h:
18200         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18201         (parse_comment_frame), (parse_text_identification_frame),
18202         (id3v2_tag_to_taglist), (id3v2_are_digits),
18203         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18204         (parse_split_strings), (free_tag_strings):
18205           Rewrite parsing of text tags to handle multiple NULL terminated
18206           strings. Parse numeric genre strings and ID3v2 type
18207           "(3)(6)Alternative" style genre strings.
18208           Parse dates that are only YYYY or YYYY-mm format.
18209           (Fixes #328241 and #322154)
18210
18211 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18212
18213         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18214           Don't forget to initialize liboil, otherwise our oil functions
18215           will crash (fixes #327871; patch by: Christoph Burghardt
18216           <hawkes at web dot de>).
18217
18218 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18219
18220         * configure.ac:
18221           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18222           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18223           patch by: Brian Cameron <brian dot cameron at sun dot com>
18224
18225 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18226
18227         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18228         * ext/cdio/gstcdio.h:
18229         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18230           Fix build for libcdio versions >= 76; give slightly lower rank
18231           than cdparanoia.
18232
18233 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18234
18235         * configure.ac:
18236         * ext/Makefile.am:
18237         * ext/cdio/Makefile.am:
18238         * ext/cdio/gstcdio.c:
18239         * ext/cdio/gstcdio.h:
18240         * ext/cdio/gstcdiocddasrc.c:
18241         * ext/cdio/gstcdiocddasrc.h:
18242           Port libcdio cdda source, formerly known as cddasrc, now known as
18243           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18244           but that's not tested (fixes #317658).
18245
18246 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18247
18248         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18249           Fix conversion from TIME to BYTES format (fixes #326864;
18250           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18251
18252 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18253
18254         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18255           Fix compilation of id3demux when zlib is not present.
18256           (Fixes #326602; patch by: Sergey Scobich)
18257
18258 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18259
18260         * ext/esd/Makefile.am:
18261           Add $(ESD_CFLAGS), otherwise build will fail for folks
18262           with libesd in a non-standard prefix (#327009).
18263
18264 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18265
18266         * configure.ac:
18267           back to HEAD
18268
18269 === release 0.10.1 ===
18270
18271 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18272
18273         * configure.ac:
18274           releasing 0.10.1, "Li"
18275
18276 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18277
18278           patch by: Wim Taymans
18279
18280         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18281           fix memleak.  Fixes #326618
18282
18283 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18284
18285           patch by: Mike Smith
18286
18287         * gst/level/gstlevel.c: (gst_level_message_new),
18288         (gst_level_message_append_channel):
18289           Fix memleak.  Fixes #326612
18290
18291 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18292
18293         * configure.ac:
18294           prereleasing
18295         * po/af.po:
18296         * po/az.po:
18297         * po/cs.po:
18298         * po/en_GB.po:
18299         * po/hu.po:
18300         * po/it.po:
18301         * po/nb.po:
18302         * po/nl.po:
18303         * po/or.po:
18304         * po/sq.po:
18305         * po/sr.po:
18306         * po/sv.po:
18307         * po/uk.po:
18308         * po/vi.po:
18309           update translations
18310
18311 2006-01-10  Michael Smith  <msmith@fluendo.com>
18312
18313         * gst/level/gstlevel.c: (gst_level_class_init),
18314         (gst_level_dispose):
18315           Don't leak filter arrays.
18316
18317 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18318
18319         reviewed by: Christian Schaller <uraeus@gnome.org>
18320         
18321         * configure.ac:
18322         * gst-plugins-good.spec.in:
18323         * sys/Makefile.am:
18324         * sys/sunaudio/Makefile.am:
18325         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18326         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18327         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18328         (gst_sunaudiomixer_change_state):
18329         * sys/sunaudio/gstsunaudiomixer.h:
18330         * sys/sunaudio/gstsunaudiomixerctrl.c:
18331         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18332         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18333         (gst_sunaudiomixer_ctrl_list_tracks),
18334         (gst_sunaudiomixer_ctrl_get_volume),
18335         (gst_sunaudiomixer_ctrl_set_volume),
18336         (gst_sunaudiomixer_ctrl_set_mute),
18337         (gst_sunaudiomixer_ctrl_set_record):
18338         * sys/sunaudio/gstsunaudiomixerctrl.h:
18339         * sys/sunaudio/gstsunaudiomixertrack.c:
18340         (gst_sunaudiomixer_track_class_init),
18341         (gst_sunaudiomixer_track_init), (fill_labels),
18342         (gst_sunaudiomixer_track_new):
18343         * sys/sunaudio/gstsunaudiomixertrack.h:
18344         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18345         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18346         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18347         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18348         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18349         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18350         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18351         * sys/sunaudio/gstsunaudiosink.h:
18352
18353         Add SunAudio plugin - tested to make sure it doesn't break
18354         the build under GNU/Linux.      
18355
18356 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18357
18358         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18359         * gst-plugins-good/gst/udp/gstudpsrc.c:
18360         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18361         overrides the port or multicast parameters. Fixes bugs #323021.
18362         API addition: adds GstUDPSrc::sockfd property   
18363
18364 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18365
18366         * ext/gconf/Makefile.am:
18367         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18368         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18369         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18370         (do_toggle_element), (cb_toggle_element),
18371         (gst_gconf_audio_src_change_state):
18372         * ext/gconf/gstgconfaudiosrc.h:
18373         * ext/gconf/gstgconfelements.c: (plugin_init):
18374         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18375         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18376         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18377         (do_toggle_element), (cb_toggle_element),
18378         (gst_gconf_video_src_change_state):
18379         * ext/gconf/gstgconfvideosrc.h:
18380           Add new gconfaudiosrc and gconfvideosrc elements
18381           (needed for gnome-sound-recorder).
18382
18383 2006-01-06  Edward Hervey  <edward@fluendo.com>
18384
18385         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18386         Add gst_element_no_more_pads() for proper decodebin behaviour.
18387         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18388         (parse_text_identification_frame), (parse_split_strings):
18389         Failure to decode some tags is not a GST_ERROR() but a
18390         GST_WARNING()
18391         When iterating over a chunk of text, check that we haven't gone too
18392         far.
18393
18394 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18395
18396         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18397         (plugin_init):
18398           call oil_init() when using liboil
18399
18400 2006-01-04  Wim Taymans  <wim@fluendo.com>
18401
18402         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18403         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18404         Fix leaks.
18405
18406 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18407
18408         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18409
18410         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18411         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18412         (gst_flac_dec_change_state):
18413           Don't g_assert() where we should just return FALSE; remove
18414           unnecessary g_assert(); initialize some fields properly in
18415           state change function (fixes #325504). Also, use
18416           GST_DEBUG_OBJECT in two more places.
18417
18418 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18419
18420         * configure.ac:
18421           also remove smoothwave's Makefile.am
18422         * docs/plugins/Makefile.am:
18423           fix plugin docs
18424
18425 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18426
18427         * tests/examples/Makefile.am:
18428           added missing Makefile.am
18429
18430 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18431
18432         * configure.ac:
18433         * gst/level/Makefile.am:
18434         * gst/level/level-example.c:
18435         * tests/Makefile.am:
18436         * tests/examples/level/Makefile.am:
18437         * tests/examples/level/level-example.c: (message_handler), (main):
18438           moved level-example to tests/examples/level-example
18439         * tests/old/examples/level/demo.c: (main):
18440         * tests/old/examples/level/plot.c: (main):
18441           some initial fixes
18442
18443 2005-12-29  Michael Smith  <msmith@fluendo.com>
18444
18445         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18446         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18447         * gst/udp/gstmultiudpsink.h:
18448           Track packets sent per client in addition to bytes sent; provide
18449           this info through get-stats signal
18450
18451 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18452
18453         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18454           Can't use gst_object_unref() on a GstAdapter (#325191).
18455
18456 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18457
18458         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18459         If a broken tag has 0 bytes payload, at least still skip
18460         the 10 byte header
18461
18462 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18463
18464         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18465         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18466         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18467         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18468           Making these depayloaders (H263+ and mpeg4 video) inherit from
18469           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18470
18471 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18472
18473         * docs/plugins/gst-plugins-good-plugins.args:
18474         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18475         Regenerate the plugin hiearchy.
18476
18477 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18478
18479         * docs/plugins/Makefile.am:
18480         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18481         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18482         * docs/plugins/gst-plugins-good-plugins.args:
18483         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18484         (gst_id3demux_base_init), (gst_id3demux_class_init),
18485         (gst_id3demux_chain):
18486         * gst/id3demux/gstid3demux.h:
18487           Add documentation for id3demux.
18488           Don't fail if the first buffer is not at offset 0, just
18489           attempt to typefind and do pass through
18490           Rename the gst_type function from gst_gst_id3demux..
18491
18492 2005-12-20  Michael Smith  <msmith@fluendo.com>
18493
18494         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18495         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18496         (gst_multiudpsink_get_stats):
18497         * gst/udp/gstmultiudpsink.h:
18498           Collect statistics; return them from get_stats.
18499
18500 2005-12-19  Edward Hervey  <edward@fluendo.com>
18501
18502         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18503         Stupid signedness issue...
18504
18505 2005-12-19  Edward Hervey  <edward@fluendo.com>
18506
18507         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18508         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18509         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18510         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18511         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18512         Construct index for indexless files.
18513         Make sure pad/buffers are correctly reset to NULL once we don't need
18514         them anymore, else we get lovely segfaults/assertions.
18515         * gst/wavparse/gstwavparse.c:
18516         Yes, you can have 96KHz audio and wma in wav :(
18517
18518 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18519
18520         * configure.ac:
18521           Check for optional dependency on zlib for id3demux
18522
18523         * gst/id3demux/Makefile.am:
18524         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18525         (gst_id3demux_base_init), (gst_id3demux_class_init),
18526         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18527         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18528         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18529         (gst_id3demux_set_property), (gst_id3demux_get_property),
18530         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18531         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18532         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18533         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18534         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18535         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18536         (simple_find_peek), (simple_find_suggest),
18537         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18538         (plugin_init):
18539         * gst/id3demux/gstid3demux.h:
18540         * gst/id3demux/id3tags.c: (read_synch_uint),
18541         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18542         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18543         (id3demux_id3v2_frames_to_tag_list):
18544         * gst/id3demux/id3tags.h:
18545         * gst/id3demux/id3v2.4.0-frames.txt:
18546         * gst/id3demux/id3v2.4.0-structure.txt:
18547         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18548         (parse_comment_frame), (parse_text_identification_frame),
18549         (id3v2_tag_to_taglist), (parse_split_strings):
18550           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18551           otherwise it discards them. Works on my test files. 
18552
18553         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18554           Don't send EOS to a non-existing srcpad
18555           The debug category can be static
18556
18557 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18558
18559         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18560         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18561         * gst/multipart/multipartdemux.c:
18562           change some char* into char[]
18563
18564 2005-12-16  Wim Taymans  <wim@fluendo.com>
18565
18566         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18567         (gst_wavparse_other), (gst_wavparse_perform_seek),
18568         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18569         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18570         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18571         * gst/wavparse/gstwavparse.h:
18572         Use GstSegment to implement more seeking features.
18573
18574 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18575
18576         * gst/rtsp/rtspconnection.c:
18577           Add <netinet/in.h> include and move <arpa/inet.h> include
18578           to make things work on OpenBSD as well (fixes #323717;
18579           patch by: Benjamin Pineau)
18580
18581 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18582
18583         * gst/rtp/gstrtpspeexdepay.c:
18584         * gst/rtp/gstrtpspeexpay.c:
18585         Set clock rate to be fixed in 8000. It fixes bug #324012.
18586
18587 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18588
18589         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18590         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18591         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18592         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18593         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18594         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18595         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18596         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18597         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18598         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18599         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18600         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18601         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18602         * gst-plugins-good/gst/rtp/README:
18603         Fixed payload range in payloder caps. Removed payload range completely
18604         from depayloaders as they don't require payload type in their caps.
18605         In effect, there isn't any specific payload type for any given codec,
18606         only suggestions.
18607         Fixes bug #324011.
18608
18609 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18610
18611         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18612         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18613         (gst_videomixer_collected): Code cleanup and re-enabling 
18614         queued time validity check for correct EOS handling.
18615
18616 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18617
18618         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18619         (gst_oss_mixer_element_get_property),
18620         (gst_oss_mixer_element_change_state):
18621         Add 'device-name' property and fix state change function.
18622
18623 2005-12-13  Edward Hervey  <edward@fluendo.com>
18624
18625         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18626         If the speed of the file is null in the header, set the frame_time to
18627         the default setting of GST_SECOND / 70. Which is the default
18628         frame_delay for .fli files as stated in this document :
18629         http://www.compuphase.com/flic.htm
18630         Would be nice to have the time conversion done properly too (duration =
18631         flxh->frames * flxdec->frame_time)
18632
18633 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18634
18635         * docs/plugins/Makefile.am:
18636         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18637         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18638         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18639         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18640         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18641         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18642         documentation for videomixer on my way with a funny sample
18643         pipeline.
18644
18645 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18646
18647         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18648         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18649         (gst_videomixer_update_queues), (gst_videomixer_collected):
18650         Fix caps negotiation. (#323896)
18651
18652 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18653
18654         * gst/matroska/matroska-demux.c:
18655         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18656           Set correct timestamps on audio laces, fixes playback of mp3 from
18657                 matroska.
18658
18659 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18660
18661         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18662         (gst_au_parse_class_init), (gst_au_parse_init),
18663         (gst_au_parse_dispose), (gst_au_parse_chain),
18664         (gst_au_parse_change_state), (plugin_init):
18665         * gst/auparse/gstauparse.h:
18666           Use gst_object_unref() for GstObjects instead of
18667           g_object_unref() and fix a mem leak in a debug
18668           statement; while we're at it, also borgify, use
18669           boilerplate macros and clean up a little bit.
18670
18671 2005-12-11  Edward Hervey  <edward@fluendo.com>
18672
18673         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18674         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18675         Added pull mode.
18676
18677 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18678
18679         * gst/goom/gstgoom.c:
18680         * gst/level/level-example.c: (main):
18681         * gst/smoothwave/demo-osssrc.c: (main):
18682           Use audiotestsrc instead of sinesrc (#323798).
18683
18684 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18685
18686         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18687           more debug-func-ptr usage
18688
18689 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18690
18691         * gst/flx/flx_color.c: (flx_colorspace_convert):
18692         * gst/flx/flx_color.h:
18693         * gst/flx/flx_fmt.h:
18694         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18695         * gst/flx/gstflxdec.h:
18696           Now flxdec works on big-endian machines as well.
18697
18698 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18699
18700         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18701         (gst_fenced_buffer_copy):
18702           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18703           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18704           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18705           and use GST_DEBUG_FUNCPTR for pad functions.
18706
18707 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18708
18709         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18710         (gst_flac_dec_class_init), (gst_flac_dec_init),
18711         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18712         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18713         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18714         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18715         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18716         (gst_flac_dec_change_state):
18717         * ext/flac/gstflacdec.h:
18718           Rewrite flacdec a bit, so that even seeking might work now. Most
18719           importantly, don't act upon any flow return values we get, just tell
18720           the decoder everything's dandy and act on the flow return values
18721           later on in the loop function. We don't want to mess up the internal
18722           decoder state for non-fatal things like flushing pads etc. Other
18723           than that, use GstSegment (segment seeks don't work yet though, but
18724           should be easy to add), use boilerplate macros, drop the superfluous
18725           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18726           lots of other things.
18727
18728 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18729
18730         * configure.ac:
18731           Update comment in OSS includes check.
18732
18733         * sys/oss/gstossdmabuffer.c:
18734         * sys/oss/gstosshelper.c:
18735         * sys/oss/gstossmixer.c:
18736         * sys/oss/gstossmixertrack.c:
18737         * sys/oss/gstosssink.c:
18738         * sys/oss/gstosssrc.c:
18739         * sys/oss/oss_probe.c:
18740           Don't assume the OSS soundcard.h include is always in
18741           the sys/ directory. Instead, use the existing defines
18742           from config.h to include the right file. Fixes
18743           compilation on OpenBSD 3.8 (#323718).
18744
18745 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18746
18747         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18748         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18749         * docs/plugins/inspect/plugin-1394.xml:
18750         * docs/plugins/inspect/plugin-aasink.xml:
18751         * docs/plugins/inspect/plugin-alaw.xml:
18752         * docs/plugins/inspect/plugin-alpha.xml:
18753         * docs/plugins/inspect/plugin-alphacolor.xml:
18754         * docs/plugins/inspect/plugin-auparse.xml:
18755         * docs/plugins/inspect/plugin-autodetect.xml:
18756         * docs/plugins/inspect/plugin-avi.xml:
18757         * docs/plugins/inspect/plugin-cacasink.xml:
18758         * docs/plugins/inspect/plugin-cairo.xml:
18759         * docs/plugins/inspect/plugin-cutter.xml:
18760         * docs/plugins/inspect/plugin-debug.xml:
18761         * docs/plugins/inspect/plugin-dv.xml:
18762         * docs/plugins/inspect/plugin-efence.xml:
18763         * docs/plugins/inspect/plugin-effectv.xml:
18764         * docs/plugins/inspect/plugin-esdsink.xml:
18765         * docs/plugins/inspect/plugin-flac.xml:
18766         * docs/plugins/inspect/plugin-flxdec.xml:
18767         * docs/plugins/inspect/plugin-gconfelements.xml:
18768         * docs/plugins/inspect/plugin-goom.xml:
18769         * docs/plugins/inspect/plugin-jpeg.xml:
18770         * docs/plugins/inspect/plugin-level.xml:
18771         * docs/plugins/inspect/plugin-matroska.xml:
18772         * docs/plugins/inspect/plugin-mulaw.xml:
18773         * docs/plugins/inspect/plugin-multipart.xml:
18774         * docs/plugins/inspect/plugin-navigationtest.xml:
18775         * docs/plugins/inspect/plugin-ossaudio.xml:
18776         * docs/plugins/inspect/plugin-png.xml:
18777         * docs/plugins/inspect/plugin-rtp.xml:
18778         * docs/plugins/inspect/plugin-rtsp.xml:
18779         * docs/plugins/inspect/plugin-shout2send.xml:
18780         * docs/plugins/inspect/plugin-smpte.xml:
18781         * docs/plugins/inspect/plugin-speex.xml:
18782         * docs/plugins/inspect/plugin-udp.xml:
18783         * docs/plugins/inspect/plugin-videobox.xml:
18784         * docs/plugins/inspect/plugin-videoflip.xml:
18785         * docs/plugins/inspect/plugin-videomixer.xml:
18786         * docs/plugins/inspect/plugin-wavenc.xml:
18787         * docs/plugins/inspect/plugin-wavparse.xml:
18788         * ext/flac/gstflac.c: (plugin_init):
18789         * ext/flac/gstflacdec.c: (flacdec_get_type),
18790         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18791         (gst_flac_dec_init), (gst_flac_dec_finalize),
18792         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18793         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18794         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18795         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18796         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18797         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18798         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18799         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18800         * ext/flac/gstflacdec.h:
18801         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18802         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18803         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18804         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18805         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18806         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18807         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18808         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18809         (gst_flac_enc_change_state):
18810         * ext/flac/gstflacenc.h:
18811           borgify and fix up documentation
18812
18813 2005-12-09  Michael Smith  <msmith@fluendo.com>
18814
18815         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18816           Accept a wider range of flac files, more closely matching flac spec.
18817
18818 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18819
18820         * docs/plugins/Makefile.am: Add multipart elements.
18821         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18822         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18823         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18824         * gst/multipart/multipartdemux.c:
18825         * gst/multipart/multipartmux.c: Add docs.
18826
18827 2005-12-07  Edward Hervey  <edward@fluendo.com>
18828
18829         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18830         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18831         (gst_avi_demux_invert):
18832         Memleak and crasher fixes.
18833         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18834         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18835         Memleak fixes
18836
18837 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18838
18839         * ext/aalib/gstaasink.h:
18840         * ext/cairo/gsttextoverlay.h:
18841         * ext/dv/gstdvdec.h:
18842         * ext/dv/gstdvdemux.c:
18843         * ext/dv/gstdvdemux.h:
18844         * ext/esd/esdsink.h:
18845         * ext/flac/flac_compat.h:
18846         * ext/flac/gstflacdec.h:
18847         * ext/flac/gstflacenc.h:
18848         * ext/gconf/gconf.h:
18849         * ext/gconf/gstgconfaudiosink.h:
18850         * ext/gconf/gstgconfvideosink.h:
18851         * ext/gdk_pixbuf/gstgdkanimation.h:
18852         * ext/jpeg/gstjpegdec.h:
18853         * ext/jpeg/smokecodec.h:
18854         * ext/jpeg/smokeformat.h:
18855         * ext/ladspa/gstsignalprocessor.h:
18856         * ext/ladspa/search.c: (LADSPAPluginSearch):
18857         * ext/ladspa/utils.h:
18858         * ext/libmng/gstmng.c:
18859         * ext/libmng/gstmngdec.h:
18860         * ext/libmng/gstmngenc.c:
18861         * ext/libmng/gstmngenc.h:
18862         * ext/libpng/gstpng.c:
18863         * ext/libpng/gstpngenc.c:
18864         * ext/libpng/gstpngenc.h:
18865         * ext/shout2/gstshout2.h:
18866         * ext/speex/gstspeexdec.h:
18867         * ext/speex/gstspeexenc.c:
18868         * ext/speex/gstspeexenc.h:
18869         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18870         * gst/autodetect/gstautoaudiosink.h:
18871         * gst/autodetect/gstautovideosink.h:
18872         * gst/avi/gstavidemux.h:
18873         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18874         (gst_cutter_set_property), (gst_cutter_get_caps):
18875         * gst/cutter/gstcutter.h:
18876         * gst/debug/tests.c: (md5_process_block):
18877         * gst/debug/tests.h:
18878         * gst/effectv/gstwarp.c:
18879         * gst/flx/flx_fmt.h:
18880         * gst/flx/gstflxdec.h:
18881         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18882         (zoomFilterFastRGB):
18883         * gst/goom/filters.h:
18884         * gst/goom/goom_tools.h:
18885         * gst/law/alaw-encode.c:
18886         * gst/level/gstlevel.c:
18887         * gst/level/gstlevel.h:
18888         * gst/matroska/ebml-write.h:
18889         * gst/matroska/matroska-demux.h:
18890         * gst/matroska/matroska-ids.h:
18891         * gst/matroska/matroska-mux.h:
18892         * gst/monoscope/convolve.c: (convolve_match):
18893         * gst/monoscope/convolve.h:
18894         * gst/multipart/multipartmux.c:
18895         * gst/oldcore/gstaggregator.c:
18896         * gst/oldcore/gstaggregator.h:
18897         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18898         * gst/oldcore/gstmd5sink.h:
18899         * gst/oldcore/gstmultifilesrc.c:
18900         * gst/oldcore/gstmultifilesrc.h:
18901         * gst/oldcore/gstpipefilter.h:
18902         * gst/oldcore/gstshaper.h:
18903         * gst/rtp/gstrtpL16depay.h:
18904         * gst/rtp/gstrtpL16pay.h:
18905         * gst/rtp/gstrtpdepay.h:
18906         * gst/rtp/gstrtpmp4vpay.c:
18907         * gst/rtp/gstrtpmp4vpay.h:
18908         * gst/rtsp/gstrtspsrc.c:
18909         * gst/rtsp/gstrtspsrc.h:
18910         * gst/rtsp/rtspconnection.h:
18911         * gst/rtsp/rtspdefs.h:
18912         * gst/rtsp/rtspmessage.h:
18913         * gst/rtsp/rtsptransport.h:
18914         * gst/rtsp/rtspurl.c:
18915         * gst/rtsp/rtspurl.h:
18916         * gst/rtsp/sdpmessage.c:
18917         * gst/rtsp/sdpmessage.h:
18918         * gst/smpte/barboxwipes.c:
18919         * gst/smpte/gstmask.h:
18920         * gst/smpte/gstsmpte.h:
18921         * gst/smpte/paint.c:
18922         * gst/smpte/paint.h:
18923         * gst/udp/gstdynudpsink.h:
18924         * gst/udp/gstmultiudpsink.h:
18925         * gst/udp/gstudpsink.c:
18926         * gst/udp/gstudpsink.h:
18927         * gst/udp/gstudpsrc.c:
18928         * gst/videomixer/videomixer.c:
18929         * gst/wavenc/riff.h:
18930         * gst/wavparse/gstwavparse.h:
18931         * sys/oss/gstossdmabuffer.h:
18932         * sys/oss/gstossmixer.h:
18933         * sys/oss/gstossmixerelement.h:
18934         * sys/oss/gstossmixertrack.h:
18935         * sys/oss/gstosssink.c:
18936         * sys/oss/gstosssink.h:
18937         * sys/oss/gstosssrc.c:
18938         * sys/oss/gstosssrc.h:
18939         * sys/osxaudio/gstosxaudioelement.h:
18940         * sys/osxaudio/gstosxaudiosink.h:
18941         * sys/osxaudio/gstosxaudiosrc.h:
18942           expand tabs
18943
18944 === release 0.10.0 ===
18945
18946 2005-12-05   <thomas (at) apestaart (dot) org>
18947
18948         * configure.ac:
18949           releasing 0.10.0, "Abondance"
18950
18951 2005-12-05  Andy Wingo  <wingo@pobox.com>
18952
18953         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18954         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18955         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18956         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18957         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18958         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18959         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18960         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18961         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18962         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18963         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18964         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18965         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18966         * gst/goom/gstgoom.c: (gst_goom_chain):
18967         * gst/matroska/matroska-demux.c:
18968         (gst_matroska_demux_push_vorbis_codec_priv_data),
18969         (gst_matroska_demux_add_wvpk_header):
18970         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18971         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18972         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18973         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18974         alloc_buffer changes.
18975
18976 2005-12-05  Michael Smith  <msmith@fluendo.com>
18977
18978         * docs/plugins/gst-plugins-good-plugins.args:
18979           Remove args for plugins that aren't in -good.
18980
18981 === release 0.9.7 ===
18982
18983 2005-12-01   <thomas (at) apestaart (dot) org>
18984
18985         * configure.ac:
18986           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18987
18988 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18989
18990         * docs/plugins/.cvsignore:
18991         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18992         * docs/plugins/inspect/plugin-multipart.xml:
18993         * docs/plugins/inspect/plugin-rtp.xml:
18994           add multipart plugin to docs
18995
18996 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18997
18998         * configure.ac:
18999         * ext/Makefile.am:
19000         * ext/pango/Makefile.am:
19001         * ext/pango/gstclockoverlay.c:
19002         * ext/pango/gstclockoverlay.h:
19003         * ext/pango/gsttextoverlay.c:
19004         * ext/pango/gsttextoverlay.h:
19005         * ext/pango/gsttextrender.c:
19006         * ext/pango/gsttextrender.h:
19007         * ext/pango/gsttimeoverlay.c:
19008         * ext/pango/gsttimeoverlay.h:
19009           move pango to base
19010
19011 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19012
19013         * gst/rtp/Makefile.am:
19014         * gst/rtp/gstrtpL16depay.c:
19015         * gst/rtp/gstrtpL16depay.h:
19016         * gst/rtp/gstrtpL16parse.c:
19017         * gst/rtp/gstrtpL16parse.h:
19018         * gst/rtp/gstrtpgsmdepay.c:
19019         * gst/rtp/gstrtpgsmdepay.h:
19020         * gst/rtp/gstrtpgsmparse.c:
19021         * gst/rtp/gstrtpgsmparse.h:
19022           parsers are depayers
19023
19024 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19025
19026         * gst/rtp/Makefile.am:
19027         * gst/rtp/gstasteriskh263.c:
19028         * gst/rtp/gstrtp.c:
19029         * gst/rtp/gstrtpL16enc.c:
19030         * gst/rtp/gstrtpL16enc.h:
19031         * gst/rtp/gstrtpL16parse.c:
19032         * gst/rtp/gstrtpL16parse.h:
19033         * gst/rtp/gstrtpL16pay.c:
19034         * gst/rtp/gstrtpL16pay.h:
19035         * gst/rtp/gstrtpamrdec.c:
19036         * gst/rtp/gstrtpamrdec.h:
19037         * gst/rtp/gstrtpamrdepay.c:
19038         * gst/rtp/gstrtpamrdepay.h:
19039         * gst/rtp/gstrtpamrenc.c:
19040         * gst/rtp/gstrtpamrenc.h:
19041         * gst/rtp/gstrtpamrpay.c:
19042         * gst/rtp/gstrtpamrpay.h:
19043         * gst/rtp/gstrtpdec.c:
19044         * gst/rtp/gstrtpdec.h:
19045         * gst/rtp/gstrtpdepay.c:
19046         * gst/rtp/gstrtpdepay.h:
19047         * gst/rtp/gstrtpg711dec.c:
19048         * gst/rtp/gstrtpg711dec.h:
19049         * gst/rtp/gstrtpg711depay.c:
19050         * gst/rtp/gstrtpg711depay.h:
19051         * gst/rtp/gstrtpg711enc.c:
19052         * gst/rtp/gstrtpg711enc.h:
19053         * gst/rtp/gstrtpg711pay.c:
19054         * gst/rtp/gstrtpg711pay.h:
19055         * gst/rtp/gstrtpgsmenc.c:
19056         * gst/rtp/gstrtpgsmenc.h:
19057         * gst/rtp/gstrtpgsmparse.c:
19058         * gst/rtp/gstrtpgsmparse.h:
19059         * gst/rtp/gstrtpgsmpay.c:
19060         * gst/rtp/gstrtpgsmpay.h:
19061         * gst/rtp/gstrtph263enc.c:
19062         * gst/rtp/gstrtph263enc.h:
19063         * gst/rtp/gstrtph263pay.c:
19064         * gst/rtp/gstrtph263pay.h:
19065         * gst/rtp/gstrtph263pdec.c:
19066         * gst/rtp/gstrtph263pdec.h:
19067         * gst/rtp/gstrtph263pdepay.c:
19068         * gst/rtp/gstrtph263pdepay.h:
19069         * gst/rtp/gstrtph263penc.c:
19070         * gst/rtp/gstrtph263penc.h:
19071         * gst/rtp/gstrtph263ppay.c:
19072         * gst/rtp/gstrtph263ppay.h:
19073         * gst/rtp/gstrtpmp4vdec.c:
19074         * gst/rtp/gstrtpmp4vdec.h:
19075         * gst/rtp/gstrtpmp4vdepay.c:
19076         * gst/rtp/gstrtpmp4vdepay.h:
19077         * gst/rtp/gstrtpmp4venc.c:
19078         * gst/rtp/gstrtpmp4venc.h:
19079         * gst/rtp/gstrtpmp4vpay.c:
19080         * gst/rtp/gstrtpmp4vpay.h:
19081         * gst/rtp/gstrtpmpadec.c:
19082         * gst/rtp/gstrtpmpadec.h:
19083         * gst/rtp/gstrtpmpadepay.c:
19084         * gst/rtp/gstrtpmpadepay.h:
19085         * gst/rtp/gstrtpmpaenc.c:
19086         * gst/rtp/gstrtpmpaenc.h:
19087         * gst/rtp/gstrtpmpapay.c:
19088         * gst/rtp/gstrtpmpapay.h:
19089         * gst/rtp/gstrtpspeexdec.c:
19090         * gst/rtp/gstrtpspeexdec.h:
19091         * gst/rtp/gstrtpspeexdepay.c:
19092         * gst/rtp/gstrtpspeexdepay.h:
19093         * gst/rtp/gstrtpspeexenc.c:
19094         * gst/rtp/gstrtpspeexenc.h:
19095         * gst/rtp/gstrtpspeexpay.c:
19096         * gst/rtp/gstrtpspeexpay.h:
19097           Do burger's rename for rtp payloaders and depayloaders
19098
19099 2005-11-30  Wim Taymans  <wim@fluendo.com>
19100
19101         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19102         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19103         * ext/dv/gstdvdemux.h:
19104         Fix seeking in dvdemux again, add some more debug info.
19105
19106 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19107
19108         * configure.ac:
19109           fix tests
19110
19111 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19112
19113         * PORTED_09:
19114         * docs/random/PORTED_09:
19115           move
19116         * tests/Makefile.am:
19117           add
19118         * win32/gst.sln:
19119           remove
19120
19121 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19122
19123         * Makefile.am:
19124         * check/.cvsignore:
19125         * check/Makefile.am:
19126         * check/elements/.cvsignore:
19127         * check/elements/level.c:
19128         * check/elements/matroskamux.c:
19129         * configure.ac:
19130         * examples/Makefile.am:
19131         * examples/capsfilter/Makefile.am:
19132         * examples/capsfilter/capsfilter1.c:
19133         * examples/gob/Makefile.am:
19134         * examples/gob/gst-identity2.gob:
19135         * examples/gstplay/.cvsignore:
19136         * examples/gstplay/Makefile.am:
19137         * examples/gstplay/player.c:
19138         * examples/indexing/.cvsignore:
19139         * examples/indexing/Makefile.am:
19140         * examples/indexing/indexmpeg.c:
19141         * examples/level/Makefile.am:
19142         * examples/level/README:
19143         * examples/level/demo.c:
19144         * examples/level/plot.c:
19145         * examples/stats/Makefile.am:
19146         * examples/stats/mp2ogg.c:
19147         * examples/switch/.cvsignore:
19148         * examples/switch/Makefile.am:
19149         * examples/switch/switcher.c:
19150           move under tests/
19151
19152 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19153
19154         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19155         (gst_text_render_class_init), (resize_bitmap),
19156         (gst_text_render_render_text), (gst_text_render_setcaps),
19157         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19158         (gst_text_render_chain), (gst_text_render_finalize),
19159         (gst_text_render_init), (gst_text_render_set_property):
19160         * ext/pango/gsttextrender.h:
19161           Add missing files.
19162
19163 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19164
19165         * configure.ac:
19166         * ext/Makefile.am:
19167         * ext/pango/Makefile.am:
19168         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19169         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19170         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19171         * ext/pango/gstclockoverlay.h:
19172         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19173         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19174         (gst_text_overlay_finalize), (gst_text_overlay_init),
19175         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19176         (gst_text_overlay_text_pad_linked),
19177         (gst_text_overlay_text_pad_unlinked),
19178         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19179         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19180         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19181         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19182         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19183         (gst_text_overlay_change_state), (plugin_init):
19184         * ext/pango/gsttextoverlay.h:
19185         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19186         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19187         (gst_time_overlay_class_init), (gst_time_overlay_init):
19188         * ext/pango/gsttimeoverlay.h:
19189           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19190           and add background shading and text wrapping modes. Make 
19191           timoverlay derive from textoverlay. Also add new clockoverlay
19192           element.
19193
19194 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19195
19196         * gst/udp/Makefile.am: Moved to netbuffer.
19197
19198 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19199
19200         * configure.ac:
19201         * PORTED_O9:
19202         * gst/multipart/Makefile.am:
19203         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19204         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19205         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19206         (gst_multipart_demux_change_state),
19207         (gst_multipart_demux_plugin_init):
19208         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19209         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19210         (gst_multipart_mux_sinkconnect),
19211         (gst_multipart_mux_request_new_pad),
19212         (gst_multipart_mux_handle_src_event),
19213         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19214         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19215         0.9.
19216
19217 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19218
19219         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19220         * gst/debug/gstnavigationtest.h:
19221         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19222         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19223         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19224         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19225         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19226         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19227         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19228         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19229         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19230         (gst_video_flip_get_type):
19231         * gst/videofilter/gstvideoflip.h:
19232           update for symbols change
19233
19234 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19235
19236         * gst/udp/gstdynudpsink.c:
19237         * gst/udp/gstudpsrc.c:
19238           the old gstnet lib was renamed gstnetbuffer (#322257)
19239
19240 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19241
19242         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19243         (gst_text_overlay_collected):
19244           Actually render the text from the text pad.
19245
19246 2005-11-29  Edward Hervey  <edward@fluendo.com>
19247
19248         * gst/debug/gstnavseek.c: (gst_navseek_event):
19249         * gst/debug/progressreport.c: (gst_progress_report_event):
19250         Update for GstBaseTransform event virtual method
19251
19252 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19253
19254         * ext/cairo/Makefile.am:
19255           no need to link to videofilter
19256
19257 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19258
19259         * gst/debug/Makefile.am:
19260         * gst/debug/gstnavigationtest.h:
19261         * gst/effectv/Makefile.am:
19262         * gst/effectv/gstaging.c:
19263         * gst/effectv/gstdice.c:
19264         * gst/effectv/gstedge.c:
19265         * gst/effectv/gstquark.c:
19266         * gst/effectv/gstrev.c:
19267         * gst/effectv/gstshagadelic.c:
19268         * gst/effectv/gstvertigo.c:
19269         * gst/effectv/gstwarp.c:
19270         * gst/videofilter/Makefile.am:
19271         * gst/videofilter/gstvideofilter.c:
19272         * gst/videofilter/gstvideofilter.h:
19273         * gst/videofilter/gstvideoflip.h:
19274           remove the videofilter library and link to the one in base
19275
19276 2005-11-28  Edward Hervey  <edward@fluendo.com>
19277
19278         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19279         Useless check now we're setting the current entry correctly.
19280
19281 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19282
19283         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19284         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19285         (gst_jpegenc_change_state):
19286           Don't leak input buffer in chain function (fixes #322667); make 
19287           state change function thread-safe; don't repeat the current function
19288           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19289           gst_pad_alloc_buffer(); misc. minor cleanups.
19290
19291 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19292
19293         * gst/matroska/matroska-mux.c:
19294         (gst_matroska_mux_video_pad_setcaps):
19295         Look for pixel-aspect-ratio in caps, not pixel_width and
19296         pixel_height (Fixes: #322645)
19297
19298 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19299
19300         * gst/matroska/matroska-mux.c:
19301         (gst_matroska_mux_video_pad_setcaps):
19302         From Michal Benes:
19303         frame duration should be GST_SECOND / framerate, not
19304         GST_SECOND * framerate. (Fixes: #322643)
19305
19306 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19307
19308         * configure.ac:
19309           fix up GST_PLUGIN_LDFLAGS
19310         * gst/rtsp/rtspconnection.c:
19311           fix includes (see #317043)
19312         * gst/videofilter/Makefile.am:
19313           stop installing this library
19314
19315 2005-11-26  Edward Hervey  <edward@fluendo.com>
19316
19317         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19318         Handle the case where the incoming Video dv stream doesn't have
19319         a pixel aspect ratio set.
19320
19321 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19322
19323         * docs/plugins/Makefile.am:
19324         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19325         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19326         * ext/flac/gstflacdec.c:
19327           document flacdec
19328
19329 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19330
19331         * docs/plugins/Makefile.am:
19332         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19333         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19334         * docs/plugins/inspect/plugin-autodetect.xml:
19335         * ext/cairo/gstcairo.c: (plugin_init):
19336         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19337         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19338         (gst_text_overlay_init), (gst_text_overlay_font_init),
19339         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19340         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19341         (gst_text_overlay_text_pad_linked),
19342         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19343         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19344         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19345         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19346         (gst_text_overlay_change_state):
19347         * ext/cairo/gsttextoverlay.h:
19348         * ext/cairo/gsttimeoverlay.c:
19349         (gst_cairo_time_overlay_update_font_height),
19350         (gst_cairo_time_overlay_set_caps),
19351         (gst_cairo_time_overlay_get_unit_size),
19352         (gst_cairo_time_overlay_print_smpte_time),
19353         (gst_cairo_time_overlay_transform),
19354         (gst_cairo_time_overlay_base_init),
19355         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19356         (gst_cairo_time_overlay_get_type):
19357         * ext/cairo/gsttimeoverlay.h:
19358           do some name borgifying
19359           document
19360
19361 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19362
19363         * docs/plugins/Makefile.am:
19364         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19365         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19366         * gst/autodetect/gstautoaudiosink.c:
19367         (gst_auto_audio_sink_base_init):
19368         * gst/autodetect/gstautovideosink.c:
19369         (gst_auto_video_sink_base_init),
19370         (gst_auto_video_sink_factory_filter):
19371           documenting auto*sink
19372           using strstr for the video sink lookup, class field is not ordered
19373         * docs/plugins/inspect/plugin-1394.xml:
19374         * docs/plugins/inspect/plugin-aasink.xml:
19375         * docs/plugins/inspect/plugin-alaw.xml:
19376         * docs/plugins/inspect/plugin-alpha.xml:
19377         * docs/plugins/inspect/plugin-alphacolor.xml:
19378         * docs/plugins/inspect/plugin-auparse.xml:
19379         * docs/plugins/inspect/plugin-autodetect.xml:
19380         * docs/plugins/inspect/plugin-avi.xml:
19381         * docs/plugins/inspect/plugin-cacasink.xml:
19382         * docs/plugins/inspect/plugin-cairo.xml:
19383         * docs/plugins/inspect/plugin-cutter.xml:
19384         * docs/plugins/inspect/plugin-debug.xml:
19385         * docs/plugins/inspect/plugin-dv.xml:
19386         * docs/plugins/inspect/plugin-efence.xml:
19387         * docs/plugins/inspect/plugin-effectv.xml:
19388         * docs/plugins/inspect/plugin-esdsink.xml:
19389         * docs/plugins/inspect/plugin-flac.xml:
19390         * docs/plugins/inspect/plugin-flxdec.xml:
19391         * docs/plugins/inspect/plugin-gconfelements.xml:
19392         * docs/plugins/inspect/plugin-goom.xml:
19393         * docs/plugins/inspect/plugin-jpeg.xml:
19394         * docs/plugins/inspect/plugin-level.xml:
19395         * docs/plugins/inspect/plugin-matroska.xml:
19396         * docs/plugins/inspect/plugin-mulaw.xml:
19397         * docs/plugins/inspect/plugin-navigationtest.xml:
19398         * docs/plugins/inspect/plugin-ossaudio.xml:
19399         * docs/plugins/inspect/plugin-png.xml:
19400         * docs/plugins/inspect/plugin-rtp.xml:
19401         * docs/plugins/inspect/plugin-rtsp.xml:
19402         * docs/plugins/inspect/plugin-shout2send.xml:
19403         * docs/plugins/inspect/plugin-smpte.xml:
19404         * docs/plugins/inspect/plugin-speex.xml:
19405         * docs/plugins/inspect/plugin-udp.xml:
19406         * docs/plugins/inspect/plugin-videobox.xml:
19407         * docs/plugins/inspect/plugin-videoflip.xml:
19408         * docs/plugins/inspect/plugin-videomixer.xml:
19409         * docs/plugins/inspect/plugin-wavenc.xml:
19410         * docs/plugins/inspect/plugin-wavparse.xml:
19411           update for HEAD version
19412
19413 2005-11-25  Michael Smith  <msmith@fluendo.com>
19414
19415         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19416           Patch from Sebastien Cote to close control sockets in udpsrc.
19417
19418 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19419
19420         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19421         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19422         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19423         (gst_quarktv_base_init), (gst_quarktv_class_init),
19424         (gst_quarktv_init): Flush the planes list on reverse caps
19425         negotiation. This was crashing because of differently sized
19426         buffers.
19427
19428 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19429
19430         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19431         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19432         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19433         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19434         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19435         (gst_videoflip_set_property), (gst_videoflip_base_init),
19436         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19437         correctly, fix identity flipping, convert navigation event 
19438         correctly again.
19439
19440 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19441
19442         * configure.ac: back to HEAD
19443
19444 === release 0.9.6 ===
19445
19446 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19447
19448         * configure.ac:
19449           releasing 0.9.6, "Everything's Not Lost"
19450
19451 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19452
19453         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19454         Oops, initialise the framerate GValue
19455
19456 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19457
19458         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19459         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19460         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19461         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19462         (gst_timeoverlay_get_type):
19463         * ext/cairo/gsttimeoverlay.h:
19464         * gst/debug/Makefile.am:
19465         * gst/debug/gstnavigationtest.c:
19466         (gst_navigationtest_handle_src_event),
19467         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19468         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19469         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19470         (gst_navigationtest_init), (gst_navigationtest_get_type),
19471         (plugin_init):
19472         * gst/debug/gstnavigationtest.h:
19473         * gst/effectv/Makefile.am:
19474         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19475         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19476         (gst_agingtv_base_init), (gst_agingtv_class_init),
19477         (gst_agingtv_init), (gst_agingtv_get_type):
19478         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19479         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19480         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19481         (gst_dicetv_get_type):
19482         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19483         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19484         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19485         (gst_edgetv_get_type):
19486         * gst/effectv/gsteffectv.c:
19487         * gst/effectv/gsteffectv.h:
19488         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19489         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19490         (gst_quarktv_change_state), (gst_quarktv_base_init),
19491         (gst_quarktv_class_init), (gst_quarktv_init),
19492         (gst_quarktv_get_type):
19493         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19494         (gst_revtv_get_unit_size), (gst_revtv_transform),
19495         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19496         (gst_revtv_get_type):
19497         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19498         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19499         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19500         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19501         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19502         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19503         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19504         (gst_vertigotv_init), (gst_vertigotv_get_type):
19505         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19506         (gst_warptv_get_unit_size), (gst_warptv_transform),
19507         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19508         (gst_warptv_get_type):
19509         * gst/videofilter/Makefile.am:
19510         * gst/videofilter/gstvideobalance.c:
19511         * gst/videofilter/gstvideobalance.h:
19512         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19513         (gst_videofilter_class_init), (gst_videofilter_init):
19514         * gst/videofilter/gstvideofilter.h:
19515         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19516         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19517         (gst_videoflip_flip), (gst_videoflip_transform),
19518         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19519         (gst_videoflip_base_init), (gst_videoflip_class_init),
19520         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19521         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19522         BaseTransform, it's just a place holder for now and every video
19523         effect plugin has been ported to use BaseTransform features 
19524         directly. QuarkTV was fixed too (was broken), navigationtest works
19525         and best for the end, videoflip converts navigation events depending
19526         on flip method ! Fixes #320953
19527
19528 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19529
19530         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19531         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19532         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19533         (gst_goom_src_negotiate), (gst_goom_chain):
19534         * gst/matroska/matroska-mux.c:
19535         (gst_matroska_mux_video_pad_setcaps):
19536         * sys/osxvideo/osxvideosink.m:
19537           Fixes for API changes
19538
19539 2005-11-23  Michael Smith <msmith@fluendo.com>
19540
19541         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19542         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19543         * ext/jpeg/gstjpegdec.h:
19544         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19545         * ext/jpeg/gstjpegenc.h:
19546         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19547         (gst_smokeenc_resync):
19548         * ext/jpeg/gstsmokeenc.h:
19549           JPEG fractiony goodness.
19550
19551 2005-11-22  Michael Smith <msmith@fluendo.com>
19552
19553         * gst/goom/filters.c:
19554         * gst/goom/graphic.h:
19555           Fix compilation by making some functions static inline instead of
19556           extern inline, matching the way they're used.
19557
19558 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19559
19560         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19561         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19562         * ext/cairo/gsttextoverlay.h:
19563         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19564         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19565         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19566         (gst_pngdec_caps_create_and_set):
19567         * ext/libpng/gstpngdec.h:
19568         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19569         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19570         * gst/avi/gstavimux.c: (gst_avimux_init),
19571         (gst_avimux_vidsinkconnect):
19572         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19573         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19574         (gst_goom_src_negotiate), (gst_goom_chain):
19575         * gst/goom/gstgoom.h:
19576         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19577         * gst/matroska/matroska-mux.c:
19578         (gst_matroska_mux_video_pad_setcaps):
19579         * sys/osxvideo/osxvideosink.h:
19580         * sys/osxvideo/osxvideosink.m:
19581           More fractional framerate conversions 
19582
19583 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19584
19585         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19586         * gst/debug/gstnavigationtest.c:
19587         (gst_navigationtest_handle_src_event):
19588         * gst/videofilter/gstvideofilter.c:
19589         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19590         (gst_videofilter_init):
19591         * gst/videofilter/gstvideofilter.h:
19592           Convert to fractional framerates.
19593
19594 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19595
19596         * ext/aalib/gstaasink.c:
19597         * ext/dv/gstdvdec.c:
19598         * ext/esd/esdmon.c:
19599         * ext/flac/gstflacenc.c:
19600         * ext/gdk_pixbuf/pixbufscale.c:
19601         * ext/libcaca/gstcacasink.c:
19602         * ext/shout2/gstshout2.c:
19603         * gst/alpha/gstalpha.c:
19604         * gst/oldcore/gstaggregator.c:
19605         * gst/oldcore/gstshaper.c:
19606         * gst/smpte/barboxwipes.c:
19607         * gst/smpte/gstsmpte.c:
19608         * gst/videobox/gstvideobox.c:
19609         * gst/videofilter/gstvideoflip.c:
19610         * gst/videomixer/videomixer.c:
19611           fix up more enums
19612
19613 2005-11-22  Michael Smith <msmith@fluendo.com>
19614
19615         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19616         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19617         (gst_videomixer_update_queues):
19618           Fractional framerates, videomixer.
19619
19620 2005-11-22  Michael Smith <msmith@fluendo.com>
19621
19622         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19623         * ext/dv/gstdvdec.h:
19624         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19625         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19626         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19627         (gst_dvdemux_flush):
19628         * ext/dv/gstdvdemux.h:
19629           Fractional framerates for DV. 
19630
19631 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19632
19633         * gst/autodetect/gstautoaudiosink.c:
19634         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19635         * gst/autodetect/gstautovideosink.c:
19636         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19637           Use gst_plugin_feature_list_free() to free feature list and
19638           in the case of autovideosink free the list at all. Also
19639           miscellaneous cosmetic fixes.
19640
19641 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19642
19643         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19644         (gst_cutter_set_property), (gst_cutter_get_caps):
19645           copy calculation code from level; remove use of some audio
19646           functions
19647
19648 2005-11-22  Andy Wingo  <wingo@pobox.com>
19649
19650         * Update for gst_tag_setter API changes.
19651
19652 2005-11-22  Andy Wingo  <wingo@pobox.com>
19653
19654         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19655         (gst_dvdemux_demux_frame)
19656         * ext/flac/gstflacdec.c (gst_flacdec_write)
19657         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19658         (gst_flacenc_sink_event)
19659         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19660         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19661         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19662         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19663         * gst/auparse/gstauparse.c (gst_auparse_chain)
19664         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19665         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19666         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19667         (gst_avi_demux_handle_seek)
19668         * gst/goom/gstgoom.c (gst_goom_event)
19669         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19670         * gst/matroska/matroska-demux.c
19671         (gst_matroska_demux_handle_seek_event)
19672         (gst_matroska_demux_loop_stream_parse_id)
19673         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19674         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19675         (gst_wavparse_stream_headers): Run update-funcnames.
19676
19677 2005-11-22  Edward Hervey  <edward@fluendo.com>
19678
19679         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19680         (gst_dv1394src_init), (gst_dv1394src_dispose),
19681         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19682         (gst_dv1394src_uri_set_uri):
19683         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19684         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19685         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19686         URIHandler interface and element properties are now properly
19687         synchronized for DV1394src and UDPSrc
19688
19689 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19690
19691         * ext/flac/Makefile.am:
19692         * ext/speex/Makefile.am:
19693           libgsttagedit has been renamed to libgsttag.
19694
19695 2005-11-21  Wim Taymans  <wim@fluendo.com>
19696
19697         * gst/rtsp/rtspconnection.c: (read_body):
19698         Apply patch from Sebastien Cote to fix #319184.
19699
19700 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19701
19702         * configure.ac:
19703         * gst/cutter/Makefile.am:
19704         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19705         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19706         (gst_cutter_set_property), (gst_cutter_get_property),
19707         (plugin_init), (gst_cutter_get_caps):
19708           port cutter
19709         * gst/level/gstlevel.c:
19710           fix up plugin details
19711
19712 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19713
19714         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19715         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19716         (gst_flacdec_src_event):
19717         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19718         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19719         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19720         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19721         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19722         (gst_flxdec_sink_event_handler):
19723         * gst/matroska/matroska-demux.c:
19724         (gst_matroska_demux_handle_seek_event):
19725         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19726           Update for stream lock API changes: don't take stream log
19727           in sink event handlers any longer and change GST_STREAM_LOCK
19728           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19729           functions.
19730
19731 2005-11-21  Michael Smith <msmith@fluendo.com>
19732
19733         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19734           gst_object_unref, not g_object_unref
19735
19736 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19737
19738         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19739         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19740           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19741
19742 2005-11-21  Michael Smith <msmith@fluendo.com>
19743
19744         * gst/auparse/Makefile.am:
19745         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19746         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19747         (gst_auparse_change_state):
19748         * gst/auparse/gstauparse.h:
19749           Partially fix #161712. playbin still doesn't work on these files,
19750           (on the bug report, Andy says we aren't typefinding it for some
19751           reason?) but at least auparse isn't totally busted like it was before.
19752
19753 2005-11-21  Andy Wingo  <wingo@pobox.com>
19754
19755         * *.h:
19756         * *.c: Ran scripts/update-macros. Oh yes.
19757
19758 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19759
19760         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19761           Filler events are gone for now, comment out section generating
19762           them.
19763
19764 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19765
19766         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19767         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19768         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19769         * sys/osxvideo/osxvideosink.m:
19770           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19771           (#322027)
19772
19773 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19774
19775         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19776         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19777         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19778         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19779         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19780         (gst_avi_demux_stream_data):
19781         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19782         * gst/wavenc/gstwavenc.c: (write_metadata):
19783         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19784         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19785         Fixes for GST_FOURCC_FORMAT API change.
19786
19787 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19788
19789         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19790         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19791         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19792         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19793         (gst_text_overlay_change_state):
19794         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19795         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19796         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19797         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19798         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19799         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19800         (gst_videomixer_change_state):
19801           Fix for collect pads API change. Also fix textoverlay state
19802           change function.
19803
19804 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19805
19806         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19807         GST_PAD_IS_USABLE by something approaching it.
19808
19809 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19810
19811         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19812         API changes.
19813         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19814         but also fix the code that was not checking return values from
19815         pad_push neither using pad_alloc_buffer.
19816
19817 2005-11-18  Edward Hervey  <edward@fluendo.com>
19818
19819         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19820         (gst_pngenc_chain):
19821         Added debug category
19822         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19823         goes to EOS.
19824
19825 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19826
19827         * gst/rtp/Makefile.am
19828         * gst/rtp/gstrtp.c
19829         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19830         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19831         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19832         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19833         * gst/rtp/gstrtpg711enc.h:
19834         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19835         * gst/rtp/gstrtpspeexenc.c:
19836         * gst/rtp/gstrtpspeexenc.h:
19837         * gst/rtp/gstrtpspeexdec.c:
19838         * gst/rtp/gstrtpspeexdec.h:
19839         Created Speex payloader and depayloader; Optimize G711 payloader to
19840         use adapter and send packets until MTU size.
19841
19842 2005-11-16  Wim Taymans  <wim@fluendo.com>
19843
19844         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19845         Fix leak in check.
19846
19847 2005-11-16  Wim Taymans  <wim@fluendo.com>
19848
19849         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19850         Fix state change.
19851
19852 2005-11-16  Andy Wingo  <wingo@pobox.com>
19853
19854         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19855         (gst_udpsrc_create): Move comment.
19856
19857 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19858
19859         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19860
19861         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19862           When seeking, seek to closest index entry at or before the requested
19863           seek position, not just the closest one (#321001).
19864
19865 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19866
19867         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19868         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19869           Invert DIB images again (see #132341).
19870
19871 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19872
19873         * configure.ac:
19874           rework configure.ac file
19875         * ext/aalib/gstaasink.c:
19876         * ext/cairo/gstcairo.c:
19877         * ext/dv/gstdv.c:
19878         * ext/esd/gstesd.c:
19879         * ext/flac/gstflac.c:
19880         * ext/gconf/gstgconfelements.c:
19881         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19882         * ext/jpeg/gstjpeg.c:
19883         * ext/ladspa/gstladspa.c:
19884         * ext/libcaca/gstcacasink.c:
19885         * ext/libmng/gstmng.c:
19886         * ext/libpng/gstpng.c:
19887         * ext/mikmod/gstmikmod.c:
19888         * ext/pango/gsttextoverlay.c:
19889         * ext/pango/gsttimeoverlay.c:
19890         * ext/raw1394/gst1394.c:
19891         * ext/speex/gstspeex.c:
19892         * gst/alpha/Makefile.am:
19893         * gst/alpha/gstalpha.c:
19894         * gst/alpha/gstalphacolor.c:
19895         * gst/auparse/gstauparse.c:
19896         * gst/autodetect/gstautoaudiosink.c:
19897         (gst_auto_audio_sink_factory_filter),
19898         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19899         * gst/autodetect/gstautodetect.c:
19900         * gst/avi/gstavi.c:
19901         * gst/cutter/gstcutter.c:
19902         * gst/debug/efence.c:
19903         * gst/debug/gstdebug.c:
19904         * gst/debug/gstnavigationtest.c:
19905         * gst/effectv/gsteffectv.c:
19906         * gst/flx/gstflxdec.c:
19907         * gst/goom/gstgoom.c:
19908         * gst/interleave/plugin.c:
19909         * gst/law/alaw.c:
19910         * gst/law/mulaw.c:
19911         * gst/level/gstlevel.c:
19912         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19913         * gst/matroska/matroska.c:
19914         * gst/median/gstmedian.c:
19915         * gst/monoscope/gstmonoscope.c:
19916         * gst/multipart/multipart.c:
19917         * gst/oldcore/gstelements.c:
19918         * gst/rtp/gstrtp.c:
19919         * gst/rtsp/gstrtsp.c:
19920         * gst/smoothwave/gstsmoothwave.c:
19921         * gst/smpte/gstsmpte.c:
19922         * gst/udp/gstudp.c:
19923         * gst/videobox/gstvideobox.c:
19924         * gst/videofilter/gstgamma.c:
19925         * gst/videofilter/gstvideobalance.c:
19926         * gst/videofilter/gstvideoflip.c:
19927         * gst/videofilter/gstvideotemplate.c:
19928         * gst/videomixer/videomixer.c:
19929         * gst/wavenc/gstwavenc.c:
19930         * gst/wavparse/gstwavparse.c:
19931         * sys/oss/gstossaudio.c:
19932         * sys/osxaudio/gstosxaudio.c:
19933           update GST_PLUGIN_DEFINE
19934         * gst/rtp/Makefile.am:
19935         * gst/rtp/gstasteriskh263.c:
19936           check for htons/htonl headers and possibly link to winsock2 lib
19937
19938 2005-11-12  Edward Hervey  <edward@fluendo.com>
19939
19940         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19941         Only GST_DEBUG() information on the valid components.
19942
19943 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19944
19945         * configure.ac: back to HEAD
19946
19947 === release 0.9.5 ===
19948
19949 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19950
19951         * configure.ac:
19952           releasing 0.9.5, "Phone Alarm"
19953
19954 2005-11-11  Edward Hervey  <edward@fluendo.com>
19955
19956         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19957         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19958         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19959         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19960         (gst_avi_demux_loop):
19961         * gst/avi/gstavidemux.h:
19962         Yeah, implement proper seeking. Exact seeking and segment seeking.
19963         Still need to do some checks for segment_stop.
19964
19965 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19966
19967         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19968
19969         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19970           Don't try to ready buffer duration from buffer that we don't
19971           own any  longer and that might already have been unreffed.
19972           (#321136)
19973
19974 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19975
19976         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19977         (flx_decode_delta_flc), (gst_flxdec_chain):
19978         Attempting to optimize the code for embedded systems.
19979
19980 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19981
19982         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19983
19984         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19985           Don't re-use already closed file descriptor. (#320920)
19986
19987 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19988
19989         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19990         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19991         (gst_oss_sink_prepare):
19992         * sys/oss/gstosssink.h:
19993           Cache probed caps; fix debug output for SET_PARAM macros.
19994
19995 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19996
19997         * ext/cairo/Makefile.am:
19998         * ext/cairo/gstcairo.c: (plugin_init):
19999         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20000         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20001         (gst_text_overlay_init), (gst_text_overlay_font_init),
20002         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20003         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20004         (gst_text_overlay_text_pad_linked),
20005         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20006         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20007         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20008         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20009         (gst_text_overlay_change_state):
20010         * ext/cairo/gsttextoverlay.h:
20011           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20012           property and redo positioning. Doesn't handle upstream renegotiation
20013           yet though.
20014
20015 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20016
20017         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20018         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20019         (gst_avi_demux_loop):
20020           No need to take the STREAM_LOCK in the loop function. Improve
20021           some debug messages. Don't leak pad names in debug messages.
20022
20023 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20024
20025         * gst/matroska/matroska-demux.c:
20026         (gst_matroska_demux_push_vorbis_codec_priv_data),
20027         (gst_matroska_demux_add_wvpk_header):
20028           Don't error out when the source pad isn't linked.
20029
20030 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20031
20032         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20033         (gst_gconf_audio_sink_change_state):
20034         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20035         (gst_gconf_video_sink_change_state):
20036           Fix state change functions here as well and set kid
20037           to NULL state before removing it.
20038
20039 2005-11-01  Edward Hervey  <edward@fluendo.com>
20040
20041         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20042         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20043         Added proper event handlind, 
20044         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20045         ignored),
20046         and don't set a duration of 0 for buffers otherwise they are discarded
20047         by GstBaseSink.
20048
20049         GstWavEnc needs some serious loving, after going through the code I'm
20050         really wondering how this can stay in -good ...
20051
20052 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20053
20054         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20055         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20056         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20057         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20058         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20059         (gst_matroska_mux_collected):
20060           Fix leaks and invalid memory access as reported by valgrind
20061
20062 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20063
20064         Patch by: Michal Benes <michal.benes@xeris.cz>
20065
20066         * check/Makefile.am:
20067         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20068         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20069         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20070           add a unit test for matroskamux
20071           fix the bugs that the unit test exposed
20072
20073 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20074
20075         * gst/autodetect/gstautoaudiosink.c:
20076         (gst_auto_audio_sink_class_init),
20077         (gst_auto_audio_sink_change_state):
20078         * gst/autodetect/gstautovideosink.c:
20079         (gst_auto_video_sink_class_init),
20080         (gst_auto_video_sink_change_state):
20081           Fix state change function and use GST_DEBUG_FUNCPTR in
20082           class_init.
20083
20084 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20085
20086         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20087
20088         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20089         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20090         * gst/matroska/ebml-write.h:
20091         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20092           Set timestamps on outgoing ebml headers as well, so that the
20093           element after matroskamux can get the timestamp already when
20094           reading the first ebml element and doesn't have to wait for
20095           the actual data buffer for that (#320308).
20096           
20097 2005-10-31  Andy Wingo  <wingo@pobox.com>
20098
20099         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20100         (gst_videomixer_pad_link): Kill some memleaks.
20101         (gst_videomixer_pad_get_property): Style fix.
20102         (gst_videomixer_pad_set_property): Style fix.
20103         (gst_videomixer_pad_init): Style fix.
20104         (gst_videomixer_update_queues): Kill memleak.
20105         (gst_videomixer_loop): Kill memleak.
20106         (gst_videomixer_collected): Kill memleak.
20107
20108 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20109
20110         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20111         gst_auparse_change_state:
20112         Just some cleanup.
20113
20114 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20115
20116         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20117         Add checks to GST_FLOW_NOT_LINKED for values returned
20118         from gst_pad_push.
20119         
20120 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20121
20122         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20123         (gst_rtpg711dec_process):
20124         * gst/rtp/gstrtpgsmenc.c:
20125         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20126         are never set. This is important for the g711 to work with burger's rtpbin
20127         element.
20128
20129 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20130
20131         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20132         (gst_speexenc_push_buffer):
20133         Add checks for return values from gst_pad_push and
20134         gst_pad_alloc_buffer.
20135
20136 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20137
20138         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20139
20140         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20141         (gst_matroska_demux_parse_info),
20142         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20143         (gst_matroska_demux_parse_cluster):
20144         * gst/matroska/matroska-ids.h:
20145         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20146         (gst_matroska_mux_init), (gst_matroska_mux_start),
20147         (gst_matroska_mux_create_buffer_header),
20148         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20149         (gst_matroska_mux_get_property):
20150         * gst/matroska/matroska-mux.h:
20151           Add SimpleBlock support to matroska demuxer and muxer (part of
20152           Matroska v2). (#319731)
20153
20154 2005-10-28  Wim Taymans  <wim@fluendo.com>
20155
20156         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20157         (gst_jpeg_dec_change_state):
20158         * ext/jpeg/gstjpegdec.h:
20159         Cleanups. Don't create caps for every chain.
20160
20161 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20162
20163         * gst/law/alaw-encode.c: (gst_alawenc_init),
20164         (alawenc_setcaps), (gst_alawenc_chain)
20165         * gst/law/alaw-encode.h:
20166         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20167         (mulawenc_setcaps), (gst_mulawenc_chain)
20168         * gst/law/mulaw-encode.h:
20169         Set timestamp on buffer and it allows RTP G711 elements
20170         work properly.
20171
20172 2005-10-27  Wim Taymans  <wim@fluendo.com>
20173
20174         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20175         Set correct format on oss instead of a silly value. 
20176
20177 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20178
20179         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20180         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20181         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20182         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20183         I420 rendering as well, doesn't bring much for my platform.
20184         Might help on some other platforms.
20185
20186 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20187
20188         * gst/rtp/gstrtpgsmenc.c:
20189         * gst/rtp/gstrtpgsmparse.c:
20190         Declaring the padtemplate correctly.
20191
20192 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20193
20194         * gst/rtp/gstrtpg711dec.c:
20195         * gst/rtp/gstrtpg711enc.c:
20196         * gst/rtp/gstrtpgsmenc.c:
20197         * gst/rtp/gstrtpgsmparse.c:
20198         Setting the proper copyright notice.
20199
20200 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20201
20202         * gst/videobox/Makefile.am: Use liboil.
20203         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20204         (gst_video_box_set_property), (gst_video_box_transform_caps),
20205         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20206         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20207         using liboil. Will dot the same to I420 border generation
20208         tomorrow.
20209
20210 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20211
20212         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20213         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20214         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20215         * gst/rtp/gstrtpg711dec.h:
20216         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20217         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20218         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20219         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20220         (gst_rtpgsmenc_handle_buffer):
20221         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20222         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20223         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20224         * gst/rtp/gstrtpgsmparse.h:
20225         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20226         inherits from the basertpdepayloader.
20227
20228 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20229
20230         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20231         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20232         (gst_video_box_ayuv): Removing this forgotten debug.
20233
20234 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20235
20236         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20237         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20238         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20239
20240 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20241
20242         * sys/oss/gstossaudio.c:
20243         * sys/oss/gstossdmabuffer.c:
20244         * sys/oss/gstosshelper.c:
20245         * sys/oss/gstossmixer.c:
20246         * sys/oss/gstossmixerelement.c:
20247         * sys/oss/gstossmixertrack.c:
20248         * sys/oss/gstosssink.c:
20249         * sys/oss/gstosssrc.c:
20250           Actually use the 'oss' debug category we register.
20251
20252 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20253
20254         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20255         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20256         Use gst_pad_get_parent and drop the ref that was added through
20257         that call.
20258
20259 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20260
20261         * gst/rtp/gstrtpgsmenc.c:
20262           Fix compilation
20263
20264 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20265
20266         * gst/rtp/gstrtpg711dec.c
20267         Just removed a couple of lines of weird code used during
20268         development/test time.
20269
20270 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20271
20272         * gst/rtp/Makefile.am
20273         * gst/rtp/gstrtp.c
20274         * gst/rtp/gstrtpg711enc.c
20275         * gst/rtp/gstrtpg711enc.h
20276         * gst/rtp/gstrtpg711dec.c
20277         * gst/rtp/gstrtpg711dec.h
20278         Created G711 payloader and depayloader (it supports mulaw and alaw
20279         (dec)encoders)
20280
20281 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20282
20283         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20284         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20285         Doh ! I introduced wingo's bug again ! Sorry...
20286
20287 2005-10-25  Christian Schaller <christian@fluendo.com> 
20288
20289         * gst/rtp/Makefile.am: add missing header files for disting
20290
20291 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20292
20293         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20294         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20295         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20296         (gst_rtpgsmenc_handle_buffer):
20297         * gst/rtp/gstrtpgsmenc.h:
20298         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20299         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20300         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20301         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20302         * gst/rtp/gstrtpgsmparse.h:
20303         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20304
20305 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20306
20307         * ext/libpng/gstpngdec.c: (user_info_callback),
20308         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20309         a newsegment event, move some redundant code in a single place.
20310
20311 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20312
20313         * ext/libpng/gstpngdec.c: (user_info_callback),
20314         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20315         hack to get correct colors order when we have a png image with
20316         alpha channel.
20317
20318 2005-10-24  Edward Hervey  <edward@fluendo.com>
20319
20320         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20321         Call gst_element_no_more_pads when there will be no more pads.
20322
20323 2005-10-24  Wim Taymans  <wim@fluendo.com>
20324
20325         * gst/rtp/Makefile.am:
20326         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20327         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20328         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20329         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20330         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20331         (gst_asteriskh263_plugin_init):
20332         * gst/rtp/gstasteriskh263.h:
20333         * gst/rtp/gstrtp.c: (plugin_init):
20334         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20335         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20336         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20337         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20338         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20339         (gst_rtph263enc_plugin_init):
20340         * gst/rtp/gstrtph263enc.h:
20341         Added two new payloaders, an RFC 2190 payloader for h263 and
20342         a payload convertor for an asterisk server.
20343
20344 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20345
20346         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20347           Set bytes_per_sample correctly (is not always 4, but 
20348           depends on width and number of channels).
20349
20350 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20351
20352         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20353         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20354         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20355         (gst_flacenc_sink_event), (gst_flacenc_chain),
20356         (gst_flacenc_set_property), (gst_flacenc_get_property),
20357         (gst_flacenc_change_state):
20358         * ext/flac/gstflacenc.h:
20359           Fix seeking, so that flacenc can rewrite the header with the
20360           correct duration and amount of samples and all that at EOS;
20361           also set timestamps and granulepos on outgoing buffers; add
20362           debug category; fix state change function.
20363           
20364 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20365
20366         * gst/videomixer/videomixer.c: Don't restrict video geometry
20367         from 16 to 4096.
20368
20369 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20370
20371         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20372         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20373         Fix caps negotiation correctly, add debugging category.
20374
20375 2005-10-24  Christian Schaller  <christian@fluendo.com>
20376
20377         * configure.ac: Port over Thomas's change from base listing all plugins
20378
20379 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20380
20381         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20382         a sink pad.
20383
20384 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20385
20386         * configure.ac:
20387         * docs/upload.mak:
20388           back to HEAD
20389
20390 === release 0.9.4 ===
20391
20392 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20393
20394         * configure.ac:
20395           Releasing 0.9.4, "Dromiceiomimus"
20396
20397 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20398
20399         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20400         (gst_speexenc_src_query):
20401           Add position and duration query, fix query type function.
20402           
20403         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20404         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20405           Let's not set non-fixed caps on source pads.
20406
20407 2005-10-21  Wim Taymans  <wim@fluendo.com>
20408
20409         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20410         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20411         (gst_avi_demux_handle_seek):
20412         Set correct stream_time in newsegment event.
20413         avi can also handle a duration query now.
20414
20415 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20416
20417         * gst/matroska/matroska-demux.c:
20418         (gst_matroska_demux_handle_src_query),
20419         (gst_matroska_demux_handle_seek_event),
20420         (gst_matroska_demux_loop_stream_parse_id):
20421           Fix duration query; fix basetime in newsegment event after
20422           seek; fix duration in initial newsegment event.
20423
20424         * gst/matroska/matroska-mux.c:
20425         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20426           Extract number of channels and samplerate from vorbis headers;
20427           add some debug messages when querying the durations of the
20428           input streams.
20429
20430 2005-10-20  Wim Taymans  <wim@fluendo.com>
20431
20432         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20433         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20434         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20435         Set stream time correctly in newsegment.
20436
20437 2005-10-20  Wim Taymans  <wim@fluendo.com>
20438
20439         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20440         Correctly fill in the stream time.
20441
20442 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20443
20444         * check/elements/level.c: (GST_START_TEST):
20445         * gst/level/gstlevel.c: (gst_level_message_new):
20446         * gst/level/level-example.c: (message_handler):
20447           use ELEMENT messages instead
20448
20449 2005-10-19  Wim Taymans  <wim@fluendo.com>
20450
20451         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20452         (gst_dvdemux_src_query):
20453         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20454         (gst_flacdec_src_query):
20455         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20456         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20457         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20458         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20459         * gst/debug/progressreport.c: (gst_progress_report_report):
20460         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20461         * gst/matroska/matroska-demux.c:
20462         (gst_matroska_demux_handle_src_query):
20463         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20464         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20465         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20466         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20467         (gst_wavparse_srcpad_event):
20468         API change fix.
20469
20470 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20471
20472         * gst/goom/filters.c:
20473         * gst/goom/graphic.h:
20474         * gst/goom/lines.c:
20475           Make inline functions either 'static inline' or 'extern inline',
20476           otherwise the Forte compiler apparently won't inline them (#317300).
20477
20478 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20479
20480         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20481         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20482         (user_info_callback), (user_endrow_callback), (user_end_callback),
20483         (user_read_data), (gst_pngdec_caps_create_and_set),
20484         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20485         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20486         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20487         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20488         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20489         very nice and handle push/pull based model. if you have filesrc
20490         connected to it, it will do random access to load the png file.
20491         If you have a network source that can't do _getrange, it does 
20492         progressive loading through the chain function.
20493         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20494         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20495         thanks to Master Wim Taymans ;-)
20496
20497 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20498
20499         * gst/matroska/Makefile.am:
20500         * gst/matroska/ebml-read.c:
20501         * gst/matroska/ebml-read.h:
20502         * gst/matroska/matroska-demux.c:
20503         * gst/matroska/matroska-demux.h:
20504         * gst/matroska/matroska.c: (plugin_init):
20505           Ported matroska demuxer to 0.9.
20506
20507 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20508
20509         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20510
20511         * gst/matroska/matroska-mux.c:
20512         (gst_matroska_mux_video_pad_setcaps),
20513         (gst_matroska_mux_audio_pad_setcaps):
20514           Fix mpeg4 input handling (#318847); also, while we're at it,
20515           fix media type for Motion-JPEG: should be image/jpeg.
20516
20517 2005-10-18  Wim Taymans  <wim@fluendo.com>
20518
20519         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20520         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20521         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20522         Fix for segment-start/stop API change.
20523
20524 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20525
20526         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20527         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20528         way.
20529
20530 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20531
20532         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20533         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20534         output declared in transform_caps.
20535
20536 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20537
20538         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20539
20540 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20541
20542         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20543         (gst_video_box_get_unit_size): Fix wrong size calculations and
20544         implement get_unit_size correctly.
20545
20546 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20547
20548         * configure.ac:
20549           Enable flx plugin.
20550
20551         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20552           Fix gcc4 signedness issue.
20553
20554 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20555
20556         * configure.ac: Adding videomixer.
20557         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20558         (user_read_data), (gst_pngdec_chain): More debugging.
20559         * gst/alpha/Makefile.am: Adding alphacolor
20560         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20561         (gst_alpha_color_class_init), (gst_alpha_color_init),
20562         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20563         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20564         (plugin_init): Ported to 0.9 using in place base tranform.
20565         * gst/videomixer/Makefile.am:
20566         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20567         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20568         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20569         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20570         (gst_videomixer_init), (gst_videomixer_getcaps),
20571         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20572         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20573         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20574         to 0.9 using collectpads.
20575
20576 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20577
20578         * configure.ac:
20579         * gst/flx/Makefile.am:
20580         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20581         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20582         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20583         * gst/flx/gstflxdec.h:
20584         flx plugin ported to 0.9
20585
20586 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20587
20588         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20589           use new gst_version_string()
20590
20591 2005-10-16  Andy Wingo  <wingo@pobox.com>
20592
20593         * configure.ac: GLIB_CHECK.
20594
20595 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20596
20597         * ext/libpng/Makefile.am:
20598         * ext/libpng/gstpng.c: (plugin_init):
20599         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20600         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20601         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20602
20603 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20604
20605         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20606
20607         * configure.ac:
20608         * gst/matroska/Makefile.am:
20609         * gst/matroska/ebml-ids.h:
20610         * gst/matroska/ebml-write.c:
20611         * gst/matroska/ebml-write.h:
20612         * gst/matroska/matroska-ids.h:
20613         * gst/matroska/matroska-mux.c:
20614         * gst/matroska/matroska-mux.h:
20615         * gst/matroska/matroska.c: (plugin_init):
20616           Port matroska muxer to 0.9 (#318847).
20617
20618 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20619
20620         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20621         (comment_init), (comment_add):
20622           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20623           use GST_READ_UINT32_LE() and friends rather than the private
20624           implementation of those same macros.
20625
20626 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20627
20628         * examples/stats/mp2ogg.c:
20629           more typo fixes
20630
20631 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20632
20633         * examples/indexing/indexmpeg.c: (main):
20634         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20635         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20636         * ext/esd/esdmon.h:
20637         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20638         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20639         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20640         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20641         * gst/avi/gstavimux.c: (gst_avimux_init):
20642         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20643         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20644         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20645         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20646         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20647         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20648         * gst/oldcore/gstmultifilesrc.h:
20649         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20650         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20651         (gst_pipefilter_change_state):
20652         * gst/oldcore/gstpipefilter.h:
20653         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20654         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20655         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20656         * sys/osxaudio/gstosxaudiosink.h:
20657         * sys/osxaudio/gstosxaudiosrc.h:
20658           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20659           moved bitshift from macro to enum definition
20660
20661 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20662
20663         * ext/Makefile.am:
20664         * ext/cairo/Makefile.am:
20665         * ext/cairo/gstcairo.c: (plugin_init):
20666         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20667         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20668         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20669         * ext/cairo/gsttimeoverlay.h:
20670           update of cairo-based timeoverlay to 1.0 Cairo API
20671           doesn't work yet for resizing of output sink
20672
20673 2005-10-11  Wim Taymans  <wim@fluendo.com>
20674
20675         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20676         newsegment API fix.
20677
20678 2005-10-11  Wim Taymans  <wim@fluendo.com>
20679
20680         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20681         (gst_dvdemux_demux_frame):
20682         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20683         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20684         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20685         (gst_avi_demux_handle_seek):
20686         * gst/goom/gstgoom.c: (gst_goom_event):
20687         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20688         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20689         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20690         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20691         (gst_wavparse_srcpad_event):
20692         newsegment API update.
20693
20694 2005-10-11  Andy Wingo  <wingo@pobox.com>
20695
20696         * ext/speex/gstspeexenc.c: Signedness cleanups.
20697
20698 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20699
20700         * PORTED_09:
20701         * ext/speex/Makefile.am:
20702         * ext/speex/gstspeex.c:
20703         * ext/speex/gstspeexenc.c:
20704         Speexenc ported to 0.9
20705
20706 2005-10-10  Wim Taymans  <wim@fluendo.com>
20707
20708         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20709         (gst_oss_sink_init), (gst_oss_sink_set_property),
20710         (gst_oss_sink_get_property), (gst_oss_sink_open),
20711         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20712         * sys/oss/gstosssink.h:
20713         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20714         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20715         (gst_oss_src_prepare):
20716         Cleanups, make device configurable in the sink, handle and report
20717         errors.
20718
20719 2005-10-10  Wim Taymans  <wim@fluendo.com>
20720
20721         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20722         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20723         Make sure element is NULL before removing from the bin.
20724
20725 2005-10-07  Andy Wingo  <wingo@pobox.com>
20726
20727         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20728         block forever in a read().
20729         (gst_dv1394src_bus_reset): Post a message when the cable is
20730         unplugged.
20731         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20732         (gst_dv1394src_bus_reset): Don't unref the message.
20733
20734         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20735         hacking. The only change should be that the state change stuff was
20736         put into basesrc's start() and stop() routines, which coalesces
20737         some steps.
20738
20739 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20740
20741         * configure.ac:
20742           Add check for mmap
20743           
20744         * gst/debug/Makefile.am:
20745           Only compile efence plugin on systems that have mmap.
20746
20747 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20748
20749         * gst/debug/Makefile.am:
20750         * gst/debug/breakmydata.c:
20751         * gst/debug/gstdebug.c:
20752         * gst/debug/gstnavigationtest.c:
20753         * gst/debug/gstnavseek.c: 
20754         * gst/debug/gstnavseek.h:
20755         * gst/debug/progressreport.c: 
20756         * gst/debug/testplugin.c:
20757           Port progressreport, navseek, navigationtest, testsink and
20758           breakmydata.
20759
20760 2005-10-05  Edward Hervey  <edward@fluendo.com>
20761
20762         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20763         (gst_dvdemux_src_query):
20764         Fixes for better conversion
20765
20766 2005-10-04  Michael Smith <msmith@fluendo.com>
20767
20768         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20769         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20770         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20771         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20772           Set state of elements to NULL before removing from bins.
20773           Set state of test element to NULL if we failed to move it to READY
20774
20775 2005-10-04  Edward Hervey  <edward@fluendo.com>
20776
20777         * ext/dv/Makefile.am:
20778         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20779         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20780         Corrected the query function for position so it doesn't forget what
20781         format was asked, and calls the conversion functions on the correct pad.
20782
20783 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20784
20785         * configure.ac:
20786           back to development
20787
20788 === release 0.9.3 ===
20789
20790 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20791
20792         * configure.ac:
20793           Releasing 0.9.3, "Aramis"
20794
20795 2005-10-03  Andy Wingo  <wingo@pobox.com>
20796
20797         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20798         error returns.
20799
20800 2005-10-02  Andy Wingo  <wingo@pobox.com>
20801
20802         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20803
20804         * ext/flac/gstflacenc.c: Ported to 0.9.
20805
20806         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20807
20808         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20809         and link to gsttagedit. Enable flacenc.
20810
20811         * ext/flac/gstflacdec.c: Re-enable tag reading.
20812
20813 2005-09-30  Wim Taymans  <wim@fluendo.com>
20814
20815         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20816         * gst/rtp/gstrtpgsmparse.c:
20817         * gst/rtp/gstrtph263penc.c:
20818         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20819         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20820         (gst_rtpmp4venc_set_property):
20821         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20822         Various class and caps fixes from Andre Magalhaes (andrunko)
20823
20824 2005-09-29  Wim Taymans  <wim@fluendo.com>
20825
20826         * gst/level/level-example.c: (main):
20827         Update for new bus API.
20828
20829 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20830
20831         * configure.ac:
20832           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20833           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20834
20835 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20836
20837         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20838           Fix playback of mono streams (bytes_per_sample should be set
20839           from the sample width and the number of channels negotiated,
20840           and not just be set to 4) (#317338)
20841
20842 2005-09-26  Wim Taymans  <wim@fluendo.com>
20843
20844         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20845         (gst_rtpmpaenc_handle_buffer):
20846         Set buffer duration correctly.
20847
20848 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20849
20850         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20851         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20852         (gst_avi_demux_change_state):
20853           Don't crash when encountering a stream with an unknown fourcc or
20854           codec id. Instead, create a pad of type video/x-avi-unknown or
20855           audio/x-avi-unknown, which as a side-effect also results in less
20856           confusing error messages in players ('no decoder' vs. 'no streams');
20857           minor fixes to state change function and class_init function.
20858
20859 2005-09-24  Wim Taymans  <wim@fluendo.com>
20860
20861         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20862         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20863         These are sinks.
20864
20865 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20866
20867         * check/elements/level.c: (GST_START_TEST):
20868           fix test for new GstClockTime use
20869         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20870         (gst_level_transform_ip):
20871         * gst/level/gstlevel.h:
20872           fix up the decay peak, ensuring the decay peak is never lower
20873           than the peak for that interval
20874
20875 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20876
20877         * docs/plugins/gst-plugins-good-plugins.args:
20878         * docs/plugins/inspect/plugin-alpha.xml:
20879         * docs/plugins/inspect/plugin-rtp.xml:
20880         * gst/level/gstlevel.c: (gst_level_set_caps),
20881         (gst_level_transform_ip):
20882           updating docs
20883
20884 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20885
20886         * Makefile.am:
20887         * check/elements/level.c: (GST_START_TEST):
20888         * gst/level/Makefile.am:
20889         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20890         (gst_level_set_property), (gst_level_get_property),
20891         (gst_level_set_caps), (gst_level_message_new),
20892         (gst_level_transform_ip):
20893         * gst/level/gstlevel.h:
20894         * gst/level/level-example.c: (message_handler), (main):
20895           convert to using GstClockTime for all time values, finally.
20896
20897 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20898
20899         * gst/auparse/Makefile.am:
20900         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20901           fix up build
20902         * configure.ac:
20903         * ext/cairo/Makefile.am:
20904         * ext/dv/Makefile.am:
20905         * ext/esd/Makefile.am:
20906         * ext/flac/Makefile.am:
20907         * ext/gconf/Makefile.am:
20908         * ext/gdk_pixbuf/Makefile.am:
20909         * ext/jpeg/Makefile.am:
20910         * ext/ladspa/Makefile.am:
20911         * ext/libcaca/Makefile.am:
20912         * ext/libmng/Makefile.am:
20913         * ext/libpng/Makefile.am:
20914         * ext/mikmod/Makefile.am:
20915         * ext/pango/Makefile.am:
20916         * ext/raw1394/Makefile.am:
20917         * ext/shout2/Makefile.am:
20918         * ext/speex/Makefile.am:
20919         * gst/alpha/Makefile.am:
20920         * gst/autodetect/Makefile.am:
20921         * gst/avi/Makefile.am:
20922         * gst/cutter/Makefile.am:
20923         * gst/debug/Makefile.am:
20924         * gst/effectv/Makefile.am:
20925         * gst/flx/Makefile.am:
20926         * gst/goom/Makefile.am:
20927         * gst/interleave/Makefile.am:
20928         * gst/law/Makefile.am:
20929         * gst/matroska/Makefile.am:
20930         * gst/median/Makefile.am:
20931         * gst/monoscope/Makefile.am:
20932         * gst/multipart/Makefile.am:
20933         * gst/oldcore/Makefile.am:
20934         * gst/rtp/Makefile.am:
20935         * gst/rtsp/Makefile.am:
20936         * gst/smoothwave/Makefile.am:
20937         * gst/smpte/Makefile.am:
20938         * gst/videobox/Makefile.am:
20939         * gst/videofilter/Makefile.am:
20940         * gst/videomixer/Makefile.am:
20941         * gst/wavenc/Makefile.am:
20942         * gst/wavparse/Makefile.am:
20943         * sys/oss/Makefile.am:
20944         * sys/osxaudio/Makefile.am:
20945         * sys/osxvideo/Makefile.am:
20946           fix up GST_LIBS use
20947
20948 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20949
20950         * gst/auparse/Makefile.am:
20951         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20952           fix build of auparse
20953
20954 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20955
20956         * configure.ac:
20957         * PORTED_09:
20958         * gst/auparse/gstauparse.c:
20959         * gst/auparse/gstauparse.h:
20960         Auparse ported to 0.9.
20961
20962 2005-09-22  Wim Taymans  <wim@fluendo.com>
20963
20964         * gst/rtp/TODO:
20965         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20966         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20967         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20968         (gst_rtpmp4venc_set_property):
20969         * gst/rtp/gstrtpmp4venc.h:
20970         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20971         * gst/rtp/gstrtpmpaenc.h:
20972         Use is_filled to both check MTU and max-ptime of base class.
20973
20974 2005-09-22  Wim Taymans  <wim@fluendo.com>
20975
20976         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20977         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20978         (gst_rtpmp4venc_set_property):
20979         Don't fragment packets with multiple frames.
20980
20981 2005-09-22  Wim Taymans  <wim@fluendo.com>
20982
20983         * gst/rtp/TODO:
20984         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20985         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20986         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20987         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20988         (gst_rtpmp4venc_get_property):
20989         * gst/rtp/gstrtpmp4venc.h:
20990         Remove g_print.
20991         Update TODO
20992         Make payload encoder a bit smarter and more correct with
20993         timestamps.
20994         Added option in payloader to include config string in-band.
20995
20996 2005-09-21  Wim Taymans  <wim@fluendo.com>
20997
20998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20999         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21000         (gst_rtspsrc_send):
21001         Strip spaces for key/value pairs.
21002
21003 2005-09-21  Wim Taymans  <wim@fluendo.com>
21004
21005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21006         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21007         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21008         (gst_rtspsrc_change_state):
21009         More SDP parsing and caps setting.
21010         Do NO_PREROLL differently.
21011         add pads only after negotiated.
21012
21013         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21014         (gst_udpsrc_getcaps):
21015         Implement the getcaps function.
21016
21017 2005-09-21  Wim Taymans  <wim@fluendo.com>
21018
21019         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21020         (gst_rtpamrdec_chain):
21021         Handle multiple AMr packets per payload. Handle CRC and
21022         parse ILL/ILP.
21023
21024         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21025         Make caps params strings for easy SDP mapping.
21026         
21027         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21028         Handle capsnego better.
21029
21030         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21031         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21032         Generate and parse config string in the caps.
21033
21034 2005-09-21  Wim Taymans  <wim@fluendo.com>
21035
21036         * gst/rtp/README:
21037         Update README
21038
21039         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21040         Make extra params as strings.
21041
21042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21043         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21044         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21045         Make state change return NO_PREROLL as this is a live
21046         source.
21047
21048         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21049         Don't unref old caps when NULL.
21050
21051 2005-09-20  Wim Taymans  <wim@fluendo.com>
21052
21053         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21054         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21055         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21056         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21057         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21058         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21059         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21060         * gst/rtsp/sdpmessage.h:
21061         Add URI handler.
21062         Parse SDP and create caps.
21063
21064 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21065
21066         * gst/alpha/gstalpha.c:
21067           fix element description
21068
21069 2005-09-19  Wim Taymans  <wim@fluendo.com>
21070
21071         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21072         Don't check payload for now.
21073
21074 2005-09-19  Wim Taymans  <wim@fluendo.com>
21075
21076         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21077         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21078         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21079         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21080         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21081         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21082         (gst_wavparse_change_state):
21083         * gst/wavparse/gstwavparse.h:
21084         Fix wavparse some more.
21085
21086 2005-09-19  Wim Taymans  <wim@fluendo.com>
21087
21088         * check/elements/level.c: (GST_START_TEST):
21089         Fix for bus API change.
21090
21091 2005-09-19  Wim Taymans  <wim@fluendo.com>
21092
21093         * gst/level/level-example.c: (main):
21094         Fix for new bus API.
21095
21096         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21097         Set caps on pads.
21098
21099 2005-09-15  Wim Taymans  <wim@fluendo.com>
21100
21101         * gst/rtp/Makefile.am:
21102         * gst/rtp/README:
21103         * gst/rtp/gstrtp.c: (plugin_init):
21104         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21105         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21106         (gst_rtpamrdec_change_state):
21107         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21108         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21109         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21110         * gst/rtp/gstrtpamrenc.h:
21111         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21112         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21113         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21114         * gst/rtp/gstrtpgsmenc.h:
21115         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21116         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21117         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21118         (gst_rtpgsmparse_change_state):
21119         * gst/rtp/gstrtpgsmparse.h:
21120         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21121         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21122         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21123         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21124         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21125         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21126         * gst/rtp/gstrtph263penc.h:
21127         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21128         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21129         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21130         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21131         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21132         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21133         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21134         * gst/rtp/gstrtpmp4venc.h:
21135         * gst/rtp/gstrtpmpadec.c:
21136         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21137         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21138         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21139         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21140         * gst/rtp/gstrtpmpaenc.h:
21141         Updates to payloader/depayloaders, make payloaders use
21142         the base classes.
21143         Updated README with suggested RTP caps and how to convert
21144         to/from SDP.
21145         Added config descriptor in mp4v payloader.
21146
21147 2005-09-15  Andy Wingo  <wingo@pobox.com>
21148
21149         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21150         * gst/autodetect/gstautovideosink.c
21151         (gst_auto_video_sink_find_best): Update for new registry API.
21152
21153 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21154
21155         * common/c-to-xml.py:
21156         * common/gtk-doc-plugins.mak:
21157           a simple py script to generate valid xml from a C example
21158           probably also need to strip an MIT license when we decide
21159         * docs/plugins/Makefile.am:
21160         * gst/level/Makefile.am:
21161         * gst/level/gstlevel.c: (gst_level_init):
21162         * gst/level/level-example.c: (message_handler), (main):
21163           add an example to level that will show up in the docs
21164         * gst/rtp/TODO:
21165           add a note for the future
21166
21167 2005-09-14  Michael Smith <msmith@fluendo.com>
21168
21169         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21170           Actually define the debug object being used in wavenc. Fixes #316205
21171
21172 2005-09-14  Michael Smith <msmith@fluendo.com>
21173
21174         * gst/smpte/Makefile.am:
21175           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21176           needed to build on windows (bug 316204)
21177
21178 2005-09-12  Andy Wingo  <wingo@pobox.com>
21179
21180         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21181
21182 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21183
21184         * configure.ac:
21185         * gst/fdsrc/Makefile.am:
21186         * gst/fdsrc/gstfdsrc.c:
21187         * gst/fdsrc/gstfdsrc.h:
21188           Move fdsrc back into gstreamer core elements.
21189
21190         * gst/level/gstlevel.c: (gst_level_class_init),
21191         (gst_level_transform_ip):
21192         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21193           Basetransform changes.
21194
21195 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21196
21197         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21198         * ext/jpeg/smokecodec.c: (find_best_size):
21199           fix compiler warnings
21200
21201 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21202
21203         * gst-plugins-good.spec.in:
21204           spec file fixes
21205         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21206         (gst_multiudpsink_render), (gst_multiudpsink_add),
21207         (gst_multiudpsink_clear):
21208           it actually helps to actually stream if we hook up the
21209           "add" signal to an actual implementation
21210         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21211           some debugging
21212
21213 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21214
21215         * ext/jpeg/Makefile.am:
21216         * ext/jpeg/gstjpeg.c
21217         * ext/jpeg/gstjpegenc.c:
21218         * ext/jpeg/gstsmokeenc.c:
21219
21220 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21221
21222         * ext/flac/gstflacdec.c:
21223         * ext/flac/gstflacenc.c:
21224         * ext/flac/gstflactag.c:
21225         * ext/speex/gstspeexenc.c:
21226           gsttaginterface.h -> gsttagsetter.h
21227
21228 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21229
21230         * configure.ac:
21231         * gst/debug/Makefile.am:
21232         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21233         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21234         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21235         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21236         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21237           Port to 0.9 and re-enable efence plugin.
21238
21239 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21240
21241         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21242         (gst_flacdec_write), (gst_flacdec_convert_src):
21243         * ext/flac/gstflacdec.h:
21244           Add support for flac files with 24/32 bits per sample; and misc.
21245           minor clean-ups. Seeking is still partly broken (for me at least).
21246
21247 2005-09-06  Wim Taymans  <wim@fluendo.com>
21248
21249         * gst/rtp/Makefile.am:
21250         * gst/rtp/gstrtp.c: (plugin_init):
21251         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21252         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21253         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21254         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21255         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21256         (gst_rtpmp4vdec_plugin_init):
21257         * gst/rtp/gstrtpmp4vdec.h:
21258         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21259         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21260         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21261         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21262         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21263         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21264         * gst/rtp/gstrtpmp4venc.h:
21265         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21266         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21267         Added mpeg4 video payload encoder/decoder.
21268         Added some docs in mpa payloader.
21269
21270 === release 0.9.1 ===
21271
21272 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21273
21274         * NEWS:
21275         * README:
21276         * RELEASE:
21277         * autogen.sh:
21278         * configure.ac:
21279           releasing 0.9.1, "Blondie"
21280
21281 2005-09-05  Andy Wingo  <wingo@pobox.com>
21282
21283         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21284         here from the state change handler, so we fire signals without
21285         holding the state lock.
21286
21287 2005-09-02  Andy Wingo  <wingo@pobox.com>
21288
21289         * All plugins updated for element state changes.
21290
21291 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21292
21293         * Makefile.am:
21294         * check/.cvsignore:
21295         * check/Makefile.am:
21296         * check/elements/.cvsignore:
21297         * check/elements/level.c: (setup_level), (cleanup_level),
21298         (GST_START_TEST), (level_suite), (main):
21299           add a test for level
21300         * common/release.mak:
21301           move the enum checking to release.mak
21302         * configure.ac:
21303           add valgrind and check checking
21304         * gst/level/gstlevel.c: (gst_level_transform):
21305         * gst/level/gstlevel.h:
21306           fix Andy's cast bug
21307           convert a field to int
21308           fix the arithmetic to int when checking for emit so that a
21309           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21310
21311 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21312
21313         * Makefile.am:
21314         * configure.ac:
21315           add docs to build
21316         * common/plugins.xsl:
21317           wrap Description into a refsect2
21318         * docs/Makefile.am:
21319         * docs/plugins/Makefile.am:
21320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21321         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21322         * gst/goom/Makefile.am:
21323         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21324         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21325         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21326         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21327         (gst_goom_change_state):
21328         * gst/goom/gstgoom.h:
21329           GstGOOM -> GstGoom
21330           add an example launch line
21331         * gst/level/gstlevel.h:
21332         * gst/monoscope/gstmonoscope.c:
21333           cleanups
21334
21335 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21336
21337         * configure.ac:
21338         * docs/plugins/Makefile.am:
21339         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21340         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21341         * docs/plugins/gst-plugins-good-plugins.types:
21342           document elements and plugins.  Shazam !
21343
21344 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21345
21346         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21347           be found under doc/random/ChangeLog-0.8