gst/rtp/: Add JPEG payloader. Fixes #560756.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Bjorn Ostby <bjornos at axis dot com>
4
5         * gst/rtp/Makefile.am:
6         * gst/rtp/gstrtp.c: (plugin_init):
7         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
8         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
9         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
10         (gst_rtp_jpeg_pay_read_quant_table),
11         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
12         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
13         (gst_rtp_jpeg_pay_plugin_init):
14         * gst/rtp/gstrtpjpegpay.h:
15         Add JPEG payloader. Fixes #560756.
16
17 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
18
19         Patch by: Fabricio Godoy <skarllot at gmail dot com>
20
21         * sys/oss/gstosssink.c: (gst_oss_sink_open):
22         * sys/oss/gstosssrc.c: (gst_oss_src_open):
23         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
24         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
25         Fix some spelling mistakes. Fixes #556802.
26
27 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
28
29         * gst/equalizer/GstIirEqualizer10Bands.prs:
30         * gst/equalizer/GstIirEqualizer3Bands.prs:
31         * gst/equalizer/Makefile.am:
32         * gst/equalizer/gstiirequalizer10bands.c:
33         * gst/equalizer/gstiirequalizer3bands.c:
34           Add presets for equalizer. Fixes #522183.
35
36 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
37
38         * gst/rtsp/Makefile.am:
39         * gst/rtsp/gstrtsp.c: (plugin_init):
40         * gst/rtsp/gstrtspgoogle.c:
41         * gst/rtsp/gstrtspgoogle.h:
42         Remove google extension again, it's not needed anymore because we never
43         send multiple transports anymore.
44
45 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
46
47         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
48
49         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
50         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
51         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
52         (gst_rtspsrc_stream_free),
53         (gst_rtspsrc_stream_configure_udp_sinks),
54         (gst_rtspsrc_stream_configure_transport),
55         (gst_rtspsrc_send_dummy_packets),
56         (gst_rtspsrc_create_transports_string),
57         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
58         * gst/rtsp/gstrtspsrc.h:
59         Add property to configure NAT traversal method.
60         Ignore EOS from the internal sinks.
61         Implement sending dummy packets as a (simple) method to open up
62         some firewalls.
63         Send PLAY request to the server after we started the udp sources.
64         Fixes #559545.
65
66 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
67
68         Patch by: Yotam <sh dot yotam at gmail dot com>
69
70         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
71         Flush the remaining frames on EOS. Fixes #560641.
72
73 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
74
75         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
76         Fix compiler warning about printf formatting.
77
78 2008-11-12  Andy Wingo  <wingo@pobox.com>
79
80         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
81         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
82         segment events instead of sending them from the seeking thread.
83         Fixes #559288.
84         (gst_qtdemux_push_pending_newsegment): New helper, sends out
85         queued newsegment events.
86         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
87         call it here, as we only seek when looping, and only push in the
88         movie state.
89
90 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
91
92         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
93         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
94         * gst/qtdemux/qtdemux_fourcc.h:
95         * gst/qtdemux/qtdemux_types.c:
96         Add cover and alternative copyright tag, and enhance some existing
97         ones by marking them as container atoms.
98
99 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
100
101         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
102         Don't ignore the return value of setcaps.
103
104 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
105
106         Patch by: Olivier Crete <tester at tester dot ca>
107
108         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
109         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
110         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
111         * gst/rtp/gstrtpg729pay.h:
112         Replace G729 payloader with an improved version. Fixes #532409.
113
114 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
115
116         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
117         (gst_rtspsrc_change_state):
118         Only send one transport at a time for improved compatibility with some
119         broken servers. See #537832.
120
121 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
122
123         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
124         (gst_rtspsrc_perform_seek):
125         Only pause/play in the seek handler when the source was playing.
126         Fixes #529379.
127
128 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
129
130         * gst/matroska/matroska-mux.c:
131         (gst_matroska_mux_handle_dirac_packet):
132         Fix muxing of Dirac streams if the input already has the format
133         we need, i.e. is the output of matroskademux.
134
135 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
136
137         * gst/avi/gstavimux.c:
138           Don't segfault on string typed tags being NULL. Fixes #560155.
139
140 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
141
142         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
143         (gst_matroska_mux_audio_pad_setcaps):
144         Fix mapping AAC profile to Matroska codec id.
145
146 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
147
148         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
149         (qtdemux_video_caps), (qtdemux_audio_caps):
150         Refactor some raw audio caps building, and handle >16-bit cases.
151         Fix/replace building caps from a string description.
152
153 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
154
155         * gst/audiofx/audiowsincband.c:
156         * gst/audiofx/audiowsinclimit.c:
157         * gst/cutter/gstcutter.c:
158           Make author name consistent with others.
159
160 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
161
162         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
163
164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
165         (gst_rtspsrc_stream_configure_udp_sink):
166         Pause the RTSP stream before doing a new play request.
167         Make sure that adding the udpsinks does not cause the rtspsrc to become
168         a sink. Fixes #559547.
169
170 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
171
172         * gst/matroska/matroska-ids.h:
173         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
174         (gst_matroska_mux_handle_dirac_packet),
175         (gst_matroska_mux_write_data):
176         Implement Dirac muxing into Matroska comforming to the spec, i.e.
177         put all Dirac packages up to a picture into a Matroska block.
178
179         TODO: Implement writing of the ReferenceBlock Matroska elements,
180         currently the Dirac muxing is only 100% correct if Matroska version 2
181         is selected for muxing.
182
183 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
184
185         Patch by: Bastien Nocera <hadess at hadess dot net>,
186                   Hans de Goede <jwrdegoede at fedoraproject dot org>
187
188         * configure.ac:
189         * sys/v4l2/Makefile.am:
190         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
191         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
192         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
193         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
194         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
195         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
196         (gst_v4l2_get_input), (gst_v4l2_set_input):
197         * sys/v4l2/v4l2_calls.h:
198         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
199         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
200         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
201         (gst_v4l2src_fill_format_list),
202         (gst_v4l2src_probe_caps_for_format_and_size),
203         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
204         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
205         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
206         (gst_v4l2src_get_nearest_size):
207         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
208
209 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
210
211         * ext/aalib/Makefile.am:
212         * ext/annodex/Makefile.am:
213         * ext/cairo/Makefile.am:
214         * ext/dv/Makefile.am:
215         * ext/esd/Makefile.am:
216         * ext/flac/Makefile.am:
217         * ext/gconf/Makefile.am:
218         * ext/gdk_pixbuf/Makefile.am:
219         * ext/hal/Makefile.am:
220         * ext/jpeg/Makefile.am:
221         * ext/ladspa/Makefile.am:
222         * ext/libcaca/Makefile.am:
223         * ext/libmng/Makefile.am:
224         * ext/libpng/Makefile.am:
225         * ext/mikmod/Makefile.am:
226         * ext/pulse/Makefile.am:
227         * ext/raw1394/Makefile.am:
228         * ext/shout2/Makefile.am:
229         * ext/soup/Makefile.am:
230         * ext/speex/Makefile.am:
231         * ext/taglib/Makefile.am:
232         * ext/wavpack/Makefile.am:
233         * gst/alpha/Makefile.am:
234         * gst/apetag/Makefile.am:
235         * gst/audiofx/Makefile.am:
236         * gst/auparse/Makefile.am:
237         * gst/autodetect/Makefile.am:
238         * gst/avi/Makefile.am:
239         * gst/cutter/Makefile.am:
240         * gst/debug/Makefile.am:
241         * gst/effectv/Makefile.am:
242         * gst/equalizer/Makefile.am:
243         * gst/flx/Makefile.am:
244         * gst/goom/Makefile.am:
245         * gst/goom2k1/Makefile.am:
246         * gst/icydemux/Makefile.am:
247         * gst/id3demux/Makefile.am:
248         * gst/interleave/Makefile.am:
249         * gst/law/Makefile.am:
250         * gst/level/Makefile.am:
251         * gst/matroska/Makefile.am:
252         * gst/median/Makefile.am:
253         * gst/monoscope/Makefile.am:
254         * gst/multifile/Makefile.am:
255         * gst/multipart/Makefile.am:
256         * gst/oldcore/Makefile.am:
257         * gst/qtdemux/Makefile.am:
258         * gst/replaygain/Makefile.am:
259         * gst/rtp/Makefile.am:
260         * gst/rtsp/Makefile.am:
261         * gst/smpte/Makefile.am:
262         * gst/spectrum/Makefile.am:
263         * gst/udp/Makefile.am:
264         * gst/videobox/Makefile.am:
265         * gst/videocrop/Makefile.am:
266         * gst/videofilter/Makefile.am:
267         * gst/videomixer/Makefile.am:
268         * gst/wavenc/Makefile.am:
269         * gst/wavparse/Makefile.am:
270         * sys/directdraw/Makefile.am:
271         * sys/directsound/Makefile.am:
272         * sys/oss/Makefile.am:
273         * sys/osxaudio/Makefile.am:
274         * sys/osxvideo/Makefile.am:
275         * sys/sunaudio/Makefile.am:
276         * sys/v4l2/Makefile.am:
277         * sys/waveform/Makefile.am:
278         * sys/ximage/Makefile.am:
279           Don't install static libs for plugins. Fixes #550851 for -good.
280
281 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
282
283         * ext/flac/Makefile.am:
284         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
285         This fixes compilation if FLAC is installed in an uncommon location
286         that is not already handled by other CFLAGS. Fixes bug #558711.
287
288 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
289
290         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
291         Guard more uncommon formats with ifdefs so that we can compile on older
292         versions.
293
294 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
295
296         Patch by: Nick Haddad <nick at haddads dot net>
297
298         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
299         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
300         (gst_avi_demux_stream_data):
301         Invert other uncompressed RGB formats. Fixes #558554.
302
303 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
304
305         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
306         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
307         * gst/wavenc/gstwavenc.h:
308         Add support for float/double as input and remove the (nowadays)
309         useless parsing of the depth as we require width==depth.
310
311 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
312
313         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
314         * gst/rtp/gstrtpmpapay.c:
315         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
316         mpeg version 1. Fixes #558427.
317
318 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
319
320         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
321         (gst_rtp_L16_pay_getcaps):
322         Only put an integral amount of samples in the RTP packet.
323         Fixes #556641.
324
325 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
326
327         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
328         * gst/rtp/gstrtpchannels.h:
329         Add method to get possible channel positions.
330
331 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
332
333         * gst/rtp/Makefile.am:
334         Also commit updated makefile
335
336 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
337
338         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
339         Don't allow width=32,depth=24 as input. WAV requires that the width
340         is the next integer multiply of 8 from the depth.
341
342 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
343
344         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
345         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
346         (gst_rtp_L16_pay_getcaps):
347         * gst/rtp/gstrtpchannels.c: (check_channels),
348         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
349         (gst_rtp_channels_create_default):
350         * gst/rtp/gstrtpchannels.h:
351         Add mappings for multichannel support. Does not completely just work
352         because the getcaps function does not yet return the allowed channel
353         mappings. See #556641.
354
355 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
356
357         * gst/goom/Makefile.am:
358         * gst/goom/README:
359         * gst/goom/config_param.c:
360         * gst/goom/convolve_fx.c:
361         * gst/goom/drawmethods.c:
362         * gst/goom/drawmethods.h:
363         * gst/goom/filters.c:
364         * gst/goom/filters_mmx.s:
365         * gst/goom/flying_stars_fx.c:
366         * gst/goom/goom.h:
367         * gst/goom/goom_config.h:
368         * gst/goom/goom_config_param.h:
369         * gst/goom/goom_core.c:
370         * gst/goom/goom_filters.h:
371         * gst/goom/goom_fx.h:
372         * gst/goom/goom_graphic.h:
373         * gst/goom/goom_plugin_info.h:
374         * gst/goom/goom_tools.c:
375         * gst/goom/goom_tools.h:
376         * gst/goom/goom_typedefs.h:
377         * gst/goom/goom_visual_fx.h:
378         * gst/goom/graphic.c:
379         * gst/goom/ifs.c:
380         * gst/goom/ifs.h:
381         * gst/goom/lines.c:
382         * gst/goom/lines.h:
383         * gst/goom/mathtools.c:
384         * gst/goom/mathtools.h:
385         * gst/goom/mmx.c:
386         * gst/goom/motif_goom1.h:
387         * gst/goom/motif_goom2.h:
388         * gst/goom/plugin_info.c:
389         * gst/goom/ppc_drawings.h:
390         * gst/goom/ppc_zoom_ultimate.h:
391         * gst/goom/sound_tester.c:
392         * gst/goom/sound_tester.h:
393         * gst/goom/surf3d.c:
394         * gst/goom/surf3d.h:
395         * gst/goom/tentacle3d.c:
396         * gst/goom/tentacle3d.h:
397         * gst/goom/v3d.c:
398         * gst/goom/v3d.h:
399         * gst/goom/xmmx.c:
400           Add license headers in all source files. Remove filter.c from
401           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
402           which are not used right now. Fixes #557709.
403
404 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
405
406         Patch by: Olivier Crete <tester at tester dot ca>
407
408         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
409         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
410         Implement getcaps in rtpL16pay. Fixes #556484.
411
412 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
413
414         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
415         (gst_rtp_L16_depay_process):
416         Check if clock-rate and channels are valid.
417         Don't ignore the return value of setcaps.
418         No need to validate the buffer, the base class does that for us.
419         Use the marker bit to set the DISCONT flag on outgoing buffers.
420
421         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
422         Don't ignore the return value of set_outcaps.
423
424         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
425         (gst_rtp_ac3_depay_process):
426         Don't ignore the return value of set_caps.
427         No need to validate the buffer, the base class does that for us.
428
429         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
430         (gst_rtp_amr_depay_process):
431         * gst/rtp/gstrtpamrdepay.h:
432         Don't ignore the return value of setcaps.
433         No need to validate the buffer, the base class does that for us.
434         No need to set output caps on the buffers, the base class does that for
435         us.
436         The subclass will make sure we are negotiated.
437         
438         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
439         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
440         * gst/rtp/gstrtpdvdepay.h:
441         Clean up caps negotiation.
442         The subclass will make sure we are negotiated.
443
444         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
445         (gst_rtp_g726_depay_process):
446         Clean up caps negotiation.
447         Use the marker bit to set the DISCONT flag on outgoing buffers.
448
449         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
450         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
451         * gst/rtp/gstrtpg729depay.h:
452         The subclass will make sure we are negotiated.
453         Use the marker bit to set the DISCONT flag on outgoing buffers.
454
455         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
456         (gst_rtp_gsm_depay_process):
457         Clean up caps negotiation.
458         Use the marker bit to set the DISCONT flag on outgoing buffers.
459
460         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
461         Clean up caps negotiation.
462         Don't ignore the return value of set_outcaps.
463
464         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
465         (gst_rtp_h263_depay_process):
466         Clean up caps negotiation.
467         No need to validate the buffer, the base class does that for us.
468
469         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
470         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
471         * gst/rtp/gstrtph263pay.h:
472         Don't ignore the return value of set_outcaps.
473         Do some more timestamps.
474
475         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
476         (gst_rtp_h263p_depay_process):
477         Clean up caps negotiation.
478         Don't ignore the return value of setcaps.
479         No need to validate the buffer, the base class does that for us.
480
481         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
482         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
483         (gst_rtp_h263p_pay_handle_buffer):
484         * gst/rtp/gstrtph263ppay.h:
485         Don't ignore the return value of set_outcaps.
486         Do some more timestamps.
487
488         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
489         (gst_rtp_h264_depay_process):
490         Clean up caps negotiation.
491         Don't ignore the return value of setcaps.
492         Fix possible caps leak.
493         No need to validate the buffer, the base class does that for us.
494
495         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
496         Add some more debug info.
497
498         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
499         (gst_rtp_ilbc_depay_process):
500         Clean up caps negotiation.
501         Use the marker bit to set the DISCONT flag on outgoing buffers.
502
503         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
504         Clean up caps negotiation.
505
506         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
507         (gst_rtp_mp1s_depay_process):
508         Clean up caps negotiation.
509         Don't ignore the return value of setcaps.
510         No need to validate the buffer, the base class does that for us.
511         No need to set caps on buffers, subclass does that for us.
512
513         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
514         (gst_rtp_mp2t_depay_process):
515         Clean up caps negotiation.
516         Don't ignore the return value of setcaps.
517         No need to validate the buffer, the base class does that for us.
518         No need to set caps on buffers, subclass does that for us.
519
520         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
521         (gst_rtp_mp4a_depay_process):
522         Clean up caps negotiation.
523         Don't ignore the return value of setcaps.
524         No need to validate the buffer, the base class does that for us.
525
526         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
527         (gst_rtp_mp4a_pay_setcaps):
528         Don't ignore the return value of set_outcaps.
529
530         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
531         (gst_rtp_mp4g_depay_process):
532         Clean up caps negotiation.
533         Don't ignore the return value of setcaps.
534         No need to validate the buffer, the base class does that for us.
535         No need to set caps on buffers, subclass does that for us.
536
537         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
538         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
539         Don't ignore the return value of set_outcaps.
540
541         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
542         (gst_rtp_mp4v_depay_process):
543         Clean up caps negotiation.
544         Don't ignore the return value of setcaps.
545         No need to validate the buffer, the base class does that for us.
546         No need to set caps on buffers, subclass does that for us.
547
548         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
549         (gst_rtp_mp4v_pay_setcaps):
550         Don't ignore the return value of set_outcaps.
551
552         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
553         (gst_rtp_mpa_depay_process):
554         Clean up caps negotiation.
555         Don't ignore the return value of setcaps.
556         No need to validate the buffer, the base class does that for us.
557         Use the marker bit to set the DISCONT flag on outgoing buffers.
558
559         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
560         Don't ignore the return value of set_outcaps.
561
562         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
563         (gst_rtp_mpv_depay_process):
564         Clean up caps negotiation.
565         Actually set output caps.
566         No need to validate the buffer, the base class does that for us.
567
568         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
569         Don't ignore the return value of set_outcaps.
570
571         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
572         (gst_rtp_pcma_depay_process):
573         Clean up caps negotiation.
574         Set output buffer duration because we can.
575         Use the marker bit to set the DISCONT flag on outgoing buffers.
576
577         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
578         Don't ignore the return value of set_outcaps.
579
580         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
581         (gst_rtp_pcmu_depay_process):
582         Clean up caps negotiation.
583         Use the marker bit to set the DISCONT flag on outgoing buffers.
584
585         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
586         Don't ignore the return value of set_outcaps.
587
588         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
589         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
590         Clean up caps negotiation.
591         Set output caps on the pad and header buffers.
592         Set duration on output buffers because we can.
593
594         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
595         Don't ignore the return value of set_outcaps.
596
597         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
598         (gst_rtp_sv3v_depay_process):
599         Clean up caps negotiation.
600         No need to validate the buffer, the base class does that for us.
601         No need to set caps out output buffers, subclass does that.
602
603         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
604         (gst_rtp_theora_depay_process):
605         Don't ignore the return value of setcaps.
606         No need to validate the buffer, the base class does that for us.
607
608         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
609         (gst_rtp_theora_pay_flush_packet), (encode_base64),
610         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
611         (gst_rtp_theora_pay_handle_buffer):
612         Don't ignore the return value of set_outcaps.
613
614         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
615         (gst_rtp_vorbis_depay_process):
616         Don't ignore the return value of setcaps.
617         No need to validate the buffer, the base class does that for us.
618
619         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
620         Don't ignore the return value of set_outcaps.
621
622         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
623         Clean up caps negotiation, don't ignore setcaps return.
624
625         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
626         Don't ignore the return value of set_outcaps.
627
628 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
629
630         * gst/matroska/matroska-demux.c:
631         (gst_matroska_demux_handle_src_event):
632         Forward unknown events upstream.
633
634 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
635
636         * tests/check/elements/icydemux.c: (icydemux_found_pad):
637         Add some refcount check
638
639         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
640         Don't ignore the result of write(), fixes a  compiler warning for me.
641
642         * tests/icles/videobox-test.c: (main):
643         Make the output a little more pretty.
644
645 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
646
647         * ext/esd/esdmon.c:
648           Add doc blob.
649
650 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
651
652         * docs/plugins/Makefile.am:
653         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
654         * docs/plugins/gst-plugins-good-plugins-sections.txt:
655         * docs/plugins/gst-plugins-good-plugins.args:
656         * docs/plugins/gst-plugins-good-plugins.hierarchy:
657         * docs/plugins/gst-plugins-good-plugins.interfaces:
658         * docs/plugins/inspect/plugin-autodetect.xml:
659           Add the docs of the new elements.
660
661 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
662
663         * gst/autodetect/gstautoaudiosrc.c:
664         (gst_auto_audio_src_class_init):
665         * gst/autodetect/gstautovideosrc.c:
666         (gst_auto_video_src_class_init):
667         Fix "Since" tags in the documentation.
668
669 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
670
671         Patch by: Sjoerd Simons <sjoerd at luon dot net>
672
673         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
674         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
675         Add support for souphttpsrc to act as a live source. This makes it
676         possible to get timestamped buffers in combination with the
677         "do-timestamp" property. Fixes bug #556019.
678
679 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
680
681         * gst/autodetect/Makefile.am:
682         * gst/autodetect/gstautoaudiosink.c:
683         * gst/autodetect/gstautoaudiosrc.c:
684         * gst/autodetect/gstautoaudiosrc.h:
685         * gst/autodetect/gstautodetect.c:
686         * gst/autodetect/gstautovideosink.c:
687         * gst/autodetect/gstautovideosrc.c:
688         * gst/autodetect/gstautovideosrc.h:
689           Implement src plugins. Little code/string cleanup in the sinks.
690           Fixes #523813.
691
692 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
693
694         Patch by: Peter Kjellerstedt <pkj at axis com>
695
696         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
697         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
698         Fix a memory leak when pads are requested but the pipeline never
699         goes into PLAYING.
700
701         Correctly remove request pads, no matter if they have collected
702         data or not.
703
704         Fixes bug #557710.
705
706 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
707
708         Patch by: <lrn1986 at gmail dot com>
709
710         * gst/udp/gstudpnetutils.h:
711         Define the correct WINVER so getaddinfo() can be used when using
712         mingw32. Fixes bug #557294.
713
714 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
715
716         Patch by: <lrn1986 at gmail dot com>
717
718         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
719         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
720         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
721         Fix "argument type mismatch" compiler warnings on Windows.
722         Fixes bug #557293.
723
724 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
725
726         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
727         Don't calculate the filter coefficients for every single buffer
728         but only when it's needed. Fixes bug #557260.
729
730 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
731
732         * configure.ac:
733         Back to development -> 0.10.11.1
734
735 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
736
737         * gst-plugins-good.doap:
738         Fix version number of 0.10.11 release in doap file
739
740 === release 0.10.11 ===
741
742 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
743
744         * configure.ac:
745           releasing 0.10.11, "Secondary Consideration"
746
747 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
748
749         * configure.ac:
750         Commit 0.10.10.4 pre-release
751
752 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
753
754         * gst/avi/gstavimux.c:
755         Fix VPRP chunk setup in avimux.
756         Fixes: #556010
757         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
758
759 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
760
761         * gst/videobox/gstvideobox.c:
762         support dynamically changing properties in videobox
763         Fixed: #557085
764         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
765
766 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
767
768         * configure.ac:
769         0.10.10.3 pre-release
770
771 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
772
773         * tests/check/Makefile.am:
774         Don't run the states test on pulsesrc and pulsesink
775
776 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
777
778         * configure.ac:
779         Commit 0.10.10.2 pre-release bump that actually went
780         out on 2008-10-11
781
782 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
783
784         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
785         Skip entries for streams that don't have a output pad yet, thereby
786         avoiding calling pad functions with a NULL pad.
787         Fixes #556424
788
789 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
790
791         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
792         * tests/check/elements/icydemux.c: (icydemux_found_pad):
793         Remove problematic and useless refcount check.
794         Fixes #556381
795
796 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
797
798         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
799         Remove problematic and useless refcount check.
800         Fixes #556381
801
802 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
803
804         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
805         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
806         Cast some size_t arguments to guint to avoid compiler
807         warnings on 64-bit systems.
808
809 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
810
811         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
812         Return TRUE instead of FALSE from the event handler when we swallowed the
813         event.
814
815 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
816
817         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
818         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
819         Reset header state. Fixes #555321.
820
821 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
822
823         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
824         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
825         * gst/avi/gstavidemux.h:
826         For timestamping audio packets we need to take into account the
827         amount of blocks in one entry using the blockalign. Fixes some sync
828         issues with zero-padded audio blocks in the beginning of avi files.
829
830 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
831
832         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
833         (gst_multi_file_src_query):
834         Implement DEFAULT and BUFFER position queries. See #555260.
835
836 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
837
838         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
839         Fix build for systems that don't have XDamage.
840
841 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
842
843         * tests/examples/rtp/client-H263p.sdp:
844         * tests/examples/rtp/client-H263p.sh:
845         * tests/examples/rtp/server-VTS-H263p.sh:
846         Add some more H263p server and client examples.
847
848 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
849
850         * configure.ac::
851           Depend on released versions of core and base.
852
853 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
854
855         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
856         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
857         Return -1 instead of 0 in error cases. Fixes #554771.
858
859 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
860
861         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
862         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
863         Stop leaking the cursor image.
864         Unref the last_ximage and the cached cursor image on shutdown.
865         Fixes #551570.
866
867 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
868
869         * sys/v4l2/gstv4l2object.h:
870         Getting the Class from an instance is not just a matter of casting it to
871         the class struct but it involves calling G_OBJECT_GET_CLASS on the
872         instance. Fixes #549784.
873
874 2008-10-01  Michael Smith <msmith@songbirdnest.com>
875
876         * configure.ac:
877           Fix libs for linking directsound.
878         * sys/directsound/gstdirectsoundsink.c:
879           Fix buffer sizing to prevent racing the ringbuffer at startup.
880           Add volume property.
881
882 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
883
884         * ext/pulse/pulsesink.c:
885         Fix problems with pulsesink randomly erroring with code 'OK' after a
886         format change on the stream by waiting when disconnecting the stream.
887
888 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
889
890         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
891         (gst_rtp_amr_depay_process):
892         Mark DISCONT on output buffers when the marker bit signals a new talk
893         spurt.
894
895         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
896         Set the marker bit for buffers with a DISCONT flag to signal a talk
897         spurt.
898
899 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
900
901         * gst/rtp/Makefile.am:
902         * gst/rtp/gstrtp.c: (plugin_init):
903         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
904         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
905         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
906         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
907         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
908         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
909         * gst/rtp/gstrtpmp4apay.h:
910         Added MP4A-LATM payloader to match the depayloader.
911
912 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
913
914         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
915         (gst_videomixer_sink_event):
916         Handle segments a little better. Fixes #537361.
917
918 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
919
920         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
921         Don't assume the server supports PAUSE by default. Fixes #551048.
922
923 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
924
925         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
926         (gst_udpsrc_set_uri), (gst_udpsrc_start):
927         Switch on the socket family to get the addrlen size right.
928
929 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
930
931         Patch by: Daniel Franke <df at dfranke dot us>
932
933         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
934         OS X's bind() implementation is picky about its addrlen parameter and
935         fails with EINVAL if it is larger than expected for the socket's address
936         family. Set the length to the expected length instead. Fixes #553191.
937
938 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
939
940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
941         Handle the case where we cannot do desribe or when the describe result
942         does not contain a valid SDP message.
943
944 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
945
946         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
947         Fix setting the qos.
948
949 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
950
951         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
952         (gst_qtdemux_chain):
953         Some 'broken' files out there have atom lengths of zero...
954         which basically results in qtdemux consuming that atom again and again
955         until the *end of night* !
956         Detect that and emits an adequate element error message.
957
958 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
959
960         * gst/interleave/Makefile.am:
961         * gst/matroska/Makefile.am:
962         Fix build flags order.
963
964         * tests/check/elements/audioamplify.c: (GST_START_TEST):
965         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
966         * tests/check/elements/audioinvert.c: (GST_START_TEST):
967         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
968         Format fixes.
969
970         * tests/check/elements/multifile.c:
971         Pull in unistd.h
972
973 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
976         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
977         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
978         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
979         (gst_rtp_mp4g_depay_change_state):
980         * gst/rtp/gstrtpmp4gdepay.h:
981         Handle interleaved streams by reordering AU in a queue.
982
983 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
984
985         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
986         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
987         Change some of the ranges in the caps, mostly for the amount of bits we
988         can use.
989         Added a little bitstream parse and use it to parse the AU header fields.
990         Check for malformed and wrongly sized packets better.
991         Implement more header field parsing.
992         Handle the size of fragmented packets correctly.
993
994 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
995
996         Patch by: Jonathan Matthew <notverysmart@gmail.com>
997         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
998         Add mapping for 'tiff' => image/tiff
999         Fixes #552213
1000
1001 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1002
1003
1004         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1005         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1006           Pretend to care about the result of write() which works around
1007           compiler warnings.
1008
1009 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1010
1011         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1012           Make sure the desired default values are actually set, not only
1013           registered as defaults (actual problem is that the stereo-specific
1014           values are only updated if channels==2, which is not the case yet
1015           when the object is created, so the default values for the
1016           mid-side-stereo and loose-mid-side-stereo settings are never
1017           set in _update_quality()). Makes flacenc create smaller files by
1018           default (for stereo input), and fixes #550791.
1019
1020 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1021
1022         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1023         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1024         (qtdemux_parse_trak), (qtdemux_video_caps):
1025         * gst/qtdemux/qtdemux.h:
1026         * gst/qtdemux/qtdemux_fourcc.h:
1027         * gst/qtdemux/qtdemux_types.c:
1028         Add support for video/mj2 mime-type and its additional atoms/boxes.
1029         Fixes #550646.
1030
1031 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1032
1033         * gst/debug/gsttaginject.c:
1034           Add warning when tags parameter is unparsable and give example for
1035           quoting in the docs.
1036
1037 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1038
1039         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1040         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1041         Add some alternative byteswapped mappings that seem to pop up sometimes.
1042         Fixes #550288.
1043
1044 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1045
1046         * po/LINGUAS:
1047         * po/POTFILES.in:
1048         * po/POTFILES.skip:
1049           Add 'ca' to LINGUAS; add some more files with translations and some
1050           files which should be ignored by translation tools.
1051
1052 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1053
1054         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1055         * ext/speex/gstspeexdec.h:
1056         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1057         * ext/speex/gstspeexenc.h:
1058         Use integer encoding and decoding functions instead of converting
1059         the integer input to float in the element. The libspeex integer
1060         functions are doing this for us already or, if libspeex was compiled
1061         in integer mode, they're doing everything using integer arithmetics.
1062         Also saves some copying around.
1063
1064 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1065
1066         * configure.ac:
1067           Fix --disable-external
1068
1069 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1070
1071         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1072         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1073         * ext/wavpack/gstwavpackenc.h:
1074         Handle non-zero start timestamps and stream discontinuities
1075         correctly. This only has an effect if we're muxing into
1076         a container format as the raw WavPack stream must contain
1077         continous sample numbers.
1078
1079 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1080
1081         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1082         Correct the timestamp and granulepos calculation by one Speex
1083         frame.
1084
1085 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1086
1087         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1088         Correctly take the granulepos from upstream if possible and
1089         correctly handle the granulepos in various calculations: the
1090         granulepos is the sample number of the _last_ sample in a frame, not
1091         the first.
1092
1093         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1094         (gst_speex_enc_encode), (gst_speex_enc_chain),
1095         (gst_speex_enc_change_state):
1096         * ext/speex/gstspeexenc.h:
1097         Handle non-zero start timestamps in the encoder and detect/handle
1098         stream discontinuities. Fixes bug #547075.
1099
1100 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1101
1102         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1103
1104         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1105         Fix compiler warnings caused by passing a string as format string
1106         instead of "%s" and then the string. This is only exposed by -Wformat=2
1107         as used by default on Ubuntu. Fixes bug #550015.
1108
1109 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1110
1111         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1112         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1113         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1114         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1115         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1116           (gst_ebml_read_element_length):
1117         * gst/matroska/matroska-demux.c:
1118           (gst_matroska_demux_check_subtitle_buffer):
1119           Make stuff compile with GST_DISABLE_GST_DEBUG.
1120
1121 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1122
1123         * gst/law/alaw.c:
1124         * gst/law/mulaw.c:
1125           Ref caps before passing to gst_pad_template_new(), since that takes
1126           ownership.
1127
1128 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1129
1130         Patch by: Mersad Jelacic <mersad at axis dot com>
1131
1132         * gst/multipart/multipartdemux.c:
1133         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1134         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1135         demuxer. Fixes #549551.
1136
1137 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1138
1139         * sys/osxaudio/gstosxaudiosink.c:
1140         (gst_osx_audio_sink_select_device):
1141         * sys/osxaudio/gstosxaudiosrc.c:
1142         (gst_osx_audio_src_create_ringbuffer),
1143         (gst_osx_audio_src_select_device):
1144         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1145         Fix the build on macosx.
1146
1147 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1148
1149         * gst/icydemux/gsticydemux.c:
1150           Small docs fix: in the example pipeline, we need to pass
1151           iradio-mode=true to the source, so the server actually sends
1152           an ICY stream.
1153
1154 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1155
1156         * sys/osxaudio/gstosxaudio.c:
1157           Oops. Revert more completely.
1158
1159 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1160
1161         * sys/osxaudio/gstosxaudio.c:
1162           Revert accidental element rename from testing.
1163
1164 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1165
1166         * gst-plugins-good.doap:
1167         Pull in 0.10.10 doap entry from release branch
1168
1169 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1170
1171         * configure.ac:
1172         Update version number to reflect 0.10.10 release from
1173         branch.
1174
1175 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1176
1177         * sys/osxaudio/Makefile.am:
1178         * sys/osxaudio/gstosxaudio.c:
1179         * sys/osxaudio/gstosxaudiosink.c:
1180         * sys/osxaudio/gstosxaudiosink.h:
1181         * sys/osxaudio/gstosxaudiosrc.c:
1182         * sys/osxaudio/gstosxaudiosrc.h:
1183         * sys/osxaudio/gstosxringbuffer.c:
1184         * sys/osxaudio/gstosxringbuffer.h:
1185           Rewrite caps setting and ring buffer initialisation.
1186           Previously we never told CoreAudio what format we were going to send it,
1187           so it only worked due to luck, and not at all on some hardware.
1188           Now we explicitly advertise what formats the hardware supports, and then
1189           configure the selected one correctly.
1190
1191 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1192
1193         * sys/v4l2/gstv4l2object.c:
1194         * sys/v4l2/gstv4l2src.c:
1195         * sys/v4l2/gstv4l2src.h:
1196         * sys/v4l2/v4l2_calls.c:
1197         * sys/v4l2/v4l2src_calls.c:
1198           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1199           need to memset instance structures. Some more FIXME's and comments.
1200
1201 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1202
1203         * tests/icles/.cvsignore:
1204           Ignore more.
1205
1206 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1207
1208         * gst/goom/.cvsignore:
1209         * gst/goom2k1/.cvsignore:
1210           Ignore files.
1211
1212 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1213
1214         * ext/cairo/gsttextoverlay.c:
1215           Fix compiler warning.
1216
1217 2008-08-25  David Schleef  <ds@schleef.org>
1218
1219         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1220
1221 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1222
1223         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1224         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1225         * gst/matroska/matroska-mux.c:
1226         (gst_matroska_mux_video_pad_setcaps),
1227         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1228         Add Real[Audio|Video] support to Matroska containers.
1229         It works fine for:
1230         * decoding real audio/video streams contained in mkv
1231         * 'transmuxing' real (.rm) files into .mkv files
1232         It will not work though for encoding real[audio/video] streams that
1233         don't contain the 'mdpr_data' extra data on the caps.
1234         The reason why this will not work is because I never intended to
1235         duplicate virtually all the 'mdpr' block creation into mkvmux.
1236         Fixes #536067
1237
1238 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1239
1240         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1241         * gst/law/mulaw-conversion.c:
1242         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1243         (gst_mulawenc_chain):
1244         The encoder can't really renegotiate at the time they perform a
1245         pad-alloc so make the srcpads use fixed caps.
1246         Check the buffer size after a pad-alloc because the returned size might
1247         not be right when the downstream element does not know the size of the
1248         new buffer (capsfilter). Fixes #549073.
1249
1250 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1251
1252         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1253
1254         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1255         v4l2src doesn't have a property named "norm" so don't try to notify
1256         about changes to that property. The "norm" property and related
1257         code are commented out currently. Fixes bug #549090.
1258
1259 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1260
1261         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1262
1263         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1264         Reprobe devices again instead of taking a cached list as new
1265         devices could've been plugged in. Fixes bug #549062.
1266
1267 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1268
1269         * gst/autodetect/Makefile.am:
1270         Don't link the autodetect plugin with GConf as it doesn't
1271         use GConf. Fixes bug #545463.
1272
1273 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1274
1275         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1276         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1277         (gst_ebml_read_sint), (gst_ebml_read_float),
1278         (gst_ebml_read_header):
1279         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1280         possible to ignore errors and not post any ERROR messages on
1281         the bus.
1282
1283         * gst/matroska/matroska-demux.c:
1284         (gst_matroska_demux_parse_contents):
1285         Ignore any errors and not just EOS when parsing the contents of
1286         a SeekHead. Errors here are usually caused by truncated files
1287         and playback of the file works fine. Fixes playback of the
1288         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1289         archive.
1290
1291 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1292
1293         * gst/multipart/multipartdemux.c:
1294         * gst/multipart/multipartmux.c:
1295         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1296
1297 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1298
1299         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1300           gst_directdraw_sink_bufferpool_clear):
1301           Fix two more buffer ref leaks.
1302
1303 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1304
1305         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1306
1307         * sys/directdraw/gstdirectdrawsink.c:
1308           (gst_directdraw_sink_show_frame):
1309           Fix buffer ref leak.
1310
1311 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1312
1313         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1314         Revert the last commit. wavenc still supports width!=depth for 32 bit
1315         width. Thanks Tim.
1316
1317 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1318
1319         * gst/matroska/matroska-demux.c:
1320         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1321         If the duration of a block is unknown only use the timestamp for the
1322         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1323         laces. Otherwise every lace has the same timestamp which leads to
1324         various problems. Really fixes bug #548831.
1325
1326 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1327
1328         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1329         If we're not allowing width!=depth in wavenc we should also disable
1330         the code that was added to support width!=depth.
1331
1332 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1333
1334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1335         Don't calculate the default duration of a frame from the audio sampling
1336         rate. This only works for raw audio if every frame contains a single
1337         sample and results in broken buffer durations for other formats
1338         if no specified default duration is given or the blocks have no
1339         duration. Fixes bug #548831.
1340
1341 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1342
1343         * gst/matroska/matroska-demux.c:
1344         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1345         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1346         are used for text/plain subtitles as a gap-filler in some files.
1347
1348 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1349
1350         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1351         (gst_v4l2_get_caps_info):
1352         Add S910 and PWC formats with a low priority.
1353
1354         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1355         (gst_v4l2src_probe_caps_for_format):
1356         Add more debugging.
1357
1358 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1359
1360         * ext/flac/gstflacenc.c:
1361           Fix compilation against older libflac versions.
1362
1363 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1364
1365         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1366         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1367         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1368         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1369         (gst_pulsemixer_ctrl_set_volume):
1370         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1371         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1372         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1373         (gst_pulsesink_init), (gst_pulsesink_open),
1374         (gst_pulsesink_prepare), (gst_pulsesink_write),
1375         (gst_pulsesink_delay), (gst_pulsesink_reset):
1376         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1377         (gst_pulsesrc_init):
1378         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1379         Fix a locking issue in pulsesink's prepare function.
1380
1381         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1382         Check if the created channel layout is valid for GStreamer.
1383
1384 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1385
1386         * gst/rtsp/gstrtspgoogle.c:
1387         Things that can happen when your brain is in google mode trying to
1388         deal with their google rtsp server extensions and trying to type your
1389         google mail account.
1390
1391 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1392
1393         * gst/rtsp/Makefile.am:
1394         * gst/rtsp/gstrtsp.c: (plugin_init):
1395         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1396         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1397         (_do_init), (gst_rtsp_google_base_init),
1398         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1399         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1400         (gst_rtsp_google_extension_init):
1401         * gst/rtsp/gstrtspgoogle.h:
1402         Add google RTSP extension, it can only handle udp and responds with
1403         unsupported if we do anything else. Fixes #546465.
1404
1405         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1406         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1407         (gst_rtspsrc_create_transports_string),
1408         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1409         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1410         Make transport setup code a bit better using GString.
1411         Add some more debug.
1412         Check for closed connections before doing anything on them.
1413
1414 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1415
1416         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1417         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1418         (gst_pulsesrc_prepare):
1419         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1420         (gst_pulse_channel_map_to_gst):
1421         * ext/pulse/pulseutil.h:
1422         If downstream provides no channel layout and >2 channels should be
1423         used use the default layout that pulseaudio chooses and also
1424         add this layout to the caps. Fixes bug #547258.
1425
1426 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1427
1428         Patch by: Peter Kjellerstedt <pkj at axis com>
1429
1430         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1431         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1432         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1433         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1434         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1435         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1436         (gst_udpsrc_set_property):
1437         Avoid leaking internally allocated file descriptors when setting
1438         custom file descriptors. Fixes #543101.
1439
1440 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1441
1442         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1443         Don't try to configure RTCP back to the server when the server did not
1444         give us a valid port number.
1445
1446 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1447
1448         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1449         Use new basetransform method to renegotiate. Fixes #544956.
1450
1451         * tests/icles/Makefile.am:
1452         * tests/icles/videobox-test.c: (make_pipeline), (main):
1453         Add videobox renegotiation example.
1454
1455 2008-08-19  David Schleef  <ds@schleef.org>
1456
1457         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1458         with sane values.  Fixes #548530.
1459
1460 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1461
1462         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1463         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1464         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1465         are already filled with the correct values by
1466         gst_ring_buffer_parse_caps() so there's no need to set them again
1467         with wrong values.
1468
1469 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1470
1471         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1472         (gst_avi_demux_read_subindexes_push):
1473         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1474         and instead of using the 'ix##' nomenclature, use '##ix'.
1475         They're still valid though, this fixes the duration and indexes for
1476         virtually all the ODML files I have.
1477
1478 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1479
1480         Patch by: Olivier Crete <tester at tester dot ca>
1481
1482         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1483         (gst_rtp_vorbis_depay_process):
1484         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1485         Update the vorbis RTP pay/depay to RFC 5215.
1486         Fixes #547842.
1487
1488 2008-08-14  David Schleef  <ds@schleef.org>
1489
1490         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1491           with 3:2 pulldown, i.e., 24p.
1492
1493 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1494
1495         * tests/check/elements/level.c: (GST_START_TEST):
1496         Fix compilation some more.
1497
1498 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1499
1500         * configure.ac::
1501           Require -base CVS for wavparse acid chunk parsing.
1502
1503 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1504
1505         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1506         (gst_pulsesink_init), (gst_pulsesink_finalize),
1507         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1508         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1509         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1510         * ext/pulse/pulsesink.h:
1511         Add "device-name" property to pulsesink too and currently commented
1512         out and not working support for a "volume" property.
1513
1514 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1515
1516         * configure.ac:
1517         Remove more cdio stuff (moved to ugly)
1518
1519 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1520
1521         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1522
1523         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1524         (gst_pulsesrc_get_property):
1525         Add "device-name" property, which provides a human readable string
1526         for the audio device, to make it more consisten with other audio
1527         sources. Fixes bug #547519.
1528
1529 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1530
1531         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1532         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1533         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1534         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1535         * ext/pulse/pulsemixerctrl.h:
1536         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1537         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1538         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1539         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1540         * ext/pulse/pulseprobe.h:
1541         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1542         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1543         (gst_pulsesrc_change_state):
1544         Improve debugging a bit by including the parent object in pulsemixerctrl
1545         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1546         GST_WARNING.
1547
1548         Use the parent GObject subclass instead of a random struct as GObject
1549         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1550         when probing for another property than "device".
1551
1552 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1553
1554         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1555
1556         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1557         Fix property probing after the device property is set by calling
1558         set_server when the server property changes. Fixes bug #547518.
1559
1560 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1561
1562         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1563
1564         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1565         (gst_pulsesink_implements_interface_init),
1566         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1567         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1568         (gst_pulsesink_get_type):
1569         * ext/pulse/pulsesink.h:
1570         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1571         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1572         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1573         * ext/pulse/pulsesrc.h:
1574         Implement GstPropertyProbe interface on pulsesink for detecting
1575         sink devices and on pulsesrc for detecting source devices.
1576         Fixes bugs #547227 and #547217.
1577
1578 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1579
1580         * gst/spectrum/gstspectrum.c:
1581           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1582
1583 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1584
1585         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1586         Properly set the maximum latency value, in the same way it is done in
1587         v4lsrc.
1588         * sys/v4l2/v4l2src_calls.c:
1589         Simplify fraction equality check, no need to use GValues for this.
1590
1591 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1592
1593         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1594         Add warning messages stating exactly why the latency query failed.
1595         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1596         In some cases, the negotiated framerate might be the default one which
1597         is already set internally. But we still need to mark it down in fps_n
1598         and fps_d so that the latency query can happen properly.
1599
1600 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1601
1602         * docs/plugins/inspect/plugin-1394.xml:
1603         Whoops, forgot one doc file for people who can't/don't build the
1604         raw1394 plugin.
1605
1606 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1607
1608         * docs/plugins/Makefile.am:
1609         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1610         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1611         * docs/plugins/inspect/plugin-cdio.xml:
1612         * ext/Makefile.am:
1613         * ext/cdio/Makefile.am:
1614         * ext/cdio/gstcdio.c:
1615         * ext/cdio/gstcdio.h:
1616         * ext/cdio/gstcdiocddasrc.c:
1617         * ext/cdio/gstcdiocddasrc.h:
1618
1619         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1620         CDDA source to -ugly.
1621
1622         * po/LINGUAS:
1623         * po/POTFILES.in:
1624         * po/id.po:
1625         Pull in new translation from 0.10.9.2 release branch.
1626
1627 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1628
1629         * docs/plugins/Makefile.am:
1630         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1631         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1632         * docs/plugins/gst-plugins-good-plugins.args:
1633         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1634         * docs/plugins/gst-plugins-good-plugins.interfaces:
1635         Integrate documentation for new hdv1394src element.
1636
1637 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1638
1639         * ext/raw1394/Makefile.am:
1640         * ext/raw1394/gst1394.c: (plugin_init):
1641         * ext/raw1394/gsthdv1394src.c: (_do_init),
1642         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1643         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1644         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1645         (gst_hdv1394src_from_raw1394handle),
1646         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1647         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1648         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1649         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1650         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1651         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1652         (gst_hdv1394src_uri_handler_init):
1653         * ext/raw1394/gsthdv1394src.h:
1654         mpeg2-ts (HDV) variant of firewire capture element.
1655         Fixes #350830
1656
1657 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1658
1659         * gst/level/gstlevel.c: (gst_level_message_new):
1660          Fix compilation (also known as the classic 'fix code that someone
1661          committed without compiling it first').
1662
1663 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1664
1665         * tests/check/elements/level.c:
1666           Add a test for level in stereo mode.
1667
1668 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1669
1670         * tests/examples/spectrum/demo-audiotest.c:
1671         * tests/examples/spectrum/demo-osssrc.c:
1672           Demo how to draw analyzer results synced to the clock.
1673
1674 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1675
1676         * gst/level/gstlevel.c:
1677           Little renaming (l -> level).
1678
1679         * gst/spectrum/gstspectrum.c:
1680         * gst/spectrum/gstspectrum.h:
1681           Also send full timestamp/duration details here.
1682
1683 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1684
1685         * gst/level/gstlevel.c:
1686         * gst/level/gstlevel.h:
1687           Send same timestamp/duration details as videoanalysis. This gives
1688           applications better chance to sync analysis results with playback.
1689
1690 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1691
1692         * gst/matroska/matroska-mux.c:
1693         (gst_matroska_mux_handle_sink_event),
1694         (flac_streamheader_to_codecdata):
1695         We need to drop one additional buffer for FLAC as the fLaC
1696         marker and STREAMINFO block are merged into one buffer in the caps.
1697
1698         Also don't pretend to support NEWSEGMENT events, otherwise we
1699         will most probably write some invalid data.
1700
1701 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1702
1703         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1704         (gst_matroska_mux_audio_pad_setcaps):
1705         Add support for muxing FLAC into Matroska containers.
1706         Fixes bug #311586.
1707
1708 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1709
1710         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1711         Actually provide the variables required for the format string.
1712
1713 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1714
1715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1716         (gst_matroska_demux_element_send_event),
1717         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1718         * gst/matroska/matroska-demux.h:
1719         Close the current segment if we're doing a non-flushing seek and send
1720         the close-segment and the new segment of the seek from the streaming
1721         thread.
1722
1723 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1724
1725         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1726         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1727         (gst_flac_enc_change_state):
1728         * ext/flac/gstflacenc.h:
1729         Handle non-zero start timestamps correctly, mark header packets as
1730         IN_CAPS and print a warning and suggest using audiorate if stream
1731         discontinuities are detected. When FLAC supports flushing the encoder
1732         somehow this should be done for discontinuities instead.
1733
1734         Remove some unused variables from the instance struct.
1735
1736 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1737
1738         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1739         If seeking failed return the appropiate return value to FLAC.
1740         Otherwise it thinks seeking was successfull and tries to rewrite
1741         parts of the headers which then get appended to the output.
1742
1743 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1744
1745         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1746
1747         * ext/esd/gstesd.c: (plugin_init):
1748         * ext/flac/gstflac.c: (plugin_init):
1749         * ext/shout2/gstshout2.c: (plugin_init):
1750         * ext/wavpack/gstwavpack.c: (plugin_init):
1751         * sys/oss/gstossaudio.c: (plugin_init):
1752         * sys/v4l2/gstv4l2.c: (plugin_init):
1753         Make sure gettext returns translations in UTF-8 encoding rather
1754         than in the current locale encoding (#546822).
1755
1756 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1757
1758         * ext/flac/gstflacdec.c:
1759         Add FIXME for 0.11 to simply output everything with width=32 as given
1760         by FLAC and let audioconvert handle the conversions instead of doing
1761         them in flacdec.
1762
1763 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1764
1765         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1766         When outputting a pad template range for the size, include a framerate
1767         range too, to avoid 'not a real subset of template caps' errors.
1768
1769 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1770
1771         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1772
1773         * ext/flac/Makefile.am:
1774         * ext/flac/gstflac.c: (plugin_init):
1775         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1776         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1777         (gst_flac_tag_dispose), (gst_flac_tag_init),
1778         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1779         (gst_flac_tag_change_state):
1780         * ext/flac/gstflactag.h:
1781         Port flactag to 0.10, add documentation for it and clean it up a bit.
1782         Fixes bug #413841.
1783
1784         * docs/plugins/Makefile.am:
1785         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1786         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1787         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1788         * docs/plugins/gst-plugins-good-plugins.interfaces:
1789         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1790         * docs/plugins/inspect/plugin-flac.xml:
1791         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1792         * ext/flac/gstflacdec.h:
1793         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1794         * ext/flac/gstflacenc.h:
1795         Add flactag and flacenc to the documentation and mark
1796         the private parts of the flacdec instance structure as private.
1797
1798         Also use gst_element_class_set_details_simple() in flacdec and
1799         flacenc.
1800
1801 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1802
1803         * gst/qtdemux/qtdemux.c:
1804           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1805           for it but ffmpeg does not.
1806
1807 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1808
1809         * gst/wavparse/gstwavparse.c:
1810           Handle the list chunk and use gst_riff_parse_info() to parse the info
1811           sub-chunk.
1812
1813 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1814
1815         * gst/wavparse/gstwavparse.c:
1816           Handle the acid chunk and send tempo as part of tags. Other fields are
1817           interesting too, but need more tag-definitions. Fixes #545433.
1818
1819 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1820
1821         * gst/wavparse/gstwavparse.c:
1822           Refactor wavparse. Call _reset() from dispose() and move old code from
1823           dispose into reset. This way we don't leak taglists when we abort
1824           parsing. Fix some comments. Move code for skipping a chunk into extra
1825           function. Replace chunk sizes with a const to ease readability.         
1826
1827 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1828
1829         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1830
1831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1832         Improve udp port setup. Fixes #545710.
1833
1834 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1835
1836         * gst/rtp/Makefile.am:
1837         * gst/rtp/gstrtp.c: (plugin_init):
1838         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1839         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1840         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1841         (gst_rtp_mp1s_depay_set_property),
1842         (gst_rtp_mp1s_depay_get_property),
1843         (gst_rtp_mp1s_depay_change_state),
1844         (gst_rtp_mp1s_depay_plugin_init):
1845         * gst/rtp/gstrtpmp1sdepay.h:
1846         Add MP1S depayloader.
1847
1848         * gst/rtsp/URLS:
1849         Some more sample rtsp streams.
1850
1851 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1852
1853         * gst/rtsp/URLS:
1854         Add another URL.
1855
1856         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1857         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1858         Add some more debug info.
1859
1860 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1861
1862         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1863         Provide cbSize field for audio extra_data size, and take care to
1864         pad extra_data.
1865
1866 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1867
1868         * gst/qtdemux/qtdemux.c:
1869           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1870           TRUE.
1871
1872 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1873
1874         * gst/qtdemux/qtdemux.c:
1875         * gst/qtdemux/qtdemux_fourcc.h:
1876           Add keyword tag support. Fixes #520694 for qtdemux.
1877
1878 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1879
1880         * gst/qtdemux/qtdemux.c:
1881           Add support for tmpo tag (BPM).
1882
1883 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1884
1885         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1886         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1887         Set an estimate for the total number of samples that will be encoded
1888         if possible to help decoders if the streaminfo can't be rewritten
1889         later (like when muxing into Ogg containers).
1890
1891         Add a warning if we get header packets after data packets as those
1892         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1893         work.
1894
1895 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1896
1897         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1898         (gst_flac_dec_write):
1899         Support decoding of all depths between 4 and 32 bits and read the
1900         depth from the streaminfo header if needed. Also support all sampling
1901         rates between 1 and 655350 Hz.
1902
1903         * ext/flac/gstflacenc.c:
1904         (gst_flac_enc_caps_append_structure_with_widths),
1905         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1906         (gst_flac_enc_chain):
1907         * ext/flac/gstflacenc.h:
1908         Support encoding in all bit depths supported by the streamable
1909         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1910         between 1 Hz and 655350 Hz.
1911
1912 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1913
1914         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1915         (gst_flac_enc_sink_getcaps):
1916         Support encoding of up to 8 channels.
1917
1918 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1919
1920         * ext/soup/gstsouphttpsrc.c:
1921         * ext/soup/gstsouphttpsrc.h:
1922         Fix seeking race condition in #540300
1923         Patch By: Wouter Cloetens  <wouter at mind be>
1924
1925 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1926
1927         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1928         (gst_matroska_demux_element_send_event),
1929         (gst_matroska_demux_handle_seek_event),
1930         (gst_matroska_demux_handle_src_event):
1931         When receiving a SEEK event on a specific pad first search for a seek
1932         table entry for the stream of the pad and then fall back to an entry
1933         for a different stream.
1934
1935 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1936
1937         * configure.ac:
1938         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1939         * gst/matroska/matroska-ids.h:
1940         Build depend on core CVS for the attachment tag.
1941
1942 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1943
1944         * configure.ac:
1945         * gst/matroska/Makefile.am:
1946         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1947         (copy_backptr), (lzo1x_decode), (main):
1948         * gst/matroska/lzo.h:
1949         * gst/matroska/matroska-demux.c:
1950         (gst_matroska_demux_read_track_encoding),
1951         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1952         (gst_matroska_decode_buffer),
1953         (gst_matroska_decode_content_encodings),
1954         (gst_matroska_demux_read_track_encodings),
1955         (gst_matroska_demux_add_stream),
1956         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1957         * gst/matroska/matroska-ids.h:
1958         Decode the codec private data and following ContentEncoding if
1959         necessary.
1960
1961         Support bzip2, lzo and header stripped compression. For lzo use the
1962         ffmpeg lzo implementation as liblzo is GPL licensed.
1963         
1964         Fix zlib decompression.
1965
1966 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1967
1968         * gst/matroska/matroska-mux.c:
1969         (gst_matroska_mux_audio_pad_setcaps):
1970         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1971         duration of a frame with the new mpegaudioversion caps field.
1972
1973 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1974
1975         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1976         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1977         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1978         (gst_matroska_demux_stream_from_num),
1979         (gst_matroska_demux_tracknumber_unique),
1980         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1981         (gst_matroska_demux_handle_seek_event),
1982         (gst_matroska_demux_sync_streams),
1983         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1984         (gst_matroska_demux_loop):
1985         * gst/matroska/matroska-demux.h:
1986         Allow an infinite number of stream inside Matroska containers and use
1987         a GPtrArray for storing them instead of allowing "only" 127 streams.
1988
1989 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1990
1991         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1992         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1993         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1994         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1995         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1996         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1997         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1998         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1999         (gst_ebml_read_master), (gst_ebml_read_binary),
2000         (gst_ebml_read_header):
2001         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2002         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2003         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2004         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2005         (gst_ebml_replace_uint):
2006         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2007         (gst_matroska_demux_read_track_encoding),
2008         (gst_matroska_demux_read_track_encodings),
2009         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2010         (gst_matroska_demux_send_event),
2011         (gst_matroska_demux_element_send_event),
2012         (gst_matroska_demux_handle_seek_event),
2013         (gst_matroska_demux_handle_src_event),
2014         (gst_matroska_demux_init_stream),
2015         (gst_matroska_demux_parse_tracks),
2016         (gst_matroska_demux_parse_index_cuetrack),
2017         (gst_matroska_demux_parse_index_pointentry),
2018         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2019         (gst_matroska_demux_parse_metadata_id_simple_tag),
2020         (gst_matroska_demux_parse_metadata_id_tag),
2021         (gst_matroska_demux_parse_metadata),
2022         (gst_matroska_demux_parse_attached_file),
2023         (gst_matroska_demux_parse_attachments),
2024         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2025         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2026         (gst_matroska_demux_push_flac_codec_priv_data),
2027         (gst_matroska_demux_push_xiph_codec_priv_data),
2028         (gst_matroska_demux_push_dvd_clut_change_event),
2029         (gst_matroska_demux_add_mpeg_seq_header),
2030         (gst_matroska_demux_add_wvpk_header),
2031         (gst_matroska_demux_check_subtitle_buffer),
2032         (gst_matroska_decode_buffer),
2033         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2034         (gst_matroska_demux_parse_cluster),
2035         (gst_matroska_demux_parse_contents_seekentry),
2036         (gst_matroska_demux_parse_contents),
2037         (gst_matroska_demux_loop_stream_parse_id),
2038         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2039         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2040         (gst_matroska_demux_subtitle_caps),
2041         (gst_matroska_demux_change_state):
2042         * gst/matroska/matroska-ids.c:
2043         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2044         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2045         (gst_matroska_mux_video_pad_setcaps),
2046         (xiph3_streamheader_to_codecdata),
2047         (vorbis_streamheader_to_codecdata),
2048         (theora_streamheader_to_codecdata),
2049         (gst_matroska_mux_audio_pad_setcaps),
2050         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2051         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2052         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2053         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2054         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2055         Fix indention everywhere. A broken indent version has added newlines
2056         after every single declaration some time ago.
2057
2058 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2059
2060         * gst/matroska/matroska-demux.c:
2061         (gst_matroska_demux_loop_stream_parse_id):
2062         If no Tracks are found error out instead of trying it again until the
2063         end of time.
2064
2065 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2066
2067         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2068         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2069         bit and signed otherwise, not the other way around.
2070
2071 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2072
2073         * gst/matroska/matroska-mux.c:
2074         Add more raw YUV formats to the list of supported formats.
2075
2076 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2077
2078         * gst/matroska/matroska-mux.c:
2079         (gst_matroska_mux_audio_pad_setcaps):
2080         Add support for muxing raw float audio now that the spec defines the
2081         endianness and add support for muxing raw integer audio with 24 and
2082         32 bits.
2083
2084         Allow muxing of more than 8 audio channels.
2085
2086 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2087
2088         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2089         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2090         Add locking to the global array of used track UIDs to prevent random
2091         crashes if more than a single matrosmux instance is used.
2092
2093         Use 64 bit values for the track UIDs.
2094
2095         Use the global GRandom of GLib instead of creating our own one
2096         for the few random numbers we need every single time.
2097
2098 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2099
2100         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2101         (gst_flac_dec_setup_stream_decoder),
2102         (gst_flac_dec_update_metadata):
2103         Always post the audio-codec tag, not only if other tags are present.
2104
2105 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2106
2107         * configure.ac:
2108         Back to development -> 0.10.9.1
2109
2110 === release 0.10.9 ===
2111
2112 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2113
2114         * configure.ac:
2115           releasing 0.10.9, "Steam Train Rolling"
2116
2117 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2118
2119         * ext/soup/gstsouphttpsrc.c:
2120         Don't throw an error when soup completes a msg with status
2121         'cancelled', as that indicates we cancelled a request while
2122         shutting down or seeking, and it's not an error.
2123         Fixes: #540300 again.
2124
2125 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2126
2127         * configure.ac:
2128         0.10.8.4 pre-release
2129
2130 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2131
2132         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2133         Fix segment-stop regression.
2134         Add documentation regarding segments in quicktime files by Wim Taymans.
2135         Fixes #544509
2136
2137 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2138
2139         * configure.ac:
2140         0.10.8.3 pre-release
2141
2142         * po/LINGUAS:
2143         * po/pt_BR.po:
2144         Add pt_BR translation
2145
2146 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2147
2148         * gst/goom/convolve_fx.c:
2149         * gst/goom/filters.c:
2150         * gst/goom/goom_config.h:
2151         * gst/goom/goom_core.c:
2152         * gst/goom/goom_tools.h:
2153           Fix build with MSVC: include glib.h to define inline appropriately,
2154           use header guards where needed.
2155         * gst/udp/gstudpnetutils.c:
2156         * gst/udp/gstudpsrc.c:
2157           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2158           g_snprintf rather than snprintf.
2159           Fixes #544433.
2160
2161 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2162
2163         * gst/debug/gsttaginject.c:
2164         * gst/debug/gsttaginject.h:
2165           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2166           partially.
2167
2168 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2169
2170         * configure.ac:
2171         0.10.8.2 pre-release
2172
2173 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2174
2175         * ext/Makefile.am:
2176         Finish hooking up pulseaudio plugin to the build.
2177
2178         * ext/pulse/pulsemixerctrl.c:
2179         Fix compilation error.
2180
2181 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2182
2183         * po/LINGUAS:
2184         * po/lt.po:
2185         Add new lithunian translation, and add french to the LINGUAS
2186         file.
2187
2188 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2189
2190         * ext/soup/gstsouphttpsrc.c:
2191         Fix Soup HTTP source seeking.
2192         Patch By: Wouter Cloetens  <wouter at mind be>
2193         Fixes: #540300
2194
2195         * tests/check/elements/.cvsignore:
2196         Ignore new check programs.
2197
2198 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2199
2200         * configure.ac:
2201         * docs/plugins/Makefile.am:
2202         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2203         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2204         * docs/plugins/gst-plugins-good-plugins.args:
2205         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2206         * docs/plugins/gst-plugins-good-plugins.interfaces:
2207         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2208         * docs/plugins/inspect/plugin-interleave.xml:
2209         * docs/plugins/inspect/plugin-replaygain.xml:
2210         * tests/check/Makefile.am:
2211
2212         Move replaygain and interleave plugins from -bad.
2213         Fixes: #543406
2214         Fixes: #536228
2215
2216 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2217
2218         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2219         (qtdemux_parse_trak):
2220         Revert ISO base media spec based pixel-aspect-ratio calculation.
2221         Fixes #543300.
2222
2223 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2224
2225         * sys/osxvideo/osxvideosink.m:
2226         Fix minor build issues on macosx.
2227         Fixes #543054
2228
2229 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2230
2231         * configure.ac::
2232         * ext/taglib/Makefile.am::
2233           Only use -Wno-attributes (which is there to work around a
2234           bug in the taglib 1.5 headers) if the c++ compiler actually
2235           supports it (#543255).
2236
2237 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2238
2239         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2240
2241         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2242           Avoid compiler warning by initialising variable to NULL (#543259).
2243
2244 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2245
2246         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2247         Don't pass NULL taglists to gst_tag_list_is_empty().
2248
2249 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2250
2251         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2252         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2253         (rtp_pipeline_run):
2254         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2255         Don't use declarations after statements.
2256
2257 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2258
2259         * ext/jpeg/gstjpegdec.c:
2260         Align documentation with reality.
2261
2262 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2263
2264         * gst/udp/gstudpnetutils.c:
2265         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2266         old value (1) if it's not defined which should not cause any problems
2267         as we're using it internal only anyway.
2268
2269 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2270
2271         Patch by: Alessandro Decina <alessandro at nnva dot org>
2272
2273         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2274         Fix build of avidemux on big endian architectures.
2275
2276 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2277
2278         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2279
2280         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2281         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2282
2283 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2284
2285         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2286         (qtdemux_parse_trak):
2287         Set pixel-aspect-ratio in caps using display width and height
2288         provided in track.
2289
2290 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2291
2292         * configure.ac:
2293         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2294         flags that are invalid for C++. Fixes bug #516509.
2295
2296 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2297
2298         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2299         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2300         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2301         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2302         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2303         * tests/examples/equalizer/demo.c: (message_handler):
2304         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2305         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2306         Don't use declarations after statements and variable length arrays.
2307
2308 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2309
2310         Patch by: Daniel Drake <dsd at gentoo dot org>
2311
2312         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2313         (gst_v4l2src_get_nearest_size):
2314         Try progressive video if interlaced fails. Fixes bug #541956
2315         and the usage of v4l2src on OLPC.
2316
2317 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2318
2319         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2320         (gst_rtp_speex_depay_process):
2321         * gst/rtp/gstrtpspeexdepay.h:
2322         Revert last change: Only the jitterbuffer is able to convert RTP to
2323         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2324         Reopens bug #541787.
2325
2326 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2327
2328         * gst/rtp/gstrtpvrawdepay.c:
2329           Include stdlib.h for atoi().
2330
2331         * gst/rtsp/gstrtspsrc.c:
2332           Use floating point math for latencies < 0 sec in log output.
2333
2334 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2335
2336         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2337
2338         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2339         (gst_rtp_speex_depay_process):
2340         * gst/rtp/gstrtpspeexdepay.h:
2341         Take timestamp from the RTP packet as a first step to fix problems
2342         with transmission over RTP when the network is not reliable.
2343         Fixes bug #541787.
2344
2345 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2346
2347         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2348
2349         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2350         Fix parsing of udp:// URIs containing IPv6 addresses.
2351         Fixes bug #541650.
2352
2353 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2354
2355         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2356         Do not leak incoming buffers.
2357
2358 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2359
2360         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2361
2362         * configure.ac:
2363         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2364         for htons() and htonl(). Fixes bug #541412.
2365
2366 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2367
2368         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2369         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2370         (gst_matroska_demux_element_query),
2371         (gst_matroska_demux_handle_src_query),
2372         (gst_matroska_demux_handle_seek_event):
2373         Handle position and duration query in DEFAULT format if the
2374         pad's track has a default frame duration set.
2375
2376         Fix seeking now that the segment's duration doesn't contain the
2377         (possibly wrong or inaccurate) duration of the Matroska file.
2378
2379 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2380
2381         * gst/matroska/ebml-read.c: (_ext2dbl):
2382         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2383         in math.h except on MSVC where it is defined in xmath.h.
2384         Fixes compilation with MSVC.
2385
2386 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2387
2388         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2389         (gst_matroska_demux_handle_src_query),
2390         (gst_matroska_demux_parse_info),
2391         (gst_matroska_demux_loop_stream_parse_id):
2392         * gst/matroska/matroska-demux.h:
2393         Don't set the segment duration to the duration from the Matroska
2394         header as this value could be wrong and is just informational.
2395
2396 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2397
2398         * gst/matroska/matroska-demux.c:
2399         (gst_matroska_demux_loop_stream_parse_id):
2400         If no Tracks element is found until the first Cluster is found
2401         search it and error out if none is found in the complete file.
2402
2403 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2404
2405         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2406         Resync non-subtitle tracks too if a too large gap compared to other
2407         tracks is detected.
2408
2409 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2410
2411         * gst/rtp/Makefile.am:
2412         * gst/rtp/gstrtp.c: (plugin_init):
2413         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2414         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2415         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2416         (gst_rtp_vraw_depay_change_state),
2417         (gst_rtp_vraw_depay_plugin_init):
2418         * gst/rtp/gstrtpvrawdepay.h:
2419         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2420         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2421         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2422         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2423         (gst_rtp_vraw_pay_plugin_init):
2424         * gst/rtp/gstrtpvrawpay.h:
2425         Add raw video pay and depayloaders, see RFC4175.
2426
2427 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2428
2429         * ext/libpng/gstpngdec.c:
2430         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2431         whatever it returned.
2432
2433 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2434
2435         * gst/avi/avi-ids.h:
2436         Add vprp chunk related structures.
2437         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2438         (gst_avi_demux_parse_stream):
2439         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2440         to caps.  Fixes #539482.
2441         * gst/avi/gstavimux.h:
2442         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2443         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2444         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2445
2446 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2447
2448         * tests/check/elements/avimux.c: (check_avimux_pad):
2449         Adjust avimux unit test according to increased streamheader size.
2450
2451 2008-06-27  David Schleef  <ds@schleef.org>
2452
2453         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2454
2455 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2456
2457         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2458         * gst/avi/gstavimux.h:
2459         Add 8 bytes to current streamheader to make for a complete one
2460         and to make more players happy.  Fixes #519460.
2461
2462 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2463
2464         * sys/v4l2/v4l2_calls.c::
2465           Don't include unused gstv4l2xoverlay.h. Fixes build
2466           in case where X11 headers are not installed.
2467
2468 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2469
2470         * ext/dv/gstdv.c: (plugin_init):
2471         Fix compilation.
2472
2473 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2474
2475         * ext/dv/gstdv.c: (plugin_init):
2476         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2477         DV decoder available.
2478         Fixes #532393
2479
2480 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2481
2482         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2483         Call getsockname() after the call to bind() to get updated values
2484         for the port, etc. This fixes the usage of udpsrc on anonymous
2485         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2486         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2487
2488 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2489
2490         * tests/check/pipelines/wavpack.c: (bus_handler):
2491         Remove workaround for a bug in identity that is fixed in 0.10.20.
2492
2493 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2494
2495         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2496
2497         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2498         Fix HTTP auth support with user/password passed via the URI.
2499         Fixes bug #540067.
2500
2501 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2502
2503         * configure.ac:
2504           Depend on released versions of core and -base.
2505
2506 2008-06-23  Julien Moutte  <julien@fluendo.com>
2507
2508         * gst/matroska/matroska-demux.c:
2509         (gst_matroska_demux_read_track_encoding),
2510         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2511         format strings in macros. (makes it build on OS X again...)
2512
2513 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2514
2515         * gst/rtp/gstrtptheorapay.c:
2516         * gst/udp/gstmultiudpsink.c:
2517           Added debug.
2518
2519 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2520
2521         * configure.ac: switch v4l2src over to the normal build instead of
2522         being 'experimental'. Fixes bug #536831.
2523
2524 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2525
2526         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2527         Remove unused variable so that we can compile again.
2528
2529 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2530
2531         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2532         No need to check for audio/G723 and audio/32KADPCM here as they are
2533         no longer supported.
2534
2535 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2536
2537         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2538         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2539         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2540         known length.
2541
2542 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2543
2544         * gst/matroska/matroska-demux.c:
2545         (gst_matroska_demux_add_wvpk_header),
2546         (gst_matroska_demux_audio_caps):
2547         * gst/matroska/matroska-ids.h:
2548         Fix demuxing of WavPack files. Muxing is still broken.
2549
2550 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2551
2552         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2553         (gst_matroska_demux_add_mpeg_seq_header),
2554         (gst_matroska_demux_add_wvpk_header),
2555         (gst_matroska_demux_check_subtitle_buffer),
2556         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2557         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2558         (gst_matroska_demux_subtitle_caps):
2559         * gst/matroska/matroska-ids.h:
2560         Add a "vfunc" to the track context for postprocessing frames and
2561         convert the wavpack and subtitle postprocessing to this vfunc.
2562         Copy buffer flags in those functions to the new buffers too.
2563
2564         Parse CodecState elements of Blocks.
2565
2566         Add a postprocessing function for MPEG video that adds the sequence
2567         header from the codec private data or codec state to the frames if
2568         it's not already there.
2569
2570 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2571
2572         * gst/matroska/matroska-demux.c:
2573         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2574         If a gap of more than 1/2 second is found in one stream send a
2575         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2576         This also fixes Matroska files where the first buffer doesn't start
2577         at timestamp 0. Fixes bug #429322.
2578
2579         The duration of a block is the default duration multiplied with the
2580         number of laces. Every lace is one frame and the default duration
2581         is the duration of one frame. This fixes playback of files that use
2582         lacing for some tracks.
2583
2584 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2585
2586         * gst/matroska/matroska-demux.c:
2587         (gst_matroska_demux_parse_contents_seekentry):
2588         Update FIXME/TODOs and only ignore EOS at the central, important place
2589         instead of several places.
2590
2591 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2592
2593         * gst/rtp/gstrtpg726pay.c:
2594         Fix caps, See #538891.
2595
2596 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2597
2598         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2599         (gst_matroska_demux_stream_from_num),
2600         (gst_matroska_demux_encoding_cmp),
2601         (gst_matroska_demux_encoding_order_unique),
2602         (gst_matroska_demux_read_track_encoding),
2603         (gst_matroska_demux_read_track_encodings),
2604         (gst_matroska_demux_tracknumber_unique),
2605         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2606         (gst_matroska_demux_parse_tracks),
2607         (gst_matroska_demux_parse_index_cuetrack),
2608         (gst_matroska_demux_parse_index_pointentry),
2609         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2610         (gst_matroska_demux_parse_metadata_id_simple_tag),
2611         (gst_matroska_demux_parse_metadata_id_tag),
2612         (gst_matroska_demux_parse_metadata),
2613         (gst_matroska_demux_parse_attached_file),
2614         (gst_matroska_demux_parse_attachments),
2615         (gst_matroska_demux_parse_chapters),
2616         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2617         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2618         (gst_matroska_demux_parse_cluster),
2619         (gst_matroska_demux_parse_contents_seekentry),
2620         (gst_matroska_demux_parse_contents),
2621         (gst_matroska_demux_loop_stream_parse_id),
2622         (gst_matroska_demux_loop):
2623         Improve debug output everywhere and fix the EOS logic.
2624
2625         Check the values of the ContentEncoding elements more strictly and
2626         don't use tracks for which it's invalid.
2627
2628         Check that the track number is unique for this stream.
2629
2630         Check that seek positions are below G_MAXINT64 as our seeks are
2631         int64-based and overflows will fail badly.
2632
2633         After seeks also don't push SimpleBlocks until the first one
2634         containing a keyframe is found. Before this was done only for normal
2635         Blocks.
2636
2637         Update some FIXME/TODOs.
2638         
2639         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2640         (gst_ebml_read_utf8), (gst_ebml_read_header):
2641         Improve debug output.
2642
2643         * gst/matroska/matroska-ids.c:
2644         (gst_matroska_track_init_video_context):
2645         * gst/matroska/matroska-ids.h:
2646         * gst/matroska/matroska-mux.c:
2647         (gst_matroska_mux_video_pad_setcaps):
2648         Remove eye mode and don't parse it anymore. We can't use that
2649         information in GStreamer yet so it's useless.
2650
2651
2652 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2653
2654         Patch by: Mersad Jelacic <mersad at axis dot com>
2655
2656         * gst/rtp/Makefile.am:
2657         * gst/rtp/gstrtp.c: (plugin_init):
2658         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2659         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2660         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2661         (gst_rtp_g726_depay_plugin_init):
2662         * gst/rtp/gstrtpg726depay.h:
2663         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2664         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2665         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2666         * gst/rtp/gstrtpg726pay.h:
2667         Added G726 pay/depayloaders. Fixes #538891.
2668
2669 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2670
2671         * gst/rtsp/URLS:
2672         Some more urls.
2673
2674         * gst/smpte/barboxwipes.c:
2675         Add a comment
2676
2677         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2678         Fix typo, add audioresample to the pipeline.
2679
2680 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2681
2682         * ext/libmng/Makefile.am:
2683         * ext/libmng/gstmng.c: (plugin_init):
2684         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2685         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2686         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2687         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2688         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2689         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2690         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2691         (gst_mng_dec_change_state):
2692         * ext/libmng/gstmngdec.h:
2693         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2694         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2695         (gst_mng_enc_init), (gst_mng_enc_chain),
2696         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2697         * ext/libmng/gstmngenc.h:
2698         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2699         bits ifdeffed out still.
2700
2701 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2702
2703         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2704         When comparing index elements with the same time compare their
2705         block number.
2706
2707 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2708
2709         * gst/matroska/matroska-demux.c:
2710           (gst_matroska_demux_parse_attached_file)
2711           Init variable to NULL to avoid compiler warning.
2712
2713 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2714
2715         * gst/matroska/Makefile.am:
2716         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2717         (gst_matroska_demux_parse_attached_file),
2718         (gst_matroska_demux_parse_attachments),
2719         (gst_matroska_demux_parse_contents_seekentry),
2720         (gst_matroska_demux_loop_stream_parse_id):
2721         * gst/matroska/matroska-demux.h:
2722         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2723         * gst/matroska/matroska-ids.h:
2724         * gst/matroska/matroska.c: (plugin_init):
2725         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2726         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2727         and description of the attachments in the caps. Fixes bug #537622.
2728
2729 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2730
2731         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2732         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2733         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2734         (gst_speex_enc_src_query), (gst_speex_enc_init),
2735         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2736         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2737         (gst_speex_enc_set_property):
2738         Add mode property.
2739         Some cleanups, add more debug info.
2740         Add latency query.
2741
2742 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2743
2744         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2745         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2746         If we get less bytes than requested we can't do anything except doing
2747         our EOS logic.
2748
2749 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2750
2751         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2752         (gst_matroskademux_do_index_seek),
2753         (gst_matroska_demux_parse_index_cuetrack),
2754         (gst_matroska_demux_parse_index_pointentry),
2755         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2756         (gst_matroska_demux_parse_metadata):
2757         * gst/matroska/matroska-demux.h:
2758         * gst/matroska/matroska-ids.h:
2759         Use a GArray for storing the Cue (i.e. seek) information, store
2760         the CueTrackPositions for every track, store the block number
2761         and optimize searching in the array by sorting it after the last
2762         element was added.
2763
2764         Fix a small memory leak when trying to parse a tags element that was
2765         already parsed.
2766
2767 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2768
2769         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2770         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2771         (gst_matroska_mux_write_data):
2772         * gst/matroska/matroska-mux.h:
2773         Don't write another SeekHead which indexes all Clusters to the end of
2774         the file. This isn't useful for anything and just increases filesize.
2775
2776 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2777
2778         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2779         Prevent unaligned memory access when reading floats.
2780
2781 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2782
2783         * gst/matroska/ebml-read.c:
2784         * gst/matroska/ebml-read.h:
2785         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2786         (gst_matroska_demux_parse_metadata):
2787         * gst/matroska/matroska-demux.h:
2788         Make sure that every Tags element is only parsed once and it's
2789         containing tags are only posted once.
2790
2791 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2792
2793         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2794         (gst_ebml_read_header):
2795         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2796         (gst_matroska_demux_parse_tracks),
2797         (gst_matroska_demux_parse_index_cuetrack),
2798         (gst_matroska_demux_parse_index_pointentry),
2799         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2800         (gst_matroska_demux_parse_metadata_id_simple_tag),
2801         (gst_matroska_demux_parse_metadata_id_tag),
2802         (gst_matroska_demux_parse_metadata),
2803         (gst_matroska_demux_parse_attachments),
2804         (gst_matroska_demux_parse_chapters),
2805         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2806         (gst_matroska_demux_parse_cluster),
2807         (gst_matroska_demux_parse_contents_seekentry),
2808         (gst_matroska_demux_parse_contents),
2809         (gst_matroska_demux_loop_stream_parse_id):
2810         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2811         already. They're not useful in the matroska parser and only cause
2812         additional code.
2813
2814 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2815
2816         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2817         (gst_ebml_finalize), (gst_ebml_read_change_state),
2818         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2819         * gst/matroska/matroska-demux.c:
2820         (gst_matroska_demux_parse_contents_seekentry):
2821         Reverse the level list as we usually are only interested in the
2822         first element or want to add a new first element. Having the
2823         first element stored at the end and calling g_list_last() and
2824         g_list_append() is more expensive.
2825
2826         Also use GSlice for allocating the GstEbmlLevel structs.
2827
2828 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2829
2830         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2831           (gst_tag_inject_class_init), (gst_tag_inject_init):
2832           Don't unref NULL taglist in finalize. Don't use c++ style
2833           comments.
2834
2835 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2836
2837         * gst/matroska/matroska-demux.c:
2838         (gst_matroska_demux_parse_metadata_id_simple_tag):
2839         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2840         (gst_matroska_mux_write_data):
2841         Use gst_value_serialize() and gst_value_deserialize() for transforming
2842         tags from some GType to a string and the other way around. The default
2843         transformations in GLib don't include transformations from string to
2844         number types.
2845
2846 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2847
2848         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2849         (gst_matroska_demux_parse_tracks),
2850         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2851         (gst_matroska_demux_parse_attachments),
2852         (gst_matroska_demux_parse_chapters),
2853         (gst_matroska_demux_parse_contents_seekentry),
2854         (gst_matroska_demux_loop_stream_parse_id):
2855         * gst/matroska/matroska-demux.h:
2856         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2857         Tags multiple times. The first ones can appear more than once but must
2858         contain the same content as the first for backup purposes so we ignore
2859         all but the first one. Tags can appear multiple times with different
2860         content.
2861
2862         Jump to all elements except Clusters that are available from a
2863         SeekHead to make it more likely to have all required informations
2864         before getting to the first Clusters.
2865
2866         Add dummy functions for parsing Attachments and Chapters.
2867
2868 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2869
2870         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2871         (gst_udpsrc_create), (gst_udpsrc_set_property),
2872         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2873         * gst/udp/gstudpsrc.h:
2874         Add property to control automatic join/leave of multicast groups.
2875         Add G_LIKELY.
2876         Remove setting caps on buffers explicitly, basesrc does that for us now.
2877         Improve debug info.
2878         Convert some non-fatal error into warnings.
2879         Use g_ntohs for better portability.
2880         Leave multicast groups when stopping.
2881         When using external sockets, use getsockname() on them to fill up the
2882         addr structure before calling methods that use the structure.
2883         Should all fix #536903.
2884         API: GstUDPSrc::auto-multicast property
2885
2886 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2887
2888         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2889         Use g_ntohl for better portability.
2890
2891 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2892
2893         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2894         (gst_multiudpsink_remove):
2895         Fix a typo and do some small cleanups.
2896
2897 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2898
2899         Patch by: Olivier Crete <tester at tester dot ca>
2900
2901         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2902         Make the delivery-method mandatory on the caps and only accept inline
2903         for now.
2904         Reverse strcmp checks for delivery-method.
2905
2906         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2907         Make delivery method optional when parsing caps and note this in the
2908         caps.
2909         Reverse strcmp checks for delivery-method.
2910
2911         * gst/rtp/gstrtpvorbispay.c:
2912         Update a comment to note that the delivery-method is optional, 
2913         Fixes #537675.
2914
2915 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2916
2917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2918         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2919         leaving them in READY. Fixes #537832.
2920
2921 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2922
2923         * gst/avi/gstavimux.c:
2924           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2925           for a random constant in tagmuxing code.
2926
2927 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2928
2929         * gst/debug/gsttaginject.c:
2930         * gst/debug/gsttaginject.h:
2931           Now actually adding the new element.
2932
2933 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2934
2935         * docs/plugins/Makefile.am:
2936         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2937         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2938         * docs/plugins/gst-plugins-good-plugins.args:
2939         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2940         * docs/plugins/gst-plugins-good-plugins.interfaces:
2941         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2942         * docs/plugins/inspect/plugin-aasink.xml:
2943         * docs/plugins/inspect/plugin-alaw.xml:
2944         * docs/plugins/inspect/plugin-alpha.xml:
2945         * docs/plugins/inspect/plugin-alphacolor.xml:
2946         * docs/plugins/inspect/plugin-annodex.xml:
2947         * docs/plugins/inspect/plugin-apetag.xml:
2948         * docs/plugins/inspect/plugin-audiofx.xml:
2949         * docs/plugins/inspect/plugin-auparse.xml:
2950         * docs/plugins/inspect/plugin-autodetect.xml:
2951         * docs/plugins/inspect/plugin-avi.xml:
2952         * docs/plugins/inspect/plugin-cacasink.xml:
2953         * docs/plugins/inspect/plugin-cairo.xml:
2954         * docs/plugins/inspect/plugin-cdio.xml:
2955         * docs/plugins/inspect/plugin-cutter.xml:
2956         * docs/plugins/inspect/plugin-debug.xml:
2957         * docs/plugins/inspect/plugin-dv.xml:
2958         * docs/plugins/inspect/plugin-efence.xml:
2959         * docs/plugins/inspect/plugin-effectv.xml:
2960         * docs/plugins/inspect/plugin-equalizer.xml:
2961         * docs/plugins/inspect/plugin-esdsink.xml:
2962         * docs/plugins/inspect/plugin-flac.xml:
2963         * docs/plugins/inspect/plugin-flxdec.xml:
2964         * docs/plugins/inspect/plugin-gamma.xml:
2965         * docs/plugins/inspect/plugin-gconfelements.xml:
2966         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2967         * docs/plugins/inspect/plugin-goom.xml:
2968         * docs/plugins/inspect/plugin-goom2k1.xml:
2969         * docs/plugins/inspect/plugin-halelements.xml:
2970         * docs/plugins/inspect/plugin-icydemux.xml:
2971         * docs/plugins/inspect/plugin-id3demux.xml:
2972         * docs/plugins/inspect/plugin-jpeg.xml:
2973         * docs/plugins/inspect/plugin-level.xml:
2974         * docs/plugins/inspect/plugin-matroska.xml:
2975         * docs/plugins/inspect/plugin-monoscope.xml:
2976         * docs/plugins/inspect/plugin-mulaw.xml:
2977         * docs/plugins/inspect/plugin-multifile.xml:
2978         * docs/plugins/inspect/plugin-multipart.xml:
2979         * docs/plugins/inspect/plugin-navigationtest.xml:
2980         * docs/plugins/inspect/plugin-ossaudio.xml:
2981         * docs/plugins/inspect/plugin-png.xml:
2982         * docs/plugins/inspect/plugin-quicktime.xml:
2983         * docs/plugins/inspect/plugin-rtp.xml:
2984         * docs/plugins/inspect/plugin-rtsp.xml:
2985         * docs/plugins/inspect/plugin-smpte.xml:
2986         * docs/plugins/inspect/plugin-soup.xml:
2987         * docs/plugins/inspect/plugin-spectrum.xml:
2988         * docs/plugins/inspect/plugin-speex.xml:
2989         * docs/plugins/inspect/plugin-taglib.xml:
2990         * docs/plugins/inspect/plugin-udp.xml:
2991         * docs/plugins/inspect/plugin-video4linux2.xml:
2992         * docs/plugins/inspect/plugin-videobalance.xml:
2993         * docs/plugins/inspect/plugin-videobox.xml:
2994         * docs/plugins/inspect/plugin-videocrop.xml:
2995         * docs/plugins/inspect/plugin-videoflip.xml:
2996         * docs/plugins/inspect/plugin-videomixer.xml:
2997         * docs/plugins/inspect/plugin-wavenc.xml:
2998         * docs/plugins/inspect/plugin-wavpack.xml:
2999         * docs/plugins/inspect/plugin-wavparse.xml:
3000         * docs/plugins/inspect/plugin-ximagesrc.xml:
3001         * gst/debug/Makefile.am:
3002         * gst/debug/breakmydata.c:
3003         * gst/debug/efence.c:
3004         * gst/debug/gstdebug.c:
3005         * gst/debug/gstnavseek.c:
3006         * gst/debug/gstpushfilesrc.c:
3007         * gst/debug/gstpushfilesrc.h:
3008         * gst/debug/negotiation.c:
3009         * gst/debug/progressreport.c:
3010         * gst/debug/progressreport.h:
3011         * gst/debug/rndbuffersize.c:
3012         * gst/debug/testplugin.c:
3013           Remove dummy plugin_init. Remove some undefined entries from doc-
3014           section file. Add taginject element and rebuild docs for it.
3015
3016 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3017
3018         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3019         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3020         Update the counter for the number of streams when pads are added or
3021         removed. This will make sure that a seek table is generated for
3022         files with just one audio stream.
3023
3024 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3025
3026         * gst/matroska/matroska-demux.c:
3027         (gst_matroska_demux_parse_metadata_id_simple_tag):
3028         * gst/matroska/matroska-ids.h:
3029         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3030         Add some more tags, improve debugging a bit and make sure that
3031         GValue transformation has succeeded before using the result
3032         as a tag.
3033
3034 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3035
3036         Patch by: Olivier Crete <tester at tester dot ca>
3037
3038         * gst/rtp/gstrtptheorapay.c:
3039         The Theora RTP payloader only supports the "inline" delievery method
3040         so let's declare this on the caps of the static pad template.
3041         Fixes bug #537675.
3042
3043 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3044
3045         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3046         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3047         Remove bogus check.
3048
3049 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3050
3051         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3052         (gst_videomixer_blend_buffers):
3053         Use stream_time to synchronize the object properties.
3054         Use running_time of the master pad to timestamp outgoing buffers.
3055         Fix the initial segment event to extend an unknown amount of time.
3056         Fixes #537361.
3057
3058 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3059
3060         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3061         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3062         (gst_avi_demux_calculate_durations_from_index),
3063         (gst_avi_demux_stream_header_push),
3064         (gst_avi_demux_stream_header_pull):
3065         Try to ignore unparsable/unknown streams and give a warning instead of
3066         erroring out. Fixes #537377.
3067
3068 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3069
3070         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3071         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3072
3073         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3074         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3075         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3076         (gst_matroska_demux_read_track_encodings),
3077         (gst_matroska_demux_add_stream),
3078         (gst_matroska_demux_handle_src_query),
3079         (gst_matroska_demux_init_stream),
3080         (gst_matroska_demux_parse_index_cuetrack),
3081         (gst_matroska_demux_parse_index_pointentry),
3082         (gst_matroska_demux_parse_info),
3083         (gst_matroska_demux_parse_metadata_id_simple_tag),
3084         (gst_matroska_demux_parse_metadata),
3085         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3086         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3087         (gst_matroska_demux_parse_cluster),
3088         (gst_matroska_demux_parse_contents_seekentry),
3089         (gst_matroska_demux_loop_stream_parse_id),
3090         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3091         (gst_matroska_demux_audio_caps),
3092         (gst_matroska_demux_subtitle_caps):
3093         * gst/matroska/matroska-demux.h:
3094         * gst/matroska/matroska-ids.c:
3095         (gst_matroska_track_init_subtitle_context):
3096         * gst/matroska/matroska-ids.h:
3097         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3098         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3099         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3100         (gst_matroska_mux_video_pad_setcaps),
3101         (gst_matroska_mux_audio_pad_setcaps),
3102         (gst_matroska_mux_subtitle_pad_setcaps),
3103         (gst_matroska_mux_request_new_pad),
3104         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3105         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3106         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3107         (gst_matroska_mux_set_property):
3108         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3109         elements, do some checks for valid values in the demuxer, handle
3110         tracktimecodescale in the demuxer, set correct default values for all
3111         settings in the demuxer, review and add all missing matroska
3112         IDs and some more raw YUV formats, and some trivial cleanup.
3113
3114 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3115
3116         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3117         (gst_pulsemixer_class_init):
3118         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3119         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3120         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3121         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3122         (gst_pulsesrc_prepare):
3123         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3124         gst_element_class_set_details_simple() and fix coding style a bit
3125         more.
3126
3127 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3128
3129         * docs/plugins/Makefile.am:
3130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3131         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3132         * docs/plugins/gst-plugins-good-plugins.args:
3133         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3134         * docs/plugins/gst-plugins-good-plugins.interfaces:
3135         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3136         * docs/plugins/inspect/plugin-aasink.xml:
3137         * docs/plugins/inspect/plugin-alaw.xml:
3138         * docs/plugins/inspect/plugin-alpha.xml:
3139         * docs/plugins/inspect/plugin-alphacolor.xml:
3140         * docs/plugins/inspect/plugin-annodex.xml:
3141         * docs/plugins/inspect/plugin-apetag.xml:
3142         * docs/plugins/inspect/plugin-audiofx.xml:
3143         * docs/plugins/inspect/plugin-auparse.xml:
3144         * docs/plugins/inspect/plugin-autodetect.xml:
3145         * docs/plugins/inspect/plugin-avi.xml:
3146         * docs/plugins/inspect/plugin-cacasink.xml:
3147         * docs/plugins/inspect/plugin-cairo.xml:
3148         * docs/plugins/inspect/plugin-cdio.xml:
3149         * docs/plugins/inspect/plugin-cutter.xml:
3150         * docs/plugins/inspect/plugin-debug.xml:
3151         * docs/plugins/inspect/plugin-dv.xml:
3152         * docs/plugins/inspect/plugin-efence.xml:
3153         * docs/plugins/inspect/plugin-effectv.xml:
3154         * docs/plugins/inspect/plugin-equalizer.xml:
3155         * docs/plugins/inspect/plugin-esdsink.xml:
3156         * docs/plugins/inspect/plugin-flac.xml:
3157         * docs/plugins/inspect/plugin-flxdec.xml:
3158         * docs/plugins/inspect/plugin-gamma.xml:
3159         * docs/plugins/inspect/plugin-gconfelements.xml:
3160         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3161         * docs/plugins/inspect/plugin-goom.xml:
3162         * docs/plugins/inspect/plugin-goom2k1.xml:
3163         * docs/plugins/inspect/plugin-halelements.xml:
3164         * docs/plugins/inspect/plugin-icydemux.xml:
3165         * docs/plugins/inspect/plugin-id3demux.xml:
3166         * docs/plugins/inspect/plugin-jpeg.xml:
3167         * docs/plugins/inspect/plugin-level.xml:
3168         * docs/plugins/inspect/plugin-matroska.xml:
3169         * docs/plugins/inspect/plugin-monoscope.xml:
3170         * docs/plugins/inspect/plugin-mulaw.xml:
3171         * docs/plugins/inspect/plugin-multifile.xml:
3172         * docs/plugins/inspect/plugin-multipart.xml:
3173         * docs/plugins/inspect/plugin-navigationtest.xml:
3174         * docs/plugins/inspect/plugin-ossaudio.xml:
3175         * docs/plugins/inspect/plugin-png.xml:
3176         * docs/plugins/inspect/plugin-pulseaudio.xml:
3177         * docs/plugins/inspect/plugin-quicktime.xml:
3178         * docs/plugins/inspect/plugin-rtp.xml:
3179         * docs/plugins/inspect/plugin-rtsp.xml:
3180         * docs/plugins/inspect/plugin-smpte.xml:
3181         * docs/plugins/inspect/plugin-soup.xml:
3182         * docs/plugins/inspect/plugin-spectrum.xml:
3183         * docs/plugins/inspect/plugin-speex.xml:
3184         * docs/plugins/inspect/plugin-taglib.xml:
3185         * docs/plugins/inspect/plugin-udp.xml:
3186         * docs/plugins/inspect/plugin-video4linux2.xml:
3187         * docs/plugins/inspect/plugin-videobalance.xml:
3188         * docs/plugins/inspect/plugin-videobox.xml:
3189         * docs/plugins/inspect/plugin-videocrop.xml:
3190         * docs/plugins/inspect/plugin-videoflip.xml:
3191         * docs/plugins/inspect/plugin-videomixer.xml:
3192         * docs/plugins/inspect/plugin-wavenc.xml:
3193         * docs/plugins/inspect/plugin-wavpack.xml:
3194         * docs/plugins/inspect/plugin-wavparse.xml:
3195         * docs/plugins/inspect/plugin-ximagesrc.xml:
3196         * ext/pulse/plugin.c:
3197         * ext/pulse/pulsemixer.c:
3198         * ext/pulse/pulsesink.c:
3199         * ext/pulse/pulsesrc.c:
3200         Add documentation to the pulseaudio plugin and run make update
3201         in docs/plugins.
3202
3203 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3204
3205         Patch by: Brian Cameron <brian.cameron at sun dot com>
3206
3207         * sys/sunaudio/gstsunaudiomixerctrl.c:
3208         (gst_sunaudiomixer_ctrl_get_volume),
3209         (gst_sunaudiomixer_ctrl_set_volume):
3210         Improvements for the SunAudio mixer by handling mute as no gain
3211         for tracks that have a gain property but no mute property.
3212         Fixes bug #536067.
3213
3214 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3215
3216         * configure.ac:
3217         * ext/pulse/Makefile.am:
3218         * ext/pulse/plugin.c: (plugin_init):
3219         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3220         (gst_pulsemixer_implements_interface_init),
3221         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3222         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3223         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3224         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3225         * ext/pulse/pulsemixer.h:
3226         * ext/pulse/pulsemixerctrl.c:
3227         (gst_pulsemixer_ctrl_context_state_cb),
3228         (gst_pulsemixer_ctrl_sink_info_cb),
3229         (gst_pulsemixer_ctrl_source_info_cb),
3230         (gst_pulsemixer_ctrl_subscribe_cb),
3231         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3232         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3233         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3234         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3235         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3236         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3237         * ext/pulse/pulsemixerctrl.h:
3238         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3239         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3240         * ext/pulse/pulsemixertrack.h:
3241         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3242         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3243         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3244         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3245         (gst_pulseprobe_new), (gst_pulseprobe_free),
3246         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3247         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3248         (gst_pulseprobe_set_server):
3249         * ext/pulse/pulseprobe.h:
3250         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3251         (gst_pulsesink_class_init), (gst_pulsesink_init),
3252         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3253         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3254         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3255         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3256         (gst_pulsesink_stream_request_cb),
3257         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3258         (gst_pulsesink_close), (gst_pulsesink_prepare),
3259         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3260         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3261         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3262         (gst_pulsesink_event), (gst_pulsesink_get_type):
3263         * ext/pulse/pulsesink.h:
3264         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3265         (gst_pulsesrc_implements_interface_init),
3266         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3267         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3268         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3269         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3270         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3271         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3272         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3273         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3274         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3275         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3276         (gst_pulsesrc_get_type):
3277         * ext/pulse/pulsesrc.h:
3278         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3279         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3280         * ext/pulse/pulseutil.h:
3281         Add pulseaudio GStreamer element from gst-pulse. Development will
3282         continue here instead of pulseaudio SVN. Fixes bug #400679.
3283         Only changes over gst-pulse SVN are added copyright to the top of
3284         files and coding style changes.
3285
3286 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3287
3288         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3289
3290         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3291           (gst_cdio_add_cdtext_album_tags):
3292         * ext/cdio/gstcdio.h:
3293         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3294           Also extract album title and album genre from CD-TEXT if
3295           available (#537021).
3296
3297 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3298
3299         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3300
3301         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3302         Improve negotiation a bit more by picking the smallest possible
3303         resolution that is larger than the resolution specified in the
3304         first caps entry of the peer caps. Fixes bug #536994.
3305
3306 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3307
3308         Patch by: Bastien Nocera <hadess at hadess dot net>
3309
3310         * sys/v4l2/gstv4l2vidorient.c:
3311         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3312         Fix compilation with newer GIT kernels that deprecated
3313         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3314
3315 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3316
3317         * configure.ac:
3318         * ext/cdio/gstcdio.c:
3319         * ext/cdio/gstcdio.h:
3320         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3321           Require libcdio >= 0.76.
3322
3323 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3324
3325         * gst/avi/gstavidemux.c:
3326         Catch UNEXPECTED when downstream has reached end of
3327         segment in reverse mode.
3328
3329 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3330
3331         * gst/avi/gstavidemux.c:
3332         Fix typo in comment
3333
3334 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3335
3336         * gst/avi/gstavidemux.c:
3337         Because we don't know the frame order we need to push till
3338         the next keyframe
3339
3340 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3341
3342         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3343
3344         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3345         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3346         Provide a custom negotiation function to make sure to pick the highest
3347         possible framerate and resolution. Fixes bug #536646.
3348
3349 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3350
3351         * gst/avi/gstavidemux.c:
3352         Set EOS when going out of the segment in reverse playback
3353
3354 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3355
3356         * ext/taglib/Makefile.am::
3357           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3358           taglib headers (with gcc 4.3.1).
3359
3360 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3361
3362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3363         Use the new gst_rtsp_connection_get_ip() to access the IP address
3364         of a GstRTSPConnection since it is a private member.
3365
3366 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3367
3368         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3369         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3370           Use new utility functions in libgsttag to process coverart (#512333).
3371
3372 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3373
3374         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3375         We actually support left/side, right/side and mid/side files. The
3376         conversion to normal, interleaved stereo is done by libflac.
3377
3378 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3379
3380         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3381         (gst_ebml_write_set_cache):
3382         Unref the write cache in finalize if it was set and add add "FIXME"
3383         to a comment that needs it.
3384
3385 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3386
3387         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3388
3389         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3390         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3391         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3392         (gst_avi_demux_process_next_entry):
3393         * gst/avi/gstavidemux.h:
3394         Implement reverse playback. Fixes #535300.
3395         Small cleanups.
3396
3397 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3398
3399         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3400         (gst_videomixer_query_latency):
3401         When using gst_element_iterate_pads() one has to unref every pad
3402         after usage.
3403
3404 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3405
3406         Patch by: Bastien Nocera <hadess at hadess dot net>
3407         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3408         (qtdemux_parse_udta):
3409         * gst/qtdemux/qtdemux_fourcc.h:
3410         Improve meta-data handling, add 'comment', 'description' and
3411         'copyright' tag handling.
3412         Fixes #535935
3413
3414 2008-05-31  Julien Moutte  <julien@fluendo.com>
3415
3416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3417         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3418         (gst_qtdemux_seek_to_previous_keyframe),
3419         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3420         we don't clip the segment's stop using the main segment duration as
3421         that could crop quite some video frames. Make reverse playback support
3422         more robust and support edit lists. Support seeking to the last frame,
3423         and fix reverse looping playback. Add some debugging.
3424         * win32/common/config.h: Updated.
3425
3426 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3427
3428         * gst/equalizer/gstiirequalizer.c:
3429         (gst_iir_equalizer_transform_ip):
3430         Don't clip float/double samples, correctly unset passthrough mode
3431         and use better rounding for integer samples.
3432
3433 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3434
3435         * gst/equalizer/gstiirequalizer.c:
3436         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3437         (setup_filter), (set_passthrough), (update_coefficients),
3438         (gst_iir_equalizer_compute_frequencies),
3439         (gst_iir_equalizer_transform_ip):
3440         * gst/equalizer/gstiirequalizer.h:
3441         Update the filter coefficients only when needed in the transform_ip
3442         function and correctly set the element into passthrough mode if the
3443         gain of all bands is 0.
3444
3445 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3446
3447         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3448
3449         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3450         (gst_alpha_set_property), (gst_alpha_get_property),
3451         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3452         Try to skip pixels or areas that are too dark or too bright for us to do
3453         meaningfull color detection.
3454         Added properties to control the sensitivity to light and darkness.
3455         Added some small cleanups. Fixes #512345.
3456
3457 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3458
3459         * docs/plugins/.cvsignore:
3460         * tests/check/elements/.cvsignore:
3461         Ignore some more generated things
3462
3463         * tests/check/Makefile.am:
3464         Ignore OSS elements in the state changes test too.
3465
3466 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3467
3468         * docs/plugins/Makefile.am:
3469         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3470         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3471         Add SMPTE effect elements to docs.
3472
3473 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3474
3475         * docs/plugins/Makefile.am:
3476         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3477         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3478         * ext/raw1394/gstdv1394src.c:
3479           Document whats first shown on the fdo plugin docs page :)
3480
3481 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3482
3483         * docs/plugins/Makefile.am:
3484         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3485         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3486         * docs/plugins/gst-plugins-good-plugins.args:
3487         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3488         * docs/plugins/inspect/plugin-audiofx.xml:
3489         * gst/audiofx/Makefile.am:
3490         * gst/audiofx/audiofx.c:
3491         * gst/audiofx/audiokaraoke.c:
3492         * gst/audiofx/audiokaraoke.h:
3493         * gst/audiofx/audiovoice.c:
3494         * gst/audiofx/audiovoice.h:
3495           Rename audiovoice to audiokaraoke and add it to the docs.
3496
3497 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3498
3499         * REQUIREMENTS:
3500         * docs/plugins/Makefile.am:
3501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3502         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3503         * docs/plugins/gst-plugins-good-plugins.args:
3504         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3505         * docs/plugins/gst-plugins-good-plugins.interfaces:
3506         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3507         * docs/plugins/inspect/plugin-aasink.xml:
3508         * docs/plugins/inspect/plugin-alaw.xml:
3509         * docs/plugins/inspect/plugin-alpha.xml:
3510         * docs/plugins/inspect/plugin-alphacolor.xml:
3511         * docs/plugins/inspect/plugin-annodex.xml:
3512         * docs/plugins/inspect/plugin-apetag.xml:
3513         * docs/plugins/inspect/plugin-audiofx.xml:
3514         * docs/plugins/inspect/plugin-auparse.xml:
3515         * docs/plugins/inspect/plugin-autodetect.xml:
3516         * docs/plugins/inspect/plugin-avi.xml:
3517         * docs/plugins/inspect/plugin-cacasink.xml:
3518         * docs/plugins/inspect/plugin-cairo.xml:
3519         * docs/plugins/inspect/plugin-cdio.xml:
3520         * docs/plugins/inspect/plugin-cutter.xml:
3521         * docs/plugins/inspect/plugin-debug.xml:
3522         * docs/plugins/inspect/plugin-dv.xml:
3523         * docs/plugins/inspect/plugin-efence.xml:
3524         * docs/plugins/inspect/plugin-effectv.xml:
3525         * docs/plugins/inspect/plugin-equalizer.xml:
3526         * docs/plugins/inspect/plugin-esdsink.xml:
3527         * docs/plugins/inspect/plugin-flac.xml:
3528         * docs/plugins/inspect/plugin-flxdec.xml:
3529         * docs/plugins/inspect/plugin-gamma.xml:
3530         * docs/plugins/inspect/plugin-gconfelements.xml:
3531         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3532         * docs/plugins/inspect/plugin-goom.xml:
3533         * docs/plugins/inspect/plugin-goom2k1.xml:
3534         * docs/plugins/inspect/plugin-halelements.xml:
3535         * docs/plugins/inspect/plugin-icydemux.xml:
3536         * docs/plugins/inspect/plugin-id3demux.xml:
3537         * docs/plugins/inspect/plugin-jpeg.xml:
3538         * docs/plugins/inspect/plugin-level.xml:
3539         * docs/plugins/inspect/plugin-matroska.xml:
3540         * docs/plugins/inspect/plugin-monoscope.xml:
3541         * docs/plugins/inspect/plugin-mulaw.xml:
3542         * docs/plugins/inspect/plugin-multifile.xml:
3543         * docs/plugins/inspect/plugin-multipart.xml:
3544         * docs/plugins/inspect/plugin-navigationtest.xml:
3545         * docs/plugins/inspect/plugin-ossaudio.xml:
3546         * docs/plugins/inspect/plugin-png.xml:
3547         * docs/plugins/inspect/plugin-quicktime.xml:
3548         * docs/plugins/inspect/plugin-rtp.xml:
3549         * docs/plugins/inspect/plugin-rtsp.xml:
3550         * docs/plugins/inspect/plugin-smpte.xml:
3551         * docs/plugins/inspect/plugin-soup.xml:
3552         * docs/plugins/inspect/plugin-spectrum.xml:
3553         * docs/plugins/inspect/plugin-speex.xml:
3554         * docs/plugins/inspect/plugin-taglib.xml:
3555         * docs/plugins/inspect/plugin-udp.xml:
3556         * docs/plugins/inspect/plugin-video4linux2.xml:
3557         * docs/plugins/inspect/plugin-videobalance.xml:
3558         * docs/plugins/inspect/plugin-videobox.xml:
3559         * docs/plugins/inspect/plugin-videocrop.xml:
3560         * docs/plugins/inspect/plugin-videoflip.xml:
3561         * docs/plugins/inspect/plugin-videomixer.xml:
3562         * docs/plugins/inspect/plugin-wavenc.xml:
3563         * docs/plugins/inspect/plugin-wavpack.xml:
3564         * docs/plugins/inspect/plugin-wavparse.xml:
3565         * docs/plugins/inspect/plugin-ximagesrc.xml:
3566         * ext/aalib/gstaasink.c:
3567         * ext/libcaca/gstcacasink.c:
3568           Document aasink and cacasink.
3569
3570 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3571
3572         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3573         (gst_videomixer_init), (gst_videomixer_query_duration),
3574         (gst_videomixer_query_latency), (gst_videomixer_query),
3575         (gst_videomixer_blend_buffers):
3576         * gst/videomixer/videomixer.h:
3577         Implement position (in time), duration and latency queries.
3578
3579 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3580
3581         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3582         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3583         (gst_videomixer_fill_queues), (forward_event_func),
3584         (forward_event), (gst_videomixer_src_event),
3585         (gst_videomixer_sink_event):
3586         * gst/videomixer/videomixer.h:
3587         Implement proper seek/newsegment handling.
3588         Based on adder's implementation.
3589         Fixes #535121
3590
3591 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3592
3593         Patch by: Jan Gerber <j at oil21 dot org>
3594
3595         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3596         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3597
3598 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3599
3600         * gst/audiofx/Makefile.am:
3601         * gst/audiofx/audiofx.c: (plugin_init):
3602         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3603         (gst_audio_voice_class_init), (gst_audio_voice_init),
3604         (update_filter), (gst_audio_voice_set_property),
3605         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3606         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3607         (gst_audio_voice_transform_ip):
3608         * gst/audiofx/audiovoice.h:
3609         Add simple voice removal element. Yay karaoke.
3610
3611 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3612
3613         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3614
3615         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3616         Fix potential caps leak.
3617         If we can't get the framerate with an ioctl, try to get it with the
3618         current norm. Fixes #520092.
3619
3620 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3621
3622         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3623
3624         * sys/v4l2/v4l2src_calls.c:
3625         (gst_v4l2src_probe_caps_for_format_and_size):
3626         If we fail to get the frame intervals, simply don't touch the framerates
3627         on the template caps instead of discarding the format. See #520092.
3628
3629 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3630
3631         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3632
3633         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3634         (gst_v4l2_get_caps_info):
3635         Add NV12, NV21 and bayer support. See #520092.
3636
3637 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3638
3639         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3640         (gst_qtdemux_activate_segment):
3641         Unbreak segment activation again. Fixes #531672.
3642
3643 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3644
3645         * ext/flac/Makefile.am:
3646         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3647         Set the channel layout when decoding FLAC files with more than 2
3648         channels as defined by the FLAC spec. Fixes bug #534570.
3649
3650         Also don't try to decode left/side, right/side and mid/side files
3651         as we don't support this at all.
3652
3653 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3654
3655         * configure.ac:
3656           We need -base CVS (rtsp).
3657
3658 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3659
3660         * gst/udp/Makefile.am:
3661           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3662           when including netdb.h when building against glibc >= 2.8.
3663
3664 2008-05-22  Julien Moutte  <julien@fluendo.com>
3665
3666         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3667         debug statement arguments.
3668         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3669         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3670         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3671         on more platforms.
3672
3673 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3674
3675         * tests/check/elements/avimux.c: (setup_src_pad),
3676         (teardown_src_pad):
3677         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3678         (GST_START_TEST):
3679         * tests/check/elements/matroskamux.c: (setup_src_pad),
3680         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3681         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3682         (GST_START_TEST):
3683         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3684         (setup_wavpackparse), (cleanup_wavpackparse):
3685         Don't use gst_element_get_pad(), it's a bad, bad method.
3686
3687 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3688
3689         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3690         (do_toggle_element):
3691         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3692         (do_toggle_element):
3693         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3694         (do_toggle_element):
3695         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3696         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3697         (do_toggle_element):
3698         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3699         (do_toggle_element):
3700         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3701         (gst_auto_audio_sink_detect):
3702         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3703         (gst_auto_video_sink_detect):
3704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3705         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3706         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3707         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3708         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3709         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3710         * tests/icles/videocrop-test.c: (test_with_caps),
3711         (video_crop_get_test_caps):
3712         Don't use gst_element_get_pad(), it's a bad method.
3713
3714 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3715
3716         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3717         (gst_multiudpsink_add_internal):
3718         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3719         (gst_udp_join_group):
3720         * gst/udp/gstudpnetutils.h:
3721         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3722         Joining a multicast group and setting the loop/ttl properties are
3723         totally unrelated tasks are must be separated.
3724
3725 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3726
3727         * gst/avi/gstavimux.c:
3728           Also support alaw/mulaw.
3729
3730 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3731
3732         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3733         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3734         * gst/udp/gstmultiudpsink.h:
3735         Add a fixme for the auto-multicast property.
3736         Fix some confusing debug messages.
3737         Disable setting a qos value by default.
3738
3739 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3740
3741         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3742
3743         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3744         Ignore EPERM errors from sendto. Fixes #533619.
3745
3746 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3747
3748         Patch by: Henrik Eriksson <henriken at axis dot com>
3749
3750         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3751         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3752         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3753         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3754         * gst/udp/gstmultiudpsink.h:
3755         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3756
3757 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3758
3759         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3760         Improve debugging of the ident.
3761
3762 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3763
3764         Patch by: Bruno Santos <brunof at ua dot pt>
3765
3766         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3767         (gst_udp_join_group), (gst_udp_leave_group),
3768         (gst_udp_is_multicast):
3769         * gst/udp/gstudpnetutils.h:
3770         Provide a bunch of helper methods to deal with IPv4 and IPv6
3771         transparently.
3772
3773         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3774         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3775         (gst_multiudpsink_get_property), (join_multicast),
3776         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3777         (gst_multiudpsink_remove):
3778         * gst/udp/gstmultiudpsink.h:
3779         Add multicast TTL and loopback properties.
3780         Use the helper methods to implement ip4 and ip6.
3781
3782         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3783         * gst/udp/gstudpsrc.h:
3784         Use the helper methods to implement ip4 and ip6.
3785         Fixes #515962.
3786
3787 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3788
3789         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3790
3791         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3792         (gst_multipart_demux_get_gstname),
3793         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3794         * gst/multipart/multipartdemux.h:
3795         Don't blindly copy the mime-type as the caps name because they not
3796         always map directly. Instead use a hashtable with common mappings.
3797         Fixes #533287.
3798
3799 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3800
3801         * ext/esd/esdsink.c: (gst_esdsink_write):
3802         When we post an error, we must return -1 to let the parent know that we
3803         cannot write the segment else it will loop and continue to call us again
3804         forever. Patch by Michael Meeks.
3805
3806 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3807
3808         * gst/videomixer/videomixer.c:
3809           Add missing incudes.
3810
3811 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3812
3813         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3814         (gst_rtp_h264_pay_handle_buffer):
3815         * gst/rtp/gstrtph264pay.h:
3816         Correct a typo (sinle -> single).
3817
3818 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3819
3820         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3821         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3822         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3823         (gst_rtp_h264_depay_process):
3824         * gst/rtp/gstrtph264depay.h:
3825         Add experimental support for outputting quicktime-like AVC output in
3826         addition to the existing bytestream output.
3827
3828         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3829         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3830         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3831         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3832         (gst_rtp_h264_pay_get_property):
3833         * gst/rtp/gstrtph264pay.h:
3834         Make the parsing mode configurable, for some inputs we don't need to
3835         scan every byte for start codes.
3836         Only set the marker bit on ACCESS units.
3837
3838 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3839
3840         * gst/equalizer/gstiirequalizer.c:
3841         Use a bigger type in integer mode for the intermediate results to
3842         prevent overflows. This fixes the crippled sound when using the
3843         equalizer in integer mode. Fixes bug #510865.
3844
3845 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3846
3847         * gst/videomixer/videomixer.c:
3848         * gst/videomixer/videomixer.h:
3849         Instead of a random number for the request pad id's,
3850         use a counter.
3851
3852         Register the videomixerpad class from the element's class_init
3853         where it's safer, and allows the docs generator to scan it.
3854
3855 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3856
3857         * gst/smpte/Makefile.am:
3858         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3859         * gst/smpte/gstsmpte.h:
3860         * gst/smpte/gstsmptealpha.c:
3861         (gst_smpte_alpha_transition_type_get_type),
3862         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3863         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3864         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3865         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3866         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3867         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3868         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3869         * gst/smpte/gstsmptealpha.h:
3870         * gst/smpte/plugin.c: (plugin_init):
3871         Add new plugin that adds the SMPTE transition in the alpha channel of
3872         I420 and AYUV frames so that they can be blended with videomixer later
3873         on. Uses all niceties such as using base transform for efficient alloc
3874         and negotiation. It currently requires GstController to control the
3875         position in the transition effect.
3876
3877 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3878
3879         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3880         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3881         * docs/plugins/gst-plugins-good-plugins.args:
3882         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3883         * docs/plugins/gst-plugins-good-plugins.interfaces:
3884         * docs/plugins/gst-plugins-good-plugins.types:
3885         * gst/videomixer/videomixer.c:
3886           Try using thaytans new mechanism to get extra classes into plugin
3887           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3888           missing still.
3889
3890 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3891
3892         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3893         Set proper rate in avi stream header for PCM audio, and also do some
3894         more sanity checks on caps in this case.  Fixes #511489.
3895
3896 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3897
3898         * sys/v4l2/gstv4l2src.c:
3899         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3900         isn't implemented at all yet and this requires X headers to be
3901         installed. Fixes bug #533264.
3902
3903 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3904
3905         reviewed by: <delete if not using a buddy>
3906
3907         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3908         (gst_ebml_write_set_cache):
3909         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3910         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3911         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3912         (gst_matroska_demux_read_track_encodings),
3913         (gst_matroska_demux_add_stream),
3914         (gst_matroska_demux_handle_src_query),
3915         (gst_matroska_demux_init_stream),
3916         (gst_matroska_demux_parse_index_cuetrack),
3917         (gst_matroska_demux_parse_index_pointentry),
3918         (gst_matroska_demux_parse_info),
3919         (gst_matroska_demux_parse_metadata_id_simple_tag),
3920         (gst_matroska_demux_parse_metadata),
3921         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3922         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3923         (gst_matroska_demux_parse_cluster),
3924         (gst_matroska_demux_parse_contents_seekentry),
3925         (gst_matroska_demux_loop_stream_parse_id),
3926         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3927         (gst_matroska_demux_audio_caps),
3928         (gst_matroska_demux_subtitle_caps):
3929         * gst/matroska/matroska-demux.h:
3930         * gst/matroska/matroska-ids.c:
3931         (gst_matroska_track_init_subtitle_context):
3932         * gst/matroska/matroska-ids.h:
3933         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3934         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3935         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3936         * sys/v4l2/gstv4l2src.c:
3937         * tests/check/pipelines/wavpack.c: (bus_handler):
3938         * win32/common/config.h:
3939
3940 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3941
3942         * ext/wavpack/gstwavpackstreamreader.c:
3943         * tests/examples/spectrum/demo-audiotest.c:
3944         * tests/examples/spectrum/demo-osssrc.c:
3945         Fix some compiler warnings.
3946
3947 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3948
3949         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3950         Small comment added.
3951
3952         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3953         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3954         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3955         Debug string cleanups (remove trailing \n)
3956         Refactor and clean up the payloader a bit and make sure that we only
3957         put one NAL unit in an RTP packet even if the input buffer contains
3958         multiple NAL units.
3959         Add suport for AVC format input.
3960
3961 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3962
3963         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3964         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3965         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3966         * gst/rtp/gstrtph264pay.h:
3967         Make it possible to specify profile-level-id and sprop-parameter-sets
3968         using properties in case they are not available in-stream.
3969
3970 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3971
3972         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3973         * docs/plugins/gst-plugins-good-plugins.args:
3974         * docs/plugins/inspect/plugin-ladspa.xml:
3975           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3976
3977 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3978
3979         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3980         Send an initial BYTE segment to inform downstream of later seeking,
3981         and to forego sync attempts.
3982
3983 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3984
3985         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3986         Fix wrong caps string.
3987
3988 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3989
3990         Based on patch by: Olivier Crete <tester at tester dot ca>
3991
3992         * gst/rtp/Makefile.am:
3993         * gst/rtp/gstrtp.c: (plugin_init):
3994         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3995         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3996         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3997         (gst_rtp_g729_depay_plugin_init):
3998         * gst/rtp/gstrtpg729depay.h:
3999         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4000         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4001         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4002         * gst/rtp/gstrtpg729pay.h:
4003         Added G729 pay and depayloaders. Fixes #532409.
4004
4005 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4006
4007         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4008         Fix the calculation of the duration of the concealment packets.
4009
4010 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4011
4012         Based on patch by: Olivier Crete <tester at tester dot ca>
4013
4014         * gst/rtp/Makefile.am:
4015         * gst/rtp/gstrtp.c: (plugin_init):
4016         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4017         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4018         (parse_encode), (gst_rtp_dv_depay_setcaps),
4019         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4020         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4021         (gst_rtp_dv_depay_plugin_init):
4022         * gst/rtp/gstrtpdvdepay.h:
4023         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4024         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4025         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4026         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4027         (gst_dv_pay_negotiate), (include_dif),
4028         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4029         * gst/rtp/gstrtpdvpay.h:
4030         Add DV pay and depayloaders. Fixes #532423.
4031
4032 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4033
4034         * gst/matroska/matroska-demux.c:
4035         (gst_matroska_demux_push_dvd_clut_change_event):
4036         Convert subtitle palette info in VobSub private data from VobSub's
4037         (buggy) RGB to YUV.
4038
4039 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4040
4041         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4042         Do not leave fourcc stream header field empty upon reset.
4043         Fixes #519301.
4044
4045 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4046
4047         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4048         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4049         * docs/plugins/inspect/plugin-goom.xml:
4050         * docs/plugins/inspect/plugin-goom2k1.xml:
4051         * gst/goom/gstgoom.c:
4052         * gst/goom2k1/gstgoom.c:
4053         Add goom2k1 into the docs.
4054
4055 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4056
4057         Based on patch by: Wouter Cloetens  <wouter at mind be>
4058
4059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4060         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4061         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4062         (gst_rtsp_decode_quoted_string),
4063         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4064         (gst_rtspsrc_setup_auth):
4065         Support Digest authentication. Fixes #532065.
4066
4067 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4068
4069         * gst/level/gstlevel.c:
4070           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4071           about whats needed for liboil acceleration. Simplify docs a bit.
4072
4073 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4074
4075         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4076
4077         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4078         Update the track duration if the old one was invalid.
4079         Fixes bug #532117.
4080
4081 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4082
4083         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4084           Use GST_STR_NULL when trying to print sps and pps strings that could
4085           be NULL, as this might crash on some platforms.
4086
4087 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4088
4089         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4090
4091         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4092           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4093           set after creating the clipper.
4094
4095 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4096
4097         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4098
4099         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4100           Added checking of surface lost case after an unsuccessful
4101           IDirectDrawSurface7_Lock() call.
4102           If surface is lost, return GST_FLOW_OK.
4103
4104 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4105
4106         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4107
4108         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4109           WndProc, gst_directdraw_sink_window_thread):
4110           Improved Windows message loop and fixed window destruction issue.
4111           When the window which DirectDraw is rendering to is destroyed, the
4112           render/show_frame function will return GST_FLOW_ERROR.
4113           Partially fixes #520885.
4114
4115 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4116
4117         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4118
4119         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4120           Fixed mid stream resolution change bug, the offscreen surface is now
4121           released when set_caps is called.
4122           Partially fixes #520885.
4123
4124 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4125
4126         * sys/directdraw/gstdirectdrawsink.c
4127           (gst_directdraw_sink_buffer_alloc):
4128           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4129           width/height.
4130
4131           Especially when looking through the pool of buffers, make sure that
4132           the width/height of caps is used instead of the already negotiated
4133           dimensions.
4134           For example if a buffer with different caps is requested, i.e.
4135           higher resolution, the caller would get a buffer with the old
4136           dimensions and thus corrupt the heap.
4137
4138 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4139
4140         * sys/directdraw/gstdirectdrawsink.c
4141           (gst_directdraw_sink_buffer_alloc):
4142           Clear the flags on recycled buffers from buffer_alloc.
4143           Partially fixes #520885.
4144
4145 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4146
4147         * gst/rtp/gstrtpilbcpay.c:
4148           Added missing stdlib.h include for strtol(), and made include ordering and
4149           style consistent with the corresponding depayloader.
4150
4151 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4152
4153         * configure.ac:
4154           Error out if we don't have the required core/base versions.
4155
4156 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4157
4158         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4159
4160         * sys/osxvideo/cocoawindow.m:
4161         Fix compiler warnings on PPC64. Fixes bug #499318.
4162
4163 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4164
4165         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4166
4167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4168         Don't leak file descriptors on error. Fixes #531532.
4169
4170 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4171
4172         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4173         (gst_gconf_audio_src_change_state):
4174         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4175         (gst_gconf_video_sink_change_state):
4176         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4177         (gst_gconf_video_src_change_state):
4178         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4179         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4180         When we can't create a fakesink/fakesrc complain instead of unreffing
4181         NULL pointers and crashing later. See bug #530535.
4182
4183 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4184
4185         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4186         Add some more debug info and guard against small payloads.
4187
4188         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4189         Set duration on outgoing buffers because we can.
4190
4191 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4192
4193         Patch by: Olivier Crete <tester at tester dot ca>
4194
4195         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4196         (gst_speex_enc_init), (gst_speex_enc_chain):
4197         Add negotiation for the speex channels and rate. Fixes #465146.
4198
4199 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4200
4201         Patch by: Olivier Crete <tester at tester dot ca>
4202
4203         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4204         (gst_rtp_speex_pay_getcaps):
4205         Add negotiation for the speex channels and rate. See #465146.
4206
4207 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4208
4209         Patch by: Olivier Crete <tester at tester dot ca>
4210
4211         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4212         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4213         Add negotiation for the ILBC mode. See #465146.
4214
4215 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4216
4217         * ext/soup/gstsouphttpsrc.c:
4218           Include stdlib to fix the build. Use g_free instead of free, libsoup
4219           uses glib.
4220
4221 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4222
4223         Patch by: j^ <j@bootlab.org>
4224
4225         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4226         Add more mpeg2 variants. Fixes #530886.
4227
4228 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4229
4230         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4231
4232         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4233           Don't error out if we get an ICMP destination-unreachable
4234           message when trying to read packets on win32 (#529454).
4235
4236 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4237
4238         * configure.ac:
4239         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4240           Use new error code for encrypted streams (which requires core CVS).
4241
4242 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4243
4244         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4245           (gst_qtdemux_audiosrc_template):
4246           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4247
4248 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4249
4250         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4251         (speex_dec_chain_parse_data):
4252         Produce concealment data when time progresses in a segment update.
4253
4254 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4255
4256         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4257         (speex_dec_chain):
4258         Try to preserve input timestamps when we can.
4259         Do beginnings of error concealment.
4260
4261 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4262
4263         * gst/debug/gstnavigationtest.c:
4264           MSVC doesn't provide rint(), define an adequate replacement locally as
4265           elsewhere.
4266
4267 2008-04-28  Julien Moutte  <julien@fluendo.com>
4268
4269         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4270         format to pacify Mac OSX's gcc.
4271
4272 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4273
4274         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4275           (DEFAULT_MAX), (src_template), (sink_template),
4276           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4277           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4278           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4279           Bring rndbuffersize element into a state that doesn't require us
4280           to move it to -bad immediately. For one, fix up default min/max
4281           values so that the element actuall works using the default values.
4282           Also, don't ignore flow return values and do some kind of minimal
4283           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4284           other gratuitious clean-ups.
4285
4286 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4287
4288         * docs/plugins/Makefile.am:
4289         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4290         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4291         * docs/plugins/gst-plugins-good-plugins.args:
4292         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4293         * docs/plugins/gst-plugins-good-plugins.interfaces:
4294         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4295         * docs/plugins/inspect/plugin-1394.xml:
4296         * docs/plugins/inspect/plugin-aasink.xml:
4297         * docs/plugins/inspect/plugin-alaw.xml:
4298         * docs/plugins/inspect/plugin-alpha.xml:
4299         * docs/plugins/inspect/plugin-alphacolor.xml:
4300         * docs/plugins/inspect/plugin-annodex.xml:
4301         * docs/plugins/inspect/plugin-apetag.xml:
4302         * docs/plugins/inspect/plugin-audiofx.xml:
4303         * docs/plugins/inspect/plugin-auparse.xml:
4304         * docs/plugins/inspect/plugin-autodetect.xml:
4305         * docs/plugins/inspect/plugin-avi.xml:
4306         * docs/plugins/inspect/plugin-cacasink.xml:
4307         * docs/plugins/inspect/plugin-cairo.xml:
4308         * docs/plugins/inspect/plugin-cdio.xml:
4309         * docs/plugins/inspect/plugin-cutter.xml:
4310         * docs/plugins/inspect/plugin-debug.xml:
4311         * docs/plugins/inspect/plugin-dv.xml:
4312         * docs/plugins/inspect/plugin-efence.xml:
4313         * docs/plugins/inspect/plugin-effectv.xml:
4314         * docs/plugins/inspect/plugin-equalizer.xml:
4315         * docs/plugins/inspect/plugin-esdsink.xml:
4316         * docs/plugins/inspect/plugin-flac.xml:
4317         * docs/plugins/inspect/plugin-flxdec.xml:
4318         * docs/plugins/inspect/plugin-gamma.xml:
4319         * docs/plugins/inspect/plugin-gconfelements.xml:
4320         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4321         * docs/plugins/inspect/plugin-goom.xml:
4322         * docs/plugins/inspect/plugin-halelements.xml:
4323         * docs/plugins/inspect/plugin-icydemux.xml:
4324         * docs/plugins/inspect/plugin-id3demux.xml:
4325         * docs/plugins/inspect/plugin-jpeg.xml:
4326         * docs/plugins/inspect/plugin-level.xml:
4327         * docs/plugins/inspect/plugin-matroska.xml:
4328         * docs/plugins/inspect/plugin-monoscope.xml:
4329         * docs/plugins/inspect/plugin-mulaw.xml:
4330         * docs/plugins/inspect/plugin-multifile.xml:
4331         * docs/plugins/inspect/plugin-multipart.xml:
4332         * docs/plugins/inspect/plugin-navigationtest.xml:
4333         * docs/plugins/inspect/plugin-ossaudio.xml:
4334         * docs/plugins/inspect/plugin-png.xml:
4335         * docs/plugins/inspect/plugin-quicktime.xml:
4336         * docs/plugins/inspect/plugin-rtp.xml:
4337         * docs/plugins/inspect/plugin-rtsp.xml:
4338         * docs/plugins/inspect/plugin-shout2send.xml:
4339         * docs/plugins/inspect/plugin-smpte.xml:
4340         * docs/plugins/inspect/plugin-spectrum.xml:
4341         * docs/plugins/inspect/plugin-speex.xml:
4342         * docs/plugins/inspect/plugin-taglib.xml:
4343         * docs/plugins/inspect/plugin-udp.xml:
4344         * docs/plugins/inspect/plugin-video4linux2.xml:
4345         * docs/plugins/inspect/plugin-videobalance.xml:
4346         * docs/plugins/inspect/plugin-videobox.xml:
4347         * docs/plugins/inspect/plugin-videocrop.xml:
4348         * docs/plugins/inspect/plugin-videoflip.xml:
4349         * docs/plugins/inspect/plugin-videomixer.xml:
4350         * docs/plugins/inspect/plugin-wavenc.xml:
4351         * docs/plugins/inspect/plugin-wavpack.xml:
4352         * docs/plugins/inspect/plugin-wavparse.xml:
4353         * docs/plugins/inspect/plugin-ximagesrc.xml:
4354           Add docs for gdkpixbufsink; update docs to CVS version.
4355
4356 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4357
4358         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4359         Remove test sync-offset by default.
4360
4361 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4362
4363         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4364         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4365         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4366           Use GLib versions of htonl, htons, ntohl and ntohs in order
4367           to avoid problems on win32 (#529707).
4368
4369 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4370
4371         Patch by: Jesús Corrius <jesus at softcatala org>
4372
4373         * gst/goom/filters.c: (zoomVector):
4374         * gst/goom/goom_core.c: (init_buffers):
4375           Fix build with mingw32: use rand() instead of random() and
4376           replace bzero() with memset(). Fixes #529692.
4377
4378 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4379
4380         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4381         Fix typo in comments.
4382
4383         * tests/examples/rtp/client-H263p-PCMA.sdp:
4384         * tests/examples/rtp/client-H263p-PCMA.sh:
4385         * tests/examples/rtp/client-H264-PCMA.sdp:
4386         * tests/examples/rtp/client-H264-PCMA.sh:
4387         * tests/examples/rtp/client-H264.sdp:
4388         * tests/examples/rtp/client-H264.sh:
4389         * tests/examples/rtp/client-PCMA.sdp:
4390         * tests/examples/rtp/client-PCMA.sh:
4391         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4392         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4393         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4394         Add some more docs and fix examples.
4395
4396 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4397
4398         * tests/check/elements/multifile.c:
4399         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4400         declared in the former, some have it declared in the latter.
4401
4402 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4403
4404         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4405         * gst/debug/tests.c: (md5_get_value):
4406         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4407         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4408         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4409         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4410         Stop using deprecated GLib functions.
4411
4412 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4413
4414         * configure.ac:
4415         Back to development -> 0.10.8.1
4416
4417 === release 0.10.8 ===
4418
4419 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4420
4421         * configure.ac:
4422           releasing 0.10.8, "One For The Money"
4423
4424 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4425
4426         * configure.ac:
4427         0.10.7.4 pre-release
4428
4429 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4430
4431         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4432         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4433         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4434         * gst/goom/flying_stars_fx.c: (fs_free):
4435         * gst/goom/goom_config_param.h:
4436         * gst/goom/goom_core.c: (goom_init), (goom_close):
4437         * gst/goom/goom_plugin_info.h:
4438         * gst/goom/gstgoom.c: (gst_goom_finalize):
4439         * gst/goom/lines.c: (goom_lines_free):
4440         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4441         * gst/goom/surf3d.c: (grid3d_free):
4442         * gst/goom/surf3d.h:
4443         * gst/goom/tentacle3d.c: (tentacle_free):
4444         Free a bunch of stuff, and initialise things to fix leaks
4445         and valgrind warnings in the testsuite.
4446
4447         Fixes: #529268
4448
4449 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4450
4451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4452         (gst_rtspsrc_configure_caps):
4453         Ref caps as the return value for the request_pt_map signal.
4454         Remove some caps weirdness when configuring a stream. See #528245.
4455
4456 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4457
4458         * tests/icles/gdkpixbufsink-test.c:
4459           Add cast to placate gcc 4.1.2.
4460
4461 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4462
4463         * configure.ac:
4464         0.10.7.3 pre-release
4465
4466 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4467
4468         * tests/check/Makefile.am:
4469         Disable some more elements in the state test.
4470         Add a define so the soup test can find the test files
4471         it needs at runtime.
4472
4473         * tests/check/elements/souphttpsrc.c: (run_server):
4474
4475         Add a define so the soup test can find the test files
4476         it needs at runtime.
4477
4478 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4479
4480         * gst/goom/convolve_fx.c: (convolve_apply):
4481         Don't ever draw the GOOM logo.
4482         Fixes: #528615
4483
4484 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4485
4486         * ext/cdio/gstcdiocddasrc.c:
4487         * ext/dv/gstdvdemux.c: 
4488         gst_atomic_int_set ==> g_atomic_int_set
4489
4490 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4491
4492         * configure.ac:
4493         * gst/goom/Makefile.am:
4494         * gst/goom/convolve_fx.c:
4495         * gst/goom/default_scripts.h:
4496         * gst/goom/goom.h:
4497         * gst/goom/goom_core.c: (choose_a_goom_line):
4498         * gst/goom/goom_plugin_info.h:
4499         * gst/goom/goomsl.c:
4500         * gst/goom/goomsl.h:
4501         * gst/goom/goomsl_hash.c:
4502         * gst/goom/goomsl_hash.h:
4503         * gst/goom/goomsl_heap.c:
4504         * gst/goom/goomsl_heap.h:
4505         * gst/goom/goomsl_private.h:
4506         * gst/goom/plugin_info.c:
4507           Strip out the config/script parsing stuff, we don't need it.
4508           Fixes #527999.
4509
4510 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4511
4512         * gst/goom/plugin_info.c: (setOptimizedMethods):
4513           Disable altivec optimisations for 32-bit PPC as well to make
4514           things build properly on all PPC systems. Fixes #528143
4515
4516 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4517
4518         * gst-plugins-good.spec.in:
4519           Update for souphttpsrc plugin which has moved to -good.
4520
4521 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4522
4523         * gst/matroska/matroska-demux.c:
4524         (gst_matroska_demux_handle_seek_event):
4525         Fix open-ended seeks in matroskademux
4526         Patch by: Mark Nauwelaerts <manauw skynet be>
4527         Fixes: #526557
4528
4529 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4530
4531         * tests/check/Makefile.am:
4532         Add soup test certificates to the dist.
4533
4534 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4535
4536         * ext/Makefile.am:
4537         Remove LADSPA reference I missed.
4538
4539 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4540
4541         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4542         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4543         over gnome-vfs and everything else. Fixes bug #527848.
4544
4545 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4546
4547         * configure.ac:
4548         * ext/Makefile.am:
4549         Remove LADSPA plugin. Fixes: #515978
4550
4551 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4552
4553         * configure.ac:
4554         * docs/plugins/Makefile.am:
4555         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4556         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4557         * docs/plugins/gst-plugins-good-plugins.args:
4558         * docs/plugins/inspect/plugin-soup.xml:
4559         * ext/Makefile.am:
4560         * tests/check/Makefile.am:
4561         Move soup plugin from -bad (Fixes: #523124)
4562
4563 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4564
4565         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4566         Fix bounds checking of mode in Speex header, which may
4567         produce negative numbers in speex <= 1.1.12
4568
4569 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4570
4571         * gst/goom/Makefile.am:
4572         * gst/goom/gfontlib.c:
4573         * gst/goom/gfontlib.h:
4574         * gst/goom/gfontrle.c:
4575         * gst/goom/gfontrle.h:
4576         * gst/goom/goom.h:
4577         * gst/goom/goom_core.c: (goom_update):
4578         * gst/goom/goom_plugin_info.h:
4579         * gst/goom/gstgoom.c: (gst_goom_chain):
4580         * gst/goom/plugin_info.c:
4581           Remove a bunch of font/text related code that we don't need.
4582
4583 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4584
4585         * gst/goom/ppc_drawings.s:
4586         * gst/goom/ppc_zoom_ultimate.s:
4587           Change license of these files to LGPL, as permitted by the
4588           author, Guillaume Borios. See #515073.
4589
4590 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4591
4592         * gst/goom/convolve_fx.c:
4593         * gst/goom/motif_goom1.h:
4594         * gst/goom/motif_goom2.h:
4595           As hinted in Bug #518213, revert one change and fix warnings properly.
4596           This fixes both #518213 and #520073 for me.     
4597
4598 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4599
4600         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4601         * gst/matroska/matroska-demux.c:
4602         (gst_matroska_demux_handle_seek_event),
4603         (gst_matroska_demux_parse_contents_seekentry),
4604         (gst_matroska_demux_loop):
4605         Fix the Forte build by making function declaration signatures
4606         match the implementations.
4607
4608 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4609
4610         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4611         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4612         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4613           More logging when probing (see #518474), some comments in _reset().
4614
4615 2008-04-07  Julien Moutte  <julien@fluendo.com>
4616
4617         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4618         because of a bad argument number.
4619
4620 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * tests/icles/.cvsignore:
4623         * tests/icles/Makefile.am:
4624         * tests/icles/gdkpixbufsink-test.c:
4625           Interactive test app for gdkpixbufsink.
4626
4627 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4628
4629         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4630
4631         * configure.ac:
4632         Actually build dlls when cross-compiling with mingw32.
4633         Fixes bug #526247.
4634
4635 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4636
4637         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4638           Don't munge device string to 'default:x' for capture devices.
4639           Fixes #525833.
4640
4641 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4642
4643         * ext/wavpack/gstwavpackparse.c:
4644         (gst_wavpack_parse_index_entry_free):
4645         Always use GSlice as we actually depend on GLib 2.12 already.
4646
4647 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4648
4649         * configure.ac:
4650           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4651           Also bump the GLib requirement to the current de-facto requirement
4652           (ie. 2.12).
4653
4654 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4655
4656         * gst/rtp/gstrtph264pay.c: (encode_base64),
4657         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4658         * gst/rtp/gstrtph264pay.h:
4659         Parse codec_data for future AVC compatibility.
4660         Fail when we encounter AVC data for now.
4661
4662 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4663
4664         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4665           (gst_spectrum_init), (gst_spectrum_set_property),
4666           (gst_spectrum_get_property), (gst_spectrum_message_new):
4667           Rename property enums and default defines for the properties to match
4668           the property names and rephrase property descriptions to make them a
4669           bit clearer (hopefully). See #518188.
4670
4671 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4672
4673         * tests/check/Makefile.am:
4674         * tests/check/elements/.cvsignore:
4675         * tests/check/elements/gdkpixbufsink.c:
4676           Add unit test for gdkpixbufsink element.
4677
4678 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4679
4680         * ext/gdk_pixbuf/Makefile.am:
4681         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4682         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4683           (gst_gdk_pixbuf_sink_base_init),
4684           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4685           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4686           (gst_gdk_pixbuf_sink_set_caps),
4687           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4688           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4689           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4690           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4691           (gst_gdk_pixbuf_sink_get_property):
4692         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4693           Add gdkpixbufsink element for easy snapshotting (#525946).
4694
4695 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4696
4697         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4698         Bump timeout from 3 to 60 seconds.
4699
4700 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4701
4702         * tests/check/pipelines/.cvignore:
4703         Remove useless file.
4704
4705         * tests/check/pipelines/.cvsignore:
4706         Add new test to .cvsignore.
4707
4708 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4709
4710         * tests/check/Makefile.am:
4711         * tests/check/pipelines/wavpack.c: (bus_handler),
4712         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4713         (wavpack_suite), (main):
4714         Add unit test that encodes and decodes some data, checks that it
4715         is still the same and that all timestamps/offsets are perfect.
4716
4717 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4718
4719         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4720         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4721         * ext/wavpack/gstwavpackparse.c:
4722         (gst_wavpack_parse_index_entry_new),
4723         (gst_wavpack_parse_index_entry_free),
4724         (gst_wavpack_parse_base_init),
4725         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4726         Use GSlice for allocating index entries and use
4727         gst_element_class_set_details_simple().
4728
4729 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4730
4731         Patch by: Brian Cameron <brian.cameron at sun dot com>
4732
4733         * sys/sunaudio/gstsunaudio.c:
4734         * sys/sunaudio/gstsunaudiomixer.c:
4735         * sys/sunaudio/gstsunaudiomixer.h:
4736         * sys/sunaudio/gstsunaudiomixerctrl.c:
4737         * sys/sunaudio/gstsunaudiomixerctrl.h:
4738         * sys/sunaudio/gstsunaudiomixertrack.c:
4739         * sys/sunaudio/gstsunaudiomixertrack.h:
4740         * sys/sunaudio/gstsunaudiosink.c:
4741         * sys/sunaudio/gstsunaudiosink.h:
4742         * sys/sunaudio/gstsunaudiosrc.c:
4743         * sys/sunaudio/gstsunaudiosrc.h:
4744           Fix up copyrights (#525860).
4745
4746 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4747
4748         * gst/goom/goomsl.c: (gsl_read_file):
4749           Check return value of fread() to avoid compiler warnings.
4750
4751 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4752
4753         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4754
4755         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4756         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4757         * gst/law/alaw-decode.h:
4758         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4759         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4760         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4761         * gst/law/mulaw-decode.h:
4762         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4763         Make negotiation a bit modern.
4764         Use pad_alloc. Fixes #525359.
4765
4766 2008-03-31  David Schleef  <ds@schleef.org>
4767
4768         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4769           compiles consistently.  Fixes #522278.
4770
4771 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4772
4773         Patch by: Brian Cameron <brian.cameron at sun dot com>
4774
4775         * sys/sunaudio/gstsunaudiomixerctrl.c:
4776           (gst_sunaudiomixer_ctrl_get_volume),
4777           (gst_sunaudiomixer_ctrl_set_volume):
4778         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4779           Fix up the mixer tracks to use a volume range of 0-255, which is what
4780           the sun audio API uses. This simplifies the code and avoids rounding
4781           errors. Fixes #524593.
4782
4783 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4784
4785         * sys/v4l2/gstv4l2object.c:
4786         * sys/v4l2/gstv4l2object.h:
4787         Add device-fd property to make it possible to apps to call ioctl's.
4788
4789 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4790
4791         * gst/qtdemux/qtdemux.c: (next_entry_size):
4792         Unbreak streaming mode again.
4793
4794 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4795
4796         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4797           Remove superfluous DEBUG macro.
4798
4799 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4800
4801         Based on patch by: William M. Brack <wbrack at mmm com hk>
4802
4803         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4804           (gst_v4l2src_set_capture):
4805           Check whether the device supports setting the framerate before
4806           trying to set it and then posting a warning or error if it doesn't
4807           work (#516649, #520092). Also compare fractions more correctly.
4808
4809 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4810
4811         * gst/goom/Makefile.am:
4812           Remove ppc assembler optimisations from the build until they
4813           actually build (they also seem to have GPL headers).
4814
4815 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4816
4817         * m4/Makefile.am:
4818           Better not dist files that don't exist any longer (lrint*m4).
4819
4820 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4821
4822         * configure.ac:
4823         * m4/lrint.m4:
4824         * m4/lrintf.m4:
4825         Remove lrint/lrintf checks. We don't use it anywhere.
4826
4827 2008-03-18  Andy Wingo  <wingo@pobox.com>
4828
4829         * sys/osxvideo/osxvideosink.m
4830         (gst_osx_video_sink_osxwindow_destroy)
4831         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4832         task, whoopdee.
4833         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4834         2 ms.
4835
4836 2008-03-18  Andy Wingo  <wingo@pobox.com>
4837
4838         * sys/osxvideo/osxvideosink.m
4839         (gst_osx_video_sink_osxwindow_destroy)
4840         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4841         task, whoopdee.
4842         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4843         2 ms.
4844         
4845 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4846
4847         Patch by: William M. Brack <wbrack at mmm com hk>
4848
4849         * sys/v4l2/v4l2src_calls.c:
4850           (gst_v4l2src_probe_caps_for_format_and_size),
4851           (gst_v4l2src_probe_caps_for_format):
4852           Make sure the probed frame sizes are reversed in the resulting
4853           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4854           highest resolution first); also remove unused variable.
4855           (Partly fixes #520092)
4856
4857 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4858
4859         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4860
4861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4862         (gst_rtspsrc_finalize):
4863         Call WSAStartup() and WSACleanup before using the Winsock API.
4864         See #520808.
4865
4866 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4867
4868         * gst/avi/gstavidemux.c:
4869           Erm, the buffer-size is just guint, no need for the special format
4870           specifier.
4871
4872 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4873
4874         * gst/goom/plugin_info.c:
4875         * gst/goom/ppc_zoom_ultimate.h:
4876           Small fixes to build more on PPC: ifdef out code that uses unknown
4877           define; add newline at end of header file to avoid compiler warning.
4878           Assembler code still doesn't build though.
4879
4880 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4881
4882         * gst/avi/gstavidemux.c:
4883           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4884           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4885
4886 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4887
4888         * gst/avi/gstavidemux.c:
4889           Chunksize is uint32. Fix format specifier.
4890
4891 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4892
4893         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4894         mistake. Return file to pure MIT text.
4895
4896 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4897
4898         * gst/audiofx/audiofx.c:
4899         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4900         of hardcoding values.
4901
4902 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4903
4904         Patch by: Mark Nauwelaerts <manauw skynet be>
4905
4906         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4907           (gst_oss_src_close):
4908         * sys/oss/gstosssrc.h:
4909           Cache probed caps, so _get_caps() during recording doesn't cause
4910           ioctl calls which may disrupt the recording (fixes #521875).
4911
4912 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4913
4914         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4915         (gst_qtdemux_activate_segment),
4916         (gst_qtdemux_prepare_current_sample),
4917         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4918         Make sure we always send a DISCONT after a seek by setting the sample
4919         index to an undefined value after a seek.
4920
4921 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4922
4923         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4924           (GST_IS_AVI_SUBTITLE_CLASS):
4925           Fix up IS_FOO macros, which makes gtk-doc much happier.
4926
4927 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4928
4929         * tests/icles/Makefile.am:
4930           Move the -lgstfoo where it belongs.
4931
4932 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4933
4934         * gst/matroska/ebml-ids.h:
4935         Add ID for EBML CRC32 elements.
4936
4937         * gst/matroska/Makefile.am:
4938         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4939         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4940         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4941         (gst_ebml_read_header):
4942         Support reading 80bit floats, add finalize method to clean up
4943         in any case, support reading length/id elements with any length
4944         as long as it's smaller than our supported maximum, don't leak
4945         buffers if reading as much data as we wanted failed and some
4946         smaller cleanup.
4947
4948 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4949
4950         Patch by: Olivier Crete <tester at tester dot ca>
4951
4952         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4953         Check that a buffer is large enough before reading from it.
4954         Fixes bug #521102.
4955         
4956 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4957
4958         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4959         Fix compilation after removing the GstPollMode from the
4960         constructor.
4961
4962 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4963
4964         * configure.ac:
4965         * gst/audiofx/Makefile.am:
4966         * gst/audiofx/audiochebband.c:
4967         * gst/audiofx/audiocheblimit.c:
4968         * gst/audiofx/math_compat.h:
4969         Check for sinh(), cosh() and asinh() and define our own
4970         implementations if they're not available. Fixes bug #520880.
4971
4972 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4973
4974         Patch by: Olivier Crete <tester at tester dot ca>
4975
4976         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4977         Unref the buffers only once when handling not-negotiated errors.
4978         Fixes bug #520764.
4979
4980 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4981
4982         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4983
4984         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4985         (gst_udpsrc_stop):
4986         Properly balance WSA_Cleanup with WSA_Startup.
4987         Also make the poll controllable on windows. Fixes #520888.
4988
4989 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4990
4991         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4992         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4993         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4994         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4995         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4996         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4997         (gst_ebml_read_date), (gst_ebml_read_master),
4998         (gst_ebml_read_binary), (gst_ebml_read_header):
4999         * gst/matroska/ebml-read.h:
5000         * gst/matroska/matroska-demux.c:
5001         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5002         (gst_matroska_demux_read_track_encodings),
5003         (gst_matroska_demux_add_stream),
5004         (gst_matroska_demux_handle_src_query),
5005         (gst_matroska_demux_handle_seek_event),
5006         (gst_matroska_demux_init_stream),
5007         (gst_matroska_demux_parse_tracks),
5008         (gst_matroska_demux_parse_index_cuetrack),
5009         (gst_matroska_demux_parse_index_pointentry),
5010         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5011         (gst_matroska_demux_parse_metadata_id_simple_tag),
5012         (gst_matroska_demux_parse_metadata_id_tag),
5013         (gst_matroska_demux_parse_metadata),
5014         (gst_matroska_demux_sync_streams),
5015         (gst_matroska_demux_push_hdr_buf),
5016         (gst_matroska_demux_push_flac_codec_priv_data),
5017         (gst_matroska_demux_push_xiph_codec_priv_data),
5018         (gst_matroska_demux_add_wvpk_header),
5019         (gst_matroska_demux_check_subtitle_buffer),
5020         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5021         (gst_matroska_demux_parse_cluster),
5022         (gst_matroska_demux_parse_contents_seekentry),
5023         (gst_matroska_demux_parse_contents),
5024         (gst_matroska_demux_loop_stream_parse_id),
5025         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5026         * gst/matroska/matroska-demux.h:
5027         * gst/matroska/matroska-ids.h:
5028         Handle return values from pull_range in a more granular way to properly
5029         shut down on seeks.
5030         Combine return values from push.
5031         Implement proper error handling.
5032         Prepare for handling seeking correctly.
5033
5034 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5035
5036         * gst/matroska/ebml-read.c:
5037         Use GINT64 formatting constants from GLIB.
5038
5039         * gst/matroska/matroska-demux.c:
5040         Add some guards to avoid a possible division by 0 and crashing
5041         with NULL events on some systems.
5042         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5043         conversion. 
5044
5045         * gst/matroska/matroska-mux.c:
5046         Check for invalid timestamps in a bunch of places to avoid
5047         writing bogus durations into the output file.
5048         Fix some double<->gint64 conversions that weren't using
5049         gst_guint64_to_gdouble
5050
5051 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5052
5053         * configure.ac:
5054         Move the checks for bison, flex and as to the program section and the
5055         check for gcc inline asm to the compiler characteristics section.
5056
5057 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5058
5059         * configure.ac:
5060         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5061         plug-ins are included/excluded. (#498222)
5062
5063 2008-02-29  Michael Smith <msmith@fluendo.com>
5064
5065         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5066           Don't call gst_object_sync_values() unless we have a valid timestamp.
5067
5068 2008-02-28  David Schleef  <ds@schleef.org>
5069
5070         * gst/matroska/matroska-demux.c:
5071         * gst/matroska/matroska-ids.h:
5072         * gst/matroska/matroska-mux.c:
5073           Fix Dirac mapping.  I had previously added a VfW-type
5074           mapping, but it looks like Dirac will get a native Matroska
5075           mapping, and this is the most likely method.
5076
5077 2008-02-28  David Schleef  <ds@schleef.org>
5078
5079         * gst/avi/gstavimux.c: Add Dirac encoding
5080
5081 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5082
5083         Patch by: Peter Kjellerstedt <pkj at axis com>
5084
5085         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5086         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5087         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5088         * gst/udp/gstudpsrc.h:
5089         Port to GstPoll. See #505417.
5090
5091 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5092
5093         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5094         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5095         yet on the srcpad. We need rate and channels before we
5096         can do any processing. Fixes bug #519088.
5097
5098 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5099
5100         * configure.ac:
5101         Detect and indicate if GCC inline assembly syntax is
5102         available.
5103
5104         * gst/goom/Makefile.am:
5105         * gst/goom/convolve_fx.c:
5106         * gst/goom/flying_stars_fx.c:
5107         * gst/goom/goom_config.h:
5108         * gst/goom/goom_core.c:
5109         * gst/goom/goomsl.c:
5110         * gst/goom/ifs.c:
5111         * gst/goom/mmx.c:
5112         * gst/goom/plugin_info.c:
5113         * gst/goom/xmmx.c:
5114         Fix various GCC-isms, and only build the inline assembly
5115         with compilers that support GCC inline assembly.
5116
5117         Fix a couple of other warnings shown with Forte.
5118
5119 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5120
5121         * gst/goom/xmmx.c:
5122           Use 'emms' instead of 'femms' to not crash on cpus that do not
5123           implement this 3dnow specific instruction.
5124
5125 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5126
5127         * gst/goom/plugin_info.c: (setOptimizedMethods):
5128         Use extended MMX for draw_line() too if available, not only
5129         normal MMX.
5130
5131 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5132
5133         * ext/jpeg/gstjpeg.c: (plugin_init):
5134         Remove (commented out) smoke typefinder. This is in base now.
5135
5136 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5137
5138         * gst/goom2k1/Makefile.am:
5139         * gst/goom2k1/gstgoom.c:
5140
5141         Rename the installed library, and don't register the same 
5142         GType name as the new goom.
5143
5144 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5145
5146         * configure.ac:
5147         * ext/taglib/Makefile.am:
5148           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5149           when building C++ code (#516509).
5150
5151 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5154         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5155           (setOptimizedMethods):
5156           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5157           anything useful. Export goom debug category so we can get
5158           rid of the VERBOSE define and the printfs.
5159
5160 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5161
5162         * gst/goom/goomsl_heap.c: (align_it):
5163         * gst/goom/plugin_info.c: (setOptimizedMethods):
5164           Compile fixes for x86-64.
5165
5166 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5167
5168         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5169         with warnings, but add other CFLAGS
5170
5171         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5172         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5173         (calculate_labels), (gsl_read_file):
5174         * gst/goom/goomsl_lex.l:
5175         * gst/goom/goomsl_yacc.y:
5176         * gst/goom/plugin_info.c: Remove a few live printf, and
5177         fprintf, replace exit() calls with g_assert_not_reached()
5178         if it not optimal for a library
5179
5180 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5181
5182         * gst/goom/Makefile.am: Remove the warnings being disabled,
5183         fix linkage on x86, spotted by Sebastian Dröge
5184         <slomo@circular-chaos.org>
5185
5186         * gst/goom/convolve_fx.c (convolve_init),
5187         (create_output_with_brightness), (convolve_apply):
5188         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5189         * gst/goom/goomsl.c:
5190         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5191         * gst/goom/plugin_info.c:
5192         * gst/goom/tentacle3d.c (tentacle_fx_create):
5193         Fix warnings, and disable the motifs in the convolve_fx
5194         plugin (they were causing warnings, and they were just
5195         "Goom" in funny letterring)
5196
5197 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5198
5199         * configure.ac: Add checks for Flex/Yacc/Bison and other
5200         furry animals, for the new goom 2k4 based plugin
5201
5202         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5203         CPU optimisations (not working yet), move the old plugin to...
5204
5205         * gst/goom2k1/*: ... here, in case somebody is sick enough
5206
5207         Fixes #515073
5208
5209 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5210
5211         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5212         Post the server response code in an error message instead of a generic
5213         'error' message. Fixes #517237.
5214
5215 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5216
5217         * tests/check/Makefile.am:
5218         Ignore gconfaudiosrc for the states unit test too. It will fallback
5219         to alsasrc if the gconf settings can't be read and not everybody has
5220         alsa.
5221
5222 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5223
5224         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5225         (gst_wavpack_parse_create_src_pad):
5226         * ext/wavpack/gstwavpackparse.h:
5227         Always report the duration if we know it in push mode and don't
5228         return 0 just to make totem believe we can't seek in push mode.
5229         Newer totem version use the SEEKING query which properly reports
5230         if we can seek or not.
5231
5232 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5233
5234         Patch by: Jens Granseuer <jensgr at gmx dot net>
5235
5236         * tests/examples/equalizer/demo.c: (main):
5237         C89 fix, moving variable declarations to the beginning of
5238         the block. Fixes bug #517933.
5239
5240 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5241
5242         * configure.ac:
5243         Back to development...
5244
5245 === release 0.10.7 ===
5246
5247 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5248
5249         * configure.ac:
5250           releasing 0.10.7, "Red Door Black"
5251
5252 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5253
5254         * gst/alpha/Makefile.am:
5255         Link alpha plugin with libgstbase. Fixes bug #517386.
5256
5257 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5258
5259         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5260         Init values to -1 instead of the default 0 value.
5261         Fixes #516524.
5262
5263 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5264
5265         * tests/examples/spectrum/spectrum-example.c:
5266         Add missing include to fix compilation when libxml usage is disabled.
5267         Fixes: #516371
5268
5269 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5270
5271         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5272         fixes: #514889
5273
5274         * gst/rtp/gstrtph264pay.c:
5275         * gst/rtp/gstrtpmp4gdepay.c:
5276         * gst/rtp/gstrtpmp4gpay.c:
5277         * gst/rtp/gstrtpmp4gpay.h:
5278         * gst/rtp/gstrtptheorapay.c:
5279         * gst/rtp/gstrtpvorbispay.c:
5280
5281         Fix various leaks shown up in valgrind
5282         - free sprops and buffer in error cases in H264 payloader
5283         - fix leak in mp4g depayloader when construction the caps
5284         - don't leak config string in the mp4g payloader
5285         - don't leak buffers and headers in theora and vorbis payloaders
5286
5287         * tests/check/elements/rtp-payloading.c:
5288
5289         Fix the RTP data test
5290         - Actually send valid amr data to the payloader instead of 20
5291         zero-bytes
5292         - The mp4g payloader expects codec_data on the caps
5293
5294 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5295
5296         * win32/MANIFEST:
5297         Add libgstpng.dsp to MANIFEST.
5298         * win32/vs6/libgstaudiofx.dsp:
5299         Add new source files to VS project file.
5300
5301 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5302
5303         * sys/ximage/gstximagesrc.c:
5304         Initialise variables when opening the X display rather
5305         than in _start(), as the display can be opened before that.
5306
5307         Fixes: #515985
5308
5309 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5310
5311         * sys/directdraw/gstdirectdrawsink.c:
5312         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5313         (gst_directdraw_sink_finalize):
5314         Properly chain up finalize functions. Fixes bug #515980.
5315
5316 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5317
5318         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5319         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5320         (gst_v4l2_buffer_pool_class_init):
5321         Chain up the finalize functions. Fixes bug #515984.
5322
5323 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5324
5325         * sys/ximage/ximageutil.c:
5326         Chain up in the finalize function for our custom
5327         buffer sub-class.
5328         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5329         Fixes: #515706
5330
5331 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5332
5333         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5334         (gst_fenced_buffer_class_init):
5335         Properly chain up finalize method. Fixes bug #515979.
5336
5337 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5338
5339         * sys/ximage/gstximagesrc.c:
5340         Free allocated Damage memory before closing our connection to the
5341         X server. Partially fixes: #515706
5342
5343 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5344
5345         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5346         * tests/check/Makefile.am:
5347         * tests/check/gst-plugins-good.supp:
5348         Add a few libjpeg suppressions and initialize a variable to
5349         make smokeenc valgrind clean. Fixes bug #515701.
5350
5351 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5352
5353         * gst/avi/gstavidemux.c:
5354         Revert patch which sends timestamps only on keyframes, as it
5355         breaks playback with current gst-ffmpeg.
5356
5357         Fixes: #515562
5358
5359 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5360
5361         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5362         * tests/check/elements/multifile.c: (GST_START_TEST):
5363         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5364
5365 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5366
5367         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5368         Use and unset the GError when pipeline creation fails instead of
5369         simply leaking it. Fixes bug #515704.
5370
5371 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5372
5373         * gst/audiofx/audioamplify.c:
5374         * gst/audiofx/audiochebband.c:
5375         * gst/audiofx/audiocheblimit.c:
5376         * gst/audiofx/audiodynamic.c:
5377         * gst/audiofx/audioinvert.c:
5378         * gst/audiofx/audiopanorama.c:
5379         * gst/audiofx/audiowsincband.c:
5380         * gst/audiofx/audiowsinclimit.c:
5381         Fix long description of audiofx elements. Fixes bug #515457.
5382
5383 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5384
5385         * docs/plugins/Makefile.am:
5386         * gst/spectrum/gstspectrum.c:
5387         * tests/examples/spectrum/.cvsignore:
5388         * tests/examples/spectrum/Makefile.am:
5389         * tests/examples/spectrum/spectrum-example.c:
5390
5391         Add a simple example application for the spectrum element, include it
5392         in the docs, and fix some documentation ambiguities.
5393
5394         Fixes: #348085
5395
5396 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5397
5398         * gst/equalizer/Makefile.am:
5399         * gst/spectrum/Makefile.am:
5400         Fix includes order
5401
5402         * tests/check/Makefile.am:
5403         Exclude v4l2src from the states test - it takes too long to start.
5404
5405         * tests/check/elements/spectrum.c:
5406         Make the test run properly with CK_FORK=no
5407
5408 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5409
5410         * gst/audiofix/Makefile.am: add missing header files 
5411
5412 2008-02-08  Julien Moutte  <julien@fluendo.com>
5413
5414         * gst/matroska/matroska-demux.c:
5415         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5416         keyframe and delta units correctly when dealign with a BlockGroup.
5417         Fixes: #514397
5418
5419 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5420
5421         * tests/check/elements/.cvsignore:
5422         Spell the new tests correctly in .cvsignore
5423
5424 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5425
5426         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5427           Need to use gsize here for the size, fixes compiler warning.
5428
5429         * tests/examples/equalizer/.cvsignore:
5430         * tests/examples/equalizer/Makefile.am:
5431         * tests/examples/spectrum/.cvsignore:
5432         * tests/examples/spectrum/Makefile.am:
5433           Add missing files to fix the build.
5434
5435 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5436
5437         * configure.ac:
5438         * docs/plugins/Makefile.am:
5439         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5440         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5441         * docs/plugins/gst-plugins-good-plugins.args:
5442         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5443         * docs/plugins/inspect/plugin-multifile.xml:
5444         * tests/check/Makefile.am:
5445         * tests/check/elements/.cvsignore:
5446
5447         Move multifile plugin from -bad.
5448         Fixes: #490283
5449
5450 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5451
5452         * configure.ac:
5453         * docs/plugins/Makefile.am:
5454         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5455         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5456         * docs/plugins/gst-plugins-good-plugins.args:
5457         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5458         * docs/plugins/inspect/plugin-spectrum.xml:
5459         * gst/spectrum/Makefile.am:
5460         * tests/check/Makefile.am:
5461         * tests/check/elements/.cvsignore:
5462         * tests/examples/Makefile.am:
5463
5464         Move spectrum plugin from -bad.
5465         Move examples into tests/examples/spectrum.
5466
5467 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5468
5469         * configure.ac:
5470         * docs/plugins/Makefile.am:
5471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5473         * docs/plugins/gst-plugins-good-plugins.args:
5474         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5475         * docs/plugins/gst-plugins-good-plugins.interfaces:
5476         * docs/plugins/inspect/plugin-equalizer.xml:
5477         * gst/equalizer/Makefile.am:
5478         * tests/check/Makefile.am:
5479         * tests/examples/Makefile.am:
5480         Move the equalizer plugin across from -bad
5481
5482         * tests/check/elements/.cvsignore:
5483         Add equalizer, audiosincwband and audiosincwlimit
5484
5485         * tests/check/elements/equalizer.c:
5486         Fix compiler warnings
5487
5488         Fixes: #415627
5489
5490 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5491
5492         * configure.ac:
5493         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5494         are treated like releases and build without it.
5495
5496 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5497
5498         * docs/plugins/Makefile.am:
5499         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5500         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5501         * docs/plugins/gst-plugins-good-plugins.args:
5502         * docs/plugins/inspect/plugin-audiofx.xml:
5503         * gst/audiofx/Makefile.am:
5504         * gst/audiofx/audiofx.c:
5505         * gst/audiofx/audiowsincband.c:
5506         * gst/audiofx/audiowsincband.h:
5507         * gst/audiofx/audiowsinclimit.c:
5508         * gst/audiofx/audiowsinclimit.h:
5509         * tests/check/Makefile.am:
5510         * tests/check/elements/audiowsincband.c:
5511         * tests/check/elements/audiowsinclimit.c:
5512
5513         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5514         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5515         respectively.
5516
5517         Fixes: #467666
5518
5519 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5520
5521         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5522         * tests/check/elements/icydemux.c:
5523           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5524           caps, and add a somewhat useful debug message. Plus test.
5525
5526 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5527
5528         * gst/rtsp/gstrtspsrc.c:
5529         Include unistd.h only if HAVE_UNISTD_H is defined
5530         * win32/common/config.h.in:
5531         * win32/common/config.h:
5532         Define socklen_t as it seems it's not defined in default 
5533         Visual Studio headers.
5534         * win32/vs6/libgstalpha.dsp:
5535         * win32/vs6/libgstapetag.dsp:
5536         * win32/vs6/libgstavi.dsp:
5537         * win32/vs6/libgstrtp.dsp:
5538         * win32/vs6/libgstrtsp.dsp:
5539         * win32/vs6/libgstvideomixer.dsp:
5540         Update project file dependencies and add new source files       
5541
5542 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5543
5544         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5545
5546         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5547         Don't leak buffers when we don't push them downstream.
5548         Fixes bug #514965.
5549
5550 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5551
5552         * configure.ac:
5553           Bump requirements to (good) released versions to avoid
5554           confusion and make implicit core requirement explicit.
5555
5556 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5557
5558         * docs/plugins/Makefile.am:
5559         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5560         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5561         * docs/plugins/gst-plugins-good-plugins.args:
5562         * docs/plugins/inspect/plugin-audiofx.xml:
5563         * gst/audiofx/Makefile.am:
5564         * gst/audiofx/audiochebband.c:
5565         * gst/audiofx/audiochebband.h:
5566         * gst/audiofx/audiocheblimit.c:
5567         * gst/audiofx/audiocheblimit.h:
5568         * gst/audiofx/audiochebyshevfreqband.c:
5569         * gst/audiofx/audiochebyshevfreqband.h:
5570         * gst/audiofx/audiochebyshevfreqlimit.c:
5571         * gst/audiofx/audiochebyshevfreqlimit.h:
5572         * gst/audiofx/audiofx.c:
5573         * tests/check/Makefile.am:
5574         * tests/check/elements/.cvsignore:
5575         * tests/check/elements/audiochebband.c:
5576         * tests/check/elements/audiocheblimit.c:
5577         * tests/check/elements/audiochebyshevfreqband.c:
5578         * tests/check/elements/audiochebyshevfreqlimit.c:
5579
5580         Rename audiochebyshevfreqband -> audiochebband and
5581         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5582         surgery.
5583
5584         Closes: #491811
5585
5586 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5587
5588         Patch by: Orjan Friberg <orjanf at axis dot com>
5589
5590         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5591         Fix caps memory leak. Fixes #514573.
5592
5593 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5594
5595         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5596         If there's no entries in the subindex, don't try to do anything stupid,
5597         just return.
5598
5599 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5600
5601         Patch by: John Millikin <jmillikin at gmail dot com>
5602
5603         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5604           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5605           Fix extraction of picture blocks with newer libflac versions again:
5606           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5607
5608 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5609
5610         * tests/check/Makefile.am:
5611           Add rtp-payloading test to VALGRIND_TO_FIX.
5612
5613         * tests/check/elements/rtp-payloading.c:
5614           Add semicolons after GST_TEST_END so gst-indent gets the
5615           formatting right; make test less verbose in general, but
5616           more verbose in the error case (which should probably
5617           make the test fail anyway).
5618
5619 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5620
5621         * docs/plugins/Makefile.am:
5622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5624         * gst/avi/gstavisubtitle.c:
5625         Add documentation for avisubtitle and change class to
5626         Codec/Parser/Subtitle
5627
5628 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5629
5630         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5631         Treat ENOTTY (driver does not implement ioctl) the same as
5632         EINVAL since it implies there are no available standards.
5633
5634         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5635         (gst_v4l2src_get_nearest_size):
5636         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5637         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5638         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5639         reason, and if we aren't yet actively capturing.
5640
5641         * sys/v4l2/v4l2src_calls.h:
5642         Remove replaced function declaration.
5643
5644 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5645
5646         * configure.ac:
5647         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5648         API.
5649
5650 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5651
5652         * configure.ac:
5653         Fix typo.
5654
5655 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5656
5657         * gst/alpha/Makefile.am:
5658         * gst/alpha/gstalpha.c:
5659
5660         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5661         some stuff, and making buffer-alloc and resizing work automatically.
5662         No longer crashes on odd frame widths and heights, although there
5663         seems to be a disagreement with ffmpegcolorspace about what size
5664         an AYUV frame with odd height should be.
5665
5666 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5667
5668         Patch by: Alessandro Decina <alessandro at nnva dot org>
5669
5670         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5671         * ext/libpng/gstpngenc.h:
5672         Preallocate the output buffer so that g_memdup() and
5673         gst_buffer_merge() aren't needed anymore. This greatly improves
5674         performances and fixes #512544.
5675
5676 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5677
5678         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5679         (gst_avi_demux_stream_data):
5680         GStreamer timestamps are PTS values while AVI only knows about DTS
5681         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5682         we are dealing with a key frame.
5683
5684 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5685
5686         * tests/check/Makefile.am:
5687         * tests/check/elements/.cvsignore:
5688         * tests/check/elements/rtp-payloading.c:
5689           Add add testsuite for the rtp-payloader that tries simulating
5690           dataflow. Needs more test data.
5691
5692 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5693
5694         * tests/check/elements/alphacolor.c:
5695           Remove two unused variables.
5696
5697 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5698
5699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5700           Use g_ascii_strtoll() instead of atoll, which is only
5701           available in C99.
5702
5703 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5704
5705         * gst/rtp/Makefile.am:
5706         * gst/rtp/gstrtp.c:
5707         * gst/rtp/gstrtpmpvpay.c:
5708         * gst/rtp/gstrtpmpvpay.h:
5709         Add MPEG2 video payloader
5710
5711 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5712
5713         * gst/level/gstlevel.c:
5714         Use #include <math.h> instead of #include "math.h".
5715
5716 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5717
5718         * tests/check/Makefile.am:
5719         Fix up some CFLAGS sets.
5720         Don't include gconfvideosrc in the states test.
5721
5722         * tests/check/elements/autodetect.c: (GST_START_TEST):
5723         Add some error strings to fail_unless arguments to fix some weird
5724         compiler errors on Solaris.
5725
5726 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5727
5728         * configure.ac:
5729         Detect video4linux headers on Solaris too.
5730         * sys/v4l2/gstv4l2colorbalance.h:
5731         * sys/v4l2/gstv4l2object.h:
5732         * sys/v4l2/v4l2_calls.c:
5733         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5734         (gst_v4l2_buffer_new):
5735
5736         Make v4l2 build on Solaris.
5737         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5738         Fixes: #510505
5739
5740 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5741
5742         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5743           Update list from (still local) scanning script.
5744
5745 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5746
5747         Based on a patch by:
5748             Victor STINNER <victor dot stinner at haypocalc dot com>
5749
5750         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5751         Set variable to NULL after freeing it to prevent double frees
5752         or make failures by another use of it afterwards more obvious
5753         and fix use of it after the freeing. Fixes bug #510592.
5754
5755 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5756
5757         * gst/udp/gstmultiudpsink.c:
5758         use GST_WARNING for logging
5759
5760 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5761
5762         * gst/udp/gstmultiudpsink.c:
5763         Don't try to leave a multicast group with an invalid socket
5764
5765 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5766
5767         * ext/flac/gstflacdec.c:
5768           Fix compilation against flac 1.1.2 (as on debian stable), where
5769           the picture metadata defines and structs don't exist yet.
5770           Fixes #509301.
5771
5772 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5773
5774         Patch by: Olivier Crete <tester at tester dot ca>
5775
5776         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5777         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5778         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5779         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5780         * gst/udp/gstmultiudpsink.h:
5781         Add property to automatically join a multicast group or not. This can be
5782         useful when sharing a socket between multiple elements.
5783         Fixes #509531.
5784
5785 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5786
5787         * gst/videomixer/Makefile.am:
5788           Add controller flags.
5789
5790 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5791
5792         * gst/videomixer/videomixer.c:
5793           Also commit the missing gst_object_sync_values().
5794
5795 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5796
5797         * docs/plugins/Makefile.am:
5798           Remove duplicate entry.
5799
5800 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5801
5802         * docs/plugins/Makefile.am:
5803         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5804         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5805         * docs/plugins/inspect/plugin-gamma.xml:
5806         * docs/plugins/inspect/plugin-monoscope.xml:
5807         * docs/plugins/inspect/plugin-video4linux2.xml:
5808           Add 3 more plugins to docs.
5809
5810 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5811
5812         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5813         * sys/osxvideo/osxvideosink.h:
5814           Revert previous change caused by a file that got stuck on an old
5815           revision.
5816
5817 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5818
5819         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5820         * gst/multipart/Makefile.am:
5821         * gst/multipart/multipartdemux.c:
5822         * gst/multipart/multipartdemux.h:
5823         * gst/multipart/multipartmux.c:
5824         * gst/multipart/multipartmux.h:
5825           Re-add multipartdemux to the docs. Last round of section cleanup.
5826
5827 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5828
5829         * docs/plugins/Makefile.am:
5830         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5831         * sys/osxaudio/gstosxaudiosink.h:
5832         * sys/osxvideo/osxvideosink.h:
5833           Managed to resolve most unused declarations. Filed a bug for one left.          
5834
5835 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5836
5837         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5838           Cleanup section file.
5839
5840 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5841
5842         * docs/plugins/Makefile.am:
5843         * docs/plugins/gst-plugins-good-plugins.args:
5844         * docs/plugins/gst-plugins-good-plugins.signals:
5845         * docs/plugins/inspect/plugin-alaw.xml:
5846         * docs/plugins/inspect/plugin-alpha.xml:
5847         * docs/plugins/inspect/plugin-alphacolor.xml:
5848         * docs/plugins/inspect/plugin-annodex.xml:
5849         * docs/plugins/inspect/plugin-apetag.xml:
5850         * docs/plugins/inspect/plugin-audiofx.xml:
5851         * docs/plugins/inspect/plugin-auparse.xml:
5852         * docs/plugins/inspect/plugin-autodetect.xml:
5853         * docs/plugins/inspect/plugin-avi.xml:
5854         * docs/plugins/inspect/plugin-cairo.xml:
5855         * docs/plugins/inspect/plugin-cdio.xml:
5856         * docs/plugins/inspect/plugin-cutter.xml:
5857         * docs/plugins/inspect/plugin-debug.xml:
5858         * docs/plugins/inspect/plugin-dv.xml:
5859         * docs/plugins/inspect/plugin-efence.xml:
5860         * docs/plugins/inspect/plugin-effectv.xml:
5861         * docs/plugins/inspect/plugin-flac.xml:
5862         * docs/plugins/inspect/plugin-flxdec.xml:
5863         * docs/plugins/inspect/plugin-gconfelements.xml:
5864         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5865         * docs/plugins/inspect/plugin-goom.xml:
5866         * docs/plugins/inspect/plugin-halelements.xml:
5867         * docs/plugins/inspect/plugin-icydemux.xml:
5868         * docs/plugins/inspect/plugin-id3demux.xml:
5869         * docs/plugins/inspect/plugin-jpeg.xml:
5870         * docs/plugins/inspect/plugin-ladspa.xml:
5871         * docs/plugins/inspect/plugin-level.xml:
5872         * docs/plugins/inspect/plugin-matroska.xml:
5873         * docs/plugins/inspect/plugin-mulaw.xml:
5874         * docs/plugins/inspect/plugin-multipart.xml:
5875         * docs/plugins/inspect/plugin-navigationtest.xml:
5876         * docs/plugins/inspect/plugin-png.xml:
5877         * docs/plugins/inspect/plugin-quicktime.xml:
5878         * docs/plugins/inspect/plugin-rtp.xml:
5879         * docs/plugins/inspect/plugin-rtsp.xml:
5880         * docs/plugins/inspect/plugin-shout2send.xml:
5881         * docs/plugins/inspect/plugin-smpte.xml:
5882         * docs/plugins/inspect/plugin-speex.xml:
5883         * docs/plugins/inspect/plugin-taglib.xml:
5884         * docs/plugins/inspect/plugin-udp.xml:
5885         * docs/plugins/inspect/plugin-videobalance.xml:
5886         * docs/plugins/inspect/plugin-videobox.xml:
5887         * docs/plugins/inspect/plugin-videocrop.xml:
5888         * docs/plugins/inspect/plugin-videoflip.xml:
5889         * docs/plugins/inspect/plugin-videomixer.xml:
5890         * docs/plugins/inspect/plugin-wavenc.xml:
5891         * docs/plugins/inspect/plugin-wavpack.xml:
5892         * docs/plugins/inspect/plugin-wavparse.xml:
5893           Update plugin docs.
5894
5895         * gst/videomixer/Makefile.am:
5896         * gst/videomixer/videomixer.c:
5897         * gst/videomixer/videomixer.h:
5898         * gst/videomixer/videomixerpad.h:
5899           Split out header to fix warnings from the doc-build.
5900
5901 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5902
5903         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5904
5905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5906         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5907
5908 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5909
5910         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5911         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5912           Initialise variables to work around (false) 'foo might be used
5913           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5914
5915 2008-01-11  David Schleef  <ds@schleef.org>
5916
5917         * docs/plugins/.cvsignore:
5918         * tests/check/pipelines/.cvsignore:
5919           Ignore more files for the buildbot.
5920
5921 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5922
5923         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5924         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5925         Generate the image-type values correctly. Leave them out of the caps
5926         when outputting a "preview image" tag, since it only makes sense
5927         to have one of those - the type is irrelevant.
5928
5929         * sys/sunaudio/gstsunaudiomixerctrl.c:
5930         (gst_sunaudiomixer_ctrl_open):
5931         If we can, mark the mixer multiple open when we use it, in case
5932         (for some reason) the process wants to open it again elsewhere.
5933
5934 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5935
5936         Patch by: Olivier Crete <tester at tester dot ca>
5937
5938         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5939         * gst/rtp/gstrtptheorapay.c:
5940         Fix the clock rate to 90000 as required by the RFC.
5941         Fixes #508644.
5942
5943 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5944
5945         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5946           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5947
5948 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5949
5950         * autogen.sh:
5951           Add -Wno-portability to the automake parameters to stop warnings
5952           about GNU make extensions being used. We require GNU make in almost
5953           every Makefile anyway.
5954           
5955         * configure.ac:
5956           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5957           at the same time is required for per target flags.
5958
5959 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5960
5961         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5962         Fix error from my last commit.
5963
5964 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5965
5966         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5967
5968         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5969           Make sure the ISO 639-X language code in ID3v2 COMM frames
5970           is actually valid UTF-8 (or rather: ASCII), so we don't end
5971           up with non-UTF8 strings in tags if there's garbage in the
5972           language field. Also make sure the language code is always
5973           lower case. Fixes: #508291.
5974
5975 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5976
5977         * ChangeLog:
5978           Fix ChangeLog typo.
5979
5980 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5981
5982         * Makefile.am:
5983           Include lcov.mak to allow building coverage reports. Guard
5984           check-torture target like in the other packages.
5985
5986 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5987
5988         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5989
5990         * gst/videomixer/videomixer.c:
5991         (gst_videomixer_set_master_geometry), (_do_init),
5992         (gst_videomixer_child_proxy_get_child_by_index),
5993         (gst_videomixer_child_proxy_get_children_count),
5994         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5995         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5996         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5997         Implement GstChildProxy interface.
5998         Send newsegment at the right moment
5999         Fixes #488879
6000
6001 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6002
6003         * gst/alpha/Makefile.am:
6004         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6005         (gst_alpha_sink_event), (gst_alpha_chain),
6006         (gst_alpha_change_state), (plugin_init):
6007         Make the various properties of 'alpha' controllable. This allows doing
6008         niceties like fade-in/fade-out.
6009
6010 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6011
6012         * gst/rtp/gstasteriskh263.c:
6013         * gst/rtp/gstrtpL16depay.c:
6014         * gst/rtp/gstrtpac3depay.c:
6015         * gst/rtp/gstrtpamrpay.c:
6016         * gst/rtp/gstrtpdepay.c:
6017         * gst/rtp/gstrtpgsmdepay.c:
6018         * gst/rtp/gstrtph263depay.c:
6019         * gst/rtp/gstrtph263pdepay.c:
6020         * gst/rtp/gstrtph263ppay.c:
6021         * gst/rtp/gstrtph264depay.c:
6022         * gst/rtp/gstrtph264pay.c:
6023         * gst/rtp/gstrtpmp2tdepay.c:
6024         * gst/rtp/gstrtpmp4adepay.c:
6025         * gst/rtp/gstrtpmp4gdepay.c:
6026         * gst/rtp/gstrtpmp4gpay.c:
6027         * gst/rtp/gstrtpmp4vdepay.c:
6028         * gst/rtp/gstrtpmpadepay.c:
6029         * gst/rtp/gstrtpmpvdepay.c:
6030         * gst/rtp/gstrtpsv3vdepay.c:
6031         * gst/rtp/gstrtptheoradepay.c:
6032         * gst/rtp/gstrtptheorapay.c:
6033         * gst/rtp/gstrtpvorbisdepay.c:
6034         * gst/rtp/gstrtpvorbispay.c:
6035           Remove copy/paste unused code (property setters and getter) found by
6036           the coverage suite (yay, saves ~20k on disk).
6037
6038 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6039
6040         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6041           (videosink_templ):
6042           Also fix up pad templates to indicate that image/jpeg doesn't
6043           absolutely require the framerate property to be set (#504081).
6044
6045 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6046
6047         Based on patch by: Wouter Cloetens  <wouter at mind be>
6048
6049         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6050           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6051           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6052         * gst/matroska/matroska-mux.h:
6053           Keep track of first and last timestamps for each incoming stream,
6054           so we can calculate the total duration for live sources and other
6055           input where we can't query the duration from the start or where
6056           there's no constant framerate from which we can deduce the
6057           duration; also use calculated/observed duration if it is bigger
6058           than the previously queried duration. Furthermore, use
6059           gst_pad_query_peer_duration() and take into account that it may
6060           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6061           screws up comparisons when using unsigned integers. Fixes #504081.
6062
6063 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6064
6065         * configure.ac:
6066         * gst/audiofx/audioamplify.c:
6067         (gst_audio_amplify_clipping_method_get_type),
6068         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6069         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6070         (gst_audio_dynamic_transform_ip):
6071         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6072         (gst_audio_invert_transform_ip):
6073         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6074         (gst_audio_panorama_transform):
6075         * gst/level/gstlevel.c: (gst_level_init):
6076         Make elements GST_BUFFER_FLAG_GAP aware and call
6077         gst_base_transform_set_gap_aware for this.
6078         Bump core requirement to CVS.
6079         
6080         * gst/audiofx/audiochebyshevfreqband.c:
6081         (gst_audio_chebyshev_freq_band_transform_ip):
6082         * gst/audiofx/audiochebyshevfreqlimit.c:
6083         (gst_audio_chebyshev_freq_limit_transform_ip):
6084         Also sync GObject properties to the controller if operating
6085         in passthrough mode.
6086
6087 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6088
6089         * sys/directdraw/gstdirectdrawsink.c:
6090           (gst_directdraw_sink_window_thread):
6091           FALSE is not a gpointer.
6092
6093 2008-01-05  Julien Moutte  <julien@fluendo.com>
6094
6095         * sys/directdraw/gstdirectdrawsink.c:
6096         (gst_directdraw_sink_set_window_id),
6097         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6098         (gst_directdraw_sink_buffer_alloc),
6099         (gst_directdraw_sink_draw_borders),
6100         (gst_directdraw_sink_show_frame),
6101         (gst_directdraw_sink_setup_ddraw),
6102         (gst_directdraw_sink_window_thread),
6103         (gst_directdraw_sink_get_ddrawcaps),
6104         (gst_directdraw_sink_surface_create): Make sure we create our
6105         internal window only when we need it. That will give a chance to
6106         the application to get the prepare-xwindow-id bus message. Draw
6107         black borders when keeping aspect ratio. Handle the case where our
6108         rendering window disappears (closed or errors) like other sinks
6109         do. Various 80 columns fixes, improve state change order. That
6110         element could need some more love.
6111
6112 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6113
6114         * ext/taglib/gstapev2mux.h:
6115         * ext/taglib/gstid3v2mux.h:
6116         Remove useless typedefs without new type name. Fixes a warning with
6117         gcc 4.3.
6118
6119 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6120
6121         Patch by: John Millikin <jmillikin at gmail dot com>
6122
6123         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6124         (gst_flac_dec_setup_stream_decoder),
6125         (gst_flac_normalize_picture_mime_type),
6126         (gst_flac_extract_picture_buffer),
6127         (gst_flac_dec_metadata_callback):
6128         Emit metadata messages when a PICTURE block is encountered.
6129         Fixes #506715.
6130
6131 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6132
6133         * gst/avi/gstavi.c:
6134         increase rank because no known issues anymore ...
6135         * gst/avi/gstavisubtitle.c:
6136         send subtitle name to the srcpad
6137
6138 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6139
6140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6141         * gst/rtsp/gstrtspsrc.h:
6142         Implement redirect for the DESCRIBE reply. Fixes #506025.
6143
6144 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6145
6146         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6147         Fix 'xyz may be used uninitialized' compiler warnings caused
6148         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6149         abort() in any case but properly report the error.
6150
6151 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6154         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6155         * sys/ximage/gstximagesrc.c: (composite_pixel):
6156           Fix 'xyz may be used uninitialized' compiler warnings caused
6157           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6158           not really nice to abort in any case). Fixes #505745.
6159
6160 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6161
6162         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6163           Small unit test fix (has no practical impact at the moment,
6164           since we're only feeding utf8 and hence just create a sub-
6165           buffer for the output).
6166
6167 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6168
6169         * gst/avi/gstavisubtitle.c:
6170         * tests/check/elements/avisubtitle.c:
6171         Add seeking support for avi subtitle
6172
6173 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6174
6175         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6176         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6177         (gst_flac_dec_write):
6178         * ext/flac/gstflacdec.h:
6179         Remove some unused vars.
6180         Do more cleanup of leftover events and tags.
6181         Output tags after the segment event. Fixes #504018.
6182
6183 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6184
6185         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6186           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6187           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6188           Detect other UTF byte order markers and convert to UTF-8 as
6189           appropriate.
6190
6191 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6192
6193         * gst/avi/gstavisubtitle.c: (src_template),
6194           (gst_avi_subtitle_extract_utf8_file),
6195           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6196           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6197           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6198         * gst/avi/gstavisubtitle.h:
6199           Refactor a bit; fix name extraction; don't assume all the data
6200           in the chunk is actually subtitle data, there may be padding at
6201           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6202           file so it's there to send again after a seek (for future use).
6203
6204 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6205
6206         * gst/avi/Makefile.am:
6207         * gst/avi/gstavi.c:
6208         * gst/avi/gstavisubtitle.c:
6209         * gst/avi/gstavisubtitle.h:
6210         * tests/check/Makefile.am:
6211         * tests/check/elements/avisubtitle.c:
6212         * win32/common/config.h:
6213                 Add avi subtitle element for bug #442034. Need seeking support
6214                 and more support for character conversion.
6215
6216 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6217
6218         * Makefile.am:
6219           Include common/win32.mak for CRLF check of win32 project
6220           files (see #393626).
6221
6222         * win32/vs6/libgstpng.dsp:
6223           Fix line endings and do cvs admin -kb.
6224
6225 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6226
6227         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6228         Actually drop the buffers which are outside the currently configured
6229         segment instead of just emitting a WARNING.
6230
6231 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6232
6233         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6234         (gst_flac_dec_write):
6235         * ext/flac/gstflacdec.h:
6236         Send segments from the streaming thread. Fixes #502187.
6237         Fix segment seeking and a bunch of other seeking cases.
6238
6239 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6240
6241         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6242           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6243           which is where it would end up if the same information was
6244           put in a vorbis comment (don't think it's worth adding a
6245           new URI tag for this). Fixes #488112.
6246
6247 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6248
6249         * configure.ac:
6250           We need core/base 0.10.15 or later.
6251
6252 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6253
6254         Patch by: Mark Nauwelaerts <manauw skynet be>
6255
6256         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6257         Fix regression in stream numbering. Fixes #502655.
6258
6259 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6260
6261         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6262
6263         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6264         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6265         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6266         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6267         (gst_rtp_h264_pay_handle_buffer):
6268         * gst/rtp/gstrtph264pay.h:
6269         Use higher performance start-code searching.
6270         Parse NALs and store SPS, PPS and profile in the caps so that they can
6271         be used in the SDP. Fixes #502814.
6272
6273 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6274
6275         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6276         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6277           Init some structs to zero before we pass them to ioctl, which
6278           avoids valgrind warnings.  Also fix a small memory leak.
6279
6280 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6281
6282         Patch by: Wouter Cloetens <wouter at mind dot be>
6283
6284         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6285         Copy timestamp from input to output. Not very perfect yet but better
6286         than nothing. Fixes #503023.
6287
6288 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6289
6290         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6291           Also print a useful error message with the old Wavpack API
6292           if possible.
6293
6294 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6295
6296         * ext/wavpack/gstwavpackdec.c:
6297           More build fixes for old libwavpack versions: include config.h so
6298           that WAVPACK_OLD_API is actually defined as detected; only use
6299           WavpackGetErrorMessage if it is available. This fixes the build
6300           on debian stable for me.
6301
6302 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6303
6304         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6305         * ext/wavpack/gstwavpackparse.c:
6306           (gst_wavpack_parse_create_src_pad):
6307           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6308           versions below 4.40.0.
6309
6310 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6311
6312         * configure.ac:
6313           And now do it right for real...
6314
6315 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6316
6317         * configure.ac:
6318           Correctly reset $LIBS to not contain -lm.
6319
6320 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6321
6322         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6323
6324         * configure.ac:
6325         * ext/cairo/gsttimeoverlay.c:
6326           (gst_cairo_time_overlay_print_smpte_time):
6327           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6328           and checking for rint() and implementing it ourself if it doesn't
6329           exist. Fixes #497293.
6330
6331 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6332
6333         * configure.ac:
6334           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6335
6336 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6337
6338         * sys/oss/gstosshelper.c:
6339         Verify that the format returned after the ioctl is the one
6340         we requested. It is valid for the ioctl to succeed while
6341         substituting an alternate 'supported' sample format.
6342
6343 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6344
6345         * sys/oss/gstossaudio.c: (plugin_init):
6346         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6347         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6348           Post decent (and translated) error message when we can't
6349           open the audio device for some reason.
6350
6351 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6352
6353         * sys/oss/gstosssink.c:
6354         * sys/oss/gstosssrc.c:
6355         Allow the AUDIODEV environment variable to redirect us
6356         to a different default OSS device, like sunaudiosink does
6357         on Solaris (makes audio play automatically on SunRays).
6358
6359 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6360
6361         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6362         * gst/audiofx/audiochebyshevfreqband.c:
6363         (gst_audio_chebyshev_freq_band_transform_ip):
6364         * gst/audiofx/audiochebyshevfreqlimit.c:
6365         (gst_audio_chebyshev_freq_limit_transform_ip):
6366         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6367         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6368         The transform_ip() methods should do nothing if in passthrough mode.
6369         It might get non-writable buffers in that case but the buffer might
6370         as well be writable.
6371
6372         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6373         The transform() methods won't be called in passthrough mode and
6374         otherwise the buffer is always writable so don't check here.
6375
6376 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6377
6378         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6379           Fix seeking in .wav files again (#501775).  Some people seem to think
6380           they don't need to test their changes when they're just 'reflowing'
6381           some code.
6382
6383 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6384
6385         * gst/autodetect/gstautovideosink.c:
6386         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6387         (gst_auto_video_sink_init),
6388         (gst_auto_video_sink_create_element_with_pretty_name),
6389         (gst_auto_video_sink_find_best),
6390         (gst_auto_video_sink_set_property),
6391         (gst_auto_video_sink_get_property):
6392         * gst/autodetect/gstautovideosink.h:
6393         Fix docs.
6394         Use same error reporting code as autoaudiosink.
6395         Add property to filter sinks based on caps. Only select raw video sinks
6396         by default for backwards compat.
6397         API: GstAutoVideoSink::filter-caps
6398
6399 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6400
6401         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6402
6403         * gst/autodetect/gstautoaudiosink.c:
6404         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6405         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6406         (gst_auto_audio_sink_set_property),
6407         (gst_auto_audio_sink_get_property):
6408         * gst/autodetect/gstautoaudiosink.h:
6409         Add property to filter sinks based on caps. Only select raw audio sinks
6410         by default for backwards compat.  Fixes #417420.
6411         API: GstAutoAudioSink::filter-caps
6412
6413 2007-11-29  Michael Smith <msmith@fluendo.com>
6414
6415         Patch by: Arek Korbik <arkadini@gmail.com>
6416
6417         * gst/videobox/gstvideobox.c: (plugin_init):
6418           Initialise liboil in plugin_init()
6419
6420 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6421
6422         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6423         Post error before sending EOS. Fixes #499178.
6424
6425 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6426
6427         * win32/vs6/gst_plugins_good.dsw:
6428         * win32/vs6/libgstpng.dsp:
6429         Add a project file for libgstpng
6430
6431 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6432
6433         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6434         (gst_rtp_h263_depay_process):
6435         Code beautification.
6436         Added debug statements.
6437         Don't bit-shift everything, just do operations on last/first byte
6438         instead.
6439
6440 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6441
6442         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6443
6444         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6445         Fix wrong comparison in overrun check. Fixes #499239 some more.
6446
6447 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6448
6449         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6450         (gst_rtp_h263_depay_process):
6451         * gst/rtp/gstrtph263depay.h:
6452         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6453         stream.
6454
6455 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6456
6457         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6458
6459         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6460         (gst_rtp_mp4a_depay_process):
6461         * gst/rtp/gstrtpmp4adepay.h:
6462         Fix depayloading when multiple frames are inside one RTP packet.
6463         Fixes #499239.
6464
6465 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6466
6467         * gst/level/gstlevel.c:
6468           Add GAP-flag support.
6469
6470 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6471
6472         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6473         Read the I flag for Mode A h263 rtp stream and set the
6474         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6475         Fixes #499383
6476
6477 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6478
6479         * gst/level/gstlevel.c:
6480           Remove some dead code and do cleanups.
6481
6482 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6483
6484         * tests/check/pipelines/simple-launch-lines.c:
6485           Improve the tests by allowing to set a target state.
6486
6487 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6488
6489         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6490         Don't check the caps of the output buffer if they're equal some
6491         other caps. The caps can change in a backward compatible way
6492         and did at this point.
6493
6494 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6495
6496         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6497         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6498         (gst_qtdemux_seek_to_previous_keyframe),
6499         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6500         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6501         reverse playback support.
6502
6503 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6504
6505         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6506         Also set the channel layout on the Wavpack caps if we're having
6507         a mono layout. Of course only do it for "audio/x-wavpack".
6508
6509 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6510
6511         * ext/wavpack/gstwavpackcommon.c:
6512         (gst_wavpack_get_default_channel_mask),
6513         (gst_wavpack_set_channel_layout),
6514         (gst_wavpack_get_default_channel_positions),
6515         (gst_wavpack_get_channel_mask_from_positions),
6516         (gst_wavpack_set_channel_mapping):
6517         * ext/wavpack/gstwavpackcommon.h:
6518         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6519         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6520         * ext/wavpack/gstwavpackdec.h:
6521         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6522         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6523         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6524         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6525         (gst_wavpack_enc_rewrite_first_block),
6526         (gst_wavpack_enc_sink_event):
6527         * ext/wavpack/gstwavpackenc.h:
6528         * ext/wavpack/gstwavpackparse.c:
6529         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6530         (gst_wavpack_parse_scan_to_find_sample),
6531         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6532         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6533         * ext/wavpack/gstwavpackparse.h:
6534         Add support for encoding, parsing and decoding multichannel
6535         files with up to 8 channels. This also improves the robustness
6536         of parsing quite a bit.
6537
6538         * ext/wavpack/gstwavpackstreamreader.c:
6539         (gst_wavpack_stream_reader_read_bytes),
6540         (gst_wavpack_stream_reader_get_pos),
6541         (gst_wavpack_stream_reader_set_pos_abs),
6542         (gst_wavpack_stream_reader_set_pos_rel),
6543         (gst_wavpack_stream_reader_push_back_byte),
6544         (gst_wavpack_stream_reader_get_length),
6545         (gst_wavpack_stream_reader_can_seek),
6546         (gst_wavpack_stream_reader_write_bytes):
6547         Improve debugging.
6548
6549 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6550
6551         * ext/libpng/gstpngdec.c:
6552         * ext/libpng/gstpngdec.h:
6553           Don't release the png-memory from within the callback.
6554
6555 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6556
6557         Patch by: René Stadler <mail at renestadler dot de>
6558
6559         * ext/libpng/gstpngenc.c:
6560           Don't leak buffer data memory. Fixes #498395.
6561
6562 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6563
6564         Patch by: René Stadler <mail at renestadler dot de>
6565
6566         * tests/check/pipelines/simple-launch-lines.c:
6567           Tests for #498395.
6568
6569 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6570
6571         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6572         (gst_tag_lib_mux_adjust_event_offsets):
6573         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6574         * sys/osxaudio/Makefile.am:
6575         * sys/osxvideo/cocoawindow.h:
6576         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6577
6578 2007-11-15  David Schleef  <ds@schleef.org>
6579
6580         * ext/cairo/gsttextoverlay.c:
6581           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6582
6583 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6584
6585         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6586
6587         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6588         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6589         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6590         * gst/rtp/gstrtpmp2tpay.h:
6591         Fill the MTU with as many packets as possible. Fixes #491323.
6592
6593 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6594
6595         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6596
6597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6598         Fix some more leaks. Fixes #497007.
6599
6600 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6601
6602         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6603
6604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6605         (gst_rtspsrc_stream_configure_tcp):
6606         Fix 3 pad leaks. Fixes #496983.
6607
6608 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6609
6610         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6611
6612         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6613         Fix small leak. Fixes #497017.
6614
6615 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6616
6617         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6618         (gst_qtdemux_prepare_current_sample),
6619         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6620         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6621         * gst/qtdemux/qtdemux_fourcc.h:
6622         * gst/qtdemux/qtdemux_types.c:
6623         Add suppport for theora in quicktime according to XiphQT.
6624
6625 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6626
6627         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6628         (gst_v4l2src_init), (gst_v4l2src_set_property),
6629         (gst_v4l2src_get_property):
6630         * sys/v4l2/gstv4l2src.h:
6631         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6632           Always copy buffers by default (handle safer with bugged drivers)
6633           and added a property to make it possible to use mmap effectively (no
6634           copy if possible) when application wants to. Fixes: #480557.
6635
6636 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6637
6638         * gst/id3demux/id3tags.c:
6639         * gst/id3demux/id3tags.h:
6640         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6641           We don't want the same string multiple times in a tag list for the
6642           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6643           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6644
6645 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6646
6647         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6648           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6649           into ID3v2 TXXX frames (fixes #347848).
6650
6651 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6652
6653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6654           Don't leak sdp message contents (fixes #496773).
6655
6656         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6657           Don't leak URI string.
6658
6659 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6660
6661         Patch by: Julien Puydt <julien dot puydt at laposte net>
6662
6663         * ext/raw1394/Makefile.am:
6664         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6665           (gst_1394_property_probe_get_properties),
6666           (gst_1394_property_probe_probe_property),
6667           (gst_1394_property_probe_needs_probe),
6668           (gst_1394_property_probe_get_values),
6669           (gst_1394_property_probe_interface_init),
6670           (gst_1394_type_add_property_probe_interface):
6671         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6672         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6673           (gst_dv1394src_init), (gst_dv1394src_dispose),
6674           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6675           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6676           (gst_dv1394src_update_device_name):
6677         * ext/raw1394/gstdv1394src.h:
6678           Implement GstPropertyProbe interface and add "device-name" property,
6679           so applications can use this to probe for available devices in the
6680           same way they can already with v4lsrc and v4l2src (however horrible
6681           this property probe interface may be). Fixes #358841.
6682
6683 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6684
6685         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6686
6687         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6688           (gst_rtspsrc_parse_range):
6689           Don't leak event, don't leak range (fixes #496752).
6690
6691 2007-11-14  Michael Smith <msmith@fluendo.com>
6692
6693         Patch by: Arek Korbik <arkadini@gmail.com>
6694
6695         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6696           Detect RGBA/BGRA correctly on little endian systems.
6697
6698 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6699
6700         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6701           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6702           corresponding ioctl() call fails even though the driver claims to
6703           support this format, just fall back to the pre-2.6.19 kernel
6704           routine that creates caps with suitable height and width ranges
6705           (see #448278).
6706
6707 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6708
6709         Patch by: Mark Nauwelaerts <manauw skynet be>
6710
6711         * gst/matroska/matroska-demux.c:
6712           (gst_matroska_demux_push_dvd_clut_change_event),
6713           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6714           (gst_matroska_demux_subtitle_caps):
6715         * gst/matroska/matroska-ids.h:
6716           Extract palette data for dvd subpicture streams and send it
6717           downstream as custom gstreamer dvd event (fixes #453417).
6718
6719 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6720
6721         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6722           Implement minimal parsing of the passed pango font description
6723           string, so passing a font size works the same as with the
6724           pango textoverlay plugin; fixes #455086.
6725           (Maybe we could just use pangocairo here at some point).
6726
6727 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6728
6729         * gst/avi/gstavidemux.c:
6730         * gst/wavparse/gstwavparse.c:
6731           Return the result in _activate_pull(). Don't ref element there.
6732
6733 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6734
6735         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6736         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6737         (gst_wavparse_srcpad_event):
6738           Ref the element when we should, but not when we its not needed. Reflow
6739           the event_handling to not leak the event.       
6740
6741 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6742
6743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6744         (qtdemux_parse_samples):
6745         Properly free QTDemuxSamples array.
6746         Protect table write with a sensible check, some files apparently DO contain
6747         stts values starting with 0 :(
6748
6749 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6750
6751         * gst/avi/gstavidemux.c:
6752         * gst/qtdemux/qtdemux.c:
6753           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6754           previous commit messed up.
6755
6756 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6757
6758         * gst/avi/gstavidemux.c:
6759         * gst/qtdemux/qtdemux.c:
6760           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6761           element when we should, but not when we its not needed.
6762
6763 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6764
6765         * gst/wavparse/gstwavparse.c:
6766           Return FALSE if we can't handle a query instead of changing the
6767           format. Ignore fact when dealing with mpeg audio.
6768
6769 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6770
6771         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6772
6773         * configure.ac:
6774         * gst/udp/gstdynudpsink.c:
6775         * gst/udp/gstdynudpsink.h:
6776         * gst/udp/gstmultiudpsink.c:
6777         * gst/udp/gstmultiudpsink.h:
6778         * gst/udp/gstudpsink.c:
6779         * gst/udp/gstudpsink.h:
6780           Fix includes for MSVC and GLib-2.14.0 (#492388).
6781
6782         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6783           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6784
6785 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6786
6787         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6788         (gst_mulawdec_chain):
6789         * gst/law/mulaw-decode.h:
6790         Calculate outgoing buffer duration if incoming buffer didn't have a
6791         valid duration.
6792
6793 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6794
6795         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6796         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6797         Smarter combine_flow code that also deals with downstream elements
6798         returning UNEXPECTED when they receive data out of the segment
6799         boundaries. Fixes #491305.
6800
6801 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6802
6803         * sys/v4l2/v4l2src_calls.c:
6804           Fix 'unused variable' compiler warning when compiling against
6805           older kernel headers.
6806
6807 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6808
6809         * ext/taglib/gstid3v2mux.cc (add_funcs):
6810           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6811
6812 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6813
6814         * tests/check/pipelines/simple-launch-lines.c:
6815            Improve the tests a little more.
6816
6817 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6818
6819         patch by: Yun Zheng Hu
6820
6821         * sys/osxaudio/gstosxaudiosrc.c:
6822         Use default input device instead of default output device and
6823         only memcpy actual available bytes.
6824
6825 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6826
6827         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6828           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6829           early. It is temporary until we find something better.
6830
6831 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6832
6833         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6834
6835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6836         Fix race when pausing a RTSP stream in interleaved.
6837         Fixes #475784.
6838
6839 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6840
6841         Patch by: Peter Kjellerstedt <pkj at axis com>
6842
6843         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6844         Use correct unref function for buffers. #488844.
6845
6846 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6847
6848         * gst/avi/gstavimux.c:
6849         * tests/check/elements/avimux.c:
6850           Add some debug and sync tests with the fix.     
6851
6852 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6853
6854         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6855
6856         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6857         When the socket is used by the app for other purposes, don't generate an
6858         error if there is activaty on the socket that is not data related.
6859         Fixes #487488.
6860
6861 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6862
6863         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6864         (gst_v4l2src_grab_frame):
6865         Add some more debug info. Generate an error when we run out of buffers
6866         for some reason. See #480557.
6867
6868 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6869
6870         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6871
6872         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6873         Set marker bit correctly.
6874
6875 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6876
6877         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6878         Use allowed name for the GstStructure.
6879
6880 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6881
6882         * ext/gconf/gstswitchsink.c:
6883         * gst/autodetect/gstautoaudiosink.c:
6884           Use new gst_bus_pop_filtered().
6885
6886 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6887
6888         * sys/v4l2/gstv4l2src.c:
6889         * sys/v4l2/v4l2src_calls.c:
6890           When probing the formats and sizes a camera supports, make
6891           sure the best ones (highest resolution, prefered format)
6892           end up at the beginning of the probed caps and the less
6893           desirable ones at the end.  This is important because the
6894           order within the caps matters for things like fixation and
6895           negotiation, ie. what format is chosen in the end.
6896           With recent kernels, the current probing code will end up
6897           querying the supported sizes from lowest resolution to
6898           highest resolution, adding them to the probed caps in that
6899           order, resulting to v4l2src fixating to the lowest possible
6900           resolution if downstream does not express a size preference.
6901           Also make up a somewhat random ranking of prefered output
6902           formats for the same reason. Fixes #485828.
6903         
6904 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6905
6906         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6907
6908         * gst/id3demux/id3v2frames.c:
6909           Extract license/copyright URIs from ID3v2 WCOP frames
6910           (Fixes #447000).
6911
6912         * tests/check/elements/id3demux.c:
6913         * tests/files/Makefile.am:
6914         * tests/files/id3-447000-wcop.tag:
6915           Add simple unit test.
6916
6917 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6918
6919         * ext/taglib/gstid3v2mux.cc:
6920           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6921           Prerequisite for #447000.
6922
6923 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6924
6925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6926         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6927         a GstClockTime.
6928
6929 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6930
6931         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6932         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6933         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6934         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6935         (gst_rtspsrc_change_state):
6936         More seeking fixes, mostly passing around the new playback segment in
6937         order to configure it properly.
6938         Also reset base_time of udp sources when setting them back to PLAYING as
6939         a temporary hack until core supports seek in live sources properly.
6940
6941 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6942
6943         * gst/rtp/gstrtpmp4adepay.c:
6944         Fix caps as to not confuse autopluggers.
6945
6946 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6947
6948         * gst/id3demux/gstid3demux.c:
6949         * gst/id3demux/gstid3demux.h:
6950         * gst/id3demux/id3tags.c:
6951         * gst/id3demux/id3tags.h:
6952         * gst/id3demux/id3v2frames.c:
6953           Port ID3 tag demuxer over to the new GstTagDemux in -base
6954           (now would be a good time to test re-importing your music
6955           collection).
6956
6957 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6958
6959         * gst/apetag/Makefile.am:
6960         * gst/apetag/gstapedemux.c:
6961         * gst/apetag/gstapedemux.h:
6962         * gst/apetag/gsttagdemux.c:
6963         * gst/apetag/gsttagdemux.h:
6964           Port APE tag demuxer over to the new GstTagDemux in -base.
6965
6966 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6967
6968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6969         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6970         (gst_rtspsrc_handle_internal_src_query),
6971         (gst_rtspsrc_handle_src_query), (new_session_pad),
6972         (gst_rtspsrc_stream_configure_tcp),
6973         (gst_rtspsrc_stream_configure_transport),
6974         (gst_rtspsrc_loop_send_cmd):
6975         Improve flushing behaviour.
6976         Set state of the udp sources to PAUSE/PLAYING correctly.
6977         Handle events and queries for UDP and TCP transport now.
6978
6979 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6980
6981         * gst/rtp/gstrtpgsmdepay.c:
6982         * gst/rtp/gstrtpgsmpay.c:
6983           Add log category.
6984
6985 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6986
6987         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6988
6989         * tests/check/Makefile.am:
6990         * tests/check/pipelines/simple-launch-lines.c:
6991           Add unit tests for payloaders/depayloaders.
6992
6993 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6994
6995         * gst/avi/gstavimux.c:
6996         * gst/avi/gstavimux.h:
6997           Also save codec data for audio streams. Fixes #482495.
6998
6999 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7000
7001         * gst/avi/gstavimux.c:
7002           Fix "Index entry has invalid stream nr 1".
7003           Add support for muxing aac - work in progress (see #482495).
7004
7005 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7006
7007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7008         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7009         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7010         * gst/rtsp/gstrtspsrc.h:
7011         Parse bandwidth modifiers, they are not yet configured in the session
7012         manager because we don't have an API for that yet.
7013
7014 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7015
7016         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7017         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7018         Use shiny new function in -base to get the default clock-rate.
7019         Update some docs.
7020
7021 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7022
7023         * win32/MANIFEST:
7024         Add files to win32 manifest.
7025         * win32/vs6/libgstaudiofx.dsp:
7026         * win32/vs6/libgstqtdemux.dsp:
7027         * win32/vs6/libgstrtp.dsp:
7028         * win32/vs6/libgstrtsp.dsp:
7029         Update project files.
7030
7031 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7032
7033         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7034         (gst_rtspsrc_play):
7035         * gst/rtsp/gstrtspsrc.h:
7036         In TCP mode, only timestamp the first buffer. TCP is not real time and
7037         it does not make sense to try to skew compensate, also some servers send
7038         the first batch of data in a burst.
7039
7040 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7041
7042         * gst/matroska/matroska-demux.c:
7043           Fix setting the discont flag on the first buffer
7044           pushed downstream for formats with private codec
7045           data that needs to be deserialised into buffers
7046           (such as vorbis and FLAC when in a matroska container).
7047
7048 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7049
7050         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7051
7052         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7053         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7054         (gst_rtp_mp4v_pay_handle_buffer):
7055         * gst/rtp/gstrtpmp4vpay.h:
7056         Free the config string. Fixes #480707.
7057         Clean up the timestamp code a little.
7058
7059 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7060
7061         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7062         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7063         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7064         * gst/rtsp/gstrtspsrc.h:
7065         Set timestamps on RTP buffers in interleaved mode.
7066         Mark first buffers with a DISCONT.
7067         Remove flush hack now that sync for live sources has been figured out.
7068
7069 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7070
7071         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7072         Update documentation.
7073
7074 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7075
7076         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7077         (gst_rtp_xqt_depay_change_state):
7078         * gst/qtdemux/gstrtpxqtdepay.h:
7079         Fail if we don't know the quicktime format.
7080
7081 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         * ext/flac/gstflacenc.c:
7084         * ext/flac/gstflacenc.h:
7085           Save the flow return from the last gst_pad_push() and
7086           make sure we pass the right flow return value upstream
7087           in the case of failure; minor clean-ups.
7088
7089 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7090
7091         * ext/taglib/gstapev2mux.cc:
7092         * ext/taglib/gstid3v2mux.cc:
7093         * gst/apetag/gstapedemux.c:
7094           Add support for the new GST_TAG_COMPOSER (#459809).
7095
7096 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7097
7098         * gst/law/alaw-decode.c:
7099         * gst/law/alaw-decode.h:
7100         * gst/law/alaw-encode.c:
7101         * gst/law/alaw-encode.h:
7102         * gst/law/alaw.c:
7103         * gst/law/mulaw-conversion.h:
7104           Compulsive clean-ups: use boilerplate macros, add debug
7105           categories, fix up things to conform to symbol nomenklatura,
7106           etc.
7107
7108 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7109
7110         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7111
7112         * gst/law/alaw-decode.c:
7113         * gst/law/alaw-encode.c:
7114           Use static tables for A-Law decoding and encoding; this makes
7115           A-Law decoding and encoding less CPU-intensive, but increases
7116           the binary size a bit. Leaving old code around for now,
7117           selectable by a define in the code. Fixes #435435.
7118
7119 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7120
7121         * configure.ac:
7122         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7123         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7124         in configure.ac.
7125
7126 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7127
7128         Patch by: Jan Gerber <j at bootlab dot org>
7129
7130         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7131         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7132
7133 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7134
7135         * sys/oss/gstosshelper.c:
7136           Use GST_WARNING instead of a g_critical. This situation is not caused
7137           by the application.
7138
7139 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7140
7141         * po/LINGUAS:
7142         * po/nl.po:
7143           Updated translations.
7144
7145 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7146
7147         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7148
7149         * po/eu.po:
7150           Added Basque translation.
7151
7152 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7153
7154         translated by: Abel Cheung <abelcheung@gmail.com>
7155
7156         * po/zh_HK.po:
7157         * po/zh_TW.po:
7158           Added Chinese (traditional and Hong Kong) translation.
7159
7160 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7161
7162         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7163
7164         * po/pl.po:
7165           Added Polish translation.
7166
7167 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7168
7169         translated by: Ilkka Tuohela <hile@iki.fi>
7170
7171         * po/fi.po:
7172           Added Finnish translation.
7173
7174 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7175
7176         translated by: Jorge González González <aloriel@gmail.com>
7177
7178         * po/es.po:
7179           Added Spanish translation.
7180
7181 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7182
7183         translated by: Mogens Jaeger <mogens@jaeger.tf>
7184
7185         * po/da.po:
7186           Added Danish translation.
7187
7188 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7189
7190         translated by: Funda Wang <fundawang@linux.net.cn>
7191
7192         * po/zh_CN.po:
7193           Added Chinese (simplified) translation.
7194
7195 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7196
7197         translated by: Alexander Shopov <ash@contact.bg>
7198
7199         * po/bg.po:
7200           Added Bulgarian translation.
7201
7202 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7203
7204         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7205         Set outgoing packet duration because we can. Fixes #478244 some more.
7206
7207 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7208
7209         * ext/cairo/gsttextoverlay.c:
7210           Add info about static leak.
7211         
7212         * tests/check/Makefile.am:
7213         * tests/check/generic/states.c:
7214           Improved state change unit test.
7215
7216 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7217
7218         * docs/plugins/.cvsignore:
7219         * tests/check/.cvsignore:
7220           Ignore registries in any format.
7221
7222 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7223
7224         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7225         Removed some unused code.
7226
7227         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7228         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7229         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7230         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7231         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7232         (gst_rtp_theora_pay_flush_packet):
7233         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7234         Try to preserve the incomming buffer duration on the outgoing
7235         packets. Fixes #478244.
7236
7237 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         * ext/taglib/gstapev2mux.cc:
7240         * ext/taglib/gstid3v2mux.cc:
7241           Work around compiler warnings with g++-4.2 when assigning a
7242           string constant to a gchar * (partially fixes #478092).
7243
7244 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7245
7246         * configure.ac:
7247           We require core CVS now for gst_base_src_set_do_timestamp().
7248
7249 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7250
7251         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7253         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7254         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7255         (gst_rtspsrc_handle_message):
7256         Fix compiler warnings shown with Forte.
7257
7258 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7259
7260         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7261         (gst_rtspsrc_dup_printf):
7262         Give meaningfull error when all streams failed to configure for some
7263         reason.
7264
7265 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7266
7267         * gst/rtp/README:
7268         Update README with the design for synchronisation rules of RTP on
7269         sender and receiver.
7270
7271 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7272
7273         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7274         (gst_wavparse_chain):
7275         Don't push EOS from the chain function, the element
7276         driving the pipeline is responsible for this. The bug
7277         this was meant to fix seems to be queue not forwarding
7278         EOS in all cases (see #476514).
7279
7280 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7281
7282         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7283         (gst_level_transform_ip):
7284         * gst/level/gstlevel.h:
7285         Use basetransform segment so that it is correctly managed on flushes and
7286         start/stop.
7287         Report message timestamp as stream time, which is what an application
7288         can understand.
7289
7290 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7291
7292         * ext/taglib/gstapev2mux.cc:
7293         * ext/taglib/gstapev2mux.h:
7294         * ext/taglib/gsttaglibmux.c:
7295         * tests/check/elements/apev2mux.c:
7296         Update my mail address.
7297
7298 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7299
7300         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7301         (gst_wavparse_loop), (gst_wavparse_chain):
7302         Add EOS logic for the push-based mode too. Fixes #476514.
7303
7304 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7305
7306         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7307         * gst/law/alaw-encode.h:
7308         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7309         (gst_mulawenc_chain):
7310         * gst/law/mulaw-encode.h:
7311         Fix law encoder timestamps.
7312
7313 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7314
7315         * ext/gconf/gstgconfaudiosink.c:
7316           Fix warning when building without debug.
7317
7318         * sys/oss/gstossmixertrack.c:
7319           Use const like in alsamixertrack.c (fixes warnings).
7320
7321 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7322
7323         * sys/v4l2/v4l2src_calls.c:
7324         (gst_v4l2src_probe_caps_for_format_and_size):
7325         Fix framerate detection code some more.
7326         Handle the case where there is a weird step in the stepwise framerates.
7327         Don't overwrite the min interval with the framerate, use a temp variable
7328         instead.
7329         Use max in the Continuous framerate intervals instead of step, which is
7330         1 according to the docs. Fixes #475424.
7331
7332 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7333
7334         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7335         Make udpsrc timestamp outgoing buffers based on when they were received.
7336         Also make it output a segment in time.
7337
7338 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7339
7340         * gst/avi/gstavidemux.c:
7341           Plug a little leak. Little code cleanups.
7342
7343 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7344
7345         * configure.ac:
7346           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7347           flac versions, 's good for cross-compilation karma.
7348
7349 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7352
7353         * gst/rtp/gstrtph263pay.c:
7354           Fix up header structure so that compilers don't add padding
7355           between the structure fields, since that would lead to us
7356           sending RTP packets with broken headers (as is currently the
7357           case when compiling with MSVC). Also see similar fixes in
7358           libgstrtp in gst-plugins-base. (#474616; #471194)
7359
7360 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7361
7362         * sys/v4l2/v4l2src_calls.c:
7363         (gst_v4l2src_probe_caps_for_format_and_size):
7364         Don't overwrite our GValue with 0 but instead use the previously
7365         computed value. Fixes #471823 some more.
7366
7367 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7368
7369         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7370           No tabs in this file please, or gtk-doc will end up documenting
7371           rather absurd class hierarchies.
7372
7373 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7374
7375         * ext/gconf/gstswitchsink.c:
7376           If the new kid element fails to change state for some reason
7377           (e.g. esdsink not being able to connect to the sound server),
7378           forward the error message it posted on the bus instead of just
7379           posting a generic 'Internal state change error: please file a
7380           bug' error message. Fixes #471364.
7381
7382 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7383
7384         * gst/qtdemux/Makefile.am:
7385         * gst/qtdemux/qtdemux.c:
7386           Don't assume tags are encoded as UTF-8 (#473670).
7387
7388 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7389
7390         * sys/v4l2/gstv4l2src.c:
7391         * sys/v4l2/gstv4l2src.h:
7392         * sys/v4l2/v4l2src_calls.c:
7393           Implement LATENCY queries in the crudest way possible so I don't
7394           have to use sync=false any longer when testing with videosinks.
7395
7396 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7397
7398         * configure.ac:
7399           Fix build.
7400
7401 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7402
7403         * sys/v4l2/v4l2src_calls.c:
7404         (gst_v4l2src_probe_caps_for_format_and_size):
7405         Add some more debugging in the framerate function.
7406         Iterate stepwise framerate up to and _including_ the max and if nothing
7407         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7408         don't end up with an empty list. Fixes #471823
7409
7410 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7411
7412         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7413         (gst_multiudpsink_set_clients_string),
7414         (gst_multiudpsink_get_clients_string),
7415         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7416         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7417         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7418         (gst_multiudpsink_clear):
7419         Add property do configure destination address/port pairs
7420         API:GstMultiUDPSink::clients
7421
7422 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7423
7424         * tests/examples/Makefile.am:
7425         * tests/examples/rtp/Makefile.am:
7426         * tests/examples/rtp/client-H263p-AMR.sh:
7427         * tests/examples/rtp/client-H263p-PCMA.sdp:
7428         * tests/examples/rtp/client-H263p-PCMA.sh:
7429         * tests/examples/rtp/client-H264-PCMA.sdp:
7430         * tests/examples/rtp/client-H264-PCMA.sh:
7431         * tests/examples/rtp/client-PCMA.sh:
7432         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7433         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7434         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7435         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7436         Added some RTP example scripts for sending and receiving RTP streams.
7437
7438 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7439
7440         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7441         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7442         Restructure the setcaps function so that we can also compute the
7443         expected GStreamer output size of the video frames.
7444         Set frame_byte_size correctly so that read-based devices have a chance
7445         of working correctly.
7446         When grabbing a frame, discard frames that are not of the expected size.
7447         Some cameras don't output the right framesize for the first buffer.
7448         Try only a couple of times to get a valid frame, else error out.
7449
7450         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7451         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7452         Add some more debug info when scanning the device.
7453
7454         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7455         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7456         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7457         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7458         Add some more debug info when dequeing a frame.
7459
7460 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7461
7462         * gst/wavparse/gstwavparse.c:
7463           More code cleanups. Add some more comment and improve debugs logs.
7464
7465 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7466
7467         * gst/wavparse/gstwavparse.c:
7468         * gst/wavparse/gstwavparse.h:
7469           Implement seek-query. Refactor duration calculations. Appropriate use
7470           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7471           out of loops.
7472
7473 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7474
7475         * gst/avi/gstavidemux.c:
7476           Implement seek-query.
7477
7478 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7479
7480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7481         (gst_rtspsrc_dup_printf):
7482         Use new basesink async property to make sparse RTCP packet not wait for
7483         preroll.
7484
7485 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7486
7487         * gst/audiofx/Makefile.am:
7488         Dist the right file.
7489
7490 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7491
7492         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7493         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7494         Make sure we generate and parse floating point values in the POSIX
7495         locale instead of the current locale. 
7496
7497 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7498
7499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7500         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7501         (gst_rtspsrc_play):
7502         * gst/rtsp/gstrtspsrc.h:
7503         Fix method detection again.
7504         Keep track of when we must send a Range header.
7505         Use segment values for Range, Speed and Scale headers.
7506         Parse Speed and Scale headers to update the segment values.
7507
7508 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7509
7510         patch by: Mark Nauwelaerts <manauw@skynet.be>
7511
7512         * sys/v4l2/v4l2src_calls.c:
7513           Handle optional v4l2 ioctls gracefully.
7514
7515 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7516
7517         * gst/rtp/Makefile.am:
7518         * gst/rtp/gstrtp.c: (plugin_init):
7519         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7520         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7521         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7522         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7523         (gst_rtp_h263_depay_get_property),
7524         (gst_rtp_h263_depay_change_state),
7525         (gst_rtp_h263_depay_plugin_init):
7526         * gst/rtp/gstrtph263depay.h:
7527         Added an H263 depayloader. Fixes #369392.
7528
7529         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7530         (gst_rtp_h263p_depay_process):
7531         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7532         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7533         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7534         payloads.
7535         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7536
7537 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7538
7539         * gst/audiofx/audiochebyshevfreqband.c:
7540         * gst/audiofx/audiochebyshevfreqlimit.c:
7541         Add small comparision with the windowed sinc filters in the docs.
7542
7543 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7544
7545         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7546         (audiochebyshevfreqband_suite):
7547         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7548         (audiochebyshevfreqlimit_suite):
7549         Also test 32 bit float mode and the type 2 variants of the filters.
7550
7551 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7552
7553         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7554         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7555         (gst_rtspsrc_loop):
7556         Refactor the udp and interleaved loop function a bit.
7557
7558 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7559
7560         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7561         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7562         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7563         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7564         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7565         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7566         * gst/rtsp/gstrtspsrc.h:
7567         Protect connection activity with a new lock, avoids deadlocks when going
7568         to PAUSED. Fixes #455808.
7569
7570 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7571
7572         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7573         Fix debug statement.
7574
7575 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7576
7577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7578         Fix stray %u in debug line as spotted by Saur on IRC.
7579
7580 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7581
7582         * gst/audiofx/audiochebyshevfreqband.c:
7583         (gst_audio_chebyshev_freq_band_class_init):
7584         * gst/audiofx/audiochebyshevfreqlimit.c:
7585         (gst_audio_chebyshev_freq_limit_class_init):
7586         Use generator macros for the process functions for the different
7587         sample types, add lower upper boundaries for the GObject properties
7588         so automatically generated UIs can use sliders and add a note about
7589         the number of poles as a too high number of poles combined with
7590         very low or very high frequencies will produce only noise.
7591         * docs/plugins/gst-plugins-good-plugins.args:
7592         Regenerated for the property changes.
7593
7594 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7595
7596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7597         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7598         (gst_rtspsrc_stream_configure_udp_sink),
7599         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7600         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7601         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7602         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7603         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7604         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7605         * gst/rtsp/gstrtspsrc.h:
7606         Improve timeout handling.
7607         Use the same socket for sending and receiving RTCP packets so that some
7608         servers can track clients better.
7609         Improve connection closed handling. Try to reconnect.
7610         Don't overwrite our content base with NULL.
7611         Improve debugging.
7612         Improve range parsing and handling.
7613         Remove flushing hack now that core does the right thing.
7614
7615 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7616
7617         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7618         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7619         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7620         (gst_multiudpsink_close), (gst_multiudpsink_add):
7621         * gst/udp/gstmultiudpsink.h:
7622         Add support for getting and setting the socket to use.
7623
7624         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7625         (gst_udpsrc_create), (gst_udpsrc_get_property):
7626         Add support for getting the currently used socket.
7627
7628 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7629
7630         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7631
7632         * gst/audiofx/Makefile.am:
7633         * gst/audiofx/audiochebyshevfreqband.c:
7634         (gst_audio_chebyshev_freq_band_mode_get_type),
7635         (gst_audio_chebyshev_freq_band_base_init),
7636         (gst_audio_chebyshev_freq_band_dispose),
7637         (gst_audio_chebyshev_freq_band_class_init),
7638         (gst_audio_chebyshev_freq_band_init),
7639         (generate_biquad_coefficients), (calculate_gain),
7640         (generate_coefficients),
7641         (gst_audio_chebyshev_freq_band_set_property),
7642         (gst_audio_chebyshev_freq_band_get_property),
7643         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7644         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7645         (gst_audio_chebyshev_freq_band_start):
7646         * gst/audiofx/audiochebyshevfreqband.h:
7647         * gst/audiofx/audiochebyshevfreqlimit.c:
7648         (gst_audio_chebyshev_freq_limit_mode_get_type),
7649         (gst_audio_chebyshev_freq_limit_base_init),
7650         (gst_audio_chebyshev_freq_limit_dispose),
7651         (gst_audio_chebyshev_freq_limit_class_init),
7652         (gst_audio_chebyshev_freq_limit_init),
7653         (generate_biquad_coefficients), (calculate_gain),
7654         (generate_coefficients),
7655         (gst_audio_chebyshev_freq_limit_set_property),
7656         (gst_audio_chebyshev_freq_limit_get_property),
7657         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7658         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7659         (gst_audio_chebyshev_freq_limit_start):
7660         * gst/audiofx/audiochebyshevfreqlimit.h:
7661         * gst/audiofx/audiofx.c: (plugin_init):
7662         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7663         Fixes #464800.
7664
7665         * tests/check/Makefile.am:
7666         * tests/check/elements/.cvsignore:
7667         * tests/check/elements/audiochebyshevfreqband.c:
7668         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7669         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7670         * tests/check/elements/audiochebyshevfreqlimit.c:
7671         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7672         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7673         Add unit tests for the chebyshev filters.
7674
7675         * docs/plugins/Makefile.am:
7676         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7677         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7678         * docs/plugins/gst-plugins-good-plugins.args:
7679         * docs/plugins/inspect/plugin-1394.xml:
7680         * docs/plugins/inspect/plugin-audiofx.xml:
7681         * docs/plugins/inspect/plugin-dv.xml:
7682         * docs/plugins/inspect/plugin-flac.xml:
7683         * docs/plugins/inspect/plugin-jpeg.xml:
7684         * docs/plugins/inspect/plugin-png.xml:
7685         * docs/plugins/inspect/plugin-rtp.xml:
7686         * docs/plugins/inspect/plugin-shout2send.xml:
7687         * docs/plugins/inspect/plugin-wavpack.xml:
7688         And add docs for the chebyshev filters. While doing
7689         that also run make update in docs/plugins.
7690
7691 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7692
7693         * ext/annodex/gstcmmltag.c:
7694         * gst/rtp/gstrtpvorbispay.c:
7695           Make ro memory to share.
7696
7697 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7698
7699         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7700         Improve UDP performance by avoiding a select() when we have data
7701         available immediatly.
7702
7703 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7704
7705         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7706         (gst_rtp_dec_class_init):
7707         * gst/rtsp/gstrtpdec.h:
7708         Add (dummy) SSRC management signals.
7709
7710         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7711         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7712         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7713         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7714         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7715         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7716         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7717         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7718         * gst/rtsp/gstrtspsrc.h:
7719         Add connection-speed property.
7720         Add find_stream helper functions.
7721         Handle stream EOS based on BYE messages or SSRC timeout.
7722         Returns SUCCESS from the state change function as we hide our async
7723         elements from the parent.
7724
7725 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7726
7727         * gst/debug/rndbuffersize.c:
7728           Fix da leak.
7729
7730 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7731
7732         * gst/debug/Makefile.am:
7733         * gst/debug/breakmydata.c:
7734         * gst/debug/gstdebug.c:
7735         * gst/debug/negotiation.c:
7736         * gst/debug/progressreport.c:
7737         * gst/debug/rndbuffersize.c:
7738         * gst/debug/testplugin.c:
7739           Add new test element and clean-up the others a little.
7740
7741 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7742
7743         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7744         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7745
7746 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7747
7748         * gst/rtp/gstrtpilbcdepay.c:
7749           Include stdlib.
7750
7751 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7752
7753         * gst/rtp/gstrtpmpvdepay.c:
7754         Set the mpegversion in the caps so that autoplugging does not get
7755         confused.
7756
7757 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7758
7759         * po/hu.po:
7760         * po/uk.po:
7761         * po/vi.po:
7762           Updated translations.
7763
7764 2007-08-08  Michael Smith <msmith@fluendo.com>
7765
7766         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7767           Render right border in the correct location.
7768
7769 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7770
7771         Patch by: Olivier Crete <tester at tester dot ca>
7772
7773         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7774         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7775         Make mode property a string. Fixes #464475.
7776
7777 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7778
7779         * ext/flac/gstflacenc.c:
7780           Widen caps to match decoder a bit and add more FIXMEs.
7781
7782 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7783
7784         patch by: Mark Nauwelaerts <manauw@skynet.be>
7785
7786         * gst/avi/gstavimux.c:
7787           Fix ODML index tag numbering. Fixes #463624.
7788
7789 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7790
7791         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7792         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7793         (gst_rtspsrc_stream_configure_tcp),
7794         (gst_rtspsrc_stream_configure_udp_sink):
7795         Fix default clock-rate for realmedia.
7796         Fix parsing of transport.
7797         Don't try to link NULL pads.
7798
7799 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7800
7801         * po/POTFILES.skip:
7802           Add POTFILES.skip with list of source files that aren't disted at the
7803           moment but contain translatable strings. Should hopefully pacify
7804           broken tools and make it clearer that these files are left out
7805           intentionally (#461600).
7806
7807 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7808
7809         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7810         If the buffer was entirely clipped ... don't try sending it :)
7811
7812 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7813
7814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7815         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7816         (gst_rtspsrc_create_transports_string),
7817         (gst_rtspsrc_prepare_transports):
7818         If we don't hav a session manager, set the caps on outgoing buffers
7819         ourselves.
7820         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7821         Append final bit of the transport string even when it does not contain a
7822         placeholder.
7823
7824 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7825
7826         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7827         (gst_rtsp_ext_list_connect):
7828         * gst/rtsp/gstrtspext.h:
7829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7830         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7831         Clean up the interface list.
7832         Allow connecting to interface signals for the extensions.
7833         Remove old extension code.
7834         Free list on cleanup.
7835         Allow extensions to send additional RTSP messages.
7836
7837 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7838
7839         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7840         Handle a NULL gconf key gracefully by rendering the default element.
7841
7842 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7843
7844         * gst/rtsp/gstrtspext.h:
7845         Fix include path for extension interface.
7846
7847 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7848
7849         * gst/audiofx/audioamplify.h:
7850         Also remove a now unecessary variable here.
7851
7852 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7853
7854         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7855         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7856         * gst/audiofx/audiodynamic.c:
7857         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7858         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7859         * gst/audiofx/audiodynamic.h:
7860         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7861         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7862         * gst/audiofx/audioinvert.h:
7863         Don't save format information ourselves, this is already saved in
7864         GstAudioFilter.
7865
7866 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7867
7868         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7869         (gst_rtsp_ext_list_stream_select):
7870         * gst/rtsp/gstrtspext.h:
7871         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7872         Use rank to filter out extensions.
7873         Add url to stream_select interface call.
7874
7875 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7876
7877         * gst/rtsp/Makefile.am:
7878         * gst/rtsp/base64.c:
7879         * gst/rtsp/base64.h:
7880         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7881         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7882         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7883         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7884         (gst_rtsp_ext_list_setup_media),
7885         (gst_rtsp_ext_list_configure_stream),
7886         (gst_rtsp_ext_list_get_transports),
7887         (gst_rtsp_ext_list_stream_select):
7888         * gst/rtsp/gstrtspext.h:
7889         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7890         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7891         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7892         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7893         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7894         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7895         (gst_rtspsrc_stream_configure_tcp),
7896         (gst_rtspsrc_stream_configure_mcast),
7897         (gst_rtspsrc_stream_configure_udp),
7898         (gst_rtspsrc_stream_configure_udp_sink),
7899         (gst_rtspsrc_stream_configure_transport),
7900         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7901         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7902         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7903         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7904         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7905         (gst_rtspsrc_parse_methods),
7906         (gst_rtspsrc_create_transports_string),
7907         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7908         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7909         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7910         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7911         * gst/rtsp/gstrtspsrc.h:
7912         * gst/rtsp/rtsp.h:
7913         * gst/rtsp/rtspconnection.c:
7914         * gst/rtsp/rtspconnection.h:
7915         * gst/rtsp/rtspdefs.c:
7916         * gst/rtsp/rtspdefs.h:
7917         * gst/rtsp/rtspext.h:
7918         * gst/rtsp/rtspextwms.c:
7919         * gst/rtsp/rtspextwms.h:
7920         * gst/rtsp/rtspmessage.c:
7921         * gst/rtsp/rtspmessage.h:
7922         * gst/rtsp/rtsprange.c:
7923         * gst/rtsp/rtsprange.h:
7924         * gst/rtsp/rtsptransport.c:
7925         * gst/rtsp/rtsptransport.h:
7926         * gst/rtsp/rtspurl.c:
7927         * gst/rtsp/rtspurl.h:
7928         * gst/rtsp/sdp.h:
7929         * gst/rtsp/sdpmessage.c:
7930         * gst/rtsp/sdpmessage.h:
7931         * gst/rtsp/test.c:
7932         Use shiny new RTSP and SDP library.
7933         Implement RTSP extensions using the new interface.
7934         Remove a lot of old code.
7935
7936 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7937
7938         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7939         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7940
7941 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7942
7943         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7944         Don't unref the outgoing buffer twice when dropping it because it's
7945         outside of the segment.
7946
7947 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7948
7949         * configure.ac:
7950         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7951         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7952         Use the new buffer clipping function from gstaudio here and
7953         require gst-plugins-base CVS.
7954         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7955         For framed Wavpack buffers we require a valid timestamp.
7956
7957 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7958
7959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7960         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7961         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7962         Clip raw audio and video when we can, keep track of current output
7963         segment.
7964         Don't leak buffers and events when there is no output pad.
7965         Improve debugging here and there.
7966
7967 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7968
7969         * configure.ac:
7970           Sync liboil check with plugins-base.
7971
7972 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7973
7974         * ext/annodex/Makefile.am:
7975           Fix CFLAGS/LIBS.
7976
7977         * ext/cdio/gstcdiocddasrc.c:
7978         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7979           Include stdlib
7980
7981         * ext/cairo/Makefile.am:
7982         * gst/videofilter/Makefile.am:
7983         * tests/examples/level/Makefile.am:
7984           Use $(LIBM) instead of -lm
7985
7986 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7987
7988         * sys/v4l2/gstv4l2src.c:
7989           Add another example pipeline.
7990
7991 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7992
7993         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7994
7995         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7996           Use define here.
7997
7998         * sys/v4l2/gstv4l2tuner.c:
7999         (gst_v4l2_tuner_set_frequency_and_notify):
8000           Don't touch the property - its still disabled.
8001
8002         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8003         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8004         * sys/v4l2/v4l2src_calls.h:
8005           Improve fallback format negotionation. Fixes #451388
8006
8007 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8008
8009         * tests/check/elements/videocrop.c: (GST_START_TEST):
8010           Fix the test.
8011
8012 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8013
8014         * docs/plugins/Makefile.am:
8015         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8016         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8017         * docs/plugins/inspect/plugin-jpeg.xml:
8018         * docs/plugins/inspect/plugin-png.xml:
8019         * ext/jpeg/gstjpegdec.c:
8020         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8021         (gst_pngdec_sink_setcaps):
8022           More docs. More logs in pngdec.
8023
8024 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8025
8026         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8027           Initialize num_buffers with minimum value.
8028
8029         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8030         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8031           Handle frame-size query failure gracefully.
8032
8033 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8034
8035         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8036         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8037         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8038         of qt/aac files.
8039
8040 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8041
8042         * ext/wavpack/gstwavpackdec.c:
8043         (gst_wavpack_dec_clip_outgoing_buffer):
8044         Fix buffer clipping to correctly clip to the segment stop.
8045
8046 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8047
8048         * configure.ac:
8049         * tests/Makefile.am:
8050         Remove bogus check for libcheck, since we check for
8051         gstreamer-check and it pulls in the required info from there,
8052         and we weren't actually _using_ the information for libcheck
8053         ourselves anyway.
8054
8055 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8056
8057         * configure.ac:
8058           Use pkg-config to locate check.
8059
8060 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8061
8062         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8063         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8064         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8065         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8066         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8067         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8068         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8069         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8070         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8071         * gst/effectv/gstrev.c: (gst_revtv_transform):
8072         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8073         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8074         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8075         * gst/matroska/matroska-demux.c:
8076         (gst_matroska_demux_add_wvpk_header),
8077         (gst_matroska_demux_check_subtitle_buffer),
8078         (gst_matroska_decode_buffer):
8079         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8080           Fix build against core CVS.
8081
8082 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8083
8084         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8085         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8086         don't have enough granularity to convert that boolean into a
8087         GstFlowReturn.
8088
8089 2007-07-06  Michael Smith <msmith@fluendo.com>
8090
8091         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8092         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8093         (gst_alawdec_change_state):
8094         * gst/law/alaw-decode.h:
8095         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8096         (gst_mulawdec_class_init), (gst_mulawdec_init),
8097         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8098         * gst/law/mulaw-decode.h:
8099           Fix capsnego bogosity in *law decoders. 
8100
8101 2007-07-06  Michael Smith <msmith@fluendo.com>
8102
8103         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8104         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8105         (gst_smokeenc_change_state):
8106         * ext/jpeg/gstsmokeenc.h:
8107           Remove stupidity in get/set caps functions.
8108           Fix some refcounting problems.
8109
8110 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8111
8112         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8113         Remove endianness-flipping hack that seems to have been required
8114         only because of a bug in ffmpegcolorspace.
8115         Partially Fixes: #451908
8116
8117 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8118
8119         * docs/plugins/Makefile.am:
8120           Simplify --extra-dir as gtkdoc scans recursively.
8121
8122 2007-07-03  Wim Taymans  <wim@fluendo.com>
8123
8124         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8125
8126         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8127         Set the encoding-name in the rtp caps to all uppercase, as required by
8128         the caps spec.
8129         Some small cleanups in the error paths. Fixes #453037.
8130
8131 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8132
8133         * ext/wavpack/gstwavpackparse.c:
8134         (gst_wavpack_parse_index_get_last_entry),
8135         (gst_wavpack_parse_index_get_entry_from_sample),
8136         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8137         (gst_wavpack_parse_scan_to_find_sample):
8138         * ext/wavpack/gstwavpackparse.h:
8139         Use a GSList for the GArray that is used like a list anyway.
8140
8141 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8142
8143         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8144         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8145         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8146           Add state change function where we set 0/1 as default framerate in
8147           case our setcaps function isn't called, like it might not in a
8148           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8149           gdkpixbufdec trying to create caps with a 0/0 framerate.
8150           Also post an error message on the bus if gst_pad_push() fails when
8151           called from our sink event handler (+1 for flow returns for event
8152           functions in 0.11) instead of failing silently.
8153
8154 2007-06-27  Wim Taymans  <wim@fluendo.com>
8155
8156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8157         Cast stack args to the proper types. Fixes #451249.
8158
8159 2007-06-27  Wim Taymans  <wim@fluendo.com>
8160
8161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8162         (new_session_pad), (gst_rtspsrc_setup_streams):
8163         * gst/rtsp/gstrtspsrc.h:
8164         For container formats we only need to activate one of the streams so
8165         that we correctly signal no-more-pads. Fixes #451015.
8166
8167 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8168
8169         * docs/plugins/gst-plugins-good-plugins.args:
8170         * docs/plugins/inspect/plugin-aasink.xml:
8171         * docs/plugins/inspect/plugin-alaw.xml:
8172         * docs/plugins/inspect/plugin-alpha.xml:
8173         * docs/plugins/inspect/plugin-alphacolor.xml:
8174         * docs/plugins/inspect/plugin-annodex.xml:
8175         * docs/plugins/inspect/plugin-apetag.xml:
8176         * docs/plugins/inspect/plugin-audiofx.xml:
8177         * docs/plugins/inspect/plugin-auparse.xml:
8178         * docs/plugins/inspect/plugin-autodetect.xml:
8179         * docs/plugins/inspect/plugin-avi.xml:
8180         * docs/plugins/inspect/plugin-cacasink.xml:
8181         * docs/plugins/inspect/plugin-cairo.xml:
8182         * docs/plugins/inspect/plugin-cdio.xml:
8183         * docs/plugins/inspect/plugin-cutter.xml:
8184         * docs/plugins/inspect/plugin-debug.xml:
8185         * docs/plugins/inspect/plugin-efence.xml:
8186         * docs/plugins/inspect/plugin-effectv.xml:
8187         * docs/plugins/inspect/plugin-esdsink.xml:
8188         * docs/plugins/inspect/plugin-flac.xml:
8189         * docs/plugins/inspect/plugin-flxdec.xml:
8190         * docs/plugins/inspect/plugin-gconfelements.xml:
8191         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8192         * docs/plugins/inspect/plugin-goom.xml:
8193         * docs/plugins/inspect/plugin-halelements.xml:
8194         * docs/plugins/inspect/plugin-icydemux.xml:
8195         * docs/plugins/inspect/plugin-id3demux.xml:
8196         * docs/plugins/inspect/plugin-jpeg.xml:
8197         * docs/plugins/inspect/plugin-ladspa.xml:
8198         * docs/plugins/inspect/plugin-level.xml:
8199         * docs/plugins/inspect/plugin-matroska.xml:
8200         * docs/plugins/inspect/plugin-mulaw.xml:
8201         * docs/plugins/inspect/plugin-multipart.xml:
8202         * docs/plugins/inspect/plugin-navigationtest.xml:
8203         * docs/plugins/inspect/plugin-ossaudio.xml:
8204         * docs/plugins/inspect/plugin-png.xml:
8205         * docs/plugins/inspect/plugin-quicktime.xml:
8206         * docs/plugins/inspect/plugin-rtp.xml:
8207         * docs/plugins/inspect/plugin-rtsp.xml:
8208         * docs/plugins/inspect/plugin-smpte.xml:
8209         * docs/plugins/inspect/plugin-speex.xml:
8210         * docs/plugins/inspect/plugin-taglib.xml:
8211         * docs/plugins/inspect/plugin-udp.xml:
8212         * docs/plugins/inspect/plugin-videobalance.xml:
8213         * docs/plugins/inspect/plugin-videobox.xml:
8214         * docs/plugins/inspect/plugin-videocrop.xml:
8215         * docs/plugins/inspect/plugin-videoflip.xml:
8216         * docs/plugins/inspect/plugin-videomixer.xml:
8217         * docs/plugins/inspect/plugin-wavenc.xml:
8218         * docs/plugins/inspect/plugin-wavparse.xml:
8219         * docs/plugins/inspect/plugin-ximagesrc.xml:
8220           Update docs with caps info.
8221
8222 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8223
8224         * po/POTFILES.in:
8225           Add more files with translatable strings (#450878).
8226
8227 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8228
8229         * MAINTAINERS:
8230         Updating all the maintainers files
8231
8232 2007-06-22  Edward Hervey  <edward@fluendo.com>
8233
8234         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8235         * gst/interleave/deinterleave.c: (deinterleave_init),
8236         (deinterleave_sink_link):
8237         * gst/interleave/interleave.c: (interleave_init):
8238         * gst/median/gstmedian.c: (gst_median_init):
8239         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8240         Fix memory leaks.
8241         * tests/check/elements/id3demux.c: (pad_added_cb):
8242         Remove unused variable.
8243
8244 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8245
8246         * ext/gconf/gconf.h:
8247         Make the prototype of gst_gconf_get_key_for_sink_profile
8248         match the implementation.
8249         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8250         Fixes: #449747
8251
8252 2007-06-20  Michael Smith <msmith@fluendo.com>
8253
8254         * gst/rtp/gstrtpdepay.c:
8255           Fix description - rtpdepay is not a payloader.
8256
8257 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8258
8259         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8260         (qtdemux_video_caps):
8261         * gst/qtdemux/qtdemux_fourcc.h:
8262           Add MJPG to the variants of motion jpeg.
8263
8264 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8265
8266         * tests/check/Makefile.am:
8267         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8268         * tests/check/elements/videocrop.c: (GST_START_TEST):
8269         * tests/check/elements/videofilter.c:
8270         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8271         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8272           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8273           error flags are included and it errors out on compiler warnings
8274           for CVS builds; remove unused variables in various unit tests.
8275
8276 2007-06-19  Wim Taymans  <wim@fluendo.com>
8277
8278         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8279         (rtsp_connection_close), (rtsp_connection_free):
8280         Use threadsafe inet_ntop to convert an ip number to a string. 
8281         Fixes #447961.
8282         Don't leak fd (and ip) when freeing a connection without first closing
8283         it.
8284
8285 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8286
8287         * configure.ac:
8288         Back to CVS
8289
8290         * gst-plugins-good.doap:
8291         Add 0.10.6 to the doap file.
8292
8293 === release 0.10.6 ===
8294
8295 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8296
8297         * configure.ac:
8298           releasing 0.10.6, "Wobble Board"
8299
8300 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8301
8302         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8303         (rtsp_connection_free):
8304           Revert previous commit again, since we are frozen (sorry).
8305
8306 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8307
8308         Patch by: Peter Kjellerstedt <pkj at axis com>
8309
8310         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8311         (rtsp_connection_free):
8312           inet_ntoa() uses a static buffer internally, so we need to copy the
8313           returned string if we want to store it for later (#447961).
8314
8315 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8316
8317         * win32/vs6/autogen.dsp:
8318         * win32/vs6/gst_plugins_good.dsw:
8319         * win32/vs6/libgstalaw.dsp:
8320         * win32/vs6/libgstalpha.dsp:
8321         * win32/vs6/libgstalphacolor.dsp:
8322         * win32/vs6/libgstapetag.dsp:
8323         * win32/vs6/libgstaudiofx.dsp:
8324         * win32/vs6/libgstauparse.dsp:
8325         * win32/vs6/libgstautodetect.dsp:
8326         * win32/vs6/libgstavi.dsp:
8327         * win32/vs6/libgstcutter.dsp:
8328         * win32/vs6/libgstdirectdraw.dsp:
8329         * win32/vs6/libgstdirectsound.dsp:
8330         * win32/vs6/libgsteffectv.dsp:
8331         * win32/vs6/libgstflx.dsp:
8332         * win32/vs6/libgstgoom.dsp:
8333         * win32/vs6/libgsticydemux.dsp:
8334         * win32/vs6/libgstid3demux.dsp:
8335         * win32/vs6/libgstinterleave.dsp:
8336         * win32/vs6/libgstjpeg.dsp:
8337         * win32/vs6/libgstlevel.dsp:
8338         * win32/vs6/libgstmatroska.dsp:
8339         * win32/vs6/libgstmedian.dsp:
8340         * win32/vs6/libgstmonoscope.dsp:
8341         * win32/vs6/libgstmulaw.dsp:
8342         * win32/vs6/libgstmultipart.dsp:
8343         * win32/vs6/libgstqtdemux.dsp:
8344         * win32/vs6/libgstrtp.dsp:
8345         * win32/vs6/libgstrtsp.dsp:
8346         * win32/vs6/libgstsmpte.dsp:
8347         * win32/vs6/libgstspeex.dsp:
8348         * win32/vs6/libgstudp.dsp:
8349         * win32/vs6/libgstvideobalance.dsp:
8350         * win32/vs6/libgstvideobox.dsp:
8351         * win32/vs6/libgstvideocrop.dsp:
8352         * win32/vs6/libgstvideoflip.dsp:
8353         * win32/vs6/libgstvideomixer.dsp:
8354         * win32/vs6/libgstwaveform.dsp:
8355         * win32/vs6/libgstwavenc.dsp:
8356         * win32/vs6/libgstwavparse.dsp:
8357         Mark *.dsp & *.dsw as binary files and convert to DOS line
8358         endings, as they don't load into VS6 correctly otherwise.
8359
8360 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8361
8362         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8363         (rtsp_connection_connect):
8364         Fix the MingW build. 
8365         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8366         Fixes: #446981
8367
8368 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8369
8370         * tests/check/elements/.cvsignore:
8371         * tests/icles/.cvsignore:
8372         Hush the buildbots up
8373
8374 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8375
8376         * configure.ac:
8377         * sys/Makefile.am:
8378         * sys/directdraw/Makefile.am:
8379         * sys/directsound/Makefile.am:
8380         * sys/waveform/Makefile.am:
8381         Make sure to dist everything needed for win32 builds.
8382
8383 2007-06-14  Edward Hervey  <edward@fluendo.com>
8384
8385         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8386         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8387         caps.
8388         Fixes #447458
8389
8390 2007-06-13  Wim Taymans  <wim@fluendo.com>
8391
8392         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8393         Make sure we allocate enough memory for the codec_data.
8394         Fixes #447210.
8395
8396 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8397
8398         * win32/MANIFEST:
8399         Add videocrop project file to the win32 manifest.
8400         * win32/vs6/gst_plugins_good.dsw:
8401         Add qtdemux,videocrop and waveform projects to the workspace.
8402         * win32/vs6/libgstqtdemux.dsp:
8403         Add zlib to the link list of qtdemux.
8404         * win32/vs6/libgstvideocrop.dsp:
8405         Add a project file for videocrop.
8406
8407 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8408
8409         * po/POTFILES.in:
8410         Add qtdemux for translation
8411
8412 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8413
8414         * configure.ac:
8415         * docs/plugins/Makefile.am:
8416         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8417         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8418         * docs/plugins/inspect/plugin-videocrop.xml:
8419         * gst-plugins-good.spec.in:
8420         * sys/Makefile.am:
8421         * tests/check/Makefile.am:
8422         * tests/icles/Makefile.am:
8423         * tests/icles/videocrop-test.c:
8424         Move videocrop and osxvideo from -bad.
8425
8426 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8427
8428         * configure.ac:
8429         * docs/plugins/Makefile.am:
8430         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8431         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8432         * docs/plugins/gst-plugins-good-plugins.args:
8433         * docs/plugins/inspect/plugin-qtdemux.xml:
8434         * docs/plugins/inspect/plugin-quicktime.xml:
8435         * win32/MANIFEST:
8436         Move qtdemux from -bad.
8437
8438         * gst-plugins-good.spec.in:
8439         Update spec file to reflect moving of qtdemux and wavpack
8440
8441 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8442         
8443         * win32/MANIFEST:
8444         * docs/plugins/Makefile.am:
8445         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8446         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8447         * docs/plugins/inspect/plugin-directdraw.xml:
8448         * docs/plugins/inspect/plugin-directsound.xml:
8449         * docs/plugins/inspect/plugin-waveform.xml:
8450         Move the waveform plugin from -bad too. Update the inspect xml
8451         files to mention Plugins Good instead of Plugins Bad.
8452
8453 2007-06-12  Andy Wingo  <wingo@pobox.com>
8454
8455         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8456         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8457         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8458         finalization and resuscitation. No longer public.
8459         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8460         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8461         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8462         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8463         miniobject semantics, and be threadsafe.
8464         (gst_v4l2src_queue_frame): Remove this function, as we just call
8465         the ioctls directly in the two places where we queue buffers.
8466         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8467         directly.
8468         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8469         to allocate the pool, which also preallocates the GstBuffers.
8470         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8471         queueing the frames directly.
8472         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8473         mmap buffers have been dequeued.
8474
8475         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8476         real MiniObject instead of rolling our own refcounting and
8477         finalizing. Give it a lock.
8478         (struct _GstV4l2Buffer): Remove one intermediary object, having
8479         the buffers hold the struct v4l2_buffer directly.
8480
8481         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8482         capture_init so that it can set them on the buffers that it will
8483         create.
8484         (gst_v4l2src_get_read): For better or for worse, include the
8485         timestamping and offsetting code here; really we should be using
8486         bufferalloc though.
8487         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8488         preallocated, mmap'd buffers.
8489
8490 2007-06-11  Wim Taymans  <wim@fluendo.com>
8491
8492         Patch by: daniel fischer <dan at f3c dot com>
8493
8494         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8495         (gst_ximage_src_get_caps):
8496         Actually use the display_name property so that we can dump any
8497         available X display. Fixes #445905.
8498
8499 2007-06-11  Wim Taymans  <wim@fluendo.com>
8500
8501         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8502
8503         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8504         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8505         Add missing rate fields to caps. Fixes #441118.
8506
8507 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8508
8509         * win32/vs6/gst_plugins_good.dsw:
8510         * win32/vs8/gst-plugins-good.sln:
8511         Add DirectSound and DirectDraw sinks project files to
8512         workspace and solution files.
8513
8514 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8515
8516         Patch by: Josh Coalson <xflac at yahoo dot com>,
8517         updated by Alexis Ballier <aballier at gentoo dot org>:
8518
8519         * configure.ac:
8520         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8521         (gst_flac_dec_setup_seekable_decoder),
8522         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8523         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8524         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8525         * ext/flac/gstflacdec.h:
8526         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8527         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8528         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8529         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8530         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8531         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8532         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8533         * ext/flac/gstflacenc.h:
8534         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8535         
8536 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8537
8538         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8539         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8540         not necessary anymore as we need at least that core version. 
8541
8542 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8543
8544         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8545         (gst_wavpack_dec_chain):
8546         * ext/wavpack/gstwavpackdec.h:
8547         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8548         (gst_wavpack_parse_push_buffer):
8549         * ext/wavpack/gstwavpackparse.h:
8550         Improve discont handling by checking if the next Wavpack block has
8551         the expected, following block index.
8552
8553 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8554
8555         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8556           Fix element description.
8557
8558 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8559
8560         * configure.ac:
8561         * docs/plugins/Makefile.am:
8562         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8563         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8564         * docs/plugins/gst-plugins-good-plugins.args:
8565         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8566         * docs/plugins/gst-plugins-good-plugins.signals:
8567         * docs/plugins/inspect/plugin-autodetect.xml:
8568         * docs/plugins/inspect/plugin-gconfelements.xml:
8569         * docs/plugins/inspect/plugin-ladspa.xml:
8570         * docs/plugins/inspect/plugin-rtp.xml:
8571         * docs/plugins/inspect/plugin-wavpack.xml:
8572         * ext/Makefile.am:
8573         * tests/check/Makefile.am:
8574           move wavpack plugin.  See #352605.
8575
8576 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8577
8578         * configure.ac:
8579         * docs/plugins/Makefile.am:
8580         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8581         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8582         * docs/plugins/gst-plugins-good-plugins.args:
8583         * sys/Makefile.am:
8584         * win32/MANIFEST:
8585         Add DirectDraw & DirectSound plugins to the build and docs.
8586
8587 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8588
8589         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8590         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8591           When operating in pull mode, error out correct on not-linked.
8592
8593 2007-06-06  Andy Wingo  <wingo@pobox.com>
8594
8595         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8596         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8597         format and size if the ioctls are defined; should fix compilation
8598         on Linux < 2.16.19.
8599
8600 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8601
8602         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8603           Printf fixes in debug statements; use LOG level for debug statements
8604           that are printed for each and every frame; convert c++ comments to
8605           C-style comments; not much point using g_try_malloc() if we then not
8606           even check the return value.
8607
8608 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8609
8610         * configure.ac:
8611           Bump requirements to released versions (core and base 0.10.13).
8612
8613         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8614           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8615           own implementation.
8616
8617 2007-06-05  Andy Wingo  <wingo@pobox.com>
8618
8619         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8620         some useless comments.
8621
8622         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8623         frames before calling STREAMON, that might leave them in a state
8624         where they can't be dequeued if we go back to NULL without calling
8625         STREAMON, according to the docs.
8626         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8627         before we call STREAMON.
8628         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8629         failures. (For me this code hung.) The pool refcounting is still
8630         crack; added a note to that effect.
8631
8632 2007-06-05  Wim Taymans  <wim@fluendo.com>
8633
8634         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8635         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8636         Add support for mapping gst structure names to the MIME type equivalent.
8637         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8638
8639 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8640
8641         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8642         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8643         (gst_wavenc_chain), (gst_wavenc_change_state):
8644         * gst/wavenc/gstwavenc.h:
8645         Properly write wav files with width!=depth by having the depth most
8646         significant bytes set and all others zero. Fixes #442535.
8647
8648 2007-06-01  Wim Taymans  <wim@fluendo.com>
8649
8650         * gst/rtsp/rtspconnection.c:
8651         Add include to make buildbot happy.
8652
8653 2007-06-01  Wim Taymans  <wim@fluendo.com>
8654
8655         Patch by: Peter Kjellerstedt  <pkj at axis com>
8656
8657         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8658         (rtsp_connection_connect), (add_date_header),
8659         (rtsp_connection_send), (parse_response_status),
8660         (parse_request_line), (parse_line), (rtsp_connection_receive):
8661         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8662         * gst/rtsp/rtspdefs.h:
8663         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8664         (rtsp_message_init_request), (rtsp_message_init_response),
8665         (rtsp_message_remove_header), (rtsp_message_append_headers),
8666         (rtsp_message_dump):
8667         * gst/rtsp/rtspmessage.h:
8668         Improves version checking, allowing an RTSP server to reply with "505
8669         RTSP Version not supported.
8670         Adds a Date header to all messages.
8671         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8672         want to be able to send a response even if something in the request was
8673         invalid. EINVAL is only used when passing wrong arguments to functions.
8674         Do not handle an invalid method in parse_request_line(). Defer this to
8675         the caller so it can respond with "405 Method Not Allowed".
8676         Improves parsing of the timeout parameter to the Session header,
8677         allowing whitespace after the semicolon. 
8678         Avoids a compiler warning due to variables shadowing a function argument.
8679
8680 2007-06-01  Wim Taymans  <wim@fluendo.com>
8681
8682         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8683
8684         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8685         (gst_rtp_amr_depay_process):
8686         * gst/rtp/gstrtpamrdepay.h:
8687         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8688         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8689         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8690         * gst/rtp/gstrtpamrpay.h:
8691         Add support for AMR-WB.
8692         Small cleanups such as using BOILERPLATE.
8693
8694 2007-05-31  Wim Taymans  <wim@fluendo.com>
8695
8696         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8697         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8698
8699 2007-05-30  Andy Wingo  <wingo@pobox.com>
8700
8701         * sys/v4l2/gstv4l2object.h: 
8702         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8703         unintended changes.
8704
8705         * sys/v4l2/v4l2src_calls.h: 
8706         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8707         the format list in the order that the driver gives it to us.
8708         (gst_v4l2src_probe_caps_for_format_and_size)
8709         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8710         based on the capabilities of the device.
8711         (gst_v4l2src_grab_frame): Update for object variable renaming.
8712         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8713         as in the set_caps below.
8714         (gst_v4l2src_capture_init): Update for object variable renaming,
8715         and reflow.
8716         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8717         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8718         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8719         (gst_v4l2src_get_fps): Remove; these functions don't have much
8720         meaning outside of an atomic set_caps method.
8721         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8722         known.
8723
8724         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8725         call to update_fps; not sure about this change.
8726         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8727         moment we don't have an update_fps_func.
8728
8729         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8730         structures in the object, just store what we need. Do store the
8731         probed caps of the device. Don't store the current frame rate.
8732
8733         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8734         update_fps_function, for now. Update for new object variable
8735         naming.
8736         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8737         new object variable naming.
8738         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8739         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8740         (gst_v4l2src_get_caps): Rework to probe the device for supported
8741         frame sizes and frame rates.
8742         (gst_v4l2src_set_caps): Rework to be strict in the given
8743         parameters: if someone asks us to have a certain size and rate,
8744         that is what we configure.
8745         (gst_v4l2src_get_read): Update for object variable naming. Don't
8746         leak buffers on short reads.
8747         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8748         comments.
8749         (gst_v4l2src_create): Update for object variable naming.
8750
8751 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8752
8753         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8754         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8755         * gst/avi/gstavidemux.h:
8756           Parse subtitle text streams instead of erroring out (#442034). Still
8757           needs a parser for the subtitles to actually show up.
8758
8759 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8762         (gst_avi_demux_loop):
8763           Make _push_event() return TRUE if the event could be pushed on at
8764           least one pad and not only if it could be pushed on all pads,
8765           otherwise we'll end up posting an error message on EOS if one or
8766           more source pads are not connected.
8767
8768 2007-05-28  Wim Taymans  <wim@fluendo.com>
8769
8770         * gst/rtsp/rtsptransport.c:
8771         Use renamed RTP bin.
8772
8773 2007-05-28  Wim Taymans  <wim@fluendo.com>
8774
8775         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8776
8777         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8778         (gst_video_box_set_property), (gst_video_box_transform_caps),
8779         (video_box_recalc_transform), (gst_video_box_set_caps),
8780         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8781         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8782         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8783         (gst_video_box_i420_i420), (gst_video_box_transform),
8784         (plugin_init):
8785         Add AYUV->AYUV and AYUV->I420 formats. 
8786         Fix negotiation and I420->AYUV conversion.
8787         Fixes #429329.
8788
8789 2007-05-26  Wim Taymans  <wim@fluendo.com>
8790
8791         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8792         Use different variables for nested for loops so that the outer loop
8793         functions properly and speex files with multiple frames per buffer work
8794         properly.
8795         Fixes #441408.
8796
8797 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8798
8799         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8800           Don't leak newsegment events.
8801
8802 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8803
8804         * gst/wavparse/Makefile.am:
8805           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8806           drags it in.
8807
8808 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8809
8810         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8811         (notgst_value_array_append_buffer),
8812         (gst_flac_enc_process_stream_headers),
8813         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8814         (gst_flac_enc_change_state):
8815         * ext/flac/gstflacenc.h:
8816           Collect headers, add "streamheader" field to output caps and set
8817           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8818           produces output according to the official FLAC-to-Ogg mapping
8819           instead of completely broken files. Fixes #426044.
8820
8821 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8822
8823         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8824         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8825         (gst_id3demux_sink_event):
8826         * gst/id3demux/gstid3demux.h:
8827         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8828         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8829         (gst_tag_demux_send_new_segment):
8830         Handle and adjust new-segment events so that downstream really
8831         sees a stream with the tag pieces stripped off the front and back.
8832         Fixes strangeness in seeking when mp3 decoders use the new-segment
8833         byte position to estimate their current playback position timestamp
8834         and then the arriving buffers don't match up.
8835
8836 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8837
8838         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8839           Don't unnecessarily perform a READY->NULL->READY transition on the
8840           detected audio sink when starting up. Fixes: #440127
8841
8842 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8843
8844         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8845         (gst_flac_enc_chain):
8846           Don't crash in chain function if setcaps hasn't been called.
8847
8848 2007-05-24  Wim Taymans  <wim@fluendo.com>
8849
8850         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8851         Init value to avoid infinte loops.
8852
8853 2007-05-24  Wim Taymans  <wim@fluendo.com>
8854
8855         Patch by: Peter Kjellerstedt  <pkj at axis com>
8856
8857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8858         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8859         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8860         (gst_rtspsrc_play):
8861         (rtsp_connection_send), (rtsp_connection_receive):
8862         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8863         Fix for new API.
8864
8865         * gst/rtsp/rtspconnection.c: (add_auth_header),
8866         Only add authorisation and session headers when sending messages.
8867
8868         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8869         (rtsp_message_init_request), (rtsp_message_init_response),
8870         (rtsp_message_unset), (rtsp_message_add_header),
8871         (rtsp_message_remove_header), (rtsp_message_get_header),
8872         (rtsp_message_append_headers), (dump_key_value),
8873         (rtsp_message_dump):
8874         * gst/rtsp/rtspmessage.h:
8875         Add support for multiple headers of the same type by storing the parsed
8876         headers in a GArray instaed of a hashtable.
8877
8878 2007-05-21  Wim Taymans  <wim@fluendo.com>
8879
8880         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8881         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8882         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8883         safer shutdown.
8884
8885 2007-05-21  Wim Taymans  <wim@fluendo.com>
8886
8887         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8888         * gst/rtsp/gstrtpdec.h:
8889         Added signal for backwards compat.
8890
8891 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8892         
8893         Patch by: René Stadler <mail at renestadler dot de>
8894
8895         * configure.ac:
8896         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8897         (gst_au_parse_parse_header), (gst_au_parse_chain):
8898         * gst/auparse/gstauparse.h:
8899         Use audioconvert for converting from non-native endianness floats
8900         in auparse instead of doing it ourself. Fixes #424527.
8901         This needs the audioconvert from plugins-base CVS.
8902         
8903 2007-05-21  Wim Taymans  <wim@fluendo.com>
8904
8905         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8906         (gst_rtp_h263p_pay_flush):
8907         Fix enum registration.
8908
8909 2007-05-21  Wim Taymans  <wim@fluendo.com>
8910
8911         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8912
8913         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8914         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8915         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8916         (gst_rtp_h263p_pay_flush):
8917         * gst/rtp/gstrtph263ppay.h:
8918         Add new fragmentation mode base on GOB headers. Fixes #438940.
8919
8920 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8921
8922         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8923           Printf format fix.
8924
8925 2007-05-18  Wim Taymans  <wim@fluendo.com>
8926
8927         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8928         Don't crash when an unsupported transport error was returned by the
8929         server, just try to configure the next stream. Fixes #439255.
8930
8931 2007-05-18  Wim Taymans  <wim@fluendo.com>
8932
8933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8934         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8935         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8936         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8937         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8938         * gst/rtsp/gstrtspsrc.h:
8939         Add TCP timeout property and use it for all TCP connection.
8940
8941         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8942         (rtsp_connection_write), (rtsp_connection_next_timeout),
8943         (rtsp_connection_reset_timeout):
8944         Make connect and writes cancelable and make them use the timeout.
8945
8946 2007-05-18  Wim Taymans  <wim@fluendo.com>
8947
8948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8949         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8950         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8951         (gst_rtspsrc_setup_streams):
8952         Refactor timeout handling.
8953         Also send keep-alive when dealing with TCP transport.
8954
8955         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8956         (rtsp_connection_free), (rtsp_connection_next_timeout),
8957         (rtsp_connection_reset_timeout):
8958         * gst/rtsp/rtspconnection.h:
8959         Use a timer to handle the session timeouts, add some methods to deal
8960         with timeouts.
8961
8962 2007-05-17  Wim Taymans  <wim@fluendo.com>
8963
8964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8965         (gst_rtspsrc_setup_streams):
8966         Ignore streams that fail the setup command, we will retry with a
8967         different transport later on.
8968
8969         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8970         (rtsp_ext_wms_configure_stream):
8971         Fix encoding name case.
8972
8973 2007-05-16  Edward Hervey  <edward@fluendo.com>
8974
8975         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8976         Fix build on macosx.
8977
8978 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8979
8980         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8981         Replace direct comparison of a string with the string literal "" with
8982         a comparison of the first character with '\0'. Fixes #438926.
8983
8984 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8985
8986         * gst/debug/breakmydata.c (gst_break_my_data_init):
8987           One more try. This should be the proper fix now.
8988
8989 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8990
8991         * gst/debug/breakmydata.c:
8992           Ooops, no // comments please.
8993
8994 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8995
8996         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8997         (gst_break_my_data_init):
8998           Fix gst_buffer_is_writable() assertion.
8999
9000 2007-05-14  David Schleef  <ds@schleef.org>
9001
9002         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9003           video/x-raw-bayer.  Fixes #314160.
9004
9005 2007-05-14  Wim Taymans  <wim@fluendo.com>
9006
9007         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9008         (gst_rtp_theora_depay_parse_configuration):
9009         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9010         (gst_rtp_theora_pay_finish_headers),
9011         (gst_rtp_theora_pay_handle_buffer):
9012         Update theora pay/depayloader in a similar to vorbis.
9013
9014         * gst/rtp/gstrtpvorbisdepay.c:
9015         (gst_rtp_vorbis_depay_parse_configuration):
9016         Update docs.
9017
9018 2007-05-14  Wim Taymans  <wim@fluendo.com>
9019
9020         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9021         When we try to execute a method that is not supported by the server,
9022         don't error out but remove the method from the accepted methods so that
9023         we never try to perform this method again.
9024
9025 2007-05-14  Wim Taymans  <wim@fluendo.com>
9026
9027         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9028         Remove annoying _dump_mem.
9029
9030 2007-05-14  Wim Taymans  <wim@fluendo.com>
9031
9032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9033         Parse range correctly.
9034
9035         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9036         The baseurl now always has a '/' at the start.
9037
9038 2007-05-14  Wim Taymans  <wim@fluendo.com>
9039
9040         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9041         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9042         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9043         Factor out caps configuration and configure more stuff such as the time
9044         ranges and speed/scale values.
9045
9046         * gst/rtsp/rtsptransport.c:
9047         Add Copyright after non-trival fixes.
9048
9049 2007-05-12  Wim Taymans  <wim@fluendo.com>
9050
9051         Patch by: Peter Kjellerstedt  <pkj at axis com>
9052
9053         * gst/rtsp/gstrtspsrc.h:
9054         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9055         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9056         (rtsp_message_get_header):
9057         * gst/rtsp/rtspmessage.h:
9058         Make channel guint8 where possible.
9059         Make rtsp_message_init_data() take the channel as a guint8.
9060
9061         * gst/rtsp/rtspdefs.c:
9062         Fixed a typo: Timout -> Timeout
9063
9064         * gst/rtsp/rtspdefs.h:
9065         Make RTSP_CHECK() behave as a statement.
9066
9067         * gst/rtsp/sdpmessage.c:
9068         Avoid a compiler warning in INIT_ARRAY().
9069         Fixes #437692.
9070
9071 2007-05-12  Wim Taymans  <wim@fluendo.com>
9072
9073         Patch by: Peter Kjellerstedt  <pkj at axis com>
9074
9075         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9076         (rtsp_url_get_request_uri):
9077         * gst/rtsp/rtspurl.h:
9078         Add support for query parameters to RTSP URLs.
9079
9080 2007-05-12  Wim Taymans  <wim@fluendo.com>
9081
9082         Patch by: Peter Kjellerstedt  <pkj at axis com>
9083
9084         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9085         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9086         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9087         (rtsp_transport_parse), (rtsp_transport_as_text):
9088         * gst/rtsp/rtsptransport.h:
9089         Add validation to rtsp_transport_parse().
9090         Add rtsp_transport_as_text() to generate an RTSP header from an
9091         RTSPTransport.
9092         Change ssrc to guint (was a string) since that is what it is, even
9093         though it is sent as a hex string.
9094         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9095         incorrect, which can be seen when looking at the examples in the RFC).
9096         Fixes #437670.
9097
9098 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9099
9100         Patch by: Eric Anholt
9101
9102         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9103           gst_ximage_src_ximage_get):
9104         Use union of all damage between frames to make it faster.
9105         Fixes bug #342463.
9106         Also fix crasher when cursor is at bottom right of window.
9107
9108 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9109
9110         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9111           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9112           streaming mode regression for file from #343837 with 'bext' chunk
9113           before the 'fmt' chunk.
9114
9115 2007-05-11  Wim Taymans  <wim@fluendo.com>
9116
9117         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9118         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9119         (gst_rtspsrc_handle_src_event),
9120         (gst_rtspsrc_stream_configure_manager),
9121         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9122         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9123         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9124         * gst/rtsp/gstrtspsrc.h:
9125         * gst/rtsp/rtspdefs.h:
9126         Preliminary seek support.
9127         Activate internal pads so that we can receive events on them.
9128         Don't try to parse a range string when it's NULL.
9129
9130 2007-05-11  Wim Taymans  <wim@fluendo.com>
9131
9132         * gst/rtp/README:
9133         Update README with new RTP variables that will be used for
9134         synchronisation.
9135
9136         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9137         (gst_rtp_vorbis_depay_parse_configuration),
9138         (gst_rtp_vorbis_depay_process):
9139         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9140         (gst_rtp_vorbis_pay_finish_headers),
9141         (gst_rtp_vorbis_pay_handle_buffer):
9142         Update vorbis pay and depayloader to draft-04.
9143
9144 2007-05-11  Wim Taymans  <wim@fluendo.com>
9145
9146         * gst/rtsp/rtsptransport.c:
9147         UDP MCAST is actually the default for RTP/AVP.
9148 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9149
9150         * gst/level/gstlevel.c: (gst_level_transform_ip):
9151         Use guint8 * instead of gpointer then vs6 can build 
9152         in_data += (filter->width / 8).
9153
9154 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9155
9156         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9157           gst_ximage_src_ximage_get):
9158         * sys/ximage/gstximagesrc.h (last_ximage):
9159         When using Damage actually keep the last frame, and not assume
9160         that the buffer we get already has the last frame on it.
9161         Copy the cursor over if we specify a non-zero start x and
9162         start y.
9163
9164 2007-05-11  Wim Taymans  <wim@fluendo.com>
9165
9166         * gst/rtsp/rtsptransport.c:
9167         Make UDP the default transport when not specified.
9168
9169 2007-05-09  David Schleef  <ds@schleef.org>
9170
9171         * gst/level/gstlevel.c:
9172           Revert last change.
9173
9174 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9175
9176         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9177         (gst_level_transform_ip):
9178         Use guint8 * instead of gpointer then vs6 know the size of data
9179         pointed when moving the pointer.
9180         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9181         Move instructions after variables declaration.
9182         * win32/vs6/autogen.dsp:
9183         * win32/vs6/libgstrtp.dsp:
9184         * win32/vs6/libgstrtsp.dsp:
9185         Update vs6 project files.
9186
9187 2007-05-09  Wim Taymans  <wim@fluendo.com>
9188
9189         * gst/rtsp/Makefile.am:
9190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9191         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9192         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9193         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9194         (rtsp_range_free):
9195         * gst/rtsp/rtsprange.h:
9196         Add code to parse time ranges.
9197         Report DURATION on the stream when possible.
9198
9199 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9200
9201         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9202         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9203         (gst_videomixer_collected):
9204           Fix strides calculation for AYUV (it's just width*4) (#436910).
9205
9206 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9207
9208         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9209         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9210         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9211         Sync the GObject properties before each processing step to properly
9212         work with the controller.
9213
9214 2007-05-04  Wim Taymans  <wim@fluendo.com>
9215
9216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9217         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9218         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9219         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9220         (gst_rtspsrc_change_state):
9221         Let more error state trickle down so that we can catch more error
9222         cases.
9223         Handle keep-alive a little smarter by selecting a method the server
9224         actually supports.
9225         Fix a race in UDP streaming shutdown.
9226
9227 2007-05-04  Wim Taymans  <wim@fluendo.com>
9228
9229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9230         Ignore errors when trying to use the keep-alive messages.
9231
9232 2007-05-04  Wim Taymans  <wim@fluendo.com>
9233
9234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9235         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9236         (gst_rtspsrc_stream_configure_manager),
9237         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9238         (gst_rtspsrc_stream_configure_mcast),
9239         (gst_rtspsrc_stream_configure_udp),
9240         (gst_rtspsrc_stream_configure_udp_sink),
9241         (gst_rtspsrc_stream_configure_transport):
9242         Send RTCP messages back to the server over the TCP connection.
9243
9244         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9245         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9246         (rtsp_connection_receive):
9247         * gst/rtsp/rtspconnection.h:
9248         Factor out and expose lowlevel _write and _read methods.
9249         Implement sending data messages to the server.
9250
9251 2007-05-03  Wim Taymans  <wim@fluendo.com>
9252
9253         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9254         (gst_multipart_mux_collected):
9255         Fix timestamps on outgoing buffers.
9256
9257 2007-05-03  Wim Taymans  <wim@fluendo.com>
9258
9259         * gst/multipart/multipartmux.c:
9260         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9261         (gst_multipart_mux_change_state):
9262         Emit NEWSEGMENT events before pushing the first buffer.
9263
9264 2007-05-03  Wim Taymans  <wim@fluendo.com>
9265
9266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9267         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9268         (gst_rtspsrc_handle_src_query),
9269         (gst_rtspsrc_stream_configure_manager),
9270         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9271         (gst_rtspsrc_stream_configure_mcast),
9272         (gst_rtspsrc_stream_configure_udp),
9273         (gst_rtspsrc_stream_configure_udp_sink),
9274         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9275         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9276         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9277         (gst_rtspsrc_pause):
9278         Refactor transport configuration code.
9279         Create internal pads for TCP transport so that we can implement events
9280         and queries.
9281         Handle events and queries.
9282         Parse range from the SDP.
9283         Fix race in pause handler where the connection could still be flushing.
9284
9285 2007-05-02  Wim Taymans  <wim@fluendo.com>
9286
9287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9288         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9289         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9290         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9291         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9292         (gst_rtspsrc_change_state):
9293         * gst/rtsp/gstrtspsrc.h:
9294         Fix race when multiple udp sources post timeouts, just act on the first
9295         received timeout.
9296         Protect stream list with a recursive lock to fix some races.
9297         Flush connection when we need to do a reconnect or stop.
9298         Make state lock recursive.
9299
9300         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9301         (rtsp_connection_close):
9302         Some small cleanups.
9303
9304 2007-05-02  Wim Taymans  <wim@fluendo.com>
9305
9306         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9307         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9308         Only set DISCONT when there actually is a discont or when we just
9309         started.
9310
9311 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9312
9313         * ext/flac/gstflac.c: (plugin_init):
9314         Call bindtextdomain() to get localized strings.
9315
9316 2007-05-02  Wim Taymans  <wim@fluendo.com>
9317
9318         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9319         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9320         (gst_wavparse_stream_data):
9321         * gst/wavparse/gstwavparse.h:
9322         Be a bit more clever when dealing with VBR files with FACT tags, we
9323         don't want to timestamp buffers in that case but the estimated BPS can
9324         be used for seeking.
9325         Only send close segment in the streaming thread.
9326
9327 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9328
9329         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9330         Correctly post an error on the bus if something went wrong in the loop
9331         function. This fixes a few cases where the task was paused and nothing
9332         happened anymore.
9333
9334 2007-05-02  Wim Taymans  <wim@fluendo.com>
9335
9336         * gst/rtsp/test.c: (main):
9337         Fix compilation of deprecated test just because I'm too lazy to delete
9338         it.
9339
9340 2007-05-02  Wim Taymans  <wim@fluendo.com>
9341
9342         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9343         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9344         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9345         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9346         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9347         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9348         * gst/rtsp/gstrtspsrc.h:
9349         Fix sending RTCP to the right place.
9350         Fix bug in reffing the wrong UDP element.
9351         Use new pad names for the session manager.
9352         Implement handling server requests in interleaved and UDP modes.
9353         Handle session keep-alive in UDP modes.
9354         Remove GCond for handling UDP timeouts.
9355
9356         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9357         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9358         (rtsp_connection_receive), (rtsp_connection_close):
9359         * gst/rtsp/rtspconnection.h:
9360         Store connection IP address for later.
9361         Add timeout args to all operations that might block forever.
9362         Parse session timeout.
9363         Only close sockets when not already closed.
9364
9365         * gst/rtsp/rtspdefs.c:
9366         * gst/rtsp/rtspdefs.h:
9367         Add timeout return value and error string.
9368
9369         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9370         Add small comment.
9371
9372 2007-05-01  Wim Taymans  <wim@fluendo.com>
9373
9374         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9375
9376         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9377         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9378         * gst/rtp/gstrtpmp4vpay.h:
9379         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9380
9381 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9382
9383         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9384           Remove v4l2src from docs, since it breaks the docs build, and the
9385           plugin is only built if --enable-experimental is used anyway.
9386
9387         * docs/plugins/Makefile.am:
9388           Spaces => tab.
9389
9390 2007-04-29  Wim Taymans  <wim@fluendo.com>
9391
9392         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9393         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9394         Add code to drop membership of a multicast group.
9395
9396         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9397         (gst_udpsink_set_uri):
9398         Implement URI handler.
9399
9400         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9401         (gst_rtspsrc_parse_rtpinfo):
9402         Use URI handler to make udpsink instace.
9403         Improve code to configure port and destination.
9404
9405 2007-04-29  Wim Taymans  <wim@fluendo.com>
9406
9407         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9408         Fix multicast detection.
9409         Don't try to join a multicast group if the address is not multicast.
9410
9411         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9412         Small debug improvement.
9413
9414 2007-04-27  Wim Taymans  <wim@fluendo.com>
9415
9416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9417         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9418         (gst_rtspsrc_handle_message):
9419         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9420         parent.
9421
9422 2007-04-27  Wim Taymans  <wim@fluendo.com>
9423
9424         * gst/rtp/gstrtpilbcdepay.h:
9425         Fix mode property when specified as an arg.
9426
9427 2007-04-26  Edward Hervey  <edward@fluendo.com>
9428
9429         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9431         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9432         * docs/plugins/inspect/plugin-osxaudio.xml:
9433         Add documentation for osxaudio plugin.
9434
9435 2007-04-26  Wim Taymans  <wim@fluendo.com>
9436
9437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9438         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9439         (gst_rtspsrc_open), (gst_rtspsrc_close),
9440         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9441         (gst_rtspsrc_pause):
9442         * gst/rtsp/gstrtspsrc.h:
9443         Protect state changes with a lock.
9444
9445         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9446         (parse_line):
9447         * gst/rtsp/rtspconnection.h:
9448         Remove some unused stuff.
9449
9450 2007-04-26  Wim Taymans  <wim@fluendo.com>
9451
9452         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9453         Handle the case where there are exactly 0 bytes to read and the ioctl
9454         did not report an error. Fixes #433530.
9455
9456 2007-04-26  Wim Taymans  <wim@fluendo.com>
9457
9458         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9459         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9460         * gst/wavparse/gstwavparse.h:
9461         Apply DISCONT to buffers.
9462         Only apply timestamp to the first sample after a DISCONT, too many VBR
9463         files cause random jitter in the timestamps. Fixes #433119.
9464
9465 2007-04-25  Wim Taymans  <wim@fluendo.com>
9466
9467         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9468         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9469         (gst_rtp_dec_get_property):
9470         * gst/rtsp/gstrtpdec.h:
9471         Add dummy latency property to be backwards compat with rtpbin.
9472
9473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9474         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9475         (gst_rtspsrc_stream_configure_transport),
9476         (gst_rtspsrc_parse_rtpinfo):
9477         * gst/rtsp/gstrtspsrc.h:
9478         Add latency property and configure in the session manager.
9479         Don't set invalid clock-base and seqnum-base on caps, some servers
9480         sometimes don't send them.
9481
9482 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9483
9484         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9485         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9486           Double-check that RGB input caps are really RGBA caps (apparently
9487           the core doesn't always catch it if those caps aren't a subset of
9488           our template caps, also see #421543). Fixes #429319 in a way.
9489           Also, don't leak the pad template in the transform_caps function.
9490
9491         * tests/check/Makefile.am:
9492         * tests/check/elements/.cvsignore:
9493         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9494         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9495         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9496         (GST_START_TEST), (alphacolor_suite):
9497           Add some basic unit tests for alphacolor.
9498
9499 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9500
9501         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9502           If we get a fatal flow return in the loop function, first post the
9503           error message and only then send the EOS event downstream, otherwise
9504           applications might get an eos message before the error message and
9505           think everything was ok (related to #429319).
9506
9507 2007-04-25  Wim Taymans  <wim@fluendo.com>
9508
9509         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9510         Read the channel byte as an unsigned byte.
9511
9512 2007-04-25  Wim Taymans  <wim@fluendo.com>
9513
9514         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9515         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9516         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9517         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9518         (gst_rtp_gsm_depay_setcaps):
9519         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9520         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9521         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9522         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9523         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9524         (gst_ilbc_depay_get_property):
9525         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9526         * gst/rtp/gstrtpmp4adepay.c:
9527         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9528         (gst_rtp_pcma_depay_setcaps):
9529         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9530         (gst_rtp_pcmu_depay_setcaps):
9531         Make sure we configure the clock_rate in the baseclass in the setcaps
9532         function. Fixes #431282.
9533
9534 2007-04-25  Wim Taymans  <wim@fluendo.com>
9535
9536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9537         (gst_rtspsrc_stream_free), (request_pt_map),
9538         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9539         * gst/rtsp/gstrtspsrc.h:
9540         Parse server address from SDP.
9541         Hook up a udpsink to send RTCP back to the server.
9542
9543         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9544         * gst/rtsp/rtsptransport.h:
9545         Add some docs.
9546
9547 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9548
9549         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9550           Make header field check conditional. Fixes #433135
9551
9552 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9553
9554         * docs/plugins/Makefile.am:
9555         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9556         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9557         * docs/plugins/inspect/plugin-alphacolor.xml:
9558         * gst/alpha/Makefile.am:
9559         * gst/alpha/gstalphacolor.c:
9560         * gst/alpha/gstalphacolor.h:
9561           Add minimal docs blurb to alphacolor; split out headers into
9562           separate header file for gtk-doc.
9563
9564 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9565
9566         * gst/debug/progressreport.c: (gst_progress_report_report):
9567           Don't try to post NULL message (in case we can't query upstream
9568           position or duration).
9569
9570 2007-04-18  Michael Smith  <msmith@fluendo.com>
9571
9572         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9573         (gst_cutter_get_caps):
9574         * gst/cutter/gstcutter.h:
9575           Fix some of the most obvious bugs in cutter. Now doesn't leak
9576           everything if input is silent.
9577
9578 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9579
9580         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9581         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9582         * gst/wavenc/gstwavenc.h:
9583         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9584         else results in a invalid block align and invalid files.
9585
9586 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9587
9588         Patch by: Snaik <snaik32 gmail com>
9589
9590         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9591           Add missing break statement for BOX_HORIZONTAL case.
9592
9593 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9594
9595         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9596
9597         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9598         Use correct format strings for integer types.
9599
9600 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9601
9602         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9603         (gst_wavparse_create_sourcepad):
9604         Use gst_riff_create_audio_template_caps () instead of the local caps.
9605         This makes updates of the local caps unecessary whenever libgstriff
9606         gets support for new formats.
9607
9608 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9609
9610         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9611
9612         * sys/sunaudio/gstsunaudio.c:
9613         * sys/sunaudio/gstsunaudiomixer.c:
9614         * sys/sunaudio/gstsunaudiomixer.h:
9615         * sys/sunaudio/gstsunaudiomixerctrl.c:
9616         * sys/sunaudio/gstsunaudiomixerctrl.h:
9617         * sys/sunaudio/gstsunaudiomixertrack.h:
9618         * sys/sunaudio/gstsunaudiosink.c:
9619         * sys/sunaudio/gstsunaudiosink.h:
9620         * sys/sunaudio/gstsunaudiosrc.c:
9621         * sys/sunaudio/gstsunaudiosrc.h:
9622           Fix and/or update copyright attributions (#430228).
9623
9624 2007-04-13  Wim Taymans  <wim@fluendo.com>
9625
9626         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9627         Fix docs.
9628
9629         * gst/rtsp/URLS:
9630         Add some more example urls.
9631
9632         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9633         (gst_rtp_dec_chain_rtp):
9634         Better debugging.
9635
9636         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9637         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9638         (gst_rtspsrc_parse_rtpinfo):
9639         Remove unused code.
9640
9641 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9642
9643         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9644         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9645         (gst_wavparse_stream_data):
9646           Relax the audio/mpeg caps again and add FIXME: comment.
9647
9648 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9649
9650         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9651         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9652         (gst_wavparse_stream_data):
9653         * gst/wavparse/gstwavparse.h:
9654           More sanity check for the header fields. Fix type for 'rate' header
9655           field.
9656
9657 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9658
9659         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9660         (gst_icydemux_unicodify):
9661           If the metadata strings we get in the stream are not UTF-8, try to
9662           interpret them according to the character encodings specified in the
9663           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9664           only fall back to locale/ISO-8859-1 if those aren't set or don't
9665           work. Should fix #428901.
9666
9667 2007-04-12  Wim Taymans  <wim@fluendo.com>
9668
9669         * gst/rtp/gstrtph264depay.c:
9670         Use the proper sync word for SPS and PPS.
9671
9672 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9673
9674         * gst/rtp/Makefile.am:
9675         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9676           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9677         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9678           Add a simple hashing implementation that we can use to generate
9679           a 24-bit ident value based on the codebooks for vorbis and theora.
9680         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9681           gst_rtp_theora_pay_handle_buffer):
9682         * gst/rtp/gstrtpvorbisdepay.c
9683           (gst_rtp_vorbis_depay_parse_configuration,
9684           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9685         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9686           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9687           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9688           Use the hashing function, ensuring that the same codebooks result
9689           in the same ident and thus the same SDP description.
9690           Various log fixes/changes.
9691
9692 2007-04-12  Wim Taymans  <wim@fluendo.com>
9693
9694         Patch by: jerry tan <jerry dot tan at sun dot com>
9695
9696         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9697         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9698         application's responsibility to make sure it open the device once.
9699         Remove a careless error if AUDIODEV is set. Fixes #392620.
9700
9701 2007-04-12  Wim Taymans  <wim@fluendo.com>
9702
9703         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9704         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9705         * gst/rtsp/gstrtpdec.h:
9706         Make backward compat with rtpbin by adding the request-pt-map signals.
9707
9708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9709         (new_session_pad), (request_pt_map),
9710         (gst_rtspsrc_stream_configure_transport),
9711         (gst_rtspsrc_stream_configure_caps),
9712         (gst_rtspsrc_activate_streams):
9713         * gst/rtsp/gstrtspsrc.h:
9714         Implement request-pt-map signals instead of setting caps on the buffers
9715         for the session manager.
9716
9717 2007-04-11  Wim Taymans  <wim@fluendo.com>
9718
9719         * gst/udp/gstudp.c: (plugin_init):
9720         Register GstNetBuffer in plugin_init so that the type can be used from
9721         multiple threads without races.
9722
9723 2007-04-10  Wim Taymans  <wim@fluendo.com>
9724
9725         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9726         (gst_rtp_amr_depay_process):
9727         Fix depayloader clock_rate and some cleanups.
9728
9729         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9730         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9731         * gst/rtp/gstrtph264depay.h:
9732         Don't push codec_data in the adapter because it might get flushed when
9733         we get a discont.
9734
9735         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9736         Handle multiple AU per packet.
9737
9738         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9739         (gst_rtp_sv3v_depay_plugin_init):
9740         Disable rank, this one does not work.
9741         Remove timestamping, base class does that.
9742
9743 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9744
9745         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9746           limit caps to the formats we announce in the template
9747
9748         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9749         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9750         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9751           fix some crashers/asserts when dealing with broken files
9752
9753 2007-04-10  Wim Taymans  <wim@fluendo.com>
9754
9755         Patch by: Peter Kjellerstedt  <pkj at axis com>
9756
9757         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9758         * gst/rtp/gstrtpL16depay.c:
9759         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9760         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9761         (gst_rtp_speex_depay_setcaps):
9762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9763         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9764         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9765         Fix some compiler warnings. Fixes #428182.
9766
9767 2007-04-06  Wim Taymans  <wim@fluendo.com>
9768
9769         * gst/rtsp/Makefile.am:
9770         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9771         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9772         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9773         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9774         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9775         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9776         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9777         (create_rtcp), (gst_rtp_dec_request_new_pad),
9778         (gst_rtp_dec_release_pad):
9779         * gst/rtsp/gstrtpdec.h:
9780         * gst/rtsp/gstrtsp.c: (plugin_init):
9781         Morph RTPDec into something compatible with RTPBin as a fallback.
9782         Various other style fixes.
9783
9784         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9785         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9786         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9787         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9788         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9789         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9790         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9791         * gst/rtsp/gstrtspsrc.h:
9792         Implement RTPBin session manager handling.
9793         Don't try to add empty properties to caps.
9794         Implement fallback session manager, handling.
9795         Don't combine errors from RTCP streams, just ignore them.
9796
9797         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9798         * gst/rtsp/rtsptransport.h:
9799         Implement fallback session manager.
9800         Make RTPBin the default one when available.
9801
9802 2007-04-05  Wim Taymans  <wim@fluendo.com>
9803
9804         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9805         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9806         This element is ready to be autoplugged.
9807
9808 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9809
9810         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9811         Don't leave the offsets defined by upstream element on the
9812         compressed data buffer we are pushing downstream. Make them
9813         GST_BUFFER_OFFSET_NONE.
9814
9815 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9816
9817         * gst/avi/README:
9818         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9819         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9820         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9821         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9822         (gst_avi_demux_calculate_durations_from_index),
9823         (gst_avi_demux_stream_header_push),
9824         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9825         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9826           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9827
9828 2007-04-03  Wim Taymans  <wim@fluendo.com>
9829
9830         * gst/smpte/barboxwipes.c:
9831         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9832
9833 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9834
9835         * gst/wavparse/gstwavparse.c:
9836         Support audio/x-raw-float in wav files. This only works with
9837         plugins-base CVS, using an older version doesn't have any
9838         disadvantages though.
9839
9840 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9841
9842         * configure.ac:
9843         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9844         (gst_au_parse_parse_header), (gst_au_parse_chain):
9845         * gst/auparse/gstauparse.h:
9846         Revert last change as we don't want plugins-good to depend on
9847         plugins-base CVS now.
9848
9849 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9850
9851         * configure.ac:
9852         Require gst-plugins-base CVS for audioconvert with non-native
9853         float support and width/depth fix in libgstriff.
9854
9855         Patch by: René Stadler <mail at renestadler dot de>
9856
9857         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9858         (gst_au_parse_parse_header), (gst_au_parse_chain):
9859         * gst/auparse/gstauparse.h:
9860         Don't swap the floats ourself if they're not in native endianness.
9861         Instead let audioconvert handle this. Fixes #339838.
9862
9863 2007-03-29  Wim Taymans  <wim@fluendo.com>
9864
9865         * gst/rtp/gstasteriskh263.h:
9866         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9867         (gst_rtp_h263p_depay_change_state):
9868         * gst/rtp/gstrtph263pdepay.h:
9869         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9870         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9871         (gst_rtp_h264_depay_change_state):
9872         * gst/rtp/gstrtph264depay.h:
9873         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9874         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9875         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9876         Flush adapter on disconts.
9877
9878 2007-03-29  Wim Taymans  <wim@fluendo.com>
9879
9880         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9881         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9882         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9883         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9884         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9885         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9886         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9887         (gst_rtp_mp4v_depay_process):
9888         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9889         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9890         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9891         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9892         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9893         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9894         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9895         Use more efficient adapter and rtpbuffer methods when possible.
9896
9897 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9898
9899         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9900         (gst_wavenc_sink_setcaps):
9901         Correctly handle width!=depth input.
9902         * gst/wavparse/gstwavparse.c:
9903         Already export in the caps that width==8 uses unsigned samples and
9904         everything else uses signed samples.
9905
9906 2007-03-29  Wim Taymans  <wim@fluendo.com>
9907
9908         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9909
9910         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9911         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9912         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9913         (gst_dynudpsink_close):
9914         * gst/udp/gstdynudpsink.h:
9915         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9916         (gst_udpsrc_create), (gst_udpsrc_set_property),
9917         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9918         * gst/udp/gstudpsrc.h:
9919         Rework the socket allocation a bit based on the sockfd argument so that
9920         it becomes usable.
9921         Add a closefd property to instruct the udp elements to close the custom
9922         file descriptors when going to READY. Fixes #423304.
9923         API:GstUDPSrc::closefd property
9924         API:GstDynUDPSink::closefd property
9925
9926 2007-03-29  Wim Taymans  <wim@fluendo.com>
9927
9928         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9929
9930         * gst/rtp/Makefile.am:
9931         * gst/rtp/gstrtp.c: (plugin_init):
9932         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9933         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9934         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9935         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9936         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9937         (gst_rtp_h264_pay_plugin_init):
9938         * gst/rtp/gstrtph264pay.h:
9939         Added H264 payloader. Fixes #423782.
9940
9941         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9942         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9943         Small fixes.
9944
9945 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9946
9947         * gst/wavparse/gstwavparse.c:
9948         Actually support depths from 1 to 32, not only 8 to 32.
9949
9950 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9951
9952         * gst/wavparse/gstwavparse.c:
9953         Add support for wav files containing audio/x-raw-int with random
9954         depths between 1 and 32 bits.
9955
9956 2007-03-28  Wim Taymans  <wim@fluendo.com>
9957
9958         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9959
9960         * gst/rtp/Makefile.am:
9961         * gst/rtp/gstrtp.c: (plugin_init):
9962         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9963         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9964         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9965         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9966         (gst_rtp_mp4a_depay_get_property),
9967         (gst_rtp_mp4a_depay_change_state),
9968         (gst_rtp_mp4a_depay_plugin_init):
9969         * gst/rtp/gstrtpmp4adepay.h:
9970         Added MP4A-LATM depayloader. Fixes #417792.
9971
9972         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9973         (gst_rtp_mp4v_depay_process):
9974         Fixup depayloader, setting codec_data, using more efficient adaptor and
9975         rtpbuffer handling.
9976
9977         * gst/rtsp/URLS:
9978         Add url to test above.
9979
9980 2007-03-25  Wim Taymans  <wim@fluendo.com>
9981
9982         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9983         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9984         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9985         (gst_rtspsrc_media_to_caps),
9986         (gst_rtspsrc_stream_configure_transport),
9987         (gst_rtspsrc_stream_configure_caps),
9988         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9989         * gst/rtsp/gstrtspsrc.h:
9990         Handle default clock-rates for static payload types, rearrange stuff so
9991         that the rtpmap field in the sdp can override the defaults.
9992         Parse RTP-Info field to get the seqnum and timebase fields that should
9993         go in the caps.
9994         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9995         the server. 
9996
9997 2007-03-22  Wim Taymans  <wim@fluendo.com>
9998
9999         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10000
10001         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10002         Accept complex pipeline descriptions as an audio profile instead of just
10003         a single element. Fixes #420658.
10004
10005 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10006
10007         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10008           Rename registered type in preparation of GstTagDemux moving to
10009           -base at some point in the future.
10010
10011 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10012
10013         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10014           Streaming mode fixes: don't unref buffer we don't own any longer;
10015           remove bogus adapter flush. Fixes #419338.
10016
10017 2007-03-17  David Schleef  <ds@schleef.org>
10018
10019         * REQUIREMENTS: Change the format to key/value, add a bunch of
10020           information, remove a bunch of requirements that are for
10021           other GStreamer packages.
10022
10023 2007-03-17  David Schleef  <ds@schleef.org>
10024
10025         * REQUIREMENTS: Fix a few things.  This file really needs a
10026         good once-over.
10027
10028 2007-03-15  Edward Hervey  <edward@fluendo.com>
10029
10030         * sys/Makefile.am:
10031         Don't forget to distribute the sys/osxaudio/ directory.
10032
10033 2007-03-15  Edward Hervey  <edward@fluendo.com>
10034
10035         * configure.ac:
10036         * sys/Makefile.am:
10037         * sys/osxaudio/Makefile.am:
10038         * sys/osxaudio/gstosxaudio.c:
10039         * sys/osxaudio/gstosxaudiosink.c:
10040         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10041         (gst_osx_audio_sink_getcaps),
10042         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10043         * sys/osxaudio/gstosxaudiosrc.c:
10044         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10045         (gst_osx_audio_src_create_ringbuffer):
10046         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10047         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10048         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10049         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10050         * sys/osxaudio/gstosxringbuffer.h:
10051         Activate osxaudio in gst-plugins-good with proper build setup.
10052         Add inlined documentation.
10053         Fix debug statements
10054         Fix ringbuffer when pausing.
10055         Fixes #323471
10056
10057 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10058         * gst/rtp/gstrtppcmapay.c:
10059         * gst/rtp/gstrtppcmapay.h:
10060         * gst/rtp/gstrtppcmupay.c:
10061         * gst/rtp/gstrtppcmupay.h:
10062         Ported mulaw and alaw payloaders to use new base class
10063
10064 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10065
10066         * po/af.po:
10067         * po/az.po:
10068         * po/cs.po:
10069         * po/en_GB.po:
10070         * po/it.po:
10071         * po/nl.po:
10072         * po/or.po:
10073         * po/sq.po:
10074         * po/sr.po:
10075         * po/sv.po:
10076         * po/uk.po:
10077         * po/vi.po:
10078           Update translations.
10079
10080 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         * configure.ac:
10083           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10084
10085 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10086
10087         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10088           Fix handling of -1 values for start and stop values when seeking,
10089           and SEEK_CUR+SEEK_END here as well.
10090
10091 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10092
10093         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10094           Fix handling of -1 values for start and stop values when seeking, 
10095           and SEEK_CUR+SEEK_END.
10096
10097 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10098
10099         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10100           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10101           the image format a variable-length NUL-terminated string; in
10102           versions before that the image format is a fixed-length string of
10103           3 characters (see #348644 for a sample tag).
10104           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10105
10106 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10107
10108         * win32/MANIFEST:
10109         Add new project files to MANIFEST.
10110         * win32/vs6/libgstaudiofx.dsp:
10111         * win32/vs6/libgstrtp.dsp:
10112         * win32/vs6/libgstrtsp.dsp:
10113         Update project files.
10114         
10115 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10118         (gst_avi_demux_parse_index):
10119         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10120         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10121           Printf format fixes; also add some missing quotes in translated
10122           strings. Fixes #416728 and #416727.
10123
10124 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10125
10126         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10127           Tim and I can't think of any reason the child audio sink needs to 
10128           be set back to NULL after successfully determining that it can 
10129           reach READY - it gets immediately set back to READY by the caller
10130           anyway, causing an unnecessary close/open of any audio devices
10131           involved.
10132
10133 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10134
10135         * po/LINGUAS:
10136         * po/ja.po:
10137           Add ja.po file from #377306.
10138
10139 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10140
10141         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10142         * sys/sunaudio/gstsunaudiomixertrack.c:
10143         (gst_sunaudiomixer_track_new):
10144           Actually translate sunaudio mixer track labels instead of just
10145           marking the strings as translatable (#377306); clean up weird
10146           label string mapping code that serves no apparent purpose. Also
10147           set the 'untranslated-label' property when creating mixer tracks
10148           if the GstMixerTrack base class supports this.
10149
10150         * tests/check/Makefile.am:
10151         * tests/check/elements/.cvsignore:
10152         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10153         (sunaudio_suite):
10154           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10155           actually tested on a system where sunaudiomixer is available).
10156
10157 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10158
10159         * tests/check/Makefile.am:
10160         Re-enable the states test and see if it works on the buildbots.
10161
10162 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10163
10164         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10165         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10166         (gst_dvdec_change_state):
10167         * ext/dv/gstdvdec.h:
10168         Infer pixel-aspect-ratio from the video frame format if it isn't
10169         provided by the container, as happens when playing DV from AVI
10170         or Quicktime containers.
10171
10172         Patch by: Wim Taymans <wim@fluendo.com>
10173         Fixes #380944
10174
10175 2007-03-09  Wim Taymans  <wim@fluendo.com>
10176
10177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10178         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10179         will later be handled by the jitterbuffer.
10180
10181 2007-03-09  Wim Taymans  <wim@fluendo.com>
10182
10183         * ext/taglib/gstid3v2mux.cc:
10184         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10185         Fixes #414496.
10186         
10187         Patch by: Alex Lancaster <alexl at users sourceforge net>
10188
10189 2007-03-09  Wim Taymans  <wim@fluendo.com>
10190
10191         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10192         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10193         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10194         (gst_avi_demux_chain):
10195         Fix stream position reporting after a seek. Fixes #416445.
10196
10197 2007-03-08  Wim Taymans  <wim@fluendo.com>
10198
10199         Patch by: René Stadler <mail at renestadler dot de>
10200
10201         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10202         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10203         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10204         Make avidemux accept optional header chunks in any order.
10205         Fixes #415446.
10206
10207 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10208
10209         * tests/check/Makefile.am:
10210         Disable the states check until the remaining Valgrind errors
10211         are fixed or suppressed.
10212
10213 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10214
10215         * tests/check/elements/.cvsignore:
10216           Add audiodynamic check to .cvsignore
10217
10218 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10219
10220         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10221
10222         * gst/audiofx/Makefile.am:
10223         * gst/audiofx/audiodynamic.c:
10224         (gst_audio_dynamic_characteristics_get_type),
10225         (gst_audio_dynamic_mode_get_type),
10226         (gst_audio_dynamic_set_process_function),
10227         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10228         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10229         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10230         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10231         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10232         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10233         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10234         (gst_audio_dynamic_transform_hard_knee_expander_int),
10235         (gst_audio_dynamic_transform_hard_knee_expander_float),
10236         (gst_audio_dynamic_transform_soft_knee_expander_int),
10237         (gst_audio_dynamic_transform_soft_knee_expander_float),
10238         (gst_audio_dynamic_transform_ip):
10239         * gst/audiofx/audiodynamic.h:
10240         * gst/audiofx/audiofx.c: (plugin_init):
10241         Add new audiodynamic element which can act as a compressor or
10242         expander. Supported are hard-knee and soft-knee operation modes with
10243         user-specified ratio and threshold.
10244         Attack and release parameters are not yet implemented but will follow.
10245         * docs/plugins/Makefile.am:
10246         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10247         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10248         * docs/plugins/gst-plugins-good-plugins.args:
10249         * docs/plugins/inspect/plugin-audiofx.xml:
10250         Integrate audiodynamic into the docs.
10251         * tests/check/Makefile.am:
10252         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10253         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10254         Add unit test for audiodynamic.
10255
10256 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10257
10258         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10259         Free handles that we allocated when exiting via the error paths.
10260
10261 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10262
10263         * gst/level/gstlevel.c: (gst_level_class_init),
10264         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10265         (gst_level_transform_ip):
10266         * gst/level/gstlevel.h:
10267           Resolve message timestamps against the playback segment.
10268
10269 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10270
10271         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10272         (gst_id3demux_sink_activate):
10273           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10274           caps passed to it (previously one code path assumed it took ownership
10275           while another one assumed it didn't, while in fact it sometimes did and
10276           sometimes didn't ...).
10277
10278         * configure.ac:
10279         * tests/files/Makefile.am:
10280         * tests/files/id3-407349-1.tag:
10281         * tests/files/id3-407349-2.tag:
10282           Add directory where data for unit tests can be stored.
10283
10284         * tests/Makefile.am:
10285         * tests/check/Makefile.am:
10286         * tests/check/elements/.cvsignore:
10287         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10288         (read_tags_from_file), (run_check_for_file),
10289         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10290           Add unit test for id3demux, and in particular for bug #407349. Only
10291           testing pull-mode for now; push mode doesn't work yet because the test
10292           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10293
10294 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10295
10296         * tests/check/Makefile.am:
10297           Add missing backslash at end of line.
10298
10299 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10300
10301         Trigger rebuild.
10302
10303 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10304
10305         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10306         * gst/id3demux/id3tags.h:
10307         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10308         (parse_obsolete_tdat_frame):
10309           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10310           the four-digit number will be interpreted as a year, whereas it is
10311           month and day in DDMM format. Instead, parse TDAT frames and fix up
10312           the date in the GST_TAG_DATE tag later if we also extracted a year.
10313           Fixes #407349.
10314
10315 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10316
10317         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10318         (gst_switch_commit_new_kid):
10319         Fix up the dispose logic so it doesn't leak, and fix setting of 
10320         the child state so that we don't set a child to our current state 
10321         just as we are changing it to something else.
10322
10323 2007-03-06  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10326         (gst_goom_chain):
10327         * gst/goom/gstgoom.h:
10328         Document, fix and improve goom adapter behaviour.
10329         Fixes #407006.
10330
10331 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10332
10333         * ext/esd/esdsink.c: (gst_esdsink_open):
10334         Unref static pad template after using it.
10335
10336 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10337
10338         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10339         (gst_switch_commit_new_kid):
10340         Fix up the reference counting of the child elements.
10341
10342 2007-03-05  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10345         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10346         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10347         Fix encoding-name case.
10348
10349 2007-03-05  Wim Taymans  <wim@fluendo.com>
10350
10351         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10352         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10353         (gst_rtp_speex_depay_process):
10354         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10355         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10356         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10357         (gst_rtp_speex_pay_change_state):
10358         * gst/rtp/gstrtpspeexpay.h:
10359         Fix speex (de)payloader. Fixes #358040.
10360
10361 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10362
10363         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10364         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10365         Install fakesink in NULL by fixing some broken logic. This obviates
10366         the need to manually set _IS_SINK.
10367         Add some comments and remove a little cruft while I'm at it.
10368
10369 2007-03-05  Wim Taymans  <wim@fluendo.com>
10370
10371         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10372         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10373
10374 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10375
10376         * po/POTFILES.in:
10377           Update.
10378
10379 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10380
10381         * tests/check/Makefile.am:
10382         Gah! Also disable gconfvideosink from the tests, otherwise
10383         it will instantiate autovideosink, and dfbvideosink and
10384         leak on the buildbots.
10385
10386 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10387
10388         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10389         (gst_cdio_cdda_src_finalize):
10390         Make sure we always destroy our libcdio handle.
10391
10392 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10393
10394         * tests/check/Makefile.am:
10395         Disable autovideosink so the buildbots don't barf over memory
10396         leaked in the directfb sink.
10397
10398 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10399
10400         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10401         Chain up in dispose
10402
10403 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10404
10405         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10406         (gst_multipart_find_pad_by_mime):
10407         Use gst_pad_new_from_static_template instead of
10408         static_pad_template_get+pad_new.
10409
10410 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10411
10412         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10413         Catch the case where no clock has been set.
10414
10415 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10416
10417         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10418         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10419         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10420         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10421         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10422         (gst_gconf_audio_src_finalize), (do_toggle_element):
10423         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10424         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10425         (do_toggle_element):
10426         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10427         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10428         (gst_gconf_video_src_finalize), (do_toggle_element):
10429         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10430         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10431         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10432         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10433         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10434         (gst_shout2send_init), (gst_shout2send_finalize):
10435         * gst/debug/testplugin.c: (gst_test_class_init),
10436         (gst_test_finalize):
10437         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10438         (gst_flxdec_dispose):
10439         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10440         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10441         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10442         (gst_rtspsrc_finalize):
10443         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10444         * gst/rtsp/rtspextwms.h:
10445         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10446         (gst_smpte_finalize):
10447         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10448         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10449         (gst_udpsink_finalize):
10450         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10451         (gst_wavparse_sink_activate):
10452         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10453         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10454         (gst_oss_src_finalize):
10455         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10456         * sys/v4l2/gstv4l2object.h:
10457         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10458         (gst_v4l2src_finalize):
10459         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10460
10461         Fix a bunch of leaks shown by the newly-added states test.
10462
10463 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10464
10465         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10466         Use gst_pad_new_from_static_template instead of 
10467         static_pad_template_get+pad_new.
10468
10469 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10470
10471         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10472
10473         * ext/libcaca/Makefile.am:
10474         * gst/debug/Makefile.am:
10475           Don't mix tabs and spaces (#414168).
10476
10477 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10478
10479         * tests/check/generic/.cvsignore:
10480           Ignore files to please buildbot.
10481
10482 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10483
10484         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10485         (gst_wavparse_stream_data):
10486           Unbreak my previous commit (swapped nominator & denominator). Tim,
10487           thanks for spotting.
10488
10489 2007-03-02  Wim Taymans  <wim@fluendo.com>
10490
10491         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10492         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10493         (gst_cdio_cdda_src_finalize):
10494         Small code cleanups.
10495         Don't use pad_alloc as the base class cannot deal with the error codes.
10496
10497 2007-03-02  Wim Taymans  <wim@fluendo.com>
10498
10499         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10500         (gst_udpsrc_create):
10501         Fix doc.
10502
10503 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10504
10505         Patch by: René Stadler <mail@renestadler.de>
10506
10507         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10508         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10509         (gst_wavparse_stream_data):
10510           Handle rounding better to not drop last sample frame. Fixes #356692
10511
10512 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10513
10514         * tests/check/Makefile.am:
10515         Disable cacasink from the states check too - it also calls exit(1)
10516         on us when it can't find a terminal to talk to.
10517
10518 2007-03-02  Wim Taymans  <wim@fluendo.com>
10519
10520         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10521
10522         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10523         (gst_udpsrc_create), (gst_udpsrc_set_property),
10524         (gst_udpsrc_get_property):
10525         * gst/udp/gstudpsrc.h:
10526         Add support to strip proprietary headers. Fixes #350296.
10527
10528 2007-03-02  Wim Taymans  <wim@fluendo.com>
10529
10530         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10531         Fix compilation.
10532
10533 2007-03-02  Wim Taymans  <wim@fluendo.com>
10534
10535         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10536
10537         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10538         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10539         (gst_rtp_mp2t_depay_set_property),
10540         (gst_rtp_mp2t_depay_get_property):
10541         * gst/rtp/gstrtpmp2tdepay.h:
10542         Add support to strip off proprietary headers. Fixes #350278.
10543
10544 2007-03-02  Wim Taymans  <wim@fluendo.com>
10545
10546         * ext/hal/hal.c:
10547         Fix compilation.
10548
10549 2007-03-02  Wim Taymans  <wim@fluendo.com>
10550
10551         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10552         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10553         (gst_sunaudiosrc_open):
10554         * sys/sunaudio/gstsunaudiosrc.h:
10555         Remove device-name from GstSunAudioSrc. Fixes #412597.
10556
10557 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10558
10559         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10560         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10561         Having NULL as UDI previously selected the default sink/src. Change
10562         this back but mention it in the debug output.
10563         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10564         (gst_hal_get_oss_element), (gst_hal_get_string),
10565         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10566         (gst_hal_get_audio_src):
10567         * ext/hal/hal.h:
10568         Refactor a bit, check all error conditions, greatly improve debugging
10569         and fix some possible memory leaks. Also implement OSS support
10570         and allow specifying an UDI that points to a real device. For this the
10571         child device which supports ALSA (preferred) or OSS is used.
10572         As a side effect this makes it impossible now to get a alsasink in
10573         halaudiosrc and a alsasrc in halaudiosink.
10574
10575 2007-03-01  Wim Taymans  <wim@fluendo.com>
10576
10577         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10578         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10579         Errors from the udp sources are not fatal unless all of them are in
10580         error.
10581
10582 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10583
10584         * tests/check/Makefile.am:
10585         Disable aasink in the states test. I suspect this is the element that
10586         is calling exit(1) when it can't proceed.
10587
10588 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10589
10590         * tests/check/Makefile.am:
10591         Draw plugins in from the build tree sys/ dir, rather than picking
10592         up the already installed versions.
10593
10594 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10595
10596         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10597         Error out correctly when getting xcontext fails.
10598
10599 2007-03-01  Wim Taymans  <wim@fluendo.com>
10600
10601         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10602         Make state change to PAUSED NO_PREROLL because that's what it will be in
10603         the future and rtspsrc relies on it.
10604
10605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10606         (gst_rtspsrc_change_state):
10607         Don't error out when we don't get an error from the state change
10608         function.
10609
10610 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10611
10612         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10613         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10614           Check if the device UDI is set before trying to query HAL
10615           about it and give a useful error message if it wasn't set.
10616         * ext/hal/hal.c: (gst_hal_get_string):
10617           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10618           gives an assertion failure in D-Bus when running with
10619           DBUS_FATAL_WARNINGS=1.
10620
10621 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10622
10623         * configure.ac:
10624           Convert to new AG_GST style.
10625
10626 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10627
10628         * tests/check/Makefile.am:
10629         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10630           add test for states
10631
10632 2007-02-28  Wim Taymans  <wim@fluendo.com>
10633
10634         * tests/check/elements/.cvsignore:
10635         Add new videofilter check to .cvsignore.
10636
10637 2007-02-28  Wim Taymans  <wim@fluendo.com>
10638
10639         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10640         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10641         (gst_avi_demux_loop), (gst_avi_demux_chain):
10642         Fix combined flow return. Fixes #412608.
10643
10644 2007-02-28  Wim Taymans  <wim@fluendo.com>
10645
10646         * gst/videofilter/Makefile.am:
10647         Dist header..
10648
10649 2007-02-28  Wim Taymans  <wim@fluendo.com>
10650
10651         * gst/videofilter/gstgamma.h:
10652         Add header too.
10653
10654 2007-02-28  Wim Taymans  <wim@fluendo.com>
10655
10656         Patch by: Mark Nauwelaerts <manauw at skynet be>
10657
10658         * gst/videofilter/Makefile.am:
10659         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10660         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10661         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10662         (oil_tablelookup_u8), (gst_gamma_set_caps),
10663         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10664         Port gamma filter to 0.10. Fixes #412704.
10665
10666         * tests/check/Makefile.am:
10667         * tests/check/elements/videofilter.c: (setup_filter),
10668         (cleanup_filter), (check_filter), (GST_START_TEST),
10669         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10670         Add unit tests for videofilters.
10671
10672 2007-02-28  Wim Taymans  <wim@fluendo.com>
10673
10674         * gst/rtsp/URLS:
10675         Add another interesting test url.
10676
10677         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10678         Don't allow getting header fields from data packets.
10679
10680 2007-02-28  Michael Smith  <msmith@fluendo.com>
10681
10682         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10683         (gst_shout2send_init), (gst_shout2send_start),
10684         (gst_shout2send_set_property), (gst_shout2send_get_property):
10685         * ext/shout2/gstshout2.h:
10686           Add a property for username.
10687
10688 2007-02-27  Christian Schallerr <christian@fluendo.com>
10689
10690         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10691
10692 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10693
10694         * gst/rtsp/Makefile.am:
10695         Fix make check too.
10696
10697 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10698
10699         * gst/rtsp/base64.c: (util_base64_encode):
10700         * gst/rtsp/base64.h:
10701         Commit missing files for base64 encoding.
10702
10703 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10704
10705         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10706
10707         * configure.ac:
10708         * ext/annodex/Makefile.am:
10709         * ext/jpeg/Makefile.am:
10710         * ext/speex/Makefile.am:
10711         * gst/alpha/Makefile.am:
10712         * gst/cutter/Makefile.am:
10713         * gst/debug/Makefile.am:
10714         * gst/effectv/Makefile.am:
10715         * gst/goom/Makefile.am:
10716         * gst/level/Makefile.am:
10717         * gst/smpte/Makefile.am:
10718         * gst/videofilter/Makefile.am:
10719           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10720
10721 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10722
10723         * gst/rtsp/Makefile.am:
10724         * gst/rtsp/rtspconnection.c: (append_auth_header),
10725         (rtsp_connection_send), (rtsp_connection_set_auth):
10726         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10727         from icecast to replace it. Relicensed from GPL courtesy of Mike
10728         Smith.
10729
10730 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10731
10732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10733         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10734         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10735         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10736         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10737         (gst_rtspsrc_uri_set_uri):
10738         * gst/rtsp/gstrtspsrc.h:
10739         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10740         (append_auth_header), (rtsp_connection_send),
10741         (rtsp_connection_free), (rtsp_connection_set_auth):
10742         * gst/rtsp/rtspconnection.h:
10743         * gst/rtsp/rtspdefs.h:
10744         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10745         * gst/rtsp/rtspurl.h:
10746
10747         Implement simple Basic Authentication support so that urls like
10748         rtsp://user:pass@hostname/rtspstream work on hosts that require
10749         authentication.
10750
10751 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10752
10753         * sys/v4l2/gstv4l2object.c:
10754         * sys/v4l2/gstv4l2tuner.c:
10755         * sys/v4l2/v4l2_calls.c:
10756         Fix segfault when oppening a radio device.
10757         
10758 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10759
10760         * gst/level/gstlevel.c: (gst_level_set_caps),
10761         (gst_level_transform_ip):
10762         * sys/v4l2/README:
10763         * tests/check/elements/level.c: (GST_START_TEST):
10764           Fix level for multi-channel case.
10765
10766 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10767
10768         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10769         (gst_level_transform_ip):
10770         * gst/level/gstlevel.h:
10771           Use function pointer for process function and add process functions
10772           for float audio.
10773
10774 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10775
10776         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10777         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10778         (gst_v4l2src_capture_init):
10779           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10780           fixes #407369
10781
10782 2007-02-18  Wim Taymans  <wim@fluendo.com>
10783
10784         * gst/rtp/Makefile.am:
10785         * gst/rtp/gstrtp.c: (plugin_init):
10786         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10787         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10788         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10789         (gst_rtp_mp2t_pay_plugin_init):
10790         * gst/rtp/gstrtpmp2tpay.h:
10791         Added simple mpeg transport stream payloader.
10792
10793 2007-02-16  Wim Taymans  <wim@fluendo.com>
10794
10795         * gst/rtsp/URLS:
10796         Add example H264 rtsp url.
10797
10798         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10799         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10800         Don't convert values to lowercase or we might mess up base64 encoded
10801         properties.
10802
10803 2007-02-16  Wim Taymans  <wim@fluendo.com>
10804
10805         * gst/rtp/README:
10806         Fix case of string params.
10807
10808         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10809         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10810         Fix depayloader, support more packet types.
10811         Add sync codes to make sure the packetizer can do its job.
10812
10813         * gst/rtp/gstrtpmp4gdepay.c:
10814         * gst/rtp/gstrtpmp4gpay.c:
10815         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10816         Fix caps case again.
10817
10818 2007-02-15  Wim Taymans  <wim@fluendo.com>
10819
10820         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10821         Set right caps on output buffers.
10822
10823 2007-02-14  Wim Taymans  <wim@fluendo.com>
10824
10825         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10826         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10827         Clear stack allocated SDPMedia struct before calling _init() on it.
10828         Clarify this in the docs as well.
10829
10830 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10831
10832         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10833         (do_change_child):
10834         Don't reset the profile when going switching states, as it makes
10835         the element non-reusable.
10836
10837 2007-02-14  Wim Taymans  <wim@fluendo.com>
10838
10839         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10840         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10841         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10842         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10843         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10844         (sdp_parse_line):
10845         * gst/rtsp/sdpmessage.h:
10846         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10847         Fix memory management of SDP messages. Fixes #407793.
10848
10849 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10850
10851         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10852
10853         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10854         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10855
10856 2007-02-14  Wim Taymans  <wim@fluendo.com>
10857
10858         Patch by: jp.liu <jp_liu at astrocom dot cn>
10859
10860         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10861         Fix parsing of password field in url. Fixes #407797.
10862
10863 2007-02-14  Wim Taymans  <wim@fluendo.com>
10864
10865         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10866         (gst_wavparse_reset), (gst_wavparse_init),
10867         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10868         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10869         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10870         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10871         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10872         (gst_wavparse_loop), (gst_wavparse_chain),
10873         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10874         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10875         (plugin_init):
10876         * gst/wavparse/gstwavparse.h:
10877         Update docs.
10878         Use boilerplate.
10879         Various code cleanups.
10880         When the bitrate is not known (bps == 0 or compressed formats) let
10881         downstream element guestimate the duration and position and don't
10882         generate timestamps or durations. Fixes #405213.
10883         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10884         error flowreturn upstream.
10885
10886 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10887
10888         * ext/gconf/Makefile.am:
10889         * ext/gconf/gconf.c: (gst_gconf_get_string),
10890         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10891         (gst_gconf_render_bin_with_default):
10892         * ext/gconf/gconf.h:
10893         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10894         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10895         (gst_gconf_audio_sink_dispose), (do_change_child),
10896         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10897         (cb_change_child), (gst_gconf_audio_sink_change_state):
10898         * ext/gconf/gstgconfaudiosink.h:
10899         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10900         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10901         (gst_switch_sink_init), (gst_switch_sink_dispose),
10902         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10903         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10904         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10905         * ext/gconf/gstswitchsink.h:
10906         * gst/autodetect/gstautoaudiosink.c:
10907         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10908         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10909         (gst_auto_audio_sink_detect):
10910         * gst/autodetect/gstautovideosink.c:
10911         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10912         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10913         (gst_auto_video_sink_detect):
10914         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10915         and a child that implements the GConf key monitoring. The end goal of
10916         this is an audio sink that can be changed on the fly, but at the 
10917         moment it still only changes on the next READY transition.
10918
10919 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10920
10921         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10922         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10923         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10924         (gst_avi_demux_calculate_durations_from_index),
10925         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10926         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10927         (gst_avi_demux_loop):
10928           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10929
10930 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10931
10932         * configure.ac:
10933         * docs/plugins/Makefile.am:
10934           Add crossreferences to glib/gobject/gstream docs.
10935
10936 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10937
10938         * gst/monoscope/Makefile.am:
10939         * gst/monoscope/gstmonoscope.c:
10940           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10941           (but no LIBS, since we only use defines from the headers).
10942
10943 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10944
10945         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10946
10947         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10948         (gst_wavparse_stream_data):
10949           Fix massive memory leak when operating in streaming mode due to
10950           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10951           Fixes #407057.
10952
10953 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10954
10955         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10956         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10957         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10958         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10959         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10960         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10961         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10962         (gst_avi_demux_calculate_durations_from_index),
10963         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10964         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10965         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10966         * gst/avi/gstavidemux.h:
10967           Save some memory (8%) by repacking the index entry structure (more to
10968           come). Add more FIXMEs to questionable parts.
10969
10970 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10971
10972         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10973         (gst_v4l2src_get_caps):
10974         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10975         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10976         (gst_v4l2src_capture_init):
10977           More FIXME comments and messaging changes.
10978
10979 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10980
10981         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10982         (gst_goom_change_state):
10983         * gst/goom/gstgoom.h:
10984           Improved docs and use GST_DEBUG_FUNCPTR.
10985
10986         * gst/level/gstlevel.c: (gst_level_class_init):
10987           Use GST_DEBUG_FUNCPTR.
10988
10989         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10990         (gst_monoscope_chain), (gst_monoscope_change_state):
10991           Improved docs source cleanups.
10992
10993 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10994
10995         * gst/debug/Makefile.am:
10996         * gst/debug/gstdebug.c: (plugin_init):
10997         * gst/debug/gstpushfilesrc.c:
10998         * gst/debug/gstpushfilesrc.h:
10999           Add code for a pushfilesrc element that implements a pushfile:// URI
11000           handler, to make debugging push-mode operation of demuxer/decoders
11001           that support both easier in connection with seek/playbin/etc.
11002           The element isn't registered at the moment.
11003
11004 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11005
11006         * gst/avi/gstavimux.c:
11007           Comment a #if 0 in caps template definition as VS6 seems to 
11008         do not support it.
11009         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11010           Use gst_guint64_to_gdouble for conversion.
11011         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11012           Move variables declaration before the first instruction.
11013         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11014           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11015           And don't include netdb.h for G_OS_WIN32
11016         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11017           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11018           by VS6 then use an other way to initialize SDPMedia structure.
11019         * gst/udp/gstdynudpsink.h:
11020         * gst/udp/gstdynudpnetutils.h:
11021           Do not include <sys/time.h> for G_OS_WIN32
11022         * gst/udp/gstudpsrc.c:
11023           Define socklen_t as int for G_OS_WIN32
11024         * win/common/config.h.in:
11025           Undef HAVE_NETINET_IN_H
11026         * win32/vs6/gst_plugins_good.dsw:
11027         * win32/vs6/libgstrtp.dsp:
11028         * win32/vs6/libgstrtsp.dsp:
11029         * win32/vs6/libgstautogen.dsp:
11030         * win32/vs6/libgstaudiofx.dsp:
11031         * win32/vs6/libgstudp.dsp:
11032           Add and update project files.
11033         * win32/common/gstudp-enumtypes.c:
11034         * win32/common/gstudp-enumtypes.h:
11035           Add a copy of udp enumtypes to win32/common as in core 
11036           and base.
11037         
11038 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11039
11040         * configure.ac:
11041           Activate monoscope when building with --enable-experimental. Fix
11042           --enable-external configure switch description.
11043
11044         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11045         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11046           Help gst-indent.
11047
11048 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11049
11050         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11051           Explicitly cast result of pointer arithmetic to integer in order to
11052           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11053
11054 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11055
11056         * gst/debug/progressreport.c:
11057           Some more docs.
11058
11059 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * docs/plugins/inspect/plugin-rtp.xml:
11062           Update for new elements.
11063
11064         * gst/debug/progressreport.h:
11065           Commit newly-created header file as well.
11066
11067 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * docs/plugins/Makefile.am:
11070         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11071         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11072         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11073         * gst/debug/Makefile.am:
11074         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11075         (gst_progress_report_do_query), (gst_progress_report_report):
11076           Make progressreport element post messages with the current progress
11077           on the bus. Also add some basic docs for it.
11078
11079 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11080
11081         * ext/hal/hal.c: (gst_hal_get_string):
11082         * ext/hal/hal.h:
11083           Some small cleanups; deal with errors when parsing the HAL ALSA
11084           capabilities a bit better.
11085
11086 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11087
11088         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11089           Let's try this again and use the right cast this time.
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           Add cast to avoid compiler warnings with older GLib versions
11095           where the nick/name members in GEnumValue are not declared as
11096           constant strings.
11097
11098 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11101         (gst_gconf_render_bin_from_key),
11102         (gst_gconf_get_default_audio_sink):
11103         * ext/gconf/gconf.h:
11104         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11105         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11106         (gst_gconf_audio_sink_get_property):
11107           In gconfaudiosink, get the right key as the old key in do_toggle
11108           (ie. one dependent on the profile selected). Log some more stuff so
11109           we can see what's actually going on.
11110
11111 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11112
11113         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11114         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11115         (gst_audio_amplify_set_process_function),
11116         (gst_audio_amplify_setup):
11117         * gst/audiofx/audioamplify.h:
11118         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11119         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11120         * gst/audiofx/audioinvert.h:
11121         Some small cleanups and port both elements to the new GstAudioFilter
11122         base class to save a few lines of common code.
11123         * gst/audiofx/Makefile.am:
11124         Link against libgstaudio for the above changes
11125
11126 2007-01-29  Wim Taymans  <wim@fluendo.com>
11127
11128         * tests/check/elements/.cvsignore:
11129         Some more ignores.
11130
11131 2007-01-26  Wim Taymans  <wim@fluendo.com>
11132
11133         Patch by: charles <charlesg3 at gmail dot com>
11134
11135         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11136         (set_shout_metadata), (gst_shout2send_event):
11137         * ext/shout2/gstshout2.h:
11138         Properly handle tags in shout2send. Fixes #399825.
11139
11140 2007-01-25  Wim Taymans  <wim@fluendo.com>
11141
11142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11143         (gst_rtspsrc_activate_streams):
11144         Convert SDP fields to upper/lowercase following the rules in the SDP to
11145         caps document. 
11146
11147 2007-01-25  Wim Taymans  <wim@fluendo.com>
11148
11149         * gst/rtp/README:
11150         * gst/rtp/gstrtpilbcdepay.c:
11151         * gst/rtp/gstrtpilbcpay.c:
11152         * gst/rtp/gstrtpmp4gdepay.c:
11153         * gst/rtp/gstrtpmp4gpay.c:
11154         * gst/rtp/gstrtpspeexdepay.c:
11155         * gst/rtp/gstrtpspeexpay.c:
11156         * gst/rtp/gstrtpsv3vdepay.c:
11157         * gst/rtp/gstrtptheoradepay.c:
11158         * gst/rtp/gstrtptheorapay.c:
11159         * gst/rtp/gstrtpvorbisdepay.c:
11160         * gst/rtp/gstrtpvorbispay.c:
11161         Fix case of encoding-name and key/value pairs to match the document.
11162         This is to make interoperation with SDP case-insensitive as required by
11163         the relevant RFCs.
11164
11165 2007-01-25  Wim Taymans  <wim@fluendo.com>
11166
11167         * configure.ac:
11168         Bump required -core/-base to CVS
11169
11170 2007-01-25  Wim Taymans  <wim@fluendo.com>
11171
11172         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11173         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11174         * gst/rtp/gstrtpL16pay.h:
11175         Fill up to MTU using adapter.
11176         Timestamp rtp packets.
11177
11178 2007-01-25  Edward Hervey  <edward@fluendo.com>
11179
11180         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11181         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11182         Use G_GSIZE_FORMAT in print statements for portability.
11183         Fixes build on macosx.
11184
11185 2007-01-24  Wim Taymans  <wim@fluendo.com>
11186
11187         * gst/rtp/Makefile.am:
11188         * gst/rtp/gstrtp.c: (plugin_init):
11189         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11190         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11191         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11192         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11193         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11194         (gst_rtp_L16_depay_plugin_init):
11195         * gst/rtp/gstrtpL16depay.h:
11196         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11197         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11198         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11199         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11200         (gst_rtp_L16_pay_plugin_init):
11201         * gst/rtp/gstrtpL16pay.h:
11202         Port and enable raw audio payloader/depayloader. Needs a bit more work
11203         on the payloader side.
11204
11205 2007-01-24  Wim Taymans  <wim@fluendo.com>
11206
11207         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11208         (gst_rtspsrc_stream_configure_transport),
11209         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11210         * gst/rtsp/gstrtspsrc.h:
11211         Only unblock the udp pads when we linked and activated them all.
11212         Fixes #395688.
11213
11214 2007-01-24  Wim Taymans  <wim@fluendo.com>
11215
11216         * gst/rtp/Makefile.am:
11217         * gst/rtp/gstrtp.c: (plugin_init):
11218         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11219         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11220         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11221         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11222         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11223         * gst/rtp/gstrtpac3depay.h:
11224         Added simple AC3 depayloader (RFC 4184).
11225
11226         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11227         Fix a leak.
11228
11229 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11230
11231         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11232
11233         * gst/audiofx/Makefile.am:
11234         * gst/audiofx/audioamplify.c:
11235         (gst_audio_amplify_clipping_method_get_type),
11236         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11237         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11238         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11239         (gst_audio_amplify_set_caps),
11240         (gst_audio_amplify_transform_int_clip),
11241         (gst_audio_amplify_transform_int_wrap_negative),
11242         (gst_audio_amplify_transform_int_wrap_positive),
11243         (gst_audio_amplify_transform_float_clip),
11244         (gst_audio_amplify_transform_float_wrap_negative),
11245         (gst_audio_amplify_transform_float_wrap_positive),
11246         (gst_audio_amplify_transform_ip):
11247         * gst/audiofx/audioamplify.h:
11248         * gst/audiofx/audiofx.c: (plugin_init):
11249         Add new element "audioamplify". This allows scaling of raw audio
11250         samples, similar to the "volume" element, but provides different modes
11251         for clipping and allows unlimited amplification. It's mainly targeted
11252         for creative sound design and not as a replacement of the "volume"
11253         element. Fixes #397162
11254         * docs/plugins/Makefile.am:
11255         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11256         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11257         * docs/plugins/gst-plugins-good-plugins.args:
11258         * docs/plugins/inspect/plugin-audiofx.xml:
11259         Add docs for audioamplify and integrate them into the build system
11260         * tests/check/Makefile.am:
11261         * tests/check/elements/audioamplify.c: (setup_amplify),
11262         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11263         Add fairly extensive unit test suite for audioamplify
11264
11265 2007-01-24  Wim Taymans  <wim@fluendo.com>
11266
11267         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11268         Unblock pads after adding the pads to the element so that autopluggers
11269         get a change to link something. Possibly fixes #395688.
11270
11271 2007-01-24  Wim Taymans  <wim@fluendo.com>
11272
11273         * gst/rtp/gstrtpamrdepay.c:
11274         * gst/rtp/gstrtpgsmdepay.c:
11275         * gst/rtp/gstrtph263pdepay.c:
11276         * gst/rtp/gstrtph263ppay.c:
11277         * gst/rtp/gstrtph264depay.c:
11278         * gst/rtp/gstrtpilbcdepay.c:
11279         * gst/rtp/gstrtpmp2tdepay.c:
11280         * gst/rtp/gstrtpmp4gdepay.c:
11281         * gst/rtp/gstrtpmp4gpay.c:
11282         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11283         * gst/rtp/gstrtpmp4vpay.c:
11284         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11285         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11286         (gst_rtp_mpa_depay_process):
11287         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11288         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11289         * gst/rtp/gstrtppcmadepay.c:
11290         * gst/rtp/gstrtppcmudepay.c:
11291         * gst/rtp/gstrtpspeexdepay.c:
11292         * gst/rtp/gstrtpspeexpay.c:
11293         * gst/rtp/gstrtpsv3vdepay.c:
11294         * gst/rtp/gstrtptheoradepay.c:
11295         * gst/rtp/gstrtptheorapay.c:
11296         * gst/rtp/gstrtpvorbisdepay.c:
11297         * gst/rtp/gstrtpvorbispay.c:
11298         Fix caps with payload numbers.
11299         Add some fixed payload numbers to caps when possible.
11300
11301 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11302
11303         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11304
11305         * gst/audiofx/Makefile.am:
11306         * gst/audiofx/audiofx.c: (plugin_init):
11307         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11308         (gst_audio_invert_class_init), (gst_audio_invert_init),
11309         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11310         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11311         (gst_audio_invert_transform_float),
11312         (gst_audio_invert_transform_ip):
11313         * gst/audiofx/audioinvert.h:
11314         Add new audiofx element "audioinvert". This element swaps the upper
11315         and lower half of samples and can be used for example for a
11316         wide-stereo effect. Fixes #396057
11317         * docs/plugins/Makefile.am:
11318         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11319         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11320         * docs/plugins/gst-plugins-good-plugins.args:
11321         * docs/plugins/inspect/plugin-audiofx.xml:
11322         Add docs for the audioinvert element and add them to the build system.
11323         * tests/check/Makefile.am:
11324         * tests/check/elements/audioinvert.c: (setup_invert),
11325         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11326         Add unit test suite for the audioinvert element.
11327
11328 2007-01-23  Wim Taymans  <wim@fluendo.com>
11329
11330         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11331         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11332         Parse config params as string and int.
11333         Parse and use AU header length
11334
11335 2007-01-23  Wim Taymans  <wim@fluendo.com>
11336
11337         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11338         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11339         * gst/smpte/gstmask.c: (_gst_mask_register):
11340         * gst/smpte/gstmask.h:
11341         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11342         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11343         (gst_smpte_paint_triangle_clock):
11344         constify some static structs.
11345         Don't update the mask if nothing changed to the params.
11346         Make sure we never draw outside of the picture. Fixes #398325.
11347
11348 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11349
11350         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11351           Error out properly when pull_range fails while we're reading the
11352           headers, instead of just pausing the task silently. Fixes #399338.
11353
11354 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11357           Some more sanity checks to make sure the input formats match and the
11358           input pads are actually negotiated, in case someone tries to feed
11359           buffers from fakesrc or filesrc. Fixes #398299.
11360           Also const-ify an array, just because we can.
11361
11362 2007-01-19  Edward Hervey  <edward@fluendo.com>
11363
11364         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11365         Ignore previous commit, that was only valid for widths and heights
11366         that are multiples of 4.
11367         Copy over size/stride macros from jpegdec. This allows the element
11368         to work with any width,height...
11369         ... but puts in evidence that the actual transformations only work
11370         with width/height that are multiples of 4.
11371
11372 2007-01-19  Edward Hervey  <edward@fluendo.com>
11373
11374         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11375         Allocate buffers of the right size.
11376         The proper size of a I420 buffer in bytes is:
11377         
11378             width * height * 3
11379             ------------------
11380                     2
11381
11382 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11385           Proxy getcaps on sink pads too, so that we either end up with the
11386           same dimensions on all pads or error out if that's not possible
11387           (seems to work even!). Fixes #398086, I think.
11388
11389 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11390
11391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11392         * docs/plugins/gst-plugins-good-plugins.args:
11393         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11394           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11395           fix integer properties with -1 as minimum value.
11396
11397         * docs/plugins/inspect/plugin-1394.xml:
11398         * docs/plugins/inspect/plugin-aasink.xml:
11399         * docs/plugins/inspect/plugin-alaw.xml:
11400         * docs/plugins/inspect/plugin-alpha.xml:
11401         * docs/plugins/inspect/plugin-alphacolor.xml:
11402         * docs/plugins/inspect/plugin-annodex.xml:
11403         * docs/plugins/inspect/plugin-apetag.xml:
11404         * docs/plugins/inspect/plugin-audiofx.xml:
11405         * docs/plugins/inspect/plugin-auparse.xml:
11406         * docs/plugins/inspect/plugin-autodetect.xml:
11407         * docs/plugins/inspect/plugin-avi.xml:
11408         * docs/plugins/inspect/plugin-cacasink.xml:
11409         * docs/plugins/inspect/plugin-cairo.xml:
11410         * docs/plugins/inspect/plugin-cdio.xml:
11411         * docs/plugins/inspect/plugin-cutter.xml:
11412         * docs/plugins/inspect/plugin-debug.xml:
11413         * docs/plugins/inspect/plugin-dv.xml:
11414         * docs/plugins/inspect/plugin-efence.xml:
11415         * docs/plugins/inspect/plugin-effectv.xml:
11416         * docs/plugins/inspect/plugin-esdsink.xml:
11417         * docs/plugins/inspect/plugin-flac.xml:
11418         * docs/plugins/inspect/plugin-flxdec.xml:
11419         * docs/plugins/inspect/plugin-gconfelements.xml:
11420         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11421         * docs/plugins/inspect/plugin-goom.xml:
11422         * docs/plugins/inspect/plugin-halelements.xml:
11423         * docs/plugins/inspect/plugin-icydemux.xml:
11424         * docs/plugins/inspect/plugin-id3demux.xml:
11425         * docs/plugins/inspect/plugin-jpeg.xml:
11426         * docs/plugins/inspect/plugin-level.xml:
11427         * docs/plugins/inspect/plugin-matroska.xml:
11428         * docs/plugins/inspect/plugin-mulaw.xml:
11429         * docs/plugins/inspect/plugin-multipart.xml:
11430         * docs/plugins/inspect/plugin-navigationtest.xml:
11431         * docs/plugins/inspect/plugin-ossaudio.xml:
11432         * docs/plugins/inspect/plugin-png.xml:
11433         * docs/plugins/inspect/plugin-rtp.xml:
11434         * docs/plugins/inspect/plugin-rtsp.xml:
11435         * docs/plugins/inspect/plugin-shout2send.xml:
11436         * docs/plugins/inspect/plugin-smpte.xml:
11437         * docs/plugins/inspect/plugin-speex.xml:
11438         * docs/plugins/inspect/plugin-taglib.xml:
11439         * docs/plugins/inspect/plugin-udp.xml:
11440         * docs/plugins/inspect/plugin-videobalance.xml:
11441         * docs/plugins/inspect/plugin-videobox.xml:
11442         * docs/plugins/inspect/plugin-videoflip.xml:
11443         * docs/plugins/inspect/plugin-videomixer.xml:
11444         * docs/plugins/inspect/plugin-wavenc.xml:
11445         * docs/plugins/inspect/plugin-wavparse.xml:
11446         * docs/plugins/inspect/plugin-ximagesrc.xml:
11447           Update to CVS.
11448
11449 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11450
11451         Patch by: Sebastian Dröge <slomo circular-chaos org>
11452
11453         * gst/audiofx/audiopanorama.c:
11454           Fix doc section name (Fixes #397946)
11455
11456 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11457
11458         * sys/v4l2/gstv4l2object.c:
11459         (gst_v4l2_object_install_properties_helper),
11460         (gst_v4l2_object_set_property_helper),
11461         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11462         * sys/v4l2/gstv4l2object.h:
11463         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11464         (gst_v4l2src_init), (gst_v4l2src_set_property),
11465         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11466         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11467         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11468         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11469         (gst_v4l2src_capture_deinit):
11470           Fix EIO handing when capturing. Add new property to specify the number of
11471           buffers to enque (and remove the borked num-buffers usage).
11472
11473 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11474
11475         Patch by: Sebastian Dröge <slomo circular-chaos org>
11476
11477         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11478         (gst_audio_panorama_set_process_function):
11479           Use a function array for process methods, add more docs and define the
11480           startindex of enums.
11481
11482 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11483
11484         Patch by: Mark Nauwelaerts <manauw at skynet be>
11485
11486         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11487         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11488         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11489         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11490         (gst_avi_mux_riff_get_avi_header),
11491         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11492         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11493         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11494         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11495         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11496         (gst_avi_mux_change_state):
11497         * gst/avi/gstavimux.h:
11498         * tests/check/elements/avimux.c: (teardown_src_pad):
11499           Add support for more than one audio stream; write better AVIX
11500           header; refactor code a bit; don't announce vorbis caps on our audio
11501           sink pads since we don't support it anyway. Closes #379298.
11502
11503 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         Patch by: Sebastian Dröge <slomo circular-chaos org>
11506
11507         * gst/audiofx/audiopanorama.c:
11508         (gst_audio_panorama_method_get_type),
11509         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11510         (gst_audio_panorama_set_process_function),
11511         (gst_audio_panorama_set_property),
11512         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11513         (gst_audio_panorama_transform_m2s_int_simple),
11514         (gst_audio_panorama_transform_s2s_int_simple),
11515         (gst_audio_panorama_transform_m2s_float_simple),
11516         (gst_audio_panorama_transform_s2s_float_simple):
11517         * gst/audiofx/audiopanorama.h:
11518           Add 'method' property and provide a simple (non-psychoacustic)
11519           processing method (#394859).
11520
11521         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11522         (panorama_suite):
11523           Tests for new method.
11524
11525 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11526
11527         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11528         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11529           Set correct caps on outgoing pulled buffers, or things blow up
11530           after recent core changes.
11531
11532 2007-01-11  Wim Taymans  <wim@fluendo.com>
11533
11534         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11535
11536         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11537         (gst_multipart_mux_request_new_pad),
11538         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11539         (gst_multipart_mux_change_state):
11540         Return FLOW errors ASAP. Fixes #394977.
11541         Misc cleanups.
11542
11543 2007-01-11  Wim Taymans  <wim@fluendo.com>
11544
11545         Patch by: Lutz Mueller <lutz at topfrose dot de>
11546
11547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11548         Check for stream pad before activating. 
11549
11550 2007-01-10  Wim Taymans  <wim@fluendo.com>
11551
11552         Patch by: Peter Kjellerstedt  <pkj at axis com>
11553
11554         * gst/rtsp/COPYING.MIT:
11555         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11556         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11557         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11558         (gst_rtspsrc_stream_configure_transport),
11559         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11560         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11561         (gst_rtspsrc_parse_methods),
11562         (gst_rtspsrc_create_transports_string),
11563         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11564         (gst_rtspsrc_open), (gst_rtspsrc_close):
11565         * gst/rtsp/gstrtspsrc.h:
11566         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11567         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11568         (parse_request_line), (parse_line), (rtsp_connection_read),
11569         (rtsp_connection_close):
11570         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11571         (rtsp_method_as_text), (rtsp_header_as_text),
11572         (rtsp_status_as_text), (rtsp_find_header_field),
11573         (rtsp_find_method):
11574         * gst/rtsp/rtspdefs.h:
11575         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11576         (rtsp_ext_wms_configure_stream):
11577         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11578         (rtsp_message_new_request), (rtsp_message_init_request),
11579         (rtsp_message_new_response), (rtsp_message_init_response),
11580         (rtsp_message_init_data), (rtsp_message_unset),
11581         (rtsp_message_free), (rtsp_message_add_header),
11582         (rtsp_message_get_header), (rtsp_message_set_body),
11583         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11584         * gst/rtsp/rtspmessage.h:
11585         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11586         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11587         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11588         (sdp_message_dump):
11589         Allow url to be NULL to be able to use it for server connections.
11590         Can now send responses as well as requests.
11591         No longer hangs in an endless loop if EOF is received.
11592         Can now convert a status code to a text string.
11593         Return RTSP_HDR_INVALID for unknown headers.
11594         Return RTSP_INVALID for unknown methods.
11595         Copy CSeq and Session headers from the request.
11596         Only free memory corresponding to the currently set message type.
11597         Added const to function arguments as appropriate.
11598         Avoid a compiler warning when initializing nmedia.
11599         Use guint rather than gint to avoid compiler warnings.
11600         Fix crasher in wms extension.
11601         Factor out stream setup from open_connection.
11602         Delay activation of streams when actual data is received from the
11603         server, this prepares us to do proper protocol switching.
11604         Added new license.
11605         Fixes #380895.
11606
11607
11608 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11609
11610         Patch by: Sebastian Dröge <slomo ubuntu com>
11611
11612         * docs/plugins/Makefile.am:
11613         * gst/audiofx/audiopanorama.c:
11614           Some small docs fixes (#394851).
11615
11616 2007-01-09  Wim Taymans  <wim@fluendo.com>
11617
11618         * gst/avi/gstavidemux.c:
11619         Fix docs.
11620
11621 2007-01-09  Wim Taymans  <wim@fluendo.com>
11622
11623         * gst/rtp/Makefile.am:
11624         * gst/rtp/gstrtp.c: (plugin_init):
11625         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11626         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11627         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11628         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11629         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11630         * gst/rtp/gstrtpmpvdepay.h:
11631           Added RFC 2250 MPEG Video Depayloader.
11632
11633         * gst/rtp/gstrtpL16depay.h:
11634         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11635         (gst_rtp_h263p_depay_process):
11636         Fix Header file. Small cleanups.
11637
11638         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11639         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11640         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11641         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11642         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11643         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11644         (gst_rtp_mp4v_depay_change_state):
11645         Remove usused code. Remove Adapter from state Change. Added debug.
11646
11647         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11648         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11649         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11650         * gst/rtp/gstrtpmpadepay.h:
11651         Subclass base depayloader.
11652         Added debug.
11653         Support static payload type assignment as well.
11654
11655         * gst/rtp/gstrtpmpapay.c:
11656         Fix caps.
11657
11658 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11659
11660         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11661
11662         * ext/jpeg/gstjpegdec.c:
11663         * ext/jpeg/gstjpegenc.c:
11664         * ext/jpeg/smokecodec.c:
11665           These libjpeg callbacks should return a 'boolean' (unsigned char
11666           apparently) and not a 'gboolean' (which maps to gint). Fixes
11667           warnings when compiling with MingW (#393427).
11668
11669         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11670           Use ioctlsocket on win32.
11671
11672         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11673           Some printf format fixes for win32.
11674
11675 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11676
11677         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11678           Use gst_guint64_to_gdouble for conversion.
11679         * win32/vs6/libgstmatroska.dsp:
11680           Add zlib to the link.
11681         * win32/vs6/libgstvideobox.dsp:
11682           Update liboil library name (project is linked to 
11683           liboil-0.3-0.lib now).
11684           
11685 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11686
11687         * gst/matroska/Makefile.am:
11688           If zlib is available and used, we must link it explicitly for
11689           things to work on MingW (fixes #392855).
11690
11691 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11692
11693         * ext/esd/esdsink.c: (gst_esdsink_delay):
11694           Don't return bogus values when esd_get_delay() fails for some
11695           reason (#392189).
11696
11697 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11698
11699         * sys/ximage/gstximagesrc.c: (composite_pixel):
11700           Fix presumably copy'n'pasto for 16bpp depth.
11701
11702 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11703
11704         * gst/matroska/matroska-mux.c:
11705         (gst_matroska_mux_audio_pad_setcaps):
11706           The "signed" field in audio caps is of boolean type, trying to use
11707           gst_structure_get_int() to extract it will fail. Fixing this makes
11708           matroskamux accept raw audio input (#387121) (use at your own risk
11709           though, due to the matroska spec being not entirely useful in this
11710           respect).
11711           Also fix up raw audio structures in template caps so that they
11712           represent what our setcaps function will actually accept, so that
11713           converters know what to convert to.
11714           Finally, don't fail if there isn't an "endianness" field in 8-bit
11715           PCM caps.
11716
11717 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11718
11719         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11720         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11721         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11722         (teardown_cmmldec):
11723         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11724         (teardown_cmmlenc):
11725         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11726           reapply consistent pad (de)activation
11727
11728 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11729
11730         * configure.ac:
11731         Back to CVS
11732
11733         * gst-plugins-good.doap:
11734         Add 0.10.5 doap entry
11735
11736 === release 0.10.5 ===
11737
11738 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11739
11740         * configure.ac:
11741           releasing 0.10.5, "The Path of Thorns"
11742
11743 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11744
11745         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11746         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11747         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11748         (teardown_cmmldec):
11749         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11750         (teardown_cmmlenc):
11751         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11752           revert my freeze breakage
11753
11754 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11755
11756         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11757         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11758         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11759         (teardown_cmmldec):
11760         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11761         (teardown_cmmlenc):
11762         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11763           consistent pad (de)activation
11764
11765 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11766
11767         * configure.ac:
11768         * ext/Makefile.am:
11769         Disable LADPSA, as it has moved to the -bad module for the duration.
11770
11771 2006-12-18  Wim Taymans  <wim@fluendo.com>
11772
11773         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11774         (gst_signal_processor_event):
11775         Reset flow_state back to _OK after a flush stop so that we exit our
11776         error state after the flush. Fixes #374213
11777
11778 2006-12-16  David Schleef  <ds@schleef.org>
11779
11780         * sys/osxvideo/osxvideosink.h:
11781         * sys/osxvideo/osxvideosink.m:
11782           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11783
11784 2006-12-16  David Schleef  <ds@schleef.org>
11785
11786         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11787
11788         * sys/osxvideo/Makefile.am:
11789         * sys/osxvideo/osxvideosink.h:
11790         * sys/osxvideo/osxvideosink.m:
11791           Preliminary patch for porting osxvideosink
11792
11793 2006-12-16  Wim Taymans  <wim@fluendo.com>
11794
11795         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11796
11797         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11798         (gst_videomixer_set_master_geometry),
11799         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11800         (gst_videomixer_reset), (gst_videomixer_init),
11801         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11802         (gst_videomixer_release_pad), (gst_videomixer_collected),
11803         (gst_videomixer_change_state):
11804         Introduce some locking around the videomixer state so that it does not
11805         crash when adding/removing pads. Fixes #383043.
11806
11807 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11808
11809         * configure.ac:
11810           Make sure libcaca can actually be used instead of just checking for
11811           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11812           cross-compiling (fixes #384587).
11813
11814 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11815
11816         * Makefile.am:
11817         * gst-plugins-good.doap:
11818         * gst-plugins-good.spec.in:
11819           adding doap file
11820
11821 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11822
11823         * configure.ac:
11824           libflac-1.1.3 changed API again, but we can't build against it yet,
11825           so make sure our check doesn't use libflac-1.1.3 and add a comment
11826           to this effect.
11827
11828 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11829
11830         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11831         (gst_quarktv_planetable_clear):
11832           Add some NULL pointer checks (possibly related to #385623).
11833
11834 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11835
11836         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11837         (gst_tag_demux_chain):
11838         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11839           In streaming mode, if the first buffer we get doesn't have an
11840           offset, fix it up to be 0, otherwise trimming won't work later on
11841           and we'll be typefinding application/x-id3, which may result in
11842           decodebin plugging an endless number of id3demux elements as a
11843           consequence. Fixes #385031.
11844           
11845 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11846
11847         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11848           Ignore the buffer_time the sound device reports. Turns out it is 
11849           sometimes completely bogus and we're better off without it.
11850
11851 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11852
11853         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11854         (gst_matroska_demux_video_caps):
11855         * gst/matroska/matroska-ids.c:
11856         (gst_matroska_track_init_video_context):
11857         * gst/matroska/matroska-ids.h:
11858           Try harder to extract the framerate for video tracks correctly and
11859           save it directly instead of converting it back and forth a few
11860           times. Mostly makes a difference for very small framerates (<1).
11861           Fixes #380199.
11862
11863 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11864
11865         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11866         (gst_gconf_audio_src_dispose), (do_toggle_element):
11867         * ext/gconf/gstgconfaudiosrc.h:
11868           Remove gconf notify hook when the gconfaudiosrc element is
11869           destroyed, otherwise the callback may be called on an
11870           already-destroyed instance and bad things happen. Should fix
11871           #378184.
11872           Also ignore gconf key changes when the source is already running.
11873
11874 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11875
11876         Patch by: Sebastian Dröge  <mail at slomosnail de>
11877
11878         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11879           We need to be able to read and parse any possible floating point string
11880           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11881           will parse the former only in certain locales though, so we really need
11882           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11883           make sure we can parse either version at all times.
11884           Fixes #382982 for real.
11885
11886 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11887
11888         * sys/sunaudio/gstsunaudiomixerctrl.c:
11889         * sys/sunaudio/gstsunaudiosrc.c:
11890
11891         Use the sunaudio debug category.
11892
11893         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11894         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11895         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11896         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11897         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11898         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11899         (gst_sunaudiosink_reset):
11900         * sys/sunaudio/gstsunaudiosink.h:
11901
11902         Uses the sunaudio debug category for all debug output
11903         Implements the _delay() callback to synchronise video playback better
11904         Change the segtotal and segsize values back to the parent class 
11905           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11906           respectively)
11907         Measure the samples written to the device vs. played.
11908         Keep track of segments in the device by writing empty eof frames, and
11909         sleep using a GCond when we get too far ahead and risk overrunning the
11910         sink's ringbuffer.
11911
11912         Fixes: #360673
11913
11914 2006-12-08  Wim Taymans  <wim@fluendo.com>
11915
11916         Patch by: Sebastian Dröge  <mail at slomosnail de >
11917
11918         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11919         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11920         * gst/audiofx/audiopanorama.h:
11921         Fix audiopanorame with float samples. Fixes #383726.
11922
11923 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11924
11925         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11926         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11927         (gst_sunaudiosrc_reset):
11928
11929         Implement reset functions to unblock the src/sink more quickly on 
11930         state change requests.
11931         Patch by: Brian Cameron <brian dot cameron at sun com>
11932
11933 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11934
11935         * sys/sunaudio/gstsunaudiomixer.c:
11936         (gst_sunaudiomixer_change_state):
11937         Construct the correct mixer device name when the AUDIODEV env var
11938         is set.
11939
11940         Patch by: Jerry Tan <jerry.tan at sun dot com>
11941         Fixes: #383596
11942
11943 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11944
11945         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11946         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11947         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11948         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11949         Patch by: Jerry Tan <jerry.tan at sun dot com>
11950         Fixes: #349015
11951
11952 2006-12-07  Wim Taymans  <wim@fluendo.com>
11953
11954         * gst/smpte/gstmask.h:
11955         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11956         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11957         (gst_smpte_collected), (gst_smpte_set_property),
11958         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11959         * gst/smpte/gstsmpte.h:
11960         Port to 0.10 some more. 
11961         Added duration property to specify the duration of the transition.
11962         Make framerate a fraction.
11963         Deprecate fps property, we only use negotiated fps.
11964         Added docs.
11965         Fix collectpad usage.
11966         Reset state in READY.
11967         Send NEWSEGMENT event.
11968         Fix racy updates of object properties.
11969         Added debug category.
11970         Fixes #383323.
11971
11972 2006-12-06  Wim Taymans  <wim@fluendo.com>
11973
11974         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11975
11976         * gst/videomixer/videomixer.c:
11977         (gst_videomixer_set_master_geometry),
11978         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11979         Don't reset xpos and ypos in the setcaps function because causes
11980         unexpected behaviour.
11981         Fixes #382179.
11982
11983 2006-12-06  Wim Taymans  <wim@fluendo.com>
11984
11985         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11986         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11987         Keep track of the buffer timestamp in the collectdata member instead
11988         of modifying the buffer without making the metadata writable first.
11989         Fixes #382277.
11990
11991 2006-12-06  Wim Taymans  <wim@fluendo.com>
11992
11993         Patch by: Rob Taylor <robtaylor at floopily dot org>
11994
11995         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11996         If using multicast in udpsrc, bind to the multicast address rather than
11997         IN_ADDR_ANY.
11998         This allows the simultanous use of multiple udpsrcs listening on
11999         different multicat addresses. Without this all udpsrcs will receive all
12000         packets from all subscribed multicast addresses.
12001         Fixes #383001.
12002
12003 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12004
12005         * ext/taglib/gstid3v2mux.cc:
12006         Don't attempt to write a NULL frame into the ID3 tag set when the 
12007         createFrame method returned NULL.
12008         Fixes: #381857
12009         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12010
12011 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12012
12013         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12014         Use g_strtod() instead of sscanf to parse doubles, so that it will
12015         try parsing in the C locale if the current locale fails.
12016         Fixes: #382982
12017         Patch by: Sebastian Dröge  <mail at slomosnail de >
12018
12019 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12020
12021         * win32/MANIFEST:
12022         Fix compilation on win32 under VS8
12023         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12024         Partially fixes #381175
12025
12026 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12027
12028         * gst/avi/gstavimux.c:
12029           accept all mpegversions,fixes #380825
12030           spotted by: Jerome Alet  
12031
12032 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12033
12034         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12035         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12036         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12037         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12038           cleanup the error message a bit more
12039
12040 2006-11-28  Wim Taymans  <wim@fluendo.com>
12041
12042         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12043         Fix width and height properties.
12044
12045         * ext/libcaca/gstcacasink.h:
12046         Fix compilation on newer libcaca that require us to include a new
12047         header. Fixes #379918.
12048
12049 2006-11-28  Wim Taymans  <wim@fluendo.com>
12050
12051         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12052         * gst/rtsp/gstrtspsrc.h:
12053         * gst/rtsp/rtspext.h:
12054         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12055         (rtsp_ext_wms_get_context):
12056         Add method so that extensions can choose to disable the setup of
12057         a stream.
12058         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12059
12060 2006-11-27  Wim Taymans  <wim@fluendo.com>
12061
12062         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12063
12064         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12065         Push header in a separate buffer instead of memcpy:ing all data.
12066         Change LF => CRLF in headers.
12067         Move trailing LF to header. Fixes #379792.
12068
12069 2006-11-27  Wim Taymans  <wim@fluendo.com>
12070
12071         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12072         Small buffer overflow fix and improve debugging.
12073
12074 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12075
12076         * ext/esd/esdmon.h:
12077         * ext/esd/esdsink.h:
12078           remove obsolete _factory_init protos
12079
12080 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12081
12082         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12083         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12084         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12085         (gst_avi_demux_read_subindexes_push),
12086         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12087         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12088         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12089         (gst_avi_demux_massage_index),
12090         (gst_avi_demux_calculate_durations_from_index),
12091         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12092         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12093         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12094           remove dead code, tweak debugs statements, add comments, use
12095           _uint64_scale instead _uint64_scale_int when using guint64 values,
12096           small optimizations, reflow some error handling
12097
12098 2006-11-22  Edward Hervey  <edward@fluendo.com>
12099
12100         * po/.cvsignore:
12101         We never put .pot files in cvs. Let's ignore them all.
12102
12103 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12104
12105         * po/POTFILES.in:
12106           ... but better exclude files that aren't disted.
12107
12108 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12109
12110         * po/POTFILES.in:
12111           Add v4l2 source files to list of files with translations, so the
12112           strings are actually extracted (however bad they still may be).
12113
12114 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12115
12116         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12117           Minor clean-ups: const-ify static array, remove trailing comma from
12118           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12119
12120 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12121
12122         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12123         Make sure that g_free always gets called on the same pointer that was 
12124         returned by g_malloc.  Fixes #376594.
12125         Do not leak memory if decompressed size is wrong.
12126         Remove unneeded check of return value of g_malloc.
12127         Patch by: René Stadler <mail@renestadler.de>
12128
12129 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12130
12131         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12132           Add missing curly brackets.
12133
12134 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12135
12136         * sys/v4l2/v4l2src_calls.c:
12137         Fix capture_deinit.
12138
12139 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12140
12141         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12142         (gst_matroska_mux_request_new_pad):
12143           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12144
12145         * tests/check/elements/matroskamux.c: (setup_src_pad),
12146         (setup_sink_pad), (GST_START_TEST):
12147         Activate pads before using them.
12148
12149 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12150
12151         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12152           Initialise variable to get rid of bogus compiler warning.
12153
12154 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12155
12156         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12157
12158         * gst/rtp/gstrtph263pay.c:
12159         * gst/rtp/gstrtph263pdepay.c:
12160         * gst/rtp/gstrtph263ppay.c:
12161           Specify H.263 variant and version in the caps (fixes #361637)
12162
12163 2006-11-15  Wim Taymans  <wim@fluendo.com>
12164
12165         * gst/rtsp/rtspconnection.c: (read_body):
12166         Don't set a data pointer to NULL and a size > 0 when we deal
12167         with empty packets.
12168
12169         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12170         (rtsp_message_init_response), (rtsp_message_init_data),
12171         (rtsp_message_unset), (rtsp_message_free),
12172         (rtsp_message_take_body):
12173         Check that we can't create invalid empty packets. 
12174
12175 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12176
12177         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12178
12179         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12180         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12181         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12182         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12183         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12184         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12185         * gst/matroska/matroska-mux.h:
12186           Add basic tag writing support; implement releasing pads (#374658).
12187
12188 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12189
12190         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12191         (gst_matroska_demux_audio_caps):
12192           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12193
12194 2006-11-14  David Schleef  <ds@schleef.org>
12195
12196         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12197
12198 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12199
12200         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12201
12202         * win32/vs8/gst-plugins-good.sln:
12203         * win32/vs8/libgst1394.vcproj:
12204         * win32/vs8/libgstaasink.vcproj:
12205         * win32/vs8/libgstalaw.vcproj:
12206         * win32/vs8/libgstalpha.vcproj:
12207         * win32/vs8/libgstalphacolor.vcproj:
12208         * win32/vs8/libgstannodex.vcproj:
12209         * win32/vs8/libgstapetag.vcproj:
12210         * win32/vs8/libgstaudiofx.vcproj:
12211         * win32/vs8/libgstauparse.vcproj:
12212         * win32/vs8/libgstautodetect.vcproj:
12213         * win32/vs8/libgstavi.vcproj:
12214         * win32/vs8/libgstcacasink.vcproj:
12215         * win32/vs8/libgstcdio.vcproj:
12216         * win32/vs8/libgstcutter.vcproj:
12217         * win32/vs8/libgstdv.vcproj:
12218         * win32/vs8/libgsteffectv.vcproj:
12219         * win32/vs8/libgstflac.vcproj:
12220         * win32/vs8/libgstflxdec.vcproj:
12221         * win32/vs8/libgstgoom.vcproj:
12222         * win32/vs8/libgsticydemux.vcproj:
12223         * win32/vs8/libgstid3demux.vcproj:
12224         * win32/vs8/libgstjpeg.vcproj:
12225         * win32/vs8/libgstladspa.vcproj:
12226         * win32/vs8/libgstlevel.vcproj:
12227         * win32/vs8/libgstmatroska.vcproj:
12228         * win32/vs8/libgstmikmod.vcproj:
12229         * win32/vs8/libgstmng.vcproj:
12230         * win32/vs8/libgstmonoscope.vcproj:
12231         * win32/vs8/libgstmulaw.vcproj:
12232         * win32/vs8/libgstmultipart.vcproj:
12233         * win32/vs8/libgstpng.vcproj:
12234         * win32/vs8/libgstrtp.vcproj:
12235         * win32/vs8/libgstrtsp.vcproj:
12236         * win32/vs8/libgstshout2.vcproj:
12237         * win32/vs8/libgstsmpte.vcproj:
12238         * win32/vs8/libgstspeex.vcproj:
12239         * win32/vs8/libgsttaglib.vcproj:
12240         * win32/vs8/libgstudp.vcproj:
12241         * win32/vs8/libgstvideobalance.vcproj:
12242         * win32/vs8/libgstvideobox.vcproj:
12243         * win32/vs8/libgstvideoflip.vcproj:
12244         * win32/vs8/libgstvideomixer.vcproj:
12245         * win32/vs8/libgstwavenc.vcproj:
12246         * win32/vs8/libgstwavparse.vcproj:
12247           Make end-of-line returns unixy, so that when the files are checked
12248           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12249           Hopefully fixes #366492.
12250
12251 2006-11-14  Wim Taymans  <wim@fluendo.com>
12252
12253         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12254         Disable init_frames delay timestamp adjustment, it does not
12255         seem to be needed at all. Fixes #369621.
12256
12257 2006-11-13  Wim Taymans  <wim@fluendo.com>
12258
12259         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12260
12261         * gst/videomixer/videomixer.c:
12262         (gst_videomixer_set_master_geometry),
12263         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12264         (gst_videomixer_collect_free), (gst_videomixer_reset),
12265         (gst_videomixer_init), (gst_videomixer_finalize),
12266         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12267         (gst_videomixer_collected), (gst_videomixer_change_state):
12268         Fix memleak by unref'ing collectpads instance (when finalizing)
12269         Implement releasing a request pad. Fixes #374479.
12270
12271 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12272
12273         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12274
12275         * win32/vs8/gst-plugins-good.sln:
12276         * win32/vs8/libgst1394.vcproj:
12277         * win32/vs8/libgstaasink.vcproj:
12278         * win32/vs8/libgstalaw.vcproj:
12279         * win32/vs8/libgstalpha.vcproj:
12280         * win32/vs8/libgstalphacolor.vcproj:
12281         * win32/vs8/libgstannodex.vcproj:
12282         * win32/vs8/libgstapetag.vcproj:
12283         * win32/vs8/libgstaudiofx.vcproj:
12284         * win32/vs8/libgstauparse.vcproj:
12285         * win32/vs8/libgstautodetect.vcproj:
12286         * win32/vs8/libgstavi.vcproj:
12287         * win32/vs8/libgstcacasink.vcproj:
12288         * win32/vs8/libgstcdio.vcproj:
12289         * win32/vs8/libgstcutter.vcproj:
12290         * win32/vs8/libgstdv.vcproj:
12291         * win32/vs8/libgsteffectv.vcproj:
12292         * win32/vs8/libgstflac.vcproj:
12293         * win32/vs8/libgstflxdec.vcproj:
12294         * win32/vs8/libgstgoom.vcproj:
12295         * win32/vs8/libgsticydemux.vcproj:
12296         * win32/vs8/libgstid3demux.vcproj:
12297         * win32/vs8/libgstjpeg.vcproj:
12298         * win32/vs8/libgstladspa.vcproj:
12299         * win32/vs8/libgstlevel.vcproj:
12300         * win32/vs8/libgstmatroska.vcproj:
12301         * win32/vs8/libgstmikmod.vcproj:
12302         * win32/vs8/libgstmng.vcproj:
12303         * win32/vs8/libgstmonoscope.vcproj:
12304         * win32/vs8/libgstmulaw.vcproj:
12305         * win32/vs8/libgstmultipart.vcproj:
12306         * win32/vs8/libgstpng.vcproj:
12307         * win32/vs8/libgstrtp.vcproj:
12308         * win32/vs8/libgstrtsp.vcproj:
12309         * win32/vs8/libgstshout2.vcproj:
12310         * win32/vs8/libgstsmpte.vcproj:
12311         * win32/vs8/libgstspeex.vcproj:
12312         * win32/vs8/libgsttaglib.vcproj:
12313         * win32/vs8/libgstudp.vcproj:
12314         * win32/vs8/libgstvideobalance.vcproj:
12315         * win32/vs8/libgstvideobox.vcproj:
12316         * win32/vs8/libgstvideoflip.vcproj:
12317         * win32/vs8/libgstvideomixer.vcproj:
12318         * win32/vs8/libgstwavenc.vcproj:
12319         * win32/vs8/libgstwavparse.vcproj:
12320           Add VS8 project files (note that many of the plugins in ext are
12321           disabled by default). Fixes #366492.
12322
12323 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12324
12325         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12326           we do not translate debug messages
12327
12328 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12329
12330         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12331           fix categorisation, make short desc more explicit, remove unused code
12332           Fixes #372021
12333
12334 2006-11-08  Wim Taymans  <wim@fluendo.com>
12335
12336         * gst/rtp/gstrtpL16depay.c:
12337         * gst/rtp/gstrtpamrdepay.c:
12338         * gst/rtp/gstrtpamrpay.c:
12339         * gst/rtp/gstrtpgsmdepay.c:
12340         * gst/rtp/gstrtph263pay.c:
12341         * gst/rtp/gstrtph263pdepay.c:
12342         * gst/rtp/gstrtph263ppay.c:
12343         * gst/rtp/gstrtph264depay.c:
12344         * gst/rtp/gstrtpmp2tdepay.c:
12345         * gst/rtp/gstrtpmp4gdepay.c:
12346         * gst/rtp/gstrtpmp4gpay.c:
12347         * gst/rtp/gstrtpmp4vdepay.c:
12348         * gst/rtp/gstrtpmp4vpay.c:
12349         * gst/rtp/gstrtpmpadepay.c:
12350         * gst/rtp/gstrtpmpapay.c:
12351         * gst/rtp/gstrtppcmadepay.c:
12352         * gst/rtp/gstrtppcmapay.c:
12353         * gst/rtp/gstrtppcmudepay.c:
12354         * gst/rtp/gstrtppcmupay.c:
12355         * gst/rtp/gstrtpspeexdepay.c:
12356         * gst/rtp/gstrtpspeexpay.c:
12357         * gst/rtp/gstrtpsv3vdepay.c:
12358         Fix element descriptions.
12359
12360 2006-11-08  Wim Taymans  <wim@fluendo.com>
12361
12362         * gst/rtp/gstrtpvorbisdepay.c:
12363         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12364         Fix description.
12365         Small cleanup in the payloader.
12366
12367 2006-11-08  Wim Taymans  <wim@fluendo.com>
12368
12369         * gst/rtp/Makefile.am:
12370         * gst/rtp/gstrtp.c: (plugin_init):
12371         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12372         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12373         (gst_rtp_theora_depay_finalize),
12374         (gst_rtp_theora_depay_parse_configuration),
12375         (gst_rtp_theora_depay_setcaps),
12376         (gst_rtp_theora_depay_switch_codebook),
12377         (gst_rtp_theora_depay_process),
12378         (gst_rtp_theora_depay_set_property),
12379         (gst_rtp_theora_depay_get_property),
12380         (gst_rtp_theora_depay_change_state),
12381         (gst_rtp_theora_depay_plugin_init):
12382         * gst/rtp/gstrtptheoradepay.h:
12383         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12384         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12385         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12386         (gst_rtp_theora_pay_init_packet),
12387         (gst_rtp_theora_pay_flush_packet),
12388         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12389         (gst_rtp_theora_pay_handle_buffer),
12390         (gst_rtp_theora_pay_plugin_init):
12391         * gst/rtp/gstrtptheorapay.h:
12392         Add theora pay/depayloaders.
12393
12394 2006-11-06  Wim Taymans  <wim@fluendo.com>
12395
12396         * gst/rtp/Makefile.am:
12397         We depend on gsttag to generate the vorbis comments.
12398
12399         * gst/rtp/gstrtpvorbisdepay.c:
12400         (gst_rtp_vorbis_depay_parse_configuration),
12401         (gst_rtp_vorbis_depay_setcaps),
12402         (gst_rtp_vorbis_depay_switch_codebook),
12403         (gst_rtp_vorbis_depay_process):
12404         * gst/rtp/gstrtpvorbisdepay.h:
12405         Parse configuration string in the depayloader.
12406         Implement selecting and switching to a new codebook.
12407         Receiving vorbis over RTP now works.
12408
12409         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12410         (gst_rtp_vorbis_pay_init_packet),
12411         (gst_rtp_vorbis_pay_finish_headers),
12412         (gst_rtp_vorbis_pay_handle_buffer):
12413         * gst/rtp/gstrtpvorbispay.h:
12414         Set timestamps on outgoing buffers and RTP packets.
12415         Fix configuration string, prepend number of Packet headers.
12416         Fix encoding of ident string.
12417         Add delivery-method to caps.
12418         Streaming vorbis over RTP now works.
12419
12420 2006-11-06  Wim Taymans  <wim@fluendo.com>
12421
12422         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12423         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12424         (gst_rtp_vorbis_pay_handle_buffer):
12425         * gst/rtp/gstrtpvorbispay.h:
12426         Generate a valid configuration string in the caps based on the
12427         vorbis headers.
12428
12429 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12430
12431         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12432         * ext/cdio/gstcdio.h:
12433         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12434           Move CD-TEXT utility function into common file so it can also be
12435           used by a future cdioparanoiasrc.
12436
12437 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12438         
12439         * sys/v4l2/Makefile.am:
12440         * sys/v4l2/gstv4l2object.c:
12441         * sys/v4l2/gstv4l2src.c:
12442         * sys/v4l2/gstv4l2xoverlay.c:
12443         * sys/v4l2/v4l2_calls.c:
12444         * sys/v4l2/v4l2src_calls.c:
12445         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12446         xoverlay code that is still not implemented.
12447
12448 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12449
12450         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12451           We require a -base more recent than 0.10.9, so it's safe to use
12452           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12453
12454         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12455         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12456           Use _newsegment_full() now that we depend on a recent enough core.
12457
12458         * gst/wavparse/gstwavparse.c:
12459           Remove cruft that we don't need any longer now that we depend on
12460           a recent enough -base.
12461
12462 2006-10-31  Wim Taymans  <wim@fluendo.com>
12463
12464         * gst/rtp/Makefile.am:
12465         * gst/rtp/gstrtp.c: (plugin_init):
12466         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12467         (gst_rtpilbcpay_setcaps):
12468         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12469
12470 2006-10-31  Wim Taymans  <wim@fluendo.com>
12471
12472         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12473         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12474         Some small cleanups, use _scale.
12475
12476 2006-10-31  Wim Taymans  <wim@fluendo.com>
12477
12478         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12479         Use higher precision scale function.
12480
12481 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12482
12483         Patch by: Michal Benes  <michal dot benes at itonis tv>
12484
12485         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12486         (gst_matroska_demux_read_track_encodings),
12487         (gst_matroska_decode_buffer):
12488           Fix several issues with encoded/compressed/encrypted/signed tracks;
12489           also, remove superfluous newline characters from some debug
12490           statements. (#366155)
12491
12492 2006-10-30  Wim Taymans  <wim@fluendo.com>
12493
12494         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12495         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12496         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12497         (gst_smokedec_change_state):
12498         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12499         (gst_smokeenc_init), (gst_smokeenc_finalize),
12500         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12501         (gst_smokeenc_resync), (gst_smokeenc_chain),
12502         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12503         (gst_smokeenc_change_state):
12504         Various cleanups, capsnego and leak fixes.
12505
12506 2006-10-30  Wim Taymans  <wim@fluendo.com>
12507
12508         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12509
12510         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12511         Fix videomixer so that it can handle any combination of framerates.
12512         Fixes #367221.
12513
12514 2006-10-28  Wim Taymans  <wim@fluendo.com>
12515
12516         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12517         (gst_avi_demux_parse_file_header),
12518         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12519         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12520         (gst_avi_demux_chain):
12521         Fix position query for audio. also fixes timestamps in streaming
12522         mode and bug #364958.
12523         Small cleanups.
12524
12525 2006-10-27  Wim Taymans  <wim@fluendo.com>
12526
12527         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12528         * ext/libpng/gstpngenc.h:
12529         Fix strides. Fixes #364856.
12530         Cleanup capsnego.
12531         Set caps on outgoing buffers.
12532
12533 2006-10-18  Wim Taymans  <wim@fluendo.com>
12534
12535         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12536
12537         * gst/rtp/gstrtpgsmpay.c:
12538         * gst/rtp/gstrtph263pay.c:
12539         * gst/rtp/gstrtpmpapay.c:
12540         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12541         (gst_rtp_pcma_pay_handle_buffer):
12542         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12543         Add static payload numbers in addition to the dynamic ones.
12544         Fixes #361639.
12545
12546 2006-10-18  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12549         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12550         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12551         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12552         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12553         * gst/rtsp/rtspdefs.h:
12554         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12555         * gst/rtsp/rtspurl.h:
12556         Reuse already existing enum for lower transport.
12557         Add rtspt and rtspu protocols.
12558         Send redirect to rtspt when udp times out.
12559
12560 2006-10-18  Wim Taymans  <wim@fluendo.com>
12561
12562         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12563         (gst_wavparse_stream_data):
12564         Fix seeking some more, mostly for speed changes.
12565
12566 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12567
12568         Patch by: Fredrik Persson  <frepe at bredband net>
12569
12570         * sys/v4l2/gstv4l2tuner.c:
12571         * sys/v4l2/gstv4l2tuner.h:
12572           Fix _set_channel(): remove useless g_object_notify() for "channel"
12573           property that doesn't exist any longer and therefore now also
12574           useless redirect (#338818).
12575
12576 2006-10-17  Wim Taymans  <wim@fluendo.com>
12577
12578         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12579         Some drivers do not support unsetting the non-blocking flag once the
12580         device is opened. In those cases, close/open the device in
12581         non-blocking mode. Fixes #362673.
12582
12583 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12584
12585         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12586         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12587         (gst_v4l2src_get_fps):
12588           dear stefan, framespersecond is not frameperiod, reverting but adding
12589           comment
12590
12591 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12592
12593         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12594         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12595         (gst_v4l2src_get_fps):
12596           Numerator is numerator and denominator is denominator. Say that aloud
12597           5 times and retry after next beer.
12598
12599 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12600
12601         Patch by: Josep Torra Valles  <josep at fluendo com>
12602
12603         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12604         * ext/esd/esdsink.c: (gst_esdsink_write):
12605         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12606         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12607         (gst_flac_dec_send_newsegment):
12608         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12609         (gst_flac_enc_tell_callback):
12610         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12611         (smokecodec_parse_header), (smokecodec_decode):
12612         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12613         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12614         * gst/goom/Makefile.am:
12615         * gst/goom/gstgoom.c:
12616         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12617         * gst/rtsp/gstrtspsrc.c:
12618         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12619         * gst/udp/gstudpsink.c:
12620         * gst/udp/gstudpsrc.c:
12621         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12622         * sys/sunaudio/gstsunaudiomixertrack.h:
12623           Fix a bunch of problems discovered by the Forte compiler, mostly type
12624           mixups and pointer arithmetics with void pointers. Fixes #362603.
12625
12626 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12627
12628         * ext/speex/gstspeex.c: (plugin_init):
12629         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12630         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12631         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12632         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12633         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12634         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12635         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12636         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12637         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12638         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12639         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12640         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12641         * ext/speex/gstspeexenc.h:
12642           Miscellaneous clean-ups, among other things: speexenc => enc to
12643           enhance code readability; change speexenc => speex_enc; in chain
12644           function unref input buffer in case of error; take reference in
12645           event function; use boilerplate macro; use gst_pad_query_peer_*
12646           convenience functions.
12647
12648 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12649
12650         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12651         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12652         (gst_speexenc_set_header_on_caps):
12653           Fix some mem leaks.
12654
12655 2006-10-11  Wim Taymans  <wim@fluendo.com>
12656
12657         * gst/rtsp/URLS:
12658         Added some other URL.
12659
12660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12661         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12662         (gst_rtspsrc_open), (gst_rtspsrc_play),
12663         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12664         * gst/rtsp/gstrtspsrc.h:
12665         Work on fallback to TCP connection when the UDP socket times out.
12666         Handler server requests, just reply with OK for now.
12667
12668         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12669         * gst/rtsp/rtspdefs.h:
12670         Added some more Real extension headers.
12671
12672         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12673         Fix parsing of urls with a ':' that is not part of the hostname:port
12674         part of the url.
12675
12676 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12679         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12680         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12681           Activate pad before adding it to the already-running element.
12682
12683         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12684           Activate newly-created pad too.
12685
12686 2006-10-11  Wim Taymans  <wim@fluendo.com>
12687
12688         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12689
12690         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12691         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12692         (gst_udpsrc_start):
12693         Fix some leaks in caps and uris. Fixes #361252.
12694
12695 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12696
12697         * gst/wavparse/Makefile.am:
12698           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12699
12700 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12701
12702         * sys/v4l2/gstv4l2xoverlay.c:
12703         * sys/v4l2/gstv4l2xoverlay.h:
12704         Fix build as per the patch in #338818 comment 36.
12705
12706 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12707
12708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12709           Activate pads before adding them to the source.
12710
12711 2006-10-06  Wim Taymans  <wim@fluendo.com>
12712
12713         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12714         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12715         Activate pads before adding.
12716
12717 2006-10-06  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12720         (gst_multipart_find_pad_by_mime):
12721         Activate pads before adding.
12722
12723         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12724         BOILERPLATE sets parent_class for us.
12725
12726 2006-10-06  Wim Taymans  <wim@fluendo.com>
12727
12728         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12729         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12730         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12731         (gst_rtspsrc_alloc_udp_ports),
12732         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12733         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12734         (gst_rtspsrc_create_transports_string),
12735         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12736         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12737         * gst/rtsp/gstrtspsrc.h:
12738         Rework how the transport string is constructed, try to share channels
12739         and udp ports.
12740         Make most of the stuff less dependant on RTP as we are also going to use
12741         it for RDT.
12742         Add support for transport specific session managers.
12743
12744         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12745         Implement _flush().
12746
12747         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12748         * gst/rtsp/rtspdefs.h:
12749         Add generic error return code.
12750
12751         * gst/rtsp/rtspext.h:
12752         Add support for pluggable tranport strings.
12753
12754         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12755         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12756         (rtsp_ext_wms_get_context):
12757         Detect WMServer and activate the extension.
12758
12759         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12760         (rtsp_transport_get_manager), (rtsp_transport_parse):
12761         * gst/rtsp/rtsptransport.h:
12762         Added methods to get mime/manager for certain transports.
12763
12764 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12765
12766         * ext/cairo/gsttimeoverlay.c:
12767         (gst_cairo_time_overlay_update_font_height):
12768         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12769         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12770         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12771         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12772         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12773         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12774         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12775         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12776         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12777         (gst_avi_demux_stream_data):
12778         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12779         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12780         (gst_fenced_buffer_copy):
12781         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12782         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12783         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12784         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12785         (gst_rtspsrc_handle_message):
12786         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12787         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12788           Printf format fixes.
12789
12790 2006-10-04  Wim Taymans  <wim@fluendo.com>
12791
12792         * gst/rtsp/Makefile.am:
12793         Dist new .h file too.
12794
12795 2006-10-04  Wim Taymans  <wim@fluendo.com>
12796
12797         * gst/rtsp/Makefile.am:
12798         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12799         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12801         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12802         (gst_rtspsrc_parse_rtpmap),
12803         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12804         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12805         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12806         * gst/rtsp/gstrtspsrc.h:
12807         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12808         * gst/rtsp/rtspdefs.h:
12809         * gst/rtsp/rtspext.h:
12810         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12811         (rtsp_ext_wms_get_context):
12812         * gst/rtsp/rtspextwms.h:
12813         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12814         (rtsp_transport_parse):
12815         * gst/rtsp/rtsptransport.h:
12816         Factor out extension in separate module.
12817         Fix getcaps to filter against the padtemplate.
12818         Use Content-Base if the server gives one.
12819         Rework the transport parsing a bit for future extensions.
12820         Added some Real Header field definitions.
12821
12822 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12823
12824         * docs/plugins/Makefile.am:
12825         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12826         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12827           added v4l2 stubs
12828         * gst-plugins-good.spec.in:
12829           add v4l2
12830
12831 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12832
12833         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12834           Extract disc/album/medium number and count and try harder
12835           to extract track number/count.
12836
12837 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12838
12839         * configure.ac:
12840         * sys/Makefile.am:
12841           add build stuff for v4l2, needs --enable-experimental until
12842           the last bits are resolved
12843
12844 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12845
12846         * tests/check/Makefile.am:
12847           Disable autodetect test temporarily, so that the build bots
12848           update -bad and the ranks of unreliable video sinks in there.
12849
12850         * tests/check/elements/autodetect.c: (GST_START_TEST):
12851           Skip test if no usable videosink is found.
12852
12853 2006-09-29  Wim Taymans  <wim@fluendo.com>
12854
12855         * gst/rtsp/URLS:
12856         Add some more URLs.
12857
12858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12859         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12860         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12861         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12862         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12863         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12864         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12865         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12866         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12867         * gst/rtsp/gstrtspsrc.h:
12868         Add timeout property to control UDP timeouts.
12869         Fix error messages.
12870         Also start a loop function when operating in UDP mode so that we can
12871         do some more stuff async.
12872         Handle element messages from udpsrc to detect timeouts. If a timeout
12873         happens we currently generate an error.
12874         API: rtspsrc::timeout property.
12875
12876         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12877         (gst_udpsrc_create):
12878         Really implement the timeout in microseconds and not milliseconds.
12879
12880 2006-09-29  Wim Taymans  <wim@fluendo.com>
12881
12882         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12883         (gst_udpsrc_create), (gst_udpsrc_set_property),
12884         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12885         * gst/udp/gstudpsrc.h:
12886         Added property to post a message on timeout.
12887         Updated docs.
12888         When restarting the select, initialize the fdsets again.
12889         Init control sockets so we don't accidentally close a random socket.
12890         API: GstUDPSrc::timeout property
12891
12892 2006-09-29  Wim Taymans  <wim@fluendo.com>
12893
12894         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12895         Fix flag registration.
12896
12897         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12898         Reading 0 also means 'no more commands'
12899
12900 2006-09-29  Wim Taymans  <wim@fluendo.com>
12901
12902         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12903
12904         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12905         Fix possible infinite loop when shutting down, a read can also return
12906         0 to indicate no more messages are available. Fixes #358156.
12907
12908 2006-09-25  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst/autodetect/gstautoaudiosink.c:
12911         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12912         (gst_auto_audio_sink_find_best):
12913         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12914         Small cleanups.
12915         don't try to set "sync" property when it is not available.
12916
12917 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12918
12919         Patch by: Peter Kjellerstedt  <pkj at axis com>
12920
12921         * gst/alpha/gstalpha.c:
12922         * gst/rtp/gstrtpamrdepay.c:
12923         * gst/rtsp/gstrtspsrc.c:
12924         * gst/udp/gstudpsrc.c:
12925         * gst/videomixer/videomixer.c:
12926           Include stdlib.h in some more places, makes things compile
12927           with uClibc and -Werror (#357592).
12928
12929 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12930
12931         * ext/jpeg/gstjpegdec.c:
12932           Set minimum height to 8 (from 16), our code should handle
12933           that fine. Some of the buttons on the apple trailer site
12934           are apparently only 15 pixels high (see #357470).
12935
12936 2006-09-23  Wim Taymans  <wim@fluendo.com>
12937
12938         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12939         (gst_rtspsrc_open):
12940         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12941         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12942         (rtsp_connection_receive):
12943         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12944         * gst/rtsp/rtspdefs.h:
12945         Improve error reporting.
12946
12947 2006-09-23  Wim Taymans  <wim@fluendo.com>
12948
12949         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12950         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12951         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12952         * gst/rtp/gstrtpdepay.c:
12953         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12954         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12955         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12956         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12957         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12958         (gst_rtp_mp2t_depay_plugin_init):
12959         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12960         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12961         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12962         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12963         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12964         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12965         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12966         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12967         Fix klass typos.
12968         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12969
12970 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12971
12972         * configure.ac:
12973           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12974
12975 2006-09-22  Wim Taymans  <wim@fluendo.com>
12976
12977         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12978         Don't check for a tag that is never there and check if we read the
12979         correct tag. Fixes seeking again.
12980         We must post an error when all pads are unlinked.
12981
12982 2006-09-22  Wim Taymans  <wim@fluendo.com>
12983
12984         * gst/rtp/Makefile.am:
12985         * gst/rtp/gstrtp.c: (plugin_init):
12986         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12987         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12988         (gst_rtp_vorbis_pay_reset_packet),
12989         (gst_rtp_vorbis_pay_init_packet),
12990         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12991         (gst_rtp_vorbis_pay_handle_buffer):
12992         More fixage, set endoder-params correctly in the payloader.
12993
12994 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12995
12996         * gst/autodetect/gstautoaudiosink.c:
12997         (gst_auto_audio_sink_base_init):
12998         * gst/autodetect/gstautovideosink.c:
12999         (gst_auto_video_sink_base_init):
13000           Make static pad templates static to appease valgrind's leak
13001           detector.
13002
13003         * tests/check/Makefile.am:
13004         * tests/check/elements/.cvsignore:
13005         * tests/check/elements/autodetect.c: (GST_START_TEST),
13006         (autodetect_suite):
13007           Add simple test for the ghostpad lockup on shutdown fixed in core
13008           CVS (audio bit disabled because it would need dozens of alsa
13009           suppressions and I'm too lazy to add those now).
13010
13011 2006-09-22  Wim Taymans  <wim@fluendo.com>
13012
13013         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13014         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13015         Small cleanups.
13016
13017         * gst/rtp/Makefile.am:
13018         * gst/rtp/gstrtp.c: (plugin_init):
13019         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13020         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13021         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13022         (gst_rtp_vorbis_depay_process),
13023         (gst_rtp_vorbis_depay_set_property),
13024         (gst_rtp_vorbis_depay_get_property),
13025         (gst_rtp_vorbis_depay_change_state),
13026         (gst_rtp_vorbis_depay_plugin_init):
13027         * gst/rtp/gstrtpvorbisdepay.h:
13028         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13029         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13030         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13031         (gst_rtp_vorbis_pay_flush_packet),
13032         (gst_rtp_vorbis_pay_append_buffer),
13033         (gst_rtp_vorbis_pay_handle_buffer),
13034         (gst_rtp_vorbis_pay_plugin_init):
13035         * gst/rtp/gstrtpvorbispay.h:
13036         Add experimental vorbis pay and depayloaders.
13037
13038 2006-09-21  Wim Taymans  <wim@fluendo.com>
13039
13040         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13041         Fix profile-level-id parsing and setup.
13042
13043 2006-09-21  Wim Taymans  <wim@fluendo.com>
13044
13045         * gst/udp/README:
13046         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13047         Update README, simple cleanup.
13048
13049 2006-09-21  Wim Taymans  <wim@fluendo.com>
13050
13051         * gst/rtp/README:
13052         Update README with some examples.
13053
13054         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13055         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13056         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13057         (gst_rtp_mp4g_pay_setcaps):
13058         * gst/rtp/gstrtpmp4gpay.h:
13059         Make optional RTP parameters of type STRING, as required by the
13060         application/x-rtp caps specification.
13061
13062 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13063
13064         * gst/rtp/gstrtph263pdepay.c:
13065         * gst/rtp/gstrtph263ppay.c:
13066         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13067         RTP header.
13068
13069 2006-09-20  Wim Taymans  <wim@fluendo.com>
13070
13071         * gst/rtp/Makefile.am:
13072         And makefile too.
13073
13074 2006-09-20  Wim Taymans  <wim@fluendo.com>
13075
13076         * gst/rtp/gstrtp.c: (plugin_init):
13077         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13078         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13079         (decode_base64), (gst_rtp_asf_depay_setcaps),
13080         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13081         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13082         (gst_rtp_asf_depay_plugin_init):
13083         * gst/rtp/gstrtpasfdepay.h:
13084         Added preliminary ASF depayloader.
13085
13086         * gst/rtp/gstrtph264depay.c: (decode_base64):
13087         Fix base64 decoding.
13088
13089 2006-09-20  Wim Taymans  <wim@fluendo.com>
13090
13091         * gst/rtsp/URLS:
13092         Added some test URLS.
13093
13094         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13095         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13096         * gst/rtsp/gstrtspsrc.h:
13097         When creating streams, give access to the complete SDP.
13098         Fix some leaks.
13099         Collect and merge global stream properties in stream caps.
13100         Preliminary support for WMServer.
13101
13102         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13103         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13104         (rtsp_connection_receive):
13105         * gst/rtsp/rtspconnection.h:
13106         Make connection interruptable.
13107         Refactor to make it reconnectable.
13108         Don't fail on short reads when reading data packets.
13109
13110         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13111         (rtsp_url_get_port):
13112         * gst/rtsp/rtspurl.h:
13113         Add methods for getting/setting the port.
13114
13115         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13116         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13117         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13118         (sdp_media_get_format), (sdp_parse_line),
13119         (sdp_message_parse_buffer):
13120         Fix headers. 
13121         Add methods for getting multiple attributes with the same name.
13122         Increase buffer size when parsing.
13123         Fix parsing of a=foo fields.
13124
13125         * gst/rtsp/test.c: (main):
13126         Update to new connection API.
13127
13128         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13129         (rtsp_message_init_response), (rtsp_message_init_data),
13130         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13131         * gst/rtsp/rtspmessage.h:
13132         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13133         * gst/rtsp/rtsptransport.h:
13134         * gst/rtsp/sdp.h:
13135         * gst/rtsp/sdpmessage.h:
13136         * gst/rtsp/gstrtsp.c:
13137         * gst/rtsp/gstrtsp.h:
13138         * gst/rtsp/gstrtpdec.c:
13139         * gst/rtsp/gstrtpdec.h:
13140         * gst/rtsp/rtsp.h:
13141         * gst/rtsp/rtspdefs.c:
13142         * gst/rtsp/rtspdefs.h:
13143         Dual licensed under MIT and LGPL now.
13144
13145 2006-09-19  Wim Taymans  <wim@fluendo.com>
13146
13147         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13148         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13149         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13150         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13151         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13152         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13153         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13154         * gst/rtsp/gstrtspsrc.h:
13155         Reorganize stream parsing and creation.
13156         Detect container formats in interleaved mode.
13157         Keep more state about the streams.
13158         Assume a server also supports PLAY if it does not say.
13159         Add unicast and interleaved properties to TCP transport requests to make
13160         some servers happy (WMServer).
13161
13162         * gst/rtsp/sdpmessage.h:
13163         Add some defines for the standard Bandwidth types.
13164
13165 2006-09-19  Wim Taymans  <wim@fluendo.com>
13166
13167         * gst/rtsp/test.c: (main):
13168         Fix build.
13169
13170 2006-09-19  Wim Taymans  <wim@fluendo.com>
13171
13172         * gst/wavparse/gstwavparse.c:
13173         Add ms-gsm to the src template.
13174
13175 2006-09-18  Wim Taymans  <wim@fluendo.com>
13176
13177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13178         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13179         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13180         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13181         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13182         * gst/rtsp/gstrtspsrc.h:
13183         Small cleanups, added documentation.
13184         Try to clean up the requests and responses.
13185         Refactor parsing the supported methods.
13186
13187         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13188         (rtsp_connection_create), (rtsp_connection_send),
13189         (parse_response_status), (parse_request_line),
13190         (rtsp_connection_receive), (rtsp_connection_close),
13191         (rtsp_connection_free):
13192         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13193         (rtsp_transport_init), (rtsp_transport_parse),
13194         (rtsp_transport_free):
13195         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13196         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13197         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13198         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13199         Use g_return_val some more.
13200
13201         * gst/rtsp/rtspdefs.h:
13202         Add more enum values to track initial states.
13203
13204         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13205         (rtsp_message_init_request), (rtsp_message_new_response),
13206         (rtsp_message_init_response), (rtsp_message_init_data),
13207         (rtsp_message_unset), (rtsp_message_free),
13208         (rtsp_message_add_header), (rtsp_message_remove_header),
13209         (rtsp_message_get_header), (rtsp_message_set_body),
13210         (rtsp_message_take_body), (rtsp_message_get_body),
13211         (rtsp_message_steal_body), (rtsp_message_dump):
13212         * gst/rtsp/rtspmessage.h:
13213         Reorder arguments, object goes as the first one.
13214         Use g_return_val some more.
13215
13216 2006-09-18  Wim Taymans  <wim@fluendo.com>
13217
13218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13219         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13220         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13221         * gst/rtsp/gstrtspsrc.h:
13222         Export sometimes source pad with correct caps on the template, create
13223         the ghostpad from the template.
13224         Remove RTCP template as we never expose RTCP.
13225         Protect against invalid body size.
13226         Avoid memcpy when creating the output buffer.
13227         Properly post an error and send EOS when the loop function is shut down.
13228
13229 2006-09-18  Wim Taymans  <wim@fluendo.com>
13230
13231         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13232
13233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13234         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13235         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13236         * gst/rtsp/gstrtspsrc.h:
13237         Make sure we can never set an invalid location.
13238
13239         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13240         * gst/rtsp/rtspmessage.h:
13241         Added _steal_body method for future use.
13242
13243         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13244         Make freeing of NULL url return immediatly.
13245
13246 2006-09-18  Wim Taymans  <wim@fluendo.com>
13247
13248         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13249
13250         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13251         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13252         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13253         (gst_rtspsrc_change_state):
13254         * gst/rtsp/gstrtspsrc.h:
13255         Use boilerplate.
13256         Make rtspsrc subclass GstBin to make state changes easier.
13257         Add Range header field on the PLAY request.
13258
13259 2006-09-18  Wim Taymans  <wim@fluendo.com>
13260
13261         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13262
13263         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13264         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13265         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13266         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13267         * gst/rtsp/rtspconnection.c: (inet_aton):
13268         Small cleanups.
13269         when multicast is selected as the transport, create UDP sources and
13270         connect to the multicast group.
13271         Move parsing and setting of caps to a common place.
13272         Fixes #349894.
13273
13274 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13275
13276         * ext/flac/gstflactag.c:
13277         * gst/alpha/gstalpha.c:
13278         * gst/debug/breakmydata.c:
13279         * gst/debug/negotiation.c:
13280         * gst/debug/testplugin.c:
13281         * gst/effectv/gstaging.c:
13282         * gst/effectv/gstdice.c:
13283         * gst/effectv/gstedge.c:
13284         * gst/effectv/gstquark.c:
13285         * gst/effectv/gstrev.c:
13286         * gst/effectv/gstshagadelic.c:
13287         * gst/effectv/gstvertigo.c:
13288         * gst/effectv/gstwarp.c:
13289         * gst/multipart/multipartdemux.c:
13290         * gst/multipart/multipartmux.c:
13291         * gst/videobox/gstvideobox.c:
13292         * gst/videofilter/gstgamma.c:
13293         * gst/videofilter/gstvideotemplate.c:
13294         * gst/videomixer/videomixer.c:
13295         * sys/sunaudio/gstsunaudiosrc.h:
13296         More G_OBJECT macro fixing.
13297
13298 2006-09-16  Wim Taymans  <wim@fluendo.com>
13299
13300         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13301
13302         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13303         Correctly set the dwLength in strh.
13304         With this patch, the file duration is now displayed correctly in window
13305         media player and the AVI plays completely. Fixes #356147
13306
13307 2006-09-15  Wim Taymans  <wim@fluendo.com>
13308
13309         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13310
13311         * sys/sunaudio/gstsunaudiomixerctrl.c:
13312         (gst_sunaudiomixer_ctrl_build_list):
13313         Set the output track as the MASTER so that the gnome-settings-daemon
13314         keybindings for changing the volume using the keyboard works.
13315         Fixes #356142.
13316
13317 2006-09-15  Wim Taymans  <wim@fluendo.com>
13318
13319         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13320         Fix documentation, it is not possible to control the framerate of jpegdec
13321         using filtered caps yet. Fixes #355210.
13322         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13323         stop when there is an error.
13324
13325 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13326
13327         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13328         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13329           Don't interpret a first buffer with an offset of NONE as
13330           'from the middle of the stream', but only a first buffer
13331           that has a valid buffer offset that's non-zero (see #345449).
13332
13333 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13334
13335         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13336         (gst_icydemux_typefind_or_forward):
13337         * gst/icydemux/gsticydemux.h:
13338           When we merge/collect multiple incoming buffers for typefinding
13339           purposes, keep an initial 0 offset on the first outgoing buffer
13340           as well (otherwise id3demux won't work right). Fixes #345449.
13341           Also Make buffer metadata writable before setting buffer caps.
13342
13343         * tests/check/elements/icydemux.c: (typefind_succeed),
13344         (cleanup_icydemux), (push_data), (GST_START_TEST),
13345         (icydemux_suite):
13346           Small test case for the above.
13347
13348 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13349
13350         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13351         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13352         (gst_avi_demux_stream_header_push),
13353         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13354         (gst_avi_demux_loop):
13355           More code reuse and better logging in _peek_chunk(). Reintroduce check
13356           for chunk sizes before reading them (avoid oom). Better handling for 
13357           invalid chunksizes when streaming.
13358
13359 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13360
13361         * gst/level/gstlevel.c: (gst_level_set_property):
13362         * gst/level/gstlevel.h:
13363           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13364           René Stadler
13365
13366 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13367
13368         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13369         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13370         (gst_avi_demux_stream_data):
13371           Revert one change to fix streaming avi (adapter size != data size).
13372
13373 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13374
13375         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13376
13377         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13378         (gst_matroska_demux_reset),
13379         (gst_matroska_demux_read_track_encodings),
13380         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13381         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13382         (gst_matroska_demux_subtitle_caps):
13383         * gst/matroska/matroska-ids.h:
13384           Add support for VOBSUB subtitle tracks and zlib-compressed
13385           tracks. Make sure we start on a keyframe after a seek. (#343348)
13386
13387 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13390         (gst_matroska_demux_push_flac_codec_priv_data),
13391         (gst_matroska_demux_push_xiph_codec_priv_data),
13392         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13393         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13394         * gst/matroska/matroska-ids.h:
13395           Add basic FLAC support (#311586), not perfect yet though, needs some
13396           tweaking in flacdec; also, seeking could be better.
13397           Do better bounds checking when deserialising vorbis stream headers
13398           to make sure we don't read beyond the end of the buffer on bad input.
13399
13400 2006-09-04  Wim Taymans  <wim@fluendo.com>
13401
13402         Patch by: Alessandro Decina <alessandro at nnva dot org>
13403
13404         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13405         Seeking back in a file containing a CMML stream errors out if the seek
13406         goes back up to the CMML headers. This is because after the seek the xml
13407         processing instruction <?xml ...?> is submitted to the xml parser again, 
13408         which results in an error. The attached patch fixes the problem. 
13409         Fixes #353908.
13410
13411         * ext/annodex/gstcmmlenc.h:
13412         Fix authors name.
13413
13414
13415 2006-08-28  Andy Wingo  <wingo@pobox.com>
13416
13417         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13418         New helper function to lessen the ifdefs.
13419         (GST_INFO_OBJECT): 
13420         (gst_dv1394src_iso_receive): Use it.
13421         (gst_dv1394src_create): Also use the control sockets in iec61883
13422         mode.
13423         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13424         handle for AVC operations; fixes #348233.
13425
13426 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13427
13428         * configure.ac:
13429         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13430         * docs/plugins/inspect/plugin-audiofx.xml:
13431         * docs/plugins/inspect/plugin-audiofxgood.xml:
13432         * gst/audiofx/Makefile.am:
13433         * gst/audiofx/audiofx.c:
13434         * gst/audiofxgood/.cvsignore:
13435         * gst/audiofxgood/Makefile.am:
13436         * gst/audiofxgood/audiofx.c:
13437         * gst/audiofxgood/audiopanorama.c:
13438         * gst/audiofxgood/audiopanorama.h:
13439           Rename again (audiofxgood -> audiofx).
13440
13441 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13442
13443         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13444         (gst_avi_demux_stream_scan):
13445           Initialze variables.
13446
13447 2006-08-25  Wim Taymans  <wim@fluendo.com>
13448
13449         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13450         (gst_avi_demux_init), (gst_avi_demux_finalize),
13451         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13452         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13453         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13454         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13455         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13456         (gst_avi_demux_massage_index),
13457         (gst_avi_demux_calculate_durations_from_index),
13458         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13459         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13460         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13461         (gst_avi_demux_change_state):
13462         * gst/avi/gstavidemux.h:
13463         More attempts to turn this into readable code.
13464         Don't leak adapters.
13465         Calculate duration according to index more efficiently.
13466         Don't try to act like we drive the pipeline in chain mode.
13467
13468 2006-08-25  Wim Taymans  <wim@fluendo.com>
13469
13470         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13471         Fix build.
13472
13473 2006-08-25  Wim Taymans  <wim@fluendo.com>
13474
13475         Patch by: Alessandro Decina <alessandro at nnva dot org>
13476
13477         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13478         Do some extra sanity checks.
13479         Fixes #350340.
13480
13481         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13482         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13483         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13484         Check if clip->start_time is valid before adding the clip to the
13485         track list.
13486         Reset enc->preamble going from PAUSED to READY.
13487         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13488         only used for EOS.
13489         Only post an error message if we were the one that created the fatal
13490         GstFlowReturn value.
13491
13492         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13493         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13494         Parse the seconds field of the npt-sec time format using %llu rather than
13495         %d and check that the value scaled by GST_SECOND doesn't overflow.
13496         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13497         Lookup a clip's track with clip->track rather than clip->id which
13498         makes no sense.
13499         Identify a clip by its track and start time and not its xml id.
13500         do some more input checking and make sure we don't do undefined shifts.
13501
13502         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13503         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13504         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13505         (push_clip), (push_empty_clip), (check_output_clip),
13506         (GST_START_TEST), (cmmldec_suite):
13507         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13508         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13509         (check_headers), (push_clip), (check_clip_times), (check_clip),
13510         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13511         Added some more checks.
13512
13513 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13514
13515         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13516         (gst_audio_panorama_set_property),
13517         (gst_audio_panorama_get_property),
13518         (gst_audio_panorama_transform_m2s_int),
13519         (gst_audio_panorama_transform_s2s_int),
13520         (gst_audio_panorama_transform_m2s_float),
13521         (gst_audio_panorama_transform_s2s_float):
13522         * gst/audiofxgood/audiopanorama.h:
13523         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13524           Make also the pan-property float (saves scaling and yields better
13525           resolution)
13526
13527 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13528
13529         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13530         (gst_audio_panorama_transform_m2s_float),
13531         (gst_audio_panorama_transform_s2s_float):
13532           ChangeLog surgery to add cymax's real name
13533
13534
13535 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13536
13537         Patch by: René Stadler <mail@renestadler.de>
13538
13539         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13540         (gst_audio_panorama_transform_m2s_int),
13541         (gst_audio_panorama_transform_s2s_int),
13542         (gst_audio_panorama_transform_m2s_float),
13543         (gst_audio_panorama_transform_s2s_float),
13544         (gst_audio_panorama_transform):
13545         * gst/audiofxgood/audiopanorama.h:
13546           Added float support
13547
13548 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13549
13550         * gst/audiofxgood/audiopanorama.c:
13551         (gst_audio_panorama_transform_m2s):
13552           Fix docs & debug category. Add Fixme for volume pan levels.
13553
13554 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13555
13556         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13557         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13558         (gst_avi_demux_stream_header_pull),
13559         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13560         (gst_avi_demux_chain):
13561           unbreak AVI index handling, some more debug, remove an obsolete
13562           adapter_flush that caused streaming to wander off in the wild
13563
13564 2006-08-24  Wim Taymans  <wim@fluendo.com>
13565
13566         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13567         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13568         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13569         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13570         (gst_avi_demux_calculate_durations_from_index),
13571         (gst_avi_demux_stream_header_push),
13572         (gst_avi_demux_stream_header_pull):
13573         * gst/avi/gstavidemux.h:
13574         Some more cleanups. 
13575         Fix totalFrames parsing in ODML.
13576         Disable use of index for length calculation in case of ODML as this is
13577         broken now.
13578
13579 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13580
13581         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13582           Use libgsttag helper function here too.
13583
13584 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13585
13586         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13587         (gst_avi_demux_init), (gst_avi_demux_dispose),
13588         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13589         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13590         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13591         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13592         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13593         (gst_avi_demux_parse_subindex),
13594         (gst_avi_demux_read_subindexes_push),
13595         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13596         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13597         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13598         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13599         (gst_avi_demux_stream_header_pull),
13600         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13601         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13602         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13603         (gst_avi_demux_change_state):
13604         * gst/avi/gstavidemux.h:
13605           Initial streaming support for avidemux (fixes #336465)
13606
13607 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13608
13609         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13610           There is no taglibmux element ...
13611
13612         * gst/rtsp/gstrtspsrc.c:
13613           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13614           was complaining about unknown entity here.
13615
13616 2006-08-22  Wim Taymans  <wim@fluendo.com>
13617
13618         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13619         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13620         (gst_avi_demux_process_next_entry):
13621         * gst/avi/gstavidemux.h:
13622         Mark DISCONT.
13623         Remove old unused fields and reorder the struct a bit.
13624
13625 2006-08-22  Wim Taymans  <wim@fluendo.com>
13626
13627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13628         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13629         (gst_rtspsrc_pause):
13630         * gst/rtsp/gstrtspsrc.h:
13631         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13632         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13633         Small documentation updates.
13634
13635 2006-08-22  Wim Taymans  <wim@fluendo.com>
13636
13637         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13638         (gst_avi_demux_index_entry_for_time),
13639         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13640         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13641         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13642         (gst_avi_demux_next_data_buffer),
13643         (gst_avi_demux_calculate_durations_from_index),
13644         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13645         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13646         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13647         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13648         * gst/avi/gstavidemux.h:
13649         Precalc most of the duration query for each stream.
13650         Make seeking more correct.
13651         Use GstSegment to track position and duration.
13652         Code cleanups and leak fixes.
13653         Calculate correct total duration based on index length.
13654
13655 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13656
13657         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13658         (parse_insert_string_field):
13659           If strings in text fields are marked ISO8859-1, but contain
13660           valid UTF-8 already, then handle them as UTF-8 and ignore
13661           the encoding. (#351794)
13662
13663 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13666         (gst_flac_dec_write), (gst_flac_dec_loop),
13667         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13668         (gst_flac_dec_src_query):
13669         * ext/flac/gstflacdec.h:
13670           Make flac-in-ogg work (#352100).
13671
13672 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13673
13674         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13675           Don't unref buffers of which we've already given away
13676           ownership to the adapter.
13677
13678 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13679
13680         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13681           Make metadata extraction actually work.
13682
13683         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13684         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13685         (gst_speexenc_chain):
13686           Fix metadata writing: replace old code which wrote completely
13687           broken tags with libgsttag-based code. Plus miscellaneous
13688           code cleanups (use static pad templates etc.) and a bunch
13689           of leak fixes.
13690
13691 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13692
13693         * gst/audiopanorama/.cvsignore:
13694         * gst/audiopanorama/Makefile.am:
13695         * gst/audiopanorama/audiofx.c:
13696         * gst/audiopanorama/audiopanorama.c:
13697         * gst/audiopanorama/audiopanorama.h:
13698           die! die! die! you should never have been there
13699
13700 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13701
13702         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13703         Fix invalid memory access in audiopanorama test suite.
13704
13705 2006-08-21  Edward Hervey  <edward@fluendo.com>
13706
13707         * tests/check/elements/.cvsignore:
13708         ignore built file
13709
13710 2006-08-21  Wim Taymans  <wim@fluendo.com>
13711
13712         * gst/rtp/Makefile.am:
13713         Fix the build again.
13714
13715 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13716
13717         * gst/audiofxgood/.cvsignore:
13718         * gst/audiofxgood/Makefile.am:
13719         * gst/audiofxgood/audiofx.c: (plugin_init):
13720         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13721         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13722         (gst_audio_panorama_set_property),
13723         (gst_audio_panorama_get_property),
13724         (gst_audio_panorama_get_unit_size),
13725         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13726         (gst_audio_panorama_transform_m2s),
13727         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13728         * gst/audiofxgood/audiopanorama.h:
13729           resubmit with the desired name *again*
13730
13731 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13732
13733         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13734         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13735           use g_assert in _get_unit_size
13736
13737 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13738
13739         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13740         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13741         * docs/plugins/inspect/plugin-audiofxgood.xml:
13742           cleanup -unused.txt to make it useful, add previously missing docs
13743
13744         * ext/Makefile.am:
13745           Quietly (accidentally) enable LADSPA for building by default, 
13746           despite the fact that it doesn't meet the plugin checklist.
13747             -- Added by Jan Schmidt 18 Dec 2006
13748
13749         * ext/esd/esdmon.c:
13750         * ext/esd/esdsink.c:
13751         * ext/esd/gstesd.c: (plugin_init):
13752           reflow to get rid of two external symbols
13753
13754         * gst/audiofxgood/audiofx.c: (plugin_init):
13755           re-add
13756
13757 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13758
13759         * configure.ac:
13760         * gst/audiofxgood/.cvsignore:
13761         * gst/audiofxgood/Makefile.am:
13762         * gst/audiofxgood/audiofx.c
13763         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13764         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13765         (gst_audio_panorama_set_property),
13766         (gst_audio_panorama_get_property),
13767         (gst_audio_panorama_get_unit_size),
13768         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13769         (gst_audio_panorama_transform_m2s),
13770         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13771         * gst/audiofxgood/audiopanorama.h:
13772         * tests/check/Makefile.am:
13773         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13774         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13775         (panorama_suite), (main):
13776         Add audiofxgood plugin with audiopanorama element
13777
13778 2006-08-18  Wim Taymans  <wim@fluendo.com>
13779
13780         * docs/plugins/Makefile.am:
13781         More Oss docs fixage. 
13782
13783 2006-08-18  Wim Taymans  <wim@fluendo.com>
13784
13785         * gst/rtp/Makefile.am:
13786         * gst/rtp/gstrtp.c: (plugin_init):
13787         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13788         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13789         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13790         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13791         (gst_rtp_sv3v_depay_get_property),
13792         (gst_rtp_sv3v_depay_change_state),
13793         (gst_rtp_sv3v_depay_plugin_init):
13794         * gst/rtp/gstrtpsv3vdepay.h:
13795         Added experimental SVQ3 depayloader.
13796
13797 2006-08-18  Edward Hervey  <edward@fluendo.com>
13798
13799         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13800         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13801         * ext/dv/gstdvdemux.h:
13802         When handling seek requests, don't send the newsegment event from the
13803         calling thread. Instead save it so it can be sent from the streaming
13804         thread.
13805
13806 2006-08-17  Wim Taymans  <wim@fluendo.com>
13807
13808         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13809
13810         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13811         Accept leading whitespace before the boundary
13812         This patch makes the demuxer allow some whitespace before the actual
13813         boundary. This makes the demuxer work with the ``old'' gstreamer
13814         multipartmuxer again (which placed an extra \n before the start
13815         of the stream) Fixes #349068.
13816
13817 2006-08-17  Wim Taymans  <wim@fluendo.com>
13818
13819         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13820         Error out on non-implemented stuff.
13821
13822 2006-08-16  Wim Taymans  <wim@fluendo.com>
13823
13824         Patch by: Andy Wingo <wingo at pobox dot com>
13825
13826         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13827         (gst_signal_processor_start), (gst_signal_processor_stop),
13828         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13829         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13830         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13831         (gst_signal_processor_change_state):
13832         Make ladspa elements reusable. Fixes #350006.
13833
13834 2006-08-16  Wim Taymans  <wim@fluendo.com>
13835
13836         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13837         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13838         names as possible. Fixes #349901.
13839
13840 2006-08-16  Wim Taymans  <wim@fluendo.com>
13841
13842         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13843         (gst_signal_processor_do_pushes):
13844         A push() gives away our refcount so we should not use the buffer on the
13845         pen anymore.
13846
13847 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13848
13849         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13850         (gst_oss_mixer_element_finalize):
13851           Don't leak device string.
13852
13853 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13854
13855         * configure.ac:
13856           Require CVS of GStreamer core and -base (for
13857           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13858
13859         * ext/taglib/gstid3v2mux.cc:
13860           Write extended comment tags properly (#348762).
13861
13862         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13863         (parse_comment_frame):
13864           Extract COMM frames into extended comments, which makes it
13865           easier to properly retain the description bit of the tag
13866           and maintain this information when re-tagging (#348762).
13867
13868 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13869
13870         * tests/check/Makefile.am:
13871           Don't try to run annodex unit tests if the annodex
13872           plugin has not been built (Fixes #351116).
13873
13874 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13875
13876         * gst/autodetect/gstautoaudiosink.c:
13877         (gst_auto_audio_sink_find_best):
13878           When we can't find a usable audiosink, don't error out,
13879           but use a fake sink instead and post a warning message
13880           on the bus (#341278).
13881
13882 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13883
13884         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13885         * sys/oss/gstosssink.c:
13886         * sys/oss/gstosssrc.c:
13887           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13888           ossmixer's new device property.
13889
13890         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13891         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13892           Add docs for OSS elements.
13893
13894         * docs/plugins/inspect/plugin-aasink.xml:
13895         * docs/plugins/inspect/plugin-alaw.xml:
13896         * docs/plugins/inspect/plugin-alpha.xml:
13897         * docs/plugins/inspect/plugin-alphacolor.xml:
13898         * docs/plugins/inspect/plugin-annodex.xml:
13899         * docs/plugins/inspect/plugin-apetag.xml:
13900         * docs/plugins/inspect/plugin-auparse.xml:
13901         * docs/plugins/inspect/plugin-autodetect.xml:
13902         * docs/plugins/inspect/plugin-avi.xml:
13903         * docs/plugins/inspect/plugin-cacasink.xml:
13904         * docs/plugins/inspect/plugin-cairo.xml:
13905         * docs/plugins/inspect/plugin-cdio.xml:
13906         * docs/plugins/inspect/plugin-cutter.xml:
13907         * docs/plugins/inspect/plugin-debug.xml:
13908         * docs/plugins/inspect/plugin-dv.xml:
13909         * docs/plugins/inspect/plugin-efence.xml:
13910         * docs/plugins/inspect/plugin-effectv.xml:
13911         * docs/plugins/inspect/plugin-esdsink.xml:
13912         * docs/plugins/inspect/plugin-flac.xml:
13913         * docs/plugins/inspect/plugin-flxdec.xml:
13914         * docs/plugins/inspect/plugin-gconfelements.xml:
13915         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13916         * docs/plugins/inspect/plugin-goom.xml:
13917         * docs/plugins/inspect/plugin-halelements.xml:
13918         * docs/plugins/inspect/plugin-icydemux.xml:
13919         * docs/plugins/inspect/plugin-id3demux.xml:
13920         * docs/plugins/inspect/plugin-jpeg.xml:
13921         * docs/plugins/inspect/plugin-level.xml:
13922         * docs/plugins/inspect/plugin-matroska.xml:
13923         * docs/plugins/inspect/plugin-mulaw.xml:
13924         * docs/plugins/inspect/plugin-multipart.xml:
13925         * docs/plugins/inspect/plugin-navigationtest.xml:
13926         * docs/plugins/inspect/plugin-ossaudio.xml:
13927         * docs/plugins/inspect/plugin-png.xml:
13928         * docs/plugins/inspect/plugin-rtp.xml:
13929         * docs/plugins/inspect/plugin-rtsp.xml:
13930         * docs/plugins/inspect/plugin-shout2send.xml:
13931         * docs/plugins/inspect/plugin-smpte.xml:
13932         * docs/plugins/inspect/plugin-speex.xml:
13933         * docs/plugins/inspect/plugin-taglib.xml:
13934         * docs/plugins/inspect/plugin-udp.xml:
13935         * docs/plugins/inspect/plugin-videobalance.xml:
13936         * docs/plugins/inspect/plugin-videobox.xml:
13937         * docs/plugins/inspect/plugin-videoflip.xml:
13938         * docs/plugins/inspect/plugin-videomixer.xml:
13939         * docs/plugins/inspect/plugin-wavenc.xml:
13940         * docs/plugins/inspect/plugin-wavparse.xml:
13941         * docs/plugins/inspect/plugin-ximagesrc.xml:
13942           Update to CVS version.
13943           
13944 2006-08-16  Wim Taymans  <wim@fluendo.com>
13945
13946         * gst/rtp/gstrtpamrdepay.c:
13947         * gst/rtp/gstrtpmp4gdepay.c:
13948         Caps extra properties must be defined as strings for
13949         depayloaders because they are generated from an SDP.
13950
13951         * gst/rtp/Makefile.am:
13952         * gst/rtp/gstrtp.c: (plugin_init):
13953         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13954         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13955         (gst_rtp_h264_depay_finalize), (decode_base64),
13956         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13957         (gst_rtp_h264_depay_set_property),
13958         (gst_rtp_h264_depay_get_property),
13959         (gst_rtp_h264_depay_change_state),
13960         (gst_rtp_h264_depay_plugin_init):
13961         * gst/rtp/gstrtph264depay.h:
13962         Added basic, not completely functional RFC 3984 H264 depayloader.
13963
13964 2006-08-16  Wim Taymans  <wim@fluendo.com>
13965
13966         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13967         Add pads after setting them up.
13968
13969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13970         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13971         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13972         (gst_rtspsrc_stream_setup_rtp),
13973         (gst_rtspsrc_stream_configure_transport),
13974         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13975         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13976         (gst_rtspsrc_pause):
13977         * gst/rtsp/gstrtspsrc.h:
13978         Fix interleaved mode.
13979          - Protect streaming with lock.
13980          - Combine flows
13981          - set caps on outgoing buffers.
13982          - strip trailing \0 from data packets.
13983          - Configure RTP/RTCP in stream.
13984         Use DEBUG_OBJECT more.
13985
13986 2006-08-16  Wim Taymans  <wim@fluendo.com>
13987
13988         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13989         Turn a g_print into a DEBUG line.
13990
13991 2006-08-13  Wim Taymans  <wim@fluendo.com>
13992
13993         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13994         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13995         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13996         (gst_oss_mixer_element_get_property),
13997         (gst_oss_mixer_element_change_state):
13998         * sys/oss/gstossmixerelement.h:
13999         Small cleanups. Better error reporting.
14000         Add device property for the mixer instead of the hardcoded
14001         /dev/mixer. Fixes #350785.
14002         API: GstOssMixerElement::device property
14003
14004 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14005
14006         Patch by: Jens Granseuer <jensgr at gmx net>
14007
14008         * gconf/Makefile.am:
14009           Make --disable-schemas work right (they still need
14010           to be copied to the installation directory, just not
14011           applied). Fixes #351347 (also #344100).
14012           
14013 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14014
14015         * configure.ac: back to HEAD
14016
14017 === release 0.10.4 ===
14018
14019 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14020
14021         * configure.ac:
14022           releasing 0.10.4, "Dear Leader"
14023
14024 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14025
14026         Patch by: Edward Hervey <edward@fluendo.com>
14027
14028         * configure.ac:
14029         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14030         (gst_wavparse_stream_data):
14031         Send the newsegment event in the streaming thread.
14032         Fixes #347529
14033
14034 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14035
14036         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14037         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14038         (gst_smokeenc_resync), (gst_smokeenc_chain):
14039           Refuse sink caps in the encoder if width or height is not a
14040           multiple of 16, the encoder does not support that yet (#349939);
14041           along the same lines, check the return value of the encoder
14042           setup function; also remove some debug log clutter.
14043
14044 2006-08-04  Andy Wingo  <wingo@pobox.com>
14045
14046         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14047         whether a processor can work in place or not, and for keeping
14048         track of its state. Change the FlowReturn instance variable from
14049         "state" to "flow_state", all callers changed.
14050
14051         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14052         (gst_signal_processor_start, gst_signal_processor_stop)
14053         (gst_signal_processor_cleanup): New functions to manage the
14054         processor's state.
14055         (gst_signal_processor_setcaps): start() as well as setup() here.
14056         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14057         (gst_signal_processor_change_state): Stop and cleanup the
14058         processor as we go to NULL.
14059
14060         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14061         INPLACE_BROKEN is not set.
14062
14063         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14064         Do the alloc_buffer in bytes, not frames.
14065         
14066 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14067
14068         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14069         Fix rgb masks when recording in < 24bpp.
14070
14071 2006-08-04  Andy Wingo  <wingo@pobox.com>
14072
14073         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14074         (gst_signal_processor_prepare)
14075         (gst_signal_processor_update_inputs)
14076         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14077         (gst_signal_processor_flush)
14078         (gst_signal_processor_sink_activate_push)
14079         (gst_signal_processor_src_activate_pull)
14080         (gst_signal_processor_change_state): Remove the last of the code
14081         that assumes that we process whole buffers at a time. Fix some
14082         debugging. Seems to work now in some cases.
14083         (gst_signal_processor_src_activate_pull): BPB
14084
14085 2006-08-01  Andy Wingo  <wingo@pobox.com>
14086
14087         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14088         Fix nframes-choosing.
14089         (gst_signal_processor_init): Init pending_in and pending_out.
14090
14091         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14092         more default sample rate, although we never check that the sample
14093         rate actually gets set. Something for the future.
14094         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14095         (gst_signal_processor_event): Refcount fixen.
14096         (gst_signal_processor_process): Pull the number of frames to
14097         process from the sizes of the buffers in the input pens.
14098         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14099         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14100         it instead of buffer_frames.
14101         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14102         to do_pulls.
14103         (gst_signal_processor_chain)
14104         (gst_signal_processor_sink_activate_push)
14105         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14106
14107         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14108
14109 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14110
14111         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14112         (gst_signal_processor_process):
14113           don't query buffer-frames from caps, add lots of debug-log,
14114           try fix for assert (#349189)
14115
14116 2006-07-31  Wim Taymans  <wim@fluendo.com>
14117
14118         * gst/udp/gstudpsrc.c:
14119         Fix docs.
14120
14121 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14122
14123         * ext/ladspa/gstsignalprocessor.c:
14124         (gst_signal_processor_add_pad_from_template),
14125         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14126         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14127         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14128         (gst_signal_processor_sink_activate_push),
14129         (gst_signal_processor_src_activate_pull),
14130         (gst_signal_processor_change_state):
14131          Add debugs logs here and there, add more error handling, add some
14132          FIXME comments, filed #349189
14133
14134 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14135
14136         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14137         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14138         Set caps on buffer correctly.  Fixes bug #349155.
14139
14140 2006-07-28  Wim Taymans  <wim@fluendo.com>
14141
14142         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14143
14144         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14145         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14146         (gst_multipart_demux_finalize), (get_line_end),
14147         (multipart_parse_header), (multipart_find_boundary),
14148         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14149         (gst_multipart_set_property), (gst_multipart_get_property):
14150         Uses GstAdapter instead of own buffering.
14151         Actually parses the mime-type correctly (In tests the mime-type was
14152         always "" with the old version).
14153         Uses the Content-length header if available to speed up things.
14154         Reliably autoscans the boundary name by default.
14155         Fixes #349068.
14156
14157         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14158         Don't start the stream with a \n.
14159
14160 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14161
14162         Patch by: Brian Cameron <brian dot cameron at sun com>
14163
14164         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14165           Open source with O_NONBLOCK (#349015).
14166
14167 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14168
14169         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14170         (gst_avi_demux_massage_index):
14171         * gst/avi/gstavidemux.h:
14172           Whitespace fixes and more debug
14173
14174 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14175
14176         * gst/autodetect/gstautoaudiosink.c:
14177         (gst_auto_audio_sink_create_element_with_pretty_name),
14178         (gst_auto_audio_sink_find_best),
14179         (gst_auto_audio_sink_change_state):
14180           Get rid of old and unused magic sound-server properties stuff.
14181           Add suffix to child sink's name that makes it easy to see from
14182           the name alone which type it actually is (alsa, oss, esd, etc.).
14183
14184 2006-07-27  Wim Taymans  <wim@fluendo.com>
14185
14186         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14187         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14188         (gst_udpsrc_start):
14189         * gst/udp/gstudpsrc.h:
14190         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14191         not some sort of feature we enable.
14192
14193 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14194
14195         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14196           Use CLOSE_SOCKET() here instead of close() to maintain
14197           win32 workiness.
14198
14199 2006-07-27  Wim Taymans  <wim@fluendo.com>
14200
14201         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14202
14203         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14204         (gst_udpsrc_create), (gst_udpsrc_set_property),
14205         (gst_udpsrc_get_property), (gst_udpsrc_start):
14206         * gst/udp/gstudpsrc.h:
14207         Added "buffer-size" property to control the kernel receive buffer size.
14208         Update documentation.
14209         Small cleanups. Fixes #348752.
14210         API: buffer-size property
14211
14212 2006-07-26  Wim Taymans  <wim@fluendo.com>
14213
14214         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14215
14216         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14217         (gst_rtp_pcma_pay_handle_buffer):
14218         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14219         (gst_rtp_pcmu_pay_handle_buffer):
14220         Fix timestamp calculation on outgoing RTP packets.
14221         Fixes #348675.
14222
14223 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14224
14225         * ext/taglib/gstid3v2mux.cc:
14226           Fix writing of comment frames (should be COMM not TCOM),
14227           is still sub-optimal though, since we don't retain or
14228           extract the comment descriptions properly (#334375,
14229           also see #334375).
14230
14231 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14232
14233         * gst/wavparse/gstwavparse.c:
14234           #define 'fact' RIFF chunk if we are not compiling against
14235           -base CVS (we don't want to depend on -base CVS for this
14236           one define only, and also not for release order reasons).
14237
14238 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14239
14240         * ext/taglib/gstid3v2mux.cc:
14241           Handle multiple tags of the same type properly. Re-inject
14242           unparsed ID3v2 frames that we get as binary blobs from
14243           id3demux into the tag again so we don't lose information
14244           when retagging (#334375).
14245
14246 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14247
14248         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14249           Document newly-added properties properly, so that there is a
14250           'Since: 0.10.4' in the plugin docs. Convert some property
14251           names into canonical GObject style (GObject will do that
14252           internally anyway).
14253
14254 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14255
14256         * gst/id3demux/id3tags.c:
14257         (id3demux_add_id3v2_frame_blob_to_taglist):
14258           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14259           well, and add the version to the blob's buffer caps, since that
14260           information will be needed for deserialisation later on (#348644).
14261
14262 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14263
14264         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14265         (gst_avi_demux_parse_stream):
14266          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14267          indentation and spacing.
14268
14269 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14270
14271         * docs/plugins/Makefile.am:
14272         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14273         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14274         * docs/plugins/gst-plugins-good-plugins.args:
14275         * docs/plugins/inspect/plugin-1394.xml:
14276         * docs/plugins/inspect/plugin-aasink.xml:
14277         * docs/plugins/inspect/plugin-alaw.xml:
14278         * docs/plugins/inspect/plugin-alpha.xml:
14279         * docs/plugins/inspect/plugin-alphacolor.xml:
14280         * docs/plugins/inspect/plugin-annodex.xml:
14281         * docs/plugins/inspect/plugin-apetag.xml:
14282         * docs/plugins/inspect/plugin-auparse.xml:
14283         * docs/plugins/inspect/plugin-autodetect.xml:
14284         * docs/plugins/inspect/plugin-avi.xml:
14285         * docs/plugins/inspect/plugin-cacasink.xml:
14286         * docs/plugins/inspect/plugin-cairo.xml:
14287         * docs/plugins/inspect/plugin-cdio.xml:
14288         * docs/plugins/inspect/plugin-cutter.xml:
14289         * docs/plugins/inspect/plugin-debug.xml:
14290         * docs/plugins/inspect/plugin-dv.xml:
14291         * docs/plugins/inspect/plugin-efence.xml:
14292         * docs/plugins/inspect/plugin-effectv.xml:
14293         * docs/plugins/inspect/plugin-esdsink.xml:
14294         * docs/plugins/inspect/plugin-flac.xml:
14295         * docs/plugins/inspect/plugin-flxdec.xml:
14296         * docs/plugins/inspect/plugin-gconfelements.xml:
14297         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14298         * docs/plugins/inspect/plugin-goom.xml:
14299         * docs/plugins/inspect/plugin-halelements.xml:
14300         * docs/plugins/inspect/plugin-icydemux.xml:
14301         * docs/plugins/inspect/plugin-id3demux.xml:
14302         * docs/plugins/inspect/plugin-jpeg.xml:
14303         * docs/plugins/inspect/plugin-level.xml:
14304         * docs/plugins/inspect/plugin-matroska.xml:
14305         * docs/plugins/inspect/plugin-mulaw.xml:
14306         * docs/plugins/inspect/plugin-multipart.xml:
14307         * docs/plugins/inspect/plugin-navigationtest.xml:
14308         * docs/plugins/inspect/plugin-ossaudio.xml:
14309         * docs/plugins/inspect/plugin-png.xml:
14310         * docs/plugins/inspect/plugin-rtp.xml:
14311         * docs/plugins/inspect/plugin-rtsp.xml:
14312         * docs/plugins/inspect/plugin-shout2send.xml:
14313         * docs/plugins/inspect/plugin-smpte.xml:
14314         * docs/plugins/inspect/plugin-speex.xml:
14315         * docs/plugins/inspect/plugin-udp.xml:
14316         * docs/plugins/inspect/plugin-videobalance.xml:
14317         * docs/plugins/inspect/plugin-videobox.xml:
14318         * docs/plugins/inspect/plugin-videoflip.xml:
14319         * docs/plugins/inspect/plugin-videomixer.xml:
14320         * docs/plugins/inspect/plugin-wavenc.xml:
14321         * docs/plugins/inspect/plugin-wavparse.xml:
14322         * docs/plugins/inspect/plugin-ximagesrc.xml:
14323           Update files to CVS/Prerelease version, add esdsink docs.
14324
14325         * ext/esd/esdsink.c:
14326           Add gtk-doc blurb.
14327
14328         * gst/rtp/gstrtpmp4vpay.c:
14329           Fix typo in element description.
14330
14331 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14332
14333         * ext/esd/esdsink.c: (gst_esdsink_open),
14334         (gst_esdsink_factory_init):
14335           Prevent libesd from auto-spawning a sound daemon if it
14336           is not already running. Now that we don't do evil stuff
14337           like that any longer we can give esdsink a rank so that
14338           autoaudiosink will try it as well if all other audio
14339           sinks fail (#343051).
14340
14341 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14342
14343         * ext/esd/Makefile.am:
14344           Oops, need to remove README from EXTRA_DIST as well.
14345
14346 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14347
14348         * ext/esd/README:
14349           Remove, it contains nothing useful anyway.
14350
14351         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14352         (gst_esdsink_delay):
14353           Some small clean-ups; use GST_BOILERPLATE etc.
14354
14355 2006-07-24  Wim Taymans  <wim@fluendo.com>
14356
14357         * gst/law/alaw-decode.c: (alawdec_getcaps):
14358         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14359         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14360         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14361         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14362
14363 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14364
14365         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14366         (gst_wavparse_other), (gst_wavparse_perform_seek),
14367         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14368         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14369         (gst_wavparse_pad_query):
14370         * gst/wavparse/gstwavparse.h:
14371           Use information from 'fact' chunk for length calculation of compressed
14372           samples. Calculate bps if bogus value is found in wav header (embeded
14373           mp2/mp3).
14374           
14375
14376 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14377
14378         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14379
14380         * configure.ac:
14381         * gst/udp/Makefile.am:
14382         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14383         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14384         * gst/udp/gstdynudpsink.h:
14385         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14386         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14387         * gst/udp/gstmultiudpsink.h:
14388         * gst/udp/gstudp.c: (plugin_init):
14389         * gst/udp/gstudpsink.h:
14390         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14391         (gst_udpsrc_start), (gst_udpsrc_stop):
14392         * gst/udp/gstudpsrc.h:
14393         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14394         (gst_udp_net_utils_win32_wsa_startup):
14395         * gst/udp/gstudpnetutils.h:
14396           Port udp plugin to win32 (#345288).
14397
14398 2006-07-24  Wim Taymans  <wim@fluendo.com>
14399
14400         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14401         Remove unwanted DEBUG line.
14402
14403 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14404
14405         * gst/id3demux/gstid3demux.c: (plugin_init):
14406         * gst/id3demux/id3tags.c:
14407         (id3demux_add_id3v2_frame_blob_to_taglist):
14408         * gst/id3demux/id3tags.h:
14409           On second thought, it might be wiser and more efficient
14410           not to do tag registration from a streaming thread.
14411
14412 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14413
14414         * gst/id3demux/id3tags.c:
14415         (id3demux_add_id3v2_frame_blob_to_taglist),
14416         (id3demux_id3v2_frames_to_tag_list):
14417           Put ID3v2 frames we can't parse as binary blobs into private
14418           tags, so that they are not lost when retagging, at least once
14419           id3v2mux has been taught to re-inject those frames again.
14420           See bug #334375.
14421
14422 2006-07-21  Wim Taymans  <wim@fluendo.com>
14423
14424         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14425         (gst_avi_demux_process_next_entry):
14426         Fix some leaks.
14427
14428         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14429         Don't use \n in debug lines.
14430
14431 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14432
14433         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14435           Add annodex and icydemux, cleanup the sections a bit
14436
14437 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14438
14439         Patch by: Alex Lancaster <alexl at users sourceforge net>
14440
14441         * ext/taglib/gstid3v2mux.cc:
14442           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14443           ID3v2 TSSE frames (#347898).
14444
14445 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14446
14447         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14448           Respect mpegversion for "video/mpeg" and give message in case of
14449           unhandled versions.
14450
14451 2006-07-17  Wim Taymans  <wim@fluendo.com>
14452
14453         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14454         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14455         (gst_pngdec_chain), (gst_pngdec_sink_event),
14456         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14457         (gst_pngdec_sink_activate_push):
14458         * ext/libpng/gstpngdec.h:
14459         Use statically allocated segment instead of leaking.
14460         Various cleanups.
14461         Fix flush and seek handling.
14462
14463 2006-07-16  Wim Taymans  <wim@fluendo.com>
14464
14465         * gst/rtp/Makefile.am:
14466         * gst/rtp/gstrtp.c: (plugin_init):
14467         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14468         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14469         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14470         (gst_rtp_mp4g_depay_set_property),
14471         (gst_rtp_mp4g_depay_get_property),
14472         (gst_rtp_mp4g_depay_change_state),
14473         (gst_rtp_mp4g_depay_plugin_init):
14474         * gst/rtp/gstrtpmp4gdepay.h:
14475         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14476         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14477         (gst_rtp_mp4g_pay_flush):
14478         Added simple generic mpeg4 depayloader.
14479         Fix generic mpeg4 payloader.
14480
14481 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14482
14483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14484           Don't try doing state changes on a NULL pointer.
14485
14486 2006-07-14  Wim Taymans  <wim@fluendo.com>
14487
14488         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14489
14490         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14491         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14492         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14493         * gst/rtp/gstrtpamrdepay.h:
14494         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14495         Fixes #321191
14496
14497 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14498
14499         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14500         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14501         Fix segfault when moving mouse pointer to the bottom right corner.
14502
14503 2006-07-12  Wim Taymans  <wim@fluendo.com>
14504
14505         * gst/rtp/Makefile.am:
14506         * gst/rtp/gstrtp.c: (plugin_init):
14507         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14508         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14509         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14510         (gst_rtp_mp2t_depay_set_property),
14511         (gst_rtp_mp2t_depay_get_property),
14512         (gst_rtp_mp2t_depay_change_state),
14513         (gst_rtp_mp2t_depay_plugin_init):
14514         * gst/rtp/gstrtpmp2tdepay.h:
14515         Added mpeg2 TS depayloader. Closing #347234.
14516
14517 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14518
14519         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14520           Remove g_assert that shouldn't be there and was triggered
14521           after trying to open a device that doesn't exist or can't
14522           be opened for some other reason (#347972).
14523
14524 2006-07-10  Edward Hervey  <edward@fluendo.com>
14525
14526         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14527         (gst_avi_demux_stream_header), (push_tag_lists):
14528         * gst/avi/gstavidemux.h:
14529         Don't push tag events found by gst_riff_parse_info() before outputting
14530         GST_EVENT_NEWSEGMENT.
14531
14532 2006-07-10  Wim Taymans  <wim@fluendo.com>
14533
14534         * gst/rtsp/Makefile.am:
14535         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14536         (rtsp_connection_close):
14537         * gst/rtsp/rtspdefs.h:
14538         replaced closesocket and close in code with one CLOSE_SOCKET. 
14539         Some more cleanups. Fixes #345301.
14540
14541 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14542
14543         * gst/autodetect/gstautoaudiosink.c:
14544           Fix example pipeline in docs.
14545
14546 2006-07-10  Wim Taymans  <wim@fluendo.com>
14547
14548         Patch by: Rob Taylor <robtaylor at floopily dot org>
14549
14550         * gst/udp/gstmultiudpsink.c: (join_multicast),
14551         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14552         If a destination is added before the stream is set to PAUSED, the
14553         multicast group is not joined as the socket is not created yet. 
14554         Also TTL and LOOP should also be set. Fixes #346921.
14555
14556 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14557
14558         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14559         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14560         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14561         (gst_ximage_src_init):
14562         * sys/ximage/gstximagesrc.h:
14563         Fix use-damage property to actually work :)
14564         Add startx, starty, endx, endy properties so screencasts other than full
14565         screen ones can work.
14566
14567 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14568
14569         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14570         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14571         (gst_ximage_src_class_init), (gst_ximage_src_init):
14572         * sys/ximage/gstximagesrc.h:
14573         Add use_damage property to offer ability to choose whether to use
14574         XDamage or not.
14575
14576 2006-07-07  Wim Taymans  <wim@fluendo.com>
14577
14578         * gst/goom/filters.c: (zoomFilterSetResolution):
14579         Avoid goom coredumping by clearing memory. 
14580         Fixes 345679.
14581
14582 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14583
14584         * win32/vs6/libgstid3demux.dsp:
14585         Add a link to libgsttag-0.10.lib.
14586
14587 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14588
14589         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14590         (gst_tag_demux_read_range):
14591         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14592         (gst_id3demux_read_range):
14593           Don't return FLOW_UNEXPECTED when a buffer is before
14594           the start of the stream (which might happen with
14595           large ID3v2 tags if the tag reading was done pullrange
14596           based and we then switched to push mode later on).
14597           Fixes regression introduced by commit from June 29th.
14598
14599 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14600
14601         * ext/taglib/gstid3v2mux.cc:
14602           Make UTF-8 the default encoding when writing string
14603           tags (before, our UTF-8 strings would automatically
14604           be converted to ISO-8859-1 by taglib and written as
14605           ISO-8859-1 fields if that was possible).
14606
14607         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14608         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14609         (test_taglib_id3mux_with_tags):
14610           Add test case that makes sure our UTF-8 strings have
14611           actually been written into the tag as UTF-8.
14612
14613 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         * configure.ac:
14616           Let's try that again.
14617
14618 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14619
14620         * configure.ac:
14621           Disable monoscope plugin for now until it fulfills
14622           all the requirements.
14623
14624 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14625
14626         * configure.ac:
14627         * gst/monoscope/Makefile.am:
14628         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14629         (gst_monoscope_class_init), (gst_monoscope_init),
14630         (gst_monoscope_finalize), (gst_monoscope_reset),
14631         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14632         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14633         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14634         (gst_monoscope_change_state), (plugin_init):
14635         * gst/monoscope/gstmonoscope.h:
14636           Port monoscope visualisation to 0.10.
14637
14638 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14639
14640         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14641         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14642           Return FLOW_UNEXPECTED when at the end of the file, not
14643           FLOW_ERROR. Fixes 'internal stream error' errors that
14644           would sometimes occur in totem when scrubbing to the
14645           end of an ID3v1 tagged mp3 file.
14646
14647 2006-07-03  Edward Hervey  <edward@fluendo.com>
14648
14649         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14650         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14651         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14652         * ext/libpng/gstpngdec.h:
14653         Implement buffer clipping/dropping using GstSegment.
14654         This provides accurate seeking.
14655
14656 2006-07-03  Edward Hervey  <edward@fluendo.com>
14657
14658         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14659         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14660         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14661         (gst_avi_demux_process_next_entry), (push_tag_lists),
14662         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14663         * gst/avi/gstavidemux.h:
14664         Proper aggregation of each stream's GstFlowReturn in order to figure out
14665         whether the task should stop or not.
14666         Don't send inline events before pushing out a NEW_SEGMENT, more
14667         specifically for GST_TAG_EVENT.
14668         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14669         sub-indexes.
14670
14671 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14672
14673         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14674
14675         * sys/sunaudio/gstsunaudiomixerctrl.c:
14676         (gst_sunaudiomixer_ctrl_build_list):
14677           Move "Monitor" slider to input tab so it works more like
14678           sdtaudiocontrol, which is what people on Solaris are used
14679           to using for their mixer program (#346259).
14680
14681 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14682
14683         * tests/check/elements/level.c: (GST_START_TEST):
14684           fix a leak, clean up at the end
14685
14686 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14687
14688         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14689         (gst_matroska_demux_send_event),
14690         (gst_matroska_demux_loop_stream_parse_id):
14691         * gst/matroska/matroska-ids.h:
14692           Send tag event after newsegment event.
14693
14694 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14695
14696         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14697         (gst_id3demux_read_range):
14698           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14699           certain cases where a read beyond the end of the file is
14700           requested. Fixes #345930.
14701
14702         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14703         (gst_tag_demux_read_range):
14704           Fix same issue here as well.
14705
14706 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14707
14708         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14709         
14710         Fix hypothetical crash.
14711
14712 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14713
14714         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14715
14716         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14717           Do not modify the ports value. If the user has turned off the
14718           built-in speakers, then we should not reset it in the prepare
14719           function, since this causes the built-in speakers to turn
14720           back on anytime the user changes a track in totem, rhythmbox,
14721           etc. (#346066).
14722
14723 2006-06-23  Wim Taymans  <wim@fluendo.com>
14724
14725         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14726         Fix double caps unref when negotiation fails.
14727
14728 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14729
14730         * ext/annodex/gstcmmldec.c:
14731         * ext/annodex/gstcmmlenc.c:
14732         * ext/annodex/gstcmmlparser.c:
14733         * ext/dv/gstdvdec.c:
14734         * ext/dv/gstdvdemux.c:
14735         * ext/gdk_pixbuf/pixbufscale.c:
14736         * ext/jpeg/gstjpegenc.c:
14737         * ext/jpeg/gstsmokedec.c:
14738         * ext/jpeg/gstsmokeenc.c:
14739         * ext/libpng/gstpngdec.c:
14740         * ext/libpng/gstpngenc.c:
14741         * ext/speex/gstspeexenc.c:
14742         * gst/alpha/gstalphacolor.c:
14743         * gst/cutter/gstcutter.c:
14744         * gst/debug/gstnavigationtest.c:
14745         * gst/icydemux/gsticydemux.c:
14746         * gst/level/gstlevel.c:
14747         * gst/multipart/multipart.c:
14748         * gst/rtp/gstrtpamrpay.c:
14749         * gst/rtp/gstrtpdepay.c:
14750         * gst/rtp/gstrtpilbcpay.c:
14751         * gst/rtp/gstrtpmp4gpay.c:
14752         * gst/rtp/gstrtpmp4vpay.c:
14753         * gst/rtsp/gstrtpdec.c:
14754         * gst/rtsp/gstrtspsrc.c:
14755         * gst/udp/gstdynudpsink.c:
14756         * gst/udp/gstmultiudpsink.c:
14757         * gst/udp/gstudpsrc.c:
14758         * gst/videobox/gstvideobox.c:
14759         * gst/videofilter/gstvideoflip.c:
14760           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14761           plus two minor macro fixes.
14762
14763 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14764
14765         * gst/matroska/matroska-demux.c:
14766         (gst_matroska_demux_check_subtitle_buffer),
14767         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14768         (gst_matroska_demux_subtitle_caps):
14769         * gst/matroska/matroska-ids.c:
14770         (gst_matroska_track_init_subtitle_context):
14771         * gst/matroska/matroska-ids.h:
14772           Try to fix up broken matroska files containing subtitle
14773           streams with non-UTF8 character encodings (courtesy of
14774           mkvmerge) using either the encoding specified in the
14775           GST_SUBTITLE_ENCODING environment variable or the
14776           current locale's character set if it is non-UTF8.
14777           Fixes #337076.
14778
14779 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14782           Set image type from APIC frame as "image-type" field
14783           of GST_TAG_IMAGE buffer caps (#344605).
14784
14785 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14786
14787         * ext/flac/Makefile.am:
14788         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14789         (gst_flac_dec_reset_decoders),
14790         (gst_flac_dec_setup_seekable_decoder),
14791         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14792         (gst_flac_dec_metadata_callback),
14793         (gst_flac_dec_metadata_callback_seekable),
14794         (gst_flac_dec_metadata_callback_stream),
14795         (gst_flac_dec_error_callback),
14796         (gst_flac_dec_error_callback_seekable),
14797         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14798         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14799         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14800         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14801         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14802         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14803         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14804         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14805         (gst_flac_dec_sink_activate_push),
14806         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14807         * ext/flac/gstflacdec.h:
14808           Support chain-based operation, should make flac-over-DAAP
14809           work (#340492).
14810
14811 2006-06-20  Wim Taymans  <wim@fluendo.com>
14812
14813         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14814         Doc updates, merge some unused symbols.
14815
14816 2006-06-20  Wim Taymans  <wim@fluendo.com>
14817
14818         * docs/plugins/Makefile.am:
14819         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14820         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14821         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14822         * gst/rtsp/gstrtspsrc.c:
14823         * gst/rtsp/gstrtspsrc.h:
14824         Added documentation for the rtsp plugin. Fixes #345393.
14825
14826 2006-06-20  Wim Taymans  <wim@fluendo.com>
14827
14828         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14829         (rtsp_connection_close), (rtsp_connection_free):
14830         Use better G_OS_* macros. Fixes #345301 some more.
14831
14832 2006-06-20  Wim Taymans  <wim@fluendo.com>
14833
14834         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14835
14836         * sys/sunaudio/Makefile.am:
14837         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14838         * sys/sunaudio/gstsunaudiomixerctrl.c:
14839         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14840         (gst_sunaudiomixer_ctrl_list_tracks),
14841         (gst_sunaudiomixer_ctrl_get_volume),
14842         (gst_sunaudiomixer_ctrl_set_volume),
14843         (gst_sunaudiomixer_ctrl_set_mute),
14844         (gst_sunaudiomixer_ctrl_set_record):
14845         * sys/sunaudio/gstsunaudiomixerctrl.h:
14846         * sys/sunaudio/gstsunaudiomixertrack.c:
14847         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14848         * sys/sunaudio/gstsunaudiomixertrack.h:
14849         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14850         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14851         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14852         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14853         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14854         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14855         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14856         (gst_sunaudiosrc_reset):
14857         * sys/sunaudio/gstsunaudiosrc.h:
14858         Add a SunAudio source plugin.
14859         Support stereo and right/left channel gain in the mixer plugin.
14860         Support the RECORD flag so that you can switch between line-input and
14861         microphone in gnome-volume-control.
14862         Code cleanups like using an enumerator for track number instead of an 
14863         integer. Fixes #344923.
14864
14865 2006-06-20  Wim Taymans  <wim@fluendo.com>
14866
14867         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14868
14869         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14870         (rtsp_connection_close):
14871         Make RTSP plugin compile on windows. Fixes #345301.
14872         Some changes to original patch to catch errors better.
14873         use ifdef WIN32 instead of ifndef.
14874
14875 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14876
14877         * configure.ac:
14878         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14879
14880 2006-06-18  Edward Hervey  <edward@fluendo.com>
14881
14882         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14883         After a failed buffer alloc, we need to abort the jpeg decoding (it
14884         started when parsing headers to figure out how many bytes we need
14885         to request downstream).
14886
14887 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14888
14889         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14890
14891         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14892           Make sure we don't read beyond the end of the file (#345232).
14893
14894 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14895
14896         * configure.ac:
14897           Fix --disable-external (can't set conditionals conditionally,
14898           #343602).
14899
14900 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14901
14902         * autogen.sh:
14903         * configure.ac:
14904         * docs/Makefile.am:
14905           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14906
14907         * docs/plugins/Makefile.am:
14908         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14909         * docs/plugins/inspect/plugin-taglib.xml:
14910           Add/fix apev2mux docs.
14911
14912 2006-06-14  Wim Taymans  <wim@fluendo.com>
14913
14914         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14915         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14916         (gst_dvdec_change_state):
14917         Reset segment info on flush.
14918         Alloc segment in _init, free in _finalize.
14919
14920         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14921         Don't send segments twice.
14922
14923 2006-06-14  Wim Taymans  <wim@fluendo.com>
14924
14925         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14926         Respect segment.stop. Fixes #342592.
14927
14928 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14929
14930         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14931           No language specified means the implied language is English
14932           according to the matroska spec (partially fixes #344708);
14933           add some more debug output.
14934
14935 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14936
14937         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14938         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14939         (gst_wavparse_chain):
14940           When operating chain-based, don't make any assumptions about the
14941           chunking of the incoming data and make streaming work on days other
14942           than the second Thursday after a full moon. Also fix up debug
14943           messages here and there and make use of the most excellent new
14944           gst_pad_query_peer_duration() utility function.
14945           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14946
14947         * gst/wavparse/gstwavparse.h:
14948           Remove trailing comma after last enum value, some compilers don't
14949           like that.
14950
14951 2006-06-13  Wim Taymans  <wim@fluendo.com>
14952
14953         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14954         Handle premature EOS gracefully.
14955
14956 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14957
14958         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14959           Prevent out of bounds array access when scrubbing towards
14960           the end of the file between the last index entry and the
14961           end. Fixes occasional 'start <= stop' newsegment event
14962           assertions when scrubbing in MJPEG files.
14963
14964 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14965
14966         * tests/check/elements/.cvsignore:
14967           And another one.
14968
14969 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14970
14971         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14972         (scan_encoded_string), (parse_picture_frame):
14973           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14974
14975         * configure.ac:
14976           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14977           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14978
14979 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14980
14981         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14982           gratuitous comment changes
14983         * tests/check/elements/level.c: (GST_START_TEST):
14984           fix level test leaks
14985
14986 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14987
14988         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14989         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14990           Use gst_pad_query_peer_duration() utility function here.
14991
14992 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14993
14994         * autogen.sh:
14995           require am17
14996         * configure.ac:
14997         * ext/annodex/Makefile.am:
14998         * ext/cdio/Makefile.am:
14999         * ext/dv/Makefile.am:
15000         * ext/esd/Makefile.am:
15001         * ext/flac/Makefile.am:
15002         * ext/gdk_pixbuf/Makefile.am:
15003         * ext/ladspa/Makefile.am:
15004         * ext/libcaca/Makefile.am:
15005         * ext/speex/Makefile.am:
15006         * ext/taglib/Makefile.am:
15007         * sys/oss/Makefile.am:
15008         * sys/sunaudio/Makefile.am:
15009         * sys/ximage/Makefile.am:
15010           clean up build further
15011
15012 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15013
15014         * gconf/Makefile.am:
15015           Honour --disable-schemas-install configure option. Fixes #344100.
15016
15017 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15018
15019         * tests/examples/level/Makefile.am:
15020           Add -lm to LIBS for pow() function, don't assume one of our
15021           dependencies (such as libxml-2.0) drags it in automatically
15022           (#343603).
15023
15024 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15025
15026         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15027
15028         * configure.ac:
15029           We should use $SED and not $(SED) in configure.ac (#343678).
15030
15031 2006-06-09  Wim Taymans  <wim@fluendo.com>
15032
15033         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15034
15035         * sys/sunaudio/gstsunaudiomixerctrl.c:
15036         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15037         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15038         (gst_sunaudiomixer_ctrl_set_mute):
15039         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15040         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15041         (gst_sunaudiosink_write):
15042         Attached find a patch that fixes a number of bugs with the SunAudio
15043         mixer plugin and fixes #344101:
15044         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15045            tracks onto the tracklist causing gnome-volume-control's preferences
15046            dialog to be messed up and would core dump if you checked/unchecked
15047            any item.
15048         2. We weren't previously setting the MUTE flag properly.  Fixing this
15049            makes gnome-volume-control work better.
15050         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15051            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15052            gnome-volume-control look better.
15053         Also some minor cleanup in gstsunaudiosink.c.
15054
15055 2006-06-09  Wim Taymans  <wim@fluendo.com>
15056
15057         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15058         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15059         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15060         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15061         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15062         * ext/jpeg/gstjpegdec.h:
15063         API: Added IDCT method property
15064         Small cleanups.
15065         Avoid dynamic allocation of trivial fixed structure.
15066         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15067
15068 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15069
15070         * configure.ac:
15071         We now require libraw1394 >= 1.1.0 and that version onwards all
15072         have .pc files.
15073
15074 2006-06-02  Edward Hervey  <edward@fluendo.com>
15075
15076         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15077         Trying to get items from an ANY or EMPTY caps is ... stupid.
15078
15079 2006-06-02  Edward Hervey  <edward@fluendo.com>
15080
15081         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15082         (gst_dvdec_chain), (gst_dvdec_change_state):
15083         * ext/dv/gstdvdec.h:
15084         Added GstSegment handling, now implements dropping/clipping.
15085
15086 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15087
15088         * ext/aalib/gstaasink.h:
15089         * ext/annodex/gstcmmldec.h:
15090         * ext/cairo/gsttimeoverlay.h:
15091         * ext/dv/gstdvdec.h:
15092         * ext/dv/gstdvdemux.h:
15093         * ext/esd/esdmon.h:
15094         * ext/esd/esdsink.h:
15095         * ext/flac/gstflacenc.h:
15096         * ext/gconf/gstgconfaudiosink.h:
15097         * ext/gconf/gstgconfaudiosrc.h:
15098         * ext/gconf/gstgconfvideosink.h:
15099         * ext/gconf/gstgconfvideosrc.h:
15100         * ext/gdk_pixbuf/gstgdkanimation.h:
15101         * ext/gdk_pixbuf/pixbufscale.h:
15102         * ext/hal/gsthalaudiosink.h:
15103         * ext/hal/gsthalaudiosrc.h:
15104         * ext/jpeg/gstjpegenc.h:
15105         * ext/jpeg/gstsmokedec.h:
15106         * ext/jpeg/gstsmokeenc.h:
15107         * ext/libcaca/gstcacasink.h:
15108         * ext/libmng/gstmngdec.h:
15109         * ext/libmng/gstmngenc.h:
15110         * ext/libpng/gstpngdec.h:
15111         * ext/libpng/gstpngenc.h:
15112         * ext/raw1394/gstdv1394src.h:
15113         * ext/speex/gstspeexenc.h:
15114         * gst/autodetect/gstautoaudiosink.h:
15115         * gst/autodetect/gstautovideosink.h:
15116         * gst/avi/gstavidemux.h:
15117         * gst/cutter/gstcutter.h:
15118         * gst/debug/efence.h:
15119         * gst/debug/gstnavigationtest.h:
15120         * gst/debug/gstnavseek.h:
15121         * gst/flx/gstflxdec.h:
15122         * gst/goom/gstgoom.h:
15123         * gst/icydemux/gsticydemux.h:
15124         * gst/id3demux/gstid3demux.h:
15125         * gst/law/alaw-decode.h:
15126         * gst/law/alaw-encode.h:
15127         * gst/law/mulaw-decode.h:
15128         * gst/law/mulaw-encode.h:
15129         * gst/matroska/matroska-mux.h:
15130         * gst/median/gstmedian.h:
15131         * gst/oldcore/gstaggregator.h:
15132         * gst/oldcore/gstfdsink.h:
15133         * gst/oldcore/gstmd5sink.h:
15134         * gst/oldcore/gstmultifilesrc.h:
15135         * gst/oldcore/gstpipefilter.h:
15136         * gst/oldcore/gstshaper.h:
15137         * gst/oldcore/gststatistics.h:
15138         * gst/rtp/gstasteriskh263.h:
15139         * gst/rtp/gstrtpL16depay.h:
15140         * gst/rtp/gstrtpL16pay.h:
15141         * gst/rtp/gstrtpamrdepay.h:
15142         * gst/rtp/gstrtpamrpay.h:
15143         * gst/rtp/gstrtpdepay.h:
15144         * gst/rtp/gstrtpgsmdepay.h:
15145         * gst/rtp/gstrtpgsmpay.h:
15146         * gst/rtp/gstrtph263pay.h:
15147         * gst/rtp/gstrtph263pdepay.h:
15148         * gst/rtp/gstrtph263ppay.h:
15149         * gst/rtp/gstrtpmp4gpay.h:
15150         * gst/rtp/gstrtpmp4vdepay.h:
15151         * gst/rtp/gstrtpmp4vpay.h:
15152         * gst/rtp/gstrtpmpadepay.h:
15153         * gst/rtp/gstrtpmpapay.h:
15154         * gst/rtp/gstrtppcmadepay.h:
15155         * gst/rtp/gstrtppcmapay.h:
15156         * gst/rtp/gstrtppcmudepay.h:
15157         * gst/rtp/gstrtppcmupay.h:
15158         * gst/rtp/gstrtpspeexdepay.h:
15159         * gst/rtp/gstrtpspeexpay.h:
15160         * gst/rtsp/gstrtpdec.h:
15161         * gst/rtsp/gstrtspsrc.h:
15162         * gst/smpte/gstsmpte.h:
15163         * gst/udp/gstdynudpsink.h:
15164         * gst/udp/gstmultiudpsink.h:
15165         * gst/udp/gstudpsink.h:
15166         * gst/udp/gstudpsrc.h:
15167         * gst/videofilter/gstvideobalance.h:
15168         * gst/videofilter/gstvideoflip.h:
15169         * sys/oss/gstossdmabuffer.h:
15170         * sys/oss/gstossmixerelement.h:
15171         * sys/oss/gstosssink.h:
15172         * sys/oss/gstosssrc.h:
15173         * sys/osxvideo/osxvideosink.h:
15174         * sys/sunaudio/gstsunaudiomixer.h:
15175         * sys/sunaudio/gstsunaudiosink.h:
15176         * sys/ximage/gstximagesrc.h:
15177         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15178
15179 2006-05-31  Wim Taymans  <wim@fluendo.com>
15180
15181         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15182         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15183         (gst_goom_src_setcaps), (gst_goom_src_event),
15184         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15185         (gst_goom_change_state):
15186         * gst/goom/gstgoom.h:
15187         Handle QoS.
15188         Handle flushing, discont and events.
15189         Fix timestamps and various other cleanups.
15190
15191 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15192
15193         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15194         Fix bus reset when using libiec61883
15195
15196 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15197
15198         * configure.ac:
15199         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15200         * ext/raw1394/Makefile.am:
15201         Add CFLAGS.
15202         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15203         New method, to receive using libiec61883.
15204         (gst_dv1394src_iso_receive),
15205         #ifdef'd out if libiec61883 is present.
15206         (gst_dv1394src_bus_reset),
15207         Get userdata correctly if using libiec61883. 
15208         (gst_dv1394src_create),
15209         When using libiec61883, only poll one fd and no need to read.
15210         (gst_dv1394src_discover_avc_node),
15211         Replace g_warnings.
15212         (gst_dv1394src_start),
15213         Create new handle when we know which dv port.  More reliable
15214         than setting port on an existing handle.  Initialise libiec61883.
15215         (gst_dv1394src_stop):
15216         If using libiec61883, then cleanup its handle properly.
15217         * ext/raw1394/gstdv1394src.h:
15218         Add libiec61883 handle.
15219
15220 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15221
15222         * gst/avi/gstavidemux.c:
15223           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15224         * win32/MANIFEST:
15225           sort file listing
15226         * win32/vs6/libgstavi.dsp:
15227           add gstavimux.c to the project
15228         * win32/vs6/libgstid3demux.dsp:
15229           add link to zlib library
15230         * win32/vs6/libgstmatroska.dsp:
15231           add matroska-ids.c to the project
15232
15233 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15234
15235         Patch by: Sebastian Dröge  <mail at slomosnail de >
15236
15237         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15238         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15239         * ext/taglib/Makefile.am:
15240         * ext/taglib/gstapev2mux.cc:
15241         * ext/taglib/gstapev2mux.h:
15242         * ext/taglib/gstid3v2mux.cc:
15243         * ext/taglib/gsttaglibmux.c: (plugin_init):
15244         * ext/taglib/gsttaglibmux.h:
15245           Add apev2mux element (#343122).
15246         
15247         * tests/check/Makefile.am:
15248         * tests/check/elements/apev2mux.c:
15249         (test_taglib_apev2mux_create_tags),
15250         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15251         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15252         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15253         (apev2mux_suite), (main):
15254           Add unit test for apev2mux element.
15255
15256 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15257
15258         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15259         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15260         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15261           GST_PTR_FORMAT should be used to print caps in debug statements.
15262
15263 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15264
15265         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15266
15267         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15268         (ape_demux_parse_tags):
15269           Some clean-ups and additions: map APE 'file' tag to
15270           GST_TAG_LOCATION (#343123); add support for extracting
15271           the track count and clean up parsing a bit (#343127).
15272
15273 2006-05-28  Edward Hervey  <edward@fluendo.com>
15274
15275         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15276         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15277
15278 2006-05-28  Edward Hervey  <edward@fluendo.com>
15279
15280         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15281         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15282         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15283         * ext/jpeg/gstjpegdec.h:
15284         Clip outgoing buffers according to currently configured segment.
15285
15286 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15287
15288         * ext/taglib/gstid3v2mux.cc:
15289           Handle  writing of track-count or album-volume-count without
15290           track-number or albume-volume-number (in this case the number
15291           will just be set to 0).
15292
15293         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15294           It would be nice if we actually checked the values received for
15295           track/album-volume number/count in  _check_tags(), rather than
15296           setting them again ...
15297
15298 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15299
15300         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15301           A track/volume number or count of 0 does not make sense,
15302           just ignore it along with negative numbers (a tag might
15303           only contain a track count without a track number).
15304
15305 2006-05-27  Edward Hervey  <edward@fluendo.com>
15306
15307         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15308         (gst_jpeg_dec_sink_event):
15309         Abort decompression when receiving FLUSH_STOP. This should avoid
15310         issues when interrupting decoding with flushes.
15311
15312 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15313
15314         * ext/flac/gstflac.c:
15315           Don't #include file we don't dist any longer.
15316
15317 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15318
15319         * README:
15320           Replace current README (containing the release notes from
15321           some 0.9.x version) with a proper README taken from the core.
15322
15323 2006-05-24  Wim Taymans  <wim@fluendo.com>
15324
15325         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15326         Implement EOS correctly by either posting
15327         SEGMENT_DONE or pushing an EOS message depending
15328         on the seek type. Fixes #342592
15329
15330 2006-05-24  Wim Taymans  <wim@fluendo.com>
15331
15332         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15333         * gst/law/alaw-decode.h:
15334         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15335         * gst/law/alaw-encode.h:
15336         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15337         * gst/law/mulaw-decode.h:
15338         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15339         * gst/law/mulaw-encode.h:
15340         Some cleanups in the chain functions.
15341         Remove some GStreamer 0.0.2 bits.
15342
15343 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15344
15345         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15346
15347         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15348           gst_collect_pads_stop() needs to be called before chaining up
15349           to the parent class (#342734).
15350
15351 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15352
15353         * ext/flac/Makefile.am:
15354         * ext/flac/flac_compat.h:
15355         * ext/flac/gstflac.c:
15356         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15357         * ext/flac/gstflacenc.c:
15358           Remove backwards compatibility cruft for dealing with FLAC API
15359           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15360
15361 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15362
15363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15364         (gst_matroska_demux_push_xiph_codec_priv_data),
15365         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15366         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15367         * gst/matroska/matroska-ids.h:
15368         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15369         (gst_matroska_mux_video_pad_setcaps),
15370         (xiph3_streamheader_to_codecdata),
15371         (vorbis_streamheader_to_codecdata),
15372         (theora_streamheader_to_codecdata),
15373         (gst_matroska_mux_audio_pad_setcaps),
15374         (gst_matroska_mux_write_data):
15375           Add support for muxing/demuxing theora video (#342448; too bad
15376           none of the usual linux players can actually play this). Playback
15377           in GStreamer will require additional changes to theoradec in -base.
15378           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15379           cleanups.
15380
15381 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15382
15383         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15384         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15385           Fix crashes when the horizontal subsampling is 1.
15386           Fixes #342097.
15387
15388 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15389
15390         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15391
15392         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15393         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15394         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15395         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15396         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15397         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15398         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15399         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15400         (gst_avi_mux_change_state):
15401         * gst/avi/gstavimux.h:
15402           Some enhancements for avimux (#342526):
15403            - add odml (large file) index support
15404            - store codec init data (e.g. huffyuv)
15405            - miscellaneous other fixes/cleanups
15406
15407 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15408
15409         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15410         Don't output any tag when we encounter a negative track number - the
15411         tag type is uint, so we end up outputting huge positive numbers
15412         instead. (Fixes: #342029)
15413
15414 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15415
15416         * configure.ac:
15417           update for new GSTPB_PLUGINS_DIR
15418
15419 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15420
15421         * rtp/gst/gstrtph263pay.c:
15422         Properly set static caps for H263 at 34.
15423
15424 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15425
15426         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15427
15428         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15429           Merge event tags and tag setter tags correctly (#339918). Also,
15430           don't leak taglist in case of an error.
15431           
15432 2006-05-17  Edward Hervey  <edward@fluendo.com>
15433
15434         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15435         We can only do caps intersection if the othercaps are non-empty and not
15436         ANY. Else we return the pad template (base_caps).
15437
15438 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15439
15440         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15441           Fix crash when outputting debugging information for certain
15442           pictures (always good to use the right struct member for
15443           the number of records in an array).
15444
15445 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15446
15447         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15448
15449         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15450         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15451         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15452         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15453         (gst_ebml_read_float), (gst_ebml_read_ascii),
15454         (gst_ebml_read_binary):
15455           Don't create unnecessary sub-buffers all the time. Dramatically
15456           improves performance with multiple concurrently running
15457           matroskademux instances (#341818) (and avoids doing
15458           unnecessarily inefficient things in the general case).
15459
15460 2006-05-16  Edward Hervey  <edward@fluendo.com>
15461
15462         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15463         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15464         return value of gst_pad_push_event().
15465
15466 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15467
15468         * gst/autodetect/gstautoaudiosink.c:
15469         (gst_auto_audio_sink_find_best):
15470         * gst/autodetect/gstautovideosink.c:
15471         (gst_auto_video_sink_find_best):
15472         Make the name of the child element be based on the name of the
15473         parent, so that debug output is more useful.
15474         
15475         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15476         (parse_insert_string_field), (parse_split_strings):
15477         Rework string parsing to always walk over BOM markers in UTF16
15478         strings, using the endianness indicated by the innermost one,
15479         then trying the opposite endianness if that fails to convert
15480         to valid UTF-8. Fixes #341774
15481
15482 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15483
15484         Patch from: Matthieu <matthieu at fluendo dot com>
15485
15486         * ext/libpng/Makefile.am:
15487         Add LIBPNG_CFLAGS.
15488
15489 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15490
15491         * ext/taglib/gstid3v2mux.cc:
15492           Add support for writing images (APIC frames) into ID3v2
15493           tags (picture type always set to 'other' for now though).
15494
15495 2006-05-14  Michael Smith  <msmith@fluendo.com>
15496
15497         * gst/wavparse/gstwavparse.c:
15498           Update docs; wavparse implements push and pull modes.
15499
15500 2006-05-12  Wim Taymans  <wim@fluendo.com>
15501
15502         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15503         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15504         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15505         Ooops, bitten by the copy-and-paste design paradigm, fixes
15506         seek again.
15507
15508 2006-05-12  Wim Taymans  <wim@fluendo.com>
15509
15510         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15511         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15512         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15513         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15514         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15515         (gst_avi_demux_massage_index),
15516         (gst_avi_demux_calculate_durations_from_index),
15517         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15518         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15519         (gst_avi_demux_loop):
15520         * gst/avi/gstavidemux.h:
15521         Some cleanups, prepare to use GstSegment.
15522         Fix error in entry walking code.
15523         Fix VBR detection.
15524         Smarter timestamp calculation code.
15525         Uniform error/eos handling.
15526
15527 2006-05-12  Michael Smith  <msmith@fluendo.com>
15528
15529         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15530         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15531           Fix use of uninitialised values if we're NOT seeking in ready.
15532           Fix typos.
15533
15534 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15535
15536         * gst/wavparse/Makefile.am:
15537           Add CFLAGS and LIBS for libgstbase, fixes build on
15538           Cygwin (#341489).
15539
15540 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15541
15542         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15543           Some more debug info. No need to check whether the string
15544           returned by g_convert() is really UTF-8 - either it is or
15545           we get NULL returned.
15546
15547 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15548
15549         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15550           Fix parsing of numeric genre strings some more, by ensuring that
15551           we only try and parse strings that a) Start with '(' and b) Consist
15552           only of digits.
15553           Also, when finding an escaping '((' sequence, bust it back to '(' by
15554           swallowing the first parenthesis
15555
15556 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15557
15558         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15559         (gst_esdsink_open), (gst_esdsink_close):
15560         * ext/esd/esdsink.h:
15561           Move the esd_get_server_info() into gst_esdsink_open() and fail
15562           with a decent error message on errors.
15563
15564 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15565
15566         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15567         (gst_esdmon_channels_get_type):
15568         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15569         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15570         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15571         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15572         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15573         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15574         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15575         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15576         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15577         * gst/videomixer/videomixer.c:
15578         (gst_video_mixer_background_get_type):
15579           Const-ify GEnumValue arrays.
15580
15581 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15582
15583         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15584
15585         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15586         (gst_avi_mux_do_video_buffer):
15587           Work around gst_buffer_make_metadata_writable() bug that
15588           results in avimux marking all frames in the index as
15589           keyframes (#340859).
15590           
15591 2006-05-08  Wim Taymans  <wim@fluendo.com>
15592
15593         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15594         Make parsing of urls suck slightly less.
15595
15596 2006-05-08  Edward Hervey  <edward@fluendo.com>
15597
15598         * autogen.sh: (CONFIGURE_DEF_OPT): 
15599         libtoolize on Darwin/MacOSX is called glibtoolize.
15600
15601 2006-05-08  Wim Taymans  <wim@fluendo.com>
15602
15603         Patch by: Jens Granseuer <jensgr at gmx dot net>
15604
15605         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15606         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15607         C89 compliance fixes. Fixes #340980
15608
15609 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15610
15611         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15612         * ext/flac/gstflacdec.h:
15613           Handle segment seeks that include the end of the file as stop point
15614           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15615           message instead of an EOS event in case we're in segment seek
15616           mode (fixes #340699).
15617           
15618 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15619
15620         * ext/cairo/gsttextoverlay.c:
15621         * ext/flac/gstflacdec.c:
15622         * ext/gdk_pixbuf/pixbufscale.c:
15623         * gst/apetag/gstapedemux.c:
15624         * gst/debug/breakmydata.c:
15625         * gst/debug/testplugin.c:
15626         * gst/matroska/ebml-write.c:
15627         * gst/multipart/multipartdemux.c:
15628         * sys/osxaudio/gstosxaudiosink.c:
15629         * sys/osxaudio/gstosxaudiosrc.c:
15630         Add semicolons after GST_BOILERPLATE[_FULL] so that
15631         indent doesn't mess up following lines.
15632
15633 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15634
15635         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15636
15637         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15638           Don't leak caps when freeing the stream context (#340623).
15639
15640 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15641
15642         * configure.ac:
15643           Back to CVS
15644
15645 === release 0.10.3 ===
15646
15647 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15648
15649         * configure.ac:
15650           releasing 0.10.3, "Desplazado"
15651
15652 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15653
15654         * gst/matroska/matroska-mux.c:
15655         (gst_matroska_mux_stream_is_vorbis_header),
15656         (gst_matroska_mux_write_data):
15657           Don't strcmp() NULL strings.
15658           Only start new clusters on video keyframes, not on any
15659           random audio buffer that doesn't have the DELTA_UNIT
15660           flag set (fixes 'make check' again).
15661
15662 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15663
15664         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15665
15666         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15667         (gst_matroska_mux_stream_is_vorbis_header),
15668         (gst_matroska_mux_write_data):
15669           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15670           value and then dead-lock when muxing vorbis audio streams
15671           (the three vorbis header buffers carry no timestamp, and it
15672           would try to mux these after all video buffers). Fixes #340346.
15673
15674           Improve clustering: start a new cluster also whenever we get
15675           a keyframe.     
15676
15677 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15678
15679         * win32/common/config.h:
15680         * win32/MANIFEST
15681           add the generated file as well
15682
15683 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15684
15685         * Makefile.am:
15686         * configure.ac:
15687         * win32/common/config.h.in:
15688           add win32 stuff
15689
15690 2006-05-03  Michael Smith  <msmith@fluendo.com>
15691
15692         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15693           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15694           SUCKS.
15695
15696 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15697
15698         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15699         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15700         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15701           don't leak caps-string
15702
15703 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15704
15705         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15706         (gst_id3demux_sink_activate):
15707           Let core insert default error message for TYPE_NOT_FOUND
15708           errors, it's just as good as our own and has the added
15709           bonus of being translated.
15710
15711 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15712
15713         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15714         (gst_tag_demux_sink_event):
15715         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15716         (gst_id3demux_sink_event):
15717           Post an error message when we get an EOS event and were not
15718           able to find out the type of stream.
15719
15720         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15721         (test_taglib_id3mux_with_tags):
15722           Decrease num-buffers to 16 per iteration again, otherwise the
15723           many memcpy()s and reallocations in the test will hammer slow
15724           CPUs completely and make the test timeout.
15725
15726 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15727
15728         * configure.ac:
15729           figure out where plugins-base plugins are
15730         * tests/check/Makefile.am:
15731           use plugins-base plugins, so we have typefind functions
15732         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15733           increase num-buffers, this makes sure the test errors out instead
15734           of timing out when no typefind functions are present
15735
15736 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15737
15738         * docs/plugins/Makefile.am:
15739           also check .cc files for gtk-doc markup
15740         * configure.ac:
15741         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15742         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15743         * tests/check/Makefile.am:
15744         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15745         * ext/Makefile.am:
15746         * ext/taglib/Makefile.am:
15747         * ext/taglib/gstid3v2mux.h:
15748         * ext/taglib/gsttaglibmux.c:
15749         * ext/taglib/gsttaglibmux.h:
15750           move taglib-based id3v2muxer to -good.  Fixes #336110.
15751
15752 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15753
15754         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15755           ... and fix multichannel/WAVFORMATEX support again.
15756
15757 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15758
15759         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15760         (gst_wavparse_class_init), (gst_wavparse_dispose),
15761         (gst_wavparse_reset), (gst_wavparse_init),
15762         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15763         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15764         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15765         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15766         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15767         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15768         (gst_wavparse_stream_data), (gst_wavparse_loop),
15769         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15770         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15771         (gst_wavparse_change_state), (plugin_init):
15772         * gst/wavparse/gstwavparse.h:
15773           Add push (streaming) mode to wavparse (fixes #337625)
15774
15775 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15776
15777         * configure.ac:
15778         * tests/Makefile.am:
15779           add ximagesrc icles test
15780
15781 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15782
15783         * configure.ac:
15784         * docs/plugins/Makefile.am:
15785         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15786         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15787         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15788         (gst_cmml_enc_push_clip):
15789         * sys/Makefile.am:
15790         * sys/ximage/Makefile.am:
15791         * sys/ximage/gstximagesrc.c:
15792           Move ximagesrc plug-in to good after review.  Fixes #336756.
15793
15794 2006-04-28  Michael Smith  <msmith@fluendo.com>
15795
15796         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15797         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15798         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15799         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15800         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15801         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15802         * gst/icydemux/gsticydemux.h:
15803           Fix event handling: cache events when typefinding and forward later.
15804
15805 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15806
15807         * sys/osxaudio/gstosxaudiosink.c:
15808         (plugin_init):
15809          Register osxaudiosrc to the plugin.
15810         * sys/osxaudio/gstosxaudiosrc.c:
15811         (gst_osx_audio_src_osxelement_do_init),
15812         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15813         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15814         (gst_osx_audio_src_get_property),
15815         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15816         (gst_osx_audio_src_osxelement_init):
15817         * sys/osxaudio/gstosxaudiosrc.h:
15818           Port of osxaudiosrc to 0.10.
15819         * sys/osxaudio/Makefile.am:
15820           Add osxaudiosrc
15821
15822 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15823
15824         * sys/osxaudio/gstosxringbuffer.c:
15825         * sys/osxaudio/gstosxringbuffer.h:
15826           Forgot to commit earlier, part of the OSX audio plugin port
15827
15828 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15829
15830         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15831         (parse_split_strings):
15832           Recognise and skip any byte order marker (BOM) in
15833           UTF-16 strings.
15834
15835 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15836
15837         * docs/plugins/Makefile.am:
15838         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15839         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15840         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15841         * docs/plugins/inspect/plugin-avi.xml:
15842         * gst/avi/gstavidemux.c:
15843         * gst/avi/gstavimux.c:
15844           Add docs for both avidemux and avimux.
15845
15846 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15847
15848         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15849
15850         * gst/avi/Makefile.am:
15851         * gst/avi/gstavi.c: (plugin_init):
15852         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15853         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15854         (gst_avi_mux_class_init), (gst_avi_mux_init),
15855         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15856         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15857         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15858         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15859         (gst_avi_mux_riff_get_avix_header),
15860         (gst_avi_mux_riff_get_video_header),
15861         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15862         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15863         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15864         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15865         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15866         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15867         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15868         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15869         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15870         (gst_avi_mux_change_state):
15871         * gst/avi/gstavimux.h:
15872           Port AVI muxer to GStreamer-0.10 (#332031).
15873
15874         * tests/check/Makefile.am:
15875         * tests/check/elements/avimux.c:
15876         * tests/check/elements/.cvsignore:
15877           Add unit test for AVI muxer.
15878
15879 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15880
15881         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15882         (gst_wavparse_class_init), (gst_wavparse_reset),
15883         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15884         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15885         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15886         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15887         (gst_wavparse_stream_data), (gst_wavparse_loop),
15888         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15889         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15890         (plugin_init):
15891         * gst/wavparse/gstwavparse.h:
15892           reverted patch #337625 for the price of 1 hour sleep
15893
15894 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15895
15896         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15897         (gst_wavparse_class_init), (gst_wavparse_reset),
15898         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15899         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15900         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15901         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15902         (gst_wavparse_stream_data), (gst_wavparse_loop),
15903         (gst_wavparse_chain), (plugin_init):
15904         * gst/wavparse/gstwavparse.h:
15905           correct partial implementation of push mode
15906           (from my last commit)
15907
15908 2006-04-26  Wim Taymans  <wim@fluendo.com>
15909
15910         * ext/esd/esdsink.c:
15911         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15912         it is not in esd.h
15913
15914 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15915
15916         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15917         (gst_au_parse_class_init), (gst_au_parse_init),
15918         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15919         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15920         (gst_au_parse_chain), (gst_au_parse_src_convert),
15921         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15922         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15923         (gst_au_parse_change_state):
15924         * gst/auparse/gstauparse.h:
15925           Rewrite auparse to suck a little bit less: make source pad
15926           dynamic, so decodebin/playbin work with non-raw formats
15927           like alaw/mulaw; add query function for duration/position
15928           queries; check whether we have enough data before attempting
15929           to parse the header (instead of crashing when that is not the
15930           case); work around audioconvert sucking by swapping endianness
15931           to the native endianness ourselves for float formats; send
15932           initial newsegment event. Fixes #161712.
15933
15934 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15935
15936         * sys/osxaudio/Makefile.am:
15937         * sys/osxaudio/gstosxaudioelement.c:
15938         (gst_osx_audio_element_get_type),
15939         (gst_osx_audio_element_class_init):
15940         * sys/osxaudio/gstosxaudioelement.h:
15941         * sys/osxaudio/gstosxaudiosink.c:
15942         (gst_osx_audio_sink_osxelement_do_init),
15943         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15944         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15945         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15946         (gst_osx_audio_sink_create_ringbuffer),
15947         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15948         (plugin_init):
15949         * sys/osxaudio/gstosxaudiosink.h:
15950         Port of osxaudiosink to 0.10
15951
15952 2006-04-26  Wim Taymans  <wim@fluendo.com>
15953
15954         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15955         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15956         the size of the ringbuffer. This should fix hangs with older 
15957         esd sound servers.
15958
15959 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15960
15961         * ext/aalib/gstaasink.c:
15962         * ext/annodex/gstcmmldec.c:
15963         * ext/annodex/gstcmmlenc.c:
15964         * ext/cairo/gsttextoverlay.c:
15965         * ext/cairo/gsttimeoverlay.c:
15966         * ext/cdio/gstcdiocddasrc.c:
15967         * ext/dv/gstdvdec.c:
15968         * ext/dv/gstdvdemux.c:
15969         * ext/esd/esdmon.c:
15970         * ext/esd/esdsink.c:
15971         * ext/flac/gstflacenc.c:
15972         * ext/flac/gstflactag.c:
15973         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15974         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15975         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15976         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15977         * ext/gdk_pixbuf/pixbufscale.c:
15978         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15979         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15980         * ext/jpeg/gstjpegdec.c:
15981         * ext/jpeg/gstjpegenc.c:
15982         * ext/jpeg/gstsmokedec.c:
15983         * ext/jpeg/gstsmokeenc.c:
15984         * ext/libcaca/gstcacasink.c:
15985         * ext/libmng/gstmngdec.c:
15986         * ext/libmng/gstmngenc.c:
15987         * ext/libpng/gstpngdec.c:
15988         * ext/libpng/gstpngenc.c:
15989         * ext/mikmod/gstmikmod.c:
15990         * ext/raw1394/gstdv1394src.c:
15991         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15992         * ext/shout2/gstshout2.h:
15993         * ext/speex/gstspeexdec.c:
15994         * ext/speex/gstspeexenc.c:
15995         * gst/alpha/gstalpha.c:
15996         * gst/alpha/gstalphacolor.c:
15997         * gst/apetag/gstapedemux.c:
15998         * gst/auparse/gstauparse.c:
15999         * gst/autodetect/gstautoaudiosink.c:
16000         (gst_auto_audio_sink_base_init):
16001         * gst/autodetect/gstautovideosink.c:
16002         (gst_auto_video_sink_base_init):
16003         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16004         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16005         * gst/cutter/gstcutter.c:
16006         * gst/debug/breakmydata.c:
16007         * gst/debug/efence.c:
16008         * gst/debug/gstnavigationtest.c:
16009         * gst/debug/gstnavseek.c:
16010         * gst/debug/negotiation.c:
16011         * gst/debug/progressreport.c:
16012         * gst/debug/testplugin.c:
16013         * gst/effectv/gstaging.c:
16014         * gst/effectv/gstdice.c:
16015         * gst/effectv/gstedge.c:
16016         * gst/effectv/gstquark.c:
16017         * gst/effectv/gstrev.c:
16018         * gst/effectv/gstshagadelic.c:
16019         * gst/effectv/gstvertigo.c:
16020         * gst/effectv/gstwarp.c:
16021         * gst/flx/gstflxdec.c:
16022         * gst/goom/gstgoom.c:
16023         * gst/icydemux/gsticydemux.c:
16024         * gst/id3demux/gstid3demux.c:
16025         * gst/interleave/deinterleave.c:
16026         * gst/interleave/interleave.c:
16027         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16028         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16029         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16030         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16031         * gst/level/gstlevel.c:
16032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16033         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16034         * gst/median/gstmedian.c:
16035         * gst/monoscope/gstmonoscope.c:
16036         * gst/multipart/multipartdemux.c:
16037         * gst/multipart/multipartmux.c:
16038         * gst/oldcore/gstaggregator.c:
16039         * gst/oldcore/gstfdsink.c:
16040         * gst/oldcore/gstmd5sink.c:
16041         * gst/oldcore/gstmultifilesrc.c:
16042         * gst/oldcore/gstpipefilter.c:
16043         * gst/oldcore/gstshaper.c:
16044         * gst/oldcore/gststatistics.c:
16045         * gst/rtp/gstasteriskh263.c:
16046         * gst/rtp/gstrtpL16depay.c:
16047         * gst/rtp/gstrtpL16pay.c:
16048         * gst/rtp/gstrtpamrdepay.c:
16049         * gst/rtp/gstrtpamrpay.c:
16050         * gst/rtp/gstrtpdepay.c:
16051         * gst/rtp/gstrtpgsmpay.c:
16052         * gst/rtp/gstrtph263pay.c:
16053         * gst/rtp/gstrtph263pdepay.c:
16054         * gst/rtp/gstrtph263ppay.c:
16055         * gst/rtp/gstrtpilbcdepay.c:
16056         * gst/rtp/gstrtpmp4gpay.c:
16057         * gst/rtp/gstrtpmp4vdepay.c:
16058         * gst/rtp/gstrtpmp4vpay.c:
16059         * gst/rtp/gstrtpmpadepay.c:
16060         * gst/rtp/gstrtpmpapay.c:
16061         * gst/rtp/gstrtppcmadepay.c:
16062         * gst/rtp/gstrtppcmapay.c:
16063         * gst/rtp/gstrtppcmudepay.c:
16064         * gst/rtp/gstrtppcmupay.c:
16065         * gst/rtp/gstrtpspeexdepay.c:
16066         * gst/rtp/gstrtpspeexpay.c:
16067         * gst/rtsp/gstrtpdec.c:
16068         * gst/rtsp/gstrtspsrc.c:
16069         * gst/smpte/gstsmpte.c:
16070         * gst/udp/gstdynudpsink.c:
16071         * gst/udp/gstmultiudpsink.c:
16072         * gst/udp/gstudpsink.c:
16073         * gst/udp/gstudpsrc.c:
16074         * gst/videobox/gstvideobox.c:
16075         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16076         * gst/videofilter/gstvideobalance.c:
16077         * gst/videofilter/gstvideoflip.c:
16078         * gst/videofilter/gstvideotemplate.c:
16079         (gst_videotemplate_base_init):
16080         * gst/videomixer/videomixer.c:
16081         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16082         (gst_wavparse_class_init), (gst_wavparse_dispose),
16083         (gst_wavparse_reset), (gst_wavparse_init),
16084         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16085         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16086         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16087         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16088         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16089         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16090         (gst_wavparse_change_state):
16091         * gst/wavparse/gstwavparse.h:
16092         * sys/oss/gstossmixerelement.c:
16093         * sys/oss/gstosssink.c:
16094         * sys/oss/gstosssrc.c:
16095         * sys/osxaudio/gstosxaudioelement.c:
16096         * sys/osxaudio/gstosxaudiosink.c:
16097         * sys/osxaudio/gstosxaudiosrc.c:
16098         * sys/sunaudio/gstsunaudiomixer.c:
16099         * sys/sunaudio/gstsunaudiosink.c:
16100           Define GstElementDetails as const and also static (when defined as
16101           global)
16102
16103 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16104
16105         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16106           Source pad has fixed caps. If we don't set this, bad
16107           things happen when the window is resized.
16108
16109 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16110
16111         * gst/matroska/Makefile.am:
16112         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16113         (gst_matroska_demux_handle_src_event):
16114         * gst/matroska/matroska-ids.c:
16115         (gst_matroska_track_init_video_context),
16116         (gst_matroska_track_init_audio_context),
16117         (gst_matroska_track_init_subtitle_context),
16118         (gst_matroska_track_init_complex_context):
16119         * gst/matroska/matroska-ids.h:
16120           Handle case where the TrackType ebml chunk does not come before the
16121           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16122           events.
16123
16124 2006-04-25  Wim Taymans  <wim@fluendo.com>
16125
16126         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16127         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16128         It's codec_data, not codec_info.
16129
16130 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16131
16132         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16133
16134         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16135           Handle codec_data for VfW compatibility codec IDs (#339451)
16136
16137         * gst/matroska/matroska-mux.c:
16138         (gst_matroska_mux_video_pad_setcaps):
16139           Same here, handle codec_data and add additional caps we can handle
16140           now to the pad template (huffyuv, dv and h263 video) (#339451)
16141
16142 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16143
16144         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16145
16146         * gst/matroska/matroska-mux.c:
16147         (gst_matroska_mux_create_buffer_header),
16148         (gst_matroska_mux_write_data):
16149           Fix timestamping of B-frames, use signed integers, do
16150           some rounding (#339678).
16151
16152 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16153
16154         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16155         just make it compile with --disable-gst-debug.
16156
16157 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16158
16159         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16160         Fix a bad conversion using gst_guint64_to_gdouble.
16161         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16162         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16163         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16164     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16165         mistake.
16166
16167 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16168
16169         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16170         Use gst_guint64_to_gdouble for conversions
16171         * win32/vs6/gst_plugins_good.dsw:
16172         * win32/vs6/libgsticydemux.dsp:
16173         Add a project file for icydemux
16174
16175 2006-04-21  Wim Taymans  <wim@fluendo.com>
16176
16177         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16178
16179         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16180         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16181         When splitting audio chunks, the block alignment is not taken in
16182         consideration, so the smaller chunks could be of size which is 
16183         not a multiple of the block alignment. Fixes #336904
16184
16185 2006-04-21  Wim Taymans  <wim@fluendo.com>
16186
16187         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16188         Use scale functions
16189
16190 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16191
16192         * ext/dv/gstdv.c: (plugin_init):
16193           Fix build.
16194
16195 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16196
16197         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16198         (gst_progress_report_class_init), (gst_progress_report_init),
16199         (gst_progress_report_do_query), (gst_progress_report_report),
16200         (gst_progress_report_set_property),
16201         (gst_progress_report_get_property):
16202           Add 'format' property to force querying to a particular format.
16203
16204 2006-04-21  Andy Wingo  <wingo@pobox.com>
16205
16206         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16207         best, on big endian systems. Drop its rank in that case. OTOH on
16208         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16209
16210 2006-04-21  Michael Smith  <msmith@fluendo.com>
16211
16212         * configure.ac:
16213         * gst/icydemux/Makefile.am:
16214         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16215         (gst_icydemux_base_init), (gst_icydemux_class_init),
16216         (gst_icydemux_reset), (gst_icydemux_init),
16217         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16218         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16219         (unicodify), (gst_icydemux_unicodify),
16220         (gst_icydemux_parse_and_send_tags),
16221         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16222         (gst_icydemux_chain), (gst_icydemux_change_state),
16223         (gst_icydemux_send_tag_event), (plugin_init):
16224         * gst/icydemux/gsticydemux.h:
16225         * tests/check/Makefile.am:
16226         * tests/check/elements/icydemux.c: (typefind_succeed),
16227         (plugin_init), (icydemux_found_pad), (create_icydemux),
16228         (cleanup_icydemux), (push_data), (GST_START_TEST),
16229         (icydemux_suite), (main):
16230           Add icydemux, and tests.
16231
16232 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16233
16234         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16235           Post SEGMENT_DONE message in TIME format.
16236
16237 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16238
16239         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16240
16241         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16242         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16243           Fix index creation when we have to scan the file to create
16244           an index. There may be other types of RIFF 'LIST' chunks than
16245           'movi' and we need to skip them properly as well or we'll end up
16246           reading garbage (#336889). Some other cosmetic changes.
16247           
16248 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16249
16250         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16251         (gst_flac_dec_handle_seek_event):
16252           Add support for segment seeks (fixes #338290). Also demote
16253           some recurring debug message from DEBUG to LOG level.
16254
16255 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16256
16257         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16258         (gst_matroskademux_do_index_seek),
16259         (gst_matroska_demux_handle_seek_event),
16260         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16261         * gst/matroska/matroska-ids.h:
16262           Set DISCONT flag on first buffer after a discontinuity.
16263           Fix newsegment events sent when seeking and honour KEY_UNIT
16264           seek flag. Create pad with bogus caps if we don't recognise
16265           the stream codec id.
16266
16267         * gst/matroska/matroska-demux.h:
16268           Fix GObject macros.
16269
16270 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16271
16272         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16273
16274         * gst/matroska/matroska-demux.c:
16275         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16276           Handle end of segment properly when set; don't dead-lock when
16277           posting start of segment message when doing a segment seek.
16278           Fixes #338810.
16279
16280 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16281
16282         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16283         (gst_matroska_demux_plugin_init):
16284           Make mpeg2 aac audio work: create artificial private codec data
16285           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16286           Also call gst_riff_init(). Partially fixes #338767.
16287
16288 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16289
16290         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16291         (gst_wavenc_class_init), (gst_wavenc_init),
16292         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16293         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16294         (gst_wavenc_chain), (gst_wavenc_change_state):
16295         * gst/wavenc/gstwavenc.h:
16296           Set caps on first outgoing buffer, so that it doesn't error out
16297           immediately with a non-negotiated error (#338716). Rewrite and
16298           clean up a bit; fix setcaps function to parse things properly;
16299           fix sink caps (8bit audio is unsigned and doesn't have depth);
16300           use boilerplate macros; remove unused properties stuff.
16301
16302 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16303
16304         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16305           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16306           handle MJPEG streams and might be autoplugged for those if the
16307           user doesn't have jpegdec installed (resulting in a cryptic error
16308           message about huffman tables). Better to disable JPEG decoding here
16309           and let the user figure out that she needs to install jpegdec.
16310
16311 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16312
16313         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16314         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16315         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16316         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16317           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16318           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16319           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16320           debug messages. Fix boilerplate macros.
16321
16322 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16323
16324         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16325         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16326           No need to special-case for Gdk-2.0 any longer, we require
16327           Gdk 2.2 or newer; minor clean-ups.
16328
16329 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16330
16331         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16332         (gst_shout2send_class_init), (gst_shout2send_init),
16333         (set_shout_metadata), (gst_shout2send_set_metadata),
16334         (gst_shout2send_event), (gst_shout2send_start),
16335         (gst_shout2send_connect), (gst_shout2send_stop),
16336         (gst_shout2send_render), (gst_shout2send_set_property),
16337         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16338         (plugin_init):
16339         * ext/shout2/gstshout2.h:
16340         * po/POTFILES.in:
16341           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16342           change function; use GST_ELEMENT_ERROR for error reporting, not
16343           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16344           will cause crashes or assertion failures; remove (unused) "sync"
16345           property, basesink already has such a property; misc. other
16346           minor fixes and cleanups.
16347
16348 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16349
16350         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16351         * ext/esd/gstesd.c: (plugin_init):
16352         * po/POTFILES.in:
16353           Add translatable error message for when we cannot
16354           connect to the sound server, as "Cannot open resource
16355           for writing" isn't really an acceptable message to show
16356           to the user in this case.
16357
16358 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16359
16360         * sys/oss/gst-i18n-plugin.h:
16361           Remove bogus file that doesn't belong here.
16362
16363 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16364
16365         Patch by: Philippe Valembois
16366
16367         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16368         (gst_shout2send_set_metadata), (gst_shout2send_event),
16369         (gst_shout2send_render), (gst_shout2send_change_state):
16370         * ext/shout2/gstshout2.h:
16371           Handle tags being received before the connection to
16372           the server is established properly (see #338636).
16373
16374 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16375
16376         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16377           Don't crash in case the connection to the server fails:
16378           don't set pointer to NULL by assigning FALSE; error out
16379           properly by using GST_ELEMENT_ERROR and returning
16380           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16381           before resetting the pointer.
16382
16383 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16384
16385         * gst/id3demux/id3tags.c:
16386         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16387         (Fixes #338713)
16388
16389 2006-04-12  Wim Taymans  <wim@fluendo.com>
16390
16391         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16392         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16393         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16394         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16395         (gst_gdk_pixbuf_chain):
16396         Some cleanups.
16397         Added RGBA as a possible output format.
16398         Correctly free the supported mimetypes.
16399         deprecate silent arg, it's not used.
16400         Return result from _alloc_buffer to peer.
16401
16402 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16403
16404         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16405           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16406           overwriting GST_BUFFER_MALLOCDATA.
16407
16408 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16409
16410         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16411         (user_endrow_callback), (user_end_callback),
16412         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16413         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16414         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16415         * ext/libpng/gstpngdec.h:
16416           Handle more than one frame if the content is framed,
16417           like with png-in-quicktime (#331917).
16418
16419 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16420
16421         * sys/oss/Makefile.am:
16422         * sys/oss/common.h:
16423         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16424         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16425         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16426         (gst_oss_src_unprepare):
16427           - the user-visible error strings were in the wrong category
16428           - and the messages were not marked for translation
16429           - which is actually a good thing, because they were exactly
16430             the kind of message you would never want anyone to see
16431           - the macros were using variables that didn't exist in the macro
16432             arguments
16433           - and they were obviously copied from each other and then modified
16434           - so a common header makes sense
16435
16436 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16437
16438         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16439           Don't try to modify read-only data.
16440
16441         * gst/matroska/matroska-demux.c:
16442         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16443           Fix comment (won't crash any longer now).
16444
16445 2006-04-10  Michael Smith  <msmith@fluendo.com>
16446
16447         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16448           Use copies of header buffers for caps to avoid circular refcounting
16449           problems (as in theoradec, vorbisdec).
16450
16451         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16452           Fix a typo in test that meant it was testing the wrong thing.
16453
16454         * tests/check/elements/cmmlenc.c: (check_headers):
16455           Fix refcount checks now that we use buffer-copies for caps.
16456
16457 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16458
16459         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16460         (gst_matroska_demux_handle_seek_event),
16461         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16462         (gst_matroska_demux_subtitle_caps),
16463         (gst_matroska_demux_plugin_init):
16464           Use static pad templates with ANY caps for audio and video
16465           source pads and get rid of a lot of unnecessary (and partially
16466           broken) code for the template caps. Clean up caps finding
16467           functions. Fixes playback of audio files/streams that do not
16468           contain the sample rate and/or number of channels in the audio
16469           context (happens a lot with vorbis/mp3 .mka files it seems).
16470           Fixes #337183.
16471           Also add myself to copyright holders.
16472
16473 2006-04-10  Michael Smith  <msmith@fluendo.com>
16474
16475         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16476           Use g_list_delete_link () instead of g_list_remove_link () so that
16477           we free the link as well as the contained data.
16478
16479 2006-04-10  Wim Taymans  <wim@fluendo.com>
16480
16481         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16482
16483         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16484         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16485         (gst_avi_demux_stream_header):
16486         Fix some crashers with empty chunks. (Fixes #337749)
16487
16488 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16489
16490         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16491           use G_GINT64_CONSTANT for INT64 constants
16492         * gst/videofilter/gstvideobalance.c:
16493           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16494         * win32/vs6/libgstavi.dsp:
16495          add missing libraries for the link and remove avimux.c from
16496          the project as it isn't ported to 0.10 yet
16497         
16498 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16499
16500         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16501           Even better would be if we actually did the right thing
16502           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16503
16504 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16505
16506         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16507           Can't just replace 1LL with 1L here just because MSVC doesn't
16508           support it, as it might lead to incorrect results when doing the
16509           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16510           force a 64-bit constant in a way that all compilers are happy with.
16511
16512 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16513
16514         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16515         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16516         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16517         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16518         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16519         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16520         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16521         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16522         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16523         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16524         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16525         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16526         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16527         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16528         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16529         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16530         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16531         * gst/debug/efence.c: (gst_efence_class_init):
16532         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16533         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16534         * gst/goom/gstgoom.c: (gst_goom_class_init):
16535         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16536         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16537         * gst/interleave/interleave.c: (interleave_class_init):
16538         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16539         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16540         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16541         * gst/median/gstmedian.c: (gst_median_class_init):
16542         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16543         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16544         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16545         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16546         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16547         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16548         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16549         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16550         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16551         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16552         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16553         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16554         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16555         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16556         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16557         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16558         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16559         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16560         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16561         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16562         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16563         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16564         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16565         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16566         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16568         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16569         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16570         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16571         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16572         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16573         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16574         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16575         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16576         * sys/osxaudio/gstosxaudioelement.c:
16577         (gst_osxaudioelement_class_init):
16578         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16579         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16580         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16581         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16582
16583 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16584
16585         * ext/mikmod/gstmikmod.h:
16586         * gst/level/gstlevel.h:
16587         Fix more broken GObject macros
16588
16589 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16590
16591         * ext/annodex/gstcmmldec.h:
16592         * ext/annodex/gstcmmlenc.h:
16593         * ext/annodex/gstcmmltag.h:
16594         * ext/cairo/gsttextoverlay.h:
16595         * ext/ladspa/gstsignalprocessor.h:
16596         * gst/matroska/ebml-read.h:
16597         * gst/matroska/ebml-write.h:
16598         * sys/osxaudio/gstosxaudioelement.h:
16599         Fix broken GObject macros
16600
16601 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16602
16603         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16604           Don't try to seek beyond the end of the file (would
16605           occasionally display error dialogs in totem when seeking
16606           to the end) (#335869). Will still throw an error though
16607           if the file is truncated and the total_samples value in
16608           the stream header is wrong.
16609
16610 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16611
16612         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16613         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16614         (gst_flac_dec_metadata_callback):
16615         * ext/flac/gstflacdec.h:
16616           If the stream header doesn't contain the total number of samples,
16617           search for the last flac frame at the end of the file and calculate
16618           the total duration from that frame's offset (fixes #337609).
16619
16620 2006-04-07  Edward Hervey  <edward@fluendo.com>
16621
16622         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16623         Don't unref the GstPadTemplate returned by
16624         gst_element_class_get_pad_template().
16625
16626 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16627
16628         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16629
16630         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16631         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16632         * sys/sunaudio/gstsunaudiosink.h:
16633           Use spec->segsize and spec->segtotal in the prepare function
16634           to initialise the ring buffer instead of using the buffer-time
16635           property (#337421).
16636
16637 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16638
16639         * configure.ac:
16640           Bump core requirements to CVS for gst_pad_query_peer_duration()
16641           which is used by speexdec.
16642
16643 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16644
16645         * ext/speex/gstspeex.c: (plugin_init):
16646         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16647         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16648         (speex_get_sink_query_types), (speex_dec_sink_query),
16649         (speex_get_src_query_types), (speex_dec_src_query),
16650         (speex_dec_src_event), (speex_dec_sink_event),
16651         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16652         (speex_dec_chain_parse_data), (speex_dec_chain),
16653         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16654         (speex_dec_change_state):
16655         * ext/speex/gstspeexdec.h:
16656           Fix seeking and duration queries (#337033); clean up and
16657           refactor a bit.
16658
16659 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16660
16661         * ext/raw1394/gstdv1394src.c:
16662           distinguish between device not found and could not open for
16663           reading
16664
16665 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16666
16667         * Makefile.am:
16668         * configure.ac:
16669         * pkgconfig/.cvsignore:
16670         * pkgconfig/Makefile.am:
16671         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16672           add a .pc file so other modules can use good plugins in tests
16673
16674 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16675
16676         * configure.ac:
16677           clean up, use AS_VERSION and AS_NANO
16678         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16679           use PACKAGE_VERSION define
16680         * po/af.po:
16681         * po/az.po:
16682         * po/cs.po:
16683         * po/en_GB.po:
16684         * po/hu.po:
16685         * po/it.po:
16686         * po/nb.po:
16687         * po/nl.po:
16688         * po/or.po:
16689         * po/sq.po:
16690         * po/sr.po:
16691         * po/sv.po:
16692         * po/uk.po:
16693         * po/vi.po:
16694           updated
16695
16696 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16697
16698         * ext\jpeg\smokecodec.c:
16699           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16700         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16701           move first instruction after all variables declarations
16702         * gst\alpha\gstalpha.c:
16703         * gst\effectv\gstshagadelic.c:
16704         * gst\smpte\paint.c:
16705         * gst\videofilter\gstvideobalance.c:
16706           define M_PI if it's not defined (it's not defined on WIN32)
16707         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16708         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16709         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16710         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16711         (gst_matroska_demux_video_caps):
16712         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16713         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16714           use gst_guint64_to_gdouble for conversions
16715         * gst\goom\filters.c: (setPixelRGB_):
16716           fix a debug which was using undefined variable
16717         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16718         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16719           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16720         * win32/vs6:
16721           add vs6 projects files for most of plugins-good
16722         
16723 2006-03-30  j^  <j@bootlab.org>
16724
16725         * ext/aalib/gstaasink.c:
16726         * ext/annodex/gstcmmldec.c:
16727         * ext/annodex/gstcmmlenc.c:
16728         * ext/cairo/gsttextoverlay.c:
16729         * ext/cairo/gsttimeoverlay.c:
16730         * ext/cdio/gstcdiocddasrc.c:
16731         * ext/dv/gstdvdec.c:
16732         * ext/esd/esdmon.c:
16733         * ext/esd/esdsink.c:
16734         * ext/flac/gstflacdec.c:
16735         * ext/flac/gstflacenc.c:
16736         * ext/flac/gstflactag.c:
16737         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16738         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16739         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16740         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16741         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16742         * ext/gdk_pixbuf/pixbufscale.c:
16743         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16744         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16745         * ext/jpeg/gstjpegdec.c:
16746         * ext/jpeg/gstjpegenc.c:
16747         * ext/jpeg/gstsmokedec.c:
16748         * ext/jpeg/gstsmokeenc.c:
16749         * ext/libcaca/gstcacasink.c:
16750         * ext/libmng/gstmngdec.c:
16751         * ext/libmng/gstmngenc.c:
16752         * ext/libpng/gstpngdec.c:
16753         * ext/libpng/gstpngenc.c:
16754         * ext/mikmod/gstmikmod.c:
16755         * ext/raw1394/gstdv1394src.c:
16756         * ext/shout2/gstshout2.c:
16757         * ext/speex/gstspeexdec.c:
16758         * ext/speex/gstspeexenc.c:
16759         * gst/alpha/gstalpha.c:
16760         * gst/alpha/gstalphacolor.c:
16761         * gst/auparse/gstauparse.c:
16762         * gst/autodetect/gstautoaudiosink.c:
16763         (gst_auto_audio_sink_base_init):
16764         * gst/autodetect/gstautovideosink.c:
16765         (gst_auto_video_sink_base_init):
16766         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16767         * gst/cutter/gstcutter.c:
16768         * gst/debug/breakmydata.c:
16769         * gst/debug/efence.c:
16770         * gst/debug/gstnavigationtest.c:
16771         * gst/debug/negotiation.c:
16772         * gst/debug/progressreport.c:
16773         * gst/debug/testplugin.c:
16774         * gst/effectv/gstaging.c:
16775         * gst/effectv/gstdice.c:
16776         * gst/effectv/gstedge.c:
16777         * gst/effectv/gstquark.c:
16778         * gst/effectv/gstrev.c:
16779         * gst/effectv/gstvertigo.c:
16780         * gst/effectv/gstwarp.c:
16781         * gst/flx/gstflxdec.c:
16782         * gst/goom/gstgoom.c:
16783         * gst/interleave/deinterleave.c:
16784         * gst/interleave/interleave.c:
16785         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16786         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16787         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16788         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16789         * gst/level/gstlevel.c:
16790         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16791         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16792         * gst/median/gstmedian.c:
16793         * gst/monoscope/gstmonoscope.c:
16794         * gst/multipart/multipartdemux.c:
16795         * gst/multipart/multipartmux.c:
16796         * gst/oldcore/gstmd5sink.c:
16797         * gst/oldcore/gstmultifilesrc.c:
16798         * gst/oldcore/gstpipefilter.c:
16799         * gst/oldcore/gstshaper.c:
16800         * gst/oldcore/gststatistics.c:
16801         * gst/rtp/gstasteriskh263.c:
16802         * gst/rtp/gstrtpL16depay.c:
16803         * gst/rtp/gstrtpL16pay.c:
16804         * gst/rtp/gstrtpamrdepay.c:
16805         * gst/rtp/gstrtpamrpay.c:
16806         * gst/rtp/gstrtpdepay.c:
16807         * gst/rtp/gstrtpgsmpay.c:
16808         * gst/rtp/gstrtph263pay.c:
16809         * gst/rtp/gstrtph263pdepay.c:
16810         * gst/rtp/gstrtph263ppay.c:
16811         * gst/rtp/gstrtpmp4gpay.c:
16812         * gst/rtp/gstrtpmp4vdepay.c:
16813         * gst/rtp/gstrtpmp4vpay.c:
16814         * gst/rtp/gstrtpmpadepay.c:
16815         * gst/rtp/gstrtpmpapay.c:
16816         * gst/rtp/gstrtppcmadepay.c:
16817         * gst/rtp/gstrtppcmapay.c:
16818         * gst/rtp/gstrtppcmudepay.c:
16819         * gst/rtp/gstrtppcmupay.c:
16820         * gst/rtp/gstrtpspeexdepay.c:
16821         * gst/rtp/gstrtpspeexpay.c:
16822         * gst/rtsp/gstrtpdec.c:
16823         * gst/smpte/gstsmpte.c:
16824         * gst/videobox/gstvideobox.c:
16825         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16826         * gst/videofilter/gstvideobalance.c:
16827         * gst/videofilter/gstvideoflip.c:
16828         * gst/videofilter/gstvideotemplate.c:
16829         (gst_videotemplate_base_init):
16830         * gst/videomixer/videomixer.c:
16831         * gst/wavenc/gstwavenc.c:
16832         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16833          better/unified long descriptions
16834          Fixed #336602
16835          Some cleanups to auparse, don't send multiple newsegments.
16836
16837 2006-03-29  Wim Taymans  <wim@fluendo.com>
16838
16839         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16840
16841         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16842         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16843         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16844         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16845         * ext/dv/gstdvdemux.h:
16846         Seek in READY patch. Only works for pull based mode.
16847         Fixes #323880
16848
16849 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16850
16851         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16852         (gst_gdk_pixbuf_event):
16853           Fix two crashers: don't unref the same caps twice, and
16854           set pixbuf loader to NULL after freeing it.
16855
16856 2006-03-27  Wim Taymans  <wim@fluendo.com>
16857
16858         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16859         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16860         (gst_speexenc_chain):
16861         * ext/speex/gstspeexenc.h:
16862         Don't leak adapter.
16863         A push *always* takes ownership of the buffer, even on
16864         errors.
16865         Small cleanups.
16866
16867 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16868
16869         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16870           Create source pad without leaking.
16871
16872 2006-03-24  Wim Taymans  <wim@fluendo.com>
16873
16874         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16875         * ext/flac/gstflacdec.h:
16876         * ext/flac/gstflacenc.h:
16877         Spifify a bit.
16878         Fix deadly lock order error in seeking code, STREAM_LOCK
16879         cannot be taken within LOCK and the streaming variables are
16880         protected with the STREAM_LOCK anyway.
16881
16882 2006-03-24  Wim Taymans  <wim@fluendo.com>
16883
16884         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16885         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16886         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16887         this patch combines the global init_frames with the stream
16888         init_frames. Rationale being that the global delay should 
16889         be subtracted from any stream delay.
16890         Fixes #335858.
16891
16892 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16893
16894         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16895         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16896         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16897         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16898         use DEBUG_FUNCPTR for collectpads
16899
16900 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16901
16902         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16903           Don't crash when encoding images where the number of rows isn't
16904           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16905
16906 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16907
16908         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16909         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16910         * gst/interleave/interleave.c: (interleave_change_state):
16911         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16912           More state change function fixes.
16913
16914 2006-03-23  Wim Taymans  <wim@fluendo.com>
16915
16916         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16917         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16918         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16919         (gst_esdsink_delay), (gst_esdsink_reset):
16920         * ext/esd/esdsink.h:
16921         Fix esd choppy playback by configuring audiosink
16922         correctly. Fixes #325191
16923
16924 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16925
16926         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16927           Make state change function thread-safe.
16928
16929 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16930
16931         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16932         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16933           Don't try to read beyond the end of the file just because
16934           the header claims a bigger size (like with truncated files).
16935
16936 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16937
16938         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16939         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16940         (gst_wavparse_stream_data), (gst_wavparse_loop):
16941         * gst/wavparse/gstwavparse.h:
16942           Delay source pad creation until we have the first chunk of
16943           media data, so the we can examine the data and adjust the
16944           caps accordingly if required. This makes playback of .wav
16945           files with DTS-declared-as-PCM content work (#313266).
16946
16947 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16948
16949         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16950         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16951         Don't attempt typefinding on too-short buffers that have been
16952         completely trimmed away. (Fixes #330239)
16953
16954         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16955         Improve the debug output
16956
16957 2006-03-21  Wim Taymans  <wim@fluendo.com>
16958
16959         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16960         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16961         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16962         (gst_esdsink_set_property), (gst_esdsink_get_property):
16963         Some cleanups.
16964         Reset fd to -1 when we close them.
16965
16966 2006-03-21  Wim Taymans  <wim@fluendo.com>
16967
16968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16969         the OPTIONS request result is optional so don't
16970         fail on it.
16971
16972 2006-03-21  Edward Hervey  <edward@fluendo.com>
16973
16974         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16975         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16976         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16977         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16978         (gst_wavparse_change_state):
16979         gcc 4.1 unreferenced pointer fixes.
16980
16981 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16982
16983         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16984
16985         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16986           Fix block alignment calculation. Alignment should be done before
16987           adding the byte offset where the data starts (#335231).
16988
16989 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16990
16991         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16992           Ensure that we set correct caps on buffers that are transferred
16993           direct from the input.
16994
16995 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16996
16997         * gst/goom/filters.c: (zoomFilterDestroy):
16998         * gst/goom/goom_core.c: (goom_close):
16999           Free filter data when cleaning up. (Fixes: #334995)
17000
17001 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17002
17003         * configure.ac:
17004           Don't compile udp and rtsp plugins on win32 (mingw) or other
17005           systems that don't have <sys/socket.h> for some reason (#316203).
17006
17007 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17008
17009         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17010         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17011         * ext/raw1394/gstdv1394src.h:
17012           Change bus reset handler so it reports useful information such as
17013           whether the device being used connected or disconnected
17014
17015 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17016
17017         * gst/id3demux/id3v2frames.c:
17018         (parse_relative_volume_adjustment_two):
17019           We only care about gain and peak data for the master volume.
17020
17021 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17022
17023         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17024         (parse_id_string), (parse_unique_file_identifier),
17025         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17026           Read replay gain tags (#323721).
17027
17028 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17029
17030         * configure.ac:
17031           Bump requirements to gst-plugins-base CVS because
17032           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17033
17034 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17035
17036         * rtp/gst/gstrtppcmadepay.c:
17037         Fixed one of the caps in the code from mulaw to alaw.
17038
17039 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17040
17041         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17042           Ensure that we set caps on the buffers we pass.
17043
17044         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17045         (gst_id3demux_sink_activate):
17046           Ensure that we set caps on the buffers we pass.
17047
17048           Use STREAM, TYPE_NOT_FOUND as the error class when
17049           typefinding fails.
17050
17051 2006-03-15  Edward Hervey  <edward@fluendo.com>
17052
17053         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17054         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17055         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17056         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17057         (gst_jpeg_dec_setcaps):
17058         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17059         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17060         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17061         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17062         (gst_mngdec_src_getcaps):
17063         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17064         (gst_pngdec_caps_create_and_set):
17065         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17066         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17067         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17068         * gst/alpha/gstalpha.c: (gst_alpha_init):
17069         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17070         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17071         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17072         * gst/cutter/gstcutter.c: (gst_cutter_init):
17073         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17074         (gst_efence_checkgetrange):
17075         * gst/debug/negotiation.c: (gst_negotiation_init):
17076         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17077         * gst/goom/gstgoom.c: (gst_goom_init):
17078         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17079         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17080         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17081         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17082         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17083         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17084         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17085         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17086         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17087         (gst_wavparse_create_sourcepad):
17088         Fix memleak with gst_static_pad_template_get().
17089         This uses gst_pad_new_from_static_template() instead.
17090         Fixes #333512
17091
17092 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17093
17094         * configure.ac:
17095           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17096           used by id3demux.
17097
17098         * gst/id3demux/gstid3demux.c: (plugin_init):
17099         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17100         (parse_user_text_identification_frame),
17101         (parse_unique_file_identifier):
17102           Add support for UFID and TXXX frames and extract musicbrainz tags.
17103
17104 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17105
17106         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17107           Catch short reads, like they might happen with truncated
17108           files (see #305279); remove unnecessary indentation.
17109
17110 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17111
17112         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17113           Fix DIB image inversion for pictures with a
17114           depth != 8 (#305279).
17115
17116 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17117
17118         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17119         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17120         * ext/jpeg/gstjpegdec.h:
17121           Fix durations on outgoing buffers after seeking
17122           in MJPEG files (#334083); some minor clean-ups.
17123
17124 2006-03-13  Wim Taymans  <wim@fluendo.com>
17125
17126         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17127         (gst_wavparse_change_state):
17128         Implement seek in READY (re-fixes #327658)
17129
17130 2006-03-13  Wim Taymans  <wim@fluendo.com>
17131
17132         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17133         * ext/esd/esdmon.c: (gst_esdmon_get):
17134         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17135         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17136         (gst_gdk_pixbuf_sink_getcaps):
17137         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17138         (gst_jpegenc_setcaps):
17139         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17140         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17141         (gst_smokeenc_setcaps):
17142         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17143         (gst_mngdec_src_getcaps):
17144         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17145         (gst_mngenc_chain):
17146         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17147         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17148         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17149         (speex_dec_src_event), (speex_dec_chain):
17150         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17151         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17152         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17153         (gst_negotiation_pad_link), (gst_negotiation_chain):
17154         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17155         (gst_flxdec_chain):
17156         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17157         (deinterleave_chain):
17158         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17159         * gst/median/gstmedian.c: (gst_median_link):
17160         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17161         (gst_monoscope_chain):
17162         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17163         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17164         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17165         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17166         close #333784 unref the result of gst_pad_get_parent()
17167         by: Christophe Fergeau.
17168
17169 2006-03-09  Wim Taymans  <wim@fluendo.com>
17170
17171         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17172         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17173         Handle events in push mode better, can now do non-flushing
17174         seeks in push mode as well.
17175
17176 2006-03-07  Wim Taymans  <wim@fluendo.com>
17177
17178         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17179         Applied patch from Kai Vehmanen, fixes #333624.
17180
17181 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17182
17183         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17184         Implement paletted and grayscale png files handling.
17185         (#150363).
17186
17187 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17188
17189         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17190         (gst_speexenc_chain):
17191           fix a tag list assert
17192           follow gst-plugins-base/ext/ogg/README; set OFFSET
17193           and OFFSET_END.  Muxes correctly with gst-plugins-base
17194           > 0.9.3
17195
17196 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17197
17198         * gst/id3demux/Makefile.am:
17199         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17200         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17201           Use new typefind helper functions here as well, and
17202           do typefinding in pull-mode if upstream supports that.
17203
17204 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17205
17206         * sys/sunaudio/gstsunaudiomixerctrl.c:
17207         (gst_sunaudiomixer_ctrl_get_volume),
17208         (gst_sunaudiomixer_ctrl_set_volume):
17209         * sys/sunaudio/gstsunaudiomixertrack.c:
17210         (gst_sunaudiomixer_track_new):
17211           Remove unused variables, breaks build from CVS
17212           with -Werror (#333392, patch by: Benjamin Pineau)
17213
17214 2006-03-03  Wim Taymans  <wim@fluendo.com>
17215
17216         * docs/plugins/Makefile.am:
17217         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17218         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17219         Added wavparse docs.
17220
17221         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17222         (gst_wavparse_reset), (gst_wavparse_init),
17223         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17224         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17225         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17226         (gst_wavparse_stream_data), (gst_wavparse_loop),
17227         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17228         (gst_wavparse_change_state):
17229         * gst/wavparse/gstwavparse.h:
17230         Implement seek in READY (fixes #327658)
17231         Added docs and did some cleanups.
17232
17233 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17234
17235         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17236         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17237         (gst_avi_demux_calculate_durations_from_index),
17238         (gst_avi_demux_stream_header):
17239         * gst/avi/gstavidemux.h:
17240           If we have an index, use a duration based on the index instead
17241           of blindly trusting the information in the stream headers
17242           (fixes #331817).
17243
17244 2006-03-03  Wim Taymans  <wim@fluendo.com>
17245
17246         * docs/plugins/Makefile.am:
17247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17249         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17250         Added smoke and jpeg to the docs.
17251
17252         * ext/jpeg/Makefile.am:
17253         * ext/jpeg/gstjpeg.c: (plugin_init):
17254         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17255         * ext/jpeg/gstjpegenc.h:
17256         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17257         (gst_smokedec_chain):
17258         * ext/jpeg/gstsmokedec.h:
17259         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17260         * ext/jpeg/gstsmokeenc.h:
17261         * ext/jpeg/smokecodec.h:
17262         Port smokedec (fixes #331905).
17263         Added some docs.
17264         Some cleanups.
17265
17266 2006-03-03  Wim Taymans  <wim@fluendo.com>
17267
17268         * docs/plugins/Makefile.am:
17269         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17270         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17271         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17272         Added videobalance and videoflip to the docs.
17273
17274         * gst/videofilter/Makefile.am:
17275         * gst/videofilter/gstvideobalance.c:
17276         (gst_video_balance_update_tables_planar411),
17277         (gst_video_balance_is_passthrough),
17278         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17279         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17280         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17281         (gst_video_balance_finalize), (gst_video_balance_class_init),
17282         (gst_video_balance_init), (gst_video_balance_interface_supported),
17283         (gst_video_balance_interface_init),
17284         (gst_video_balance_colorbalance_list_channels),
17285         (gst_video_balance_colorbalance_set_value),
17286         (gst_video_balance_colorbalance_get_value),
17287         (gst_video_balance_colorbalance_init),
17288         (gst_video_balance_set_property), (gst_video_balance_get_property),
17289         (gst_video_balance_get_type), (plugin_init):
17290         * gst/videofilter/gstvideobalance.h:
17291         Ported to 0.10. (Fixes #326160)
17292         Added docs.
17293
17294         * gst/videofilter/gstvideoflip.c:
17295         * gst/videofilter/gstvideoflip.h:
17296         Added docs.
17297
17298 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17299
17300         * configure.ac:
17301           Bump requirements to current core and -base CVS
17302           (core for new typefind helper API, and -base for the
17303           WAVFORMATEX support that was added to libgstriff and
17304           is needed by wavparse).
17305         
17306         * gst/apetag/Makefile.am:
17307         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17308         (gst_tag_demux_sink_activate):
17309           Use new typefind helpers for typefinding instead of our
17310           home-grown stuff; also, do typefinding in pull-mode if
17311           upstream supports that.
17312
17313 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17314
17315         Reviewed by: Christian Schaller <christian@fluendo.com>
17316
17317         This patch fixes bug: 329107
17318
17319         This Changelog entry is for a commit done on February 17
17320
17321         * ext/gconf/gconf.c
17322         * ext/gconf/gconf.h
17323         * ext/gconf/gstgconfaudiosink.c
17324         * ext/gconf/gstgconfaudiosink.h
17325         * gconf/gstreamer.schemas.in
17326
17327 2006-02-28  Wim Taymans  <wim@fluendo.com>
17328
17329         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17330         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17331         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17332         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17333         Use DEBUG_OBJECT more.
17334
17335 2006-02-28  Wim Taymans  <wim@fluendo.com>
17336
17337         * docs/plugins/Makefile.am:
17338         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17339         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17340         Added dvdec and dvdemux to docs.
17341
17342         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17343         Added docs.
17344         Check frame sizes so we don't crash when don't have enough
17345         data.
17346         Send nice error messages on error.
17347
17348         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17349         (gst_dvdemux_class_init), (gst_dvdemux_init),
17350         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17351         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17352         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17353         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17354         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17355         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17356         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17357         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17358         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17359         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17360         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17361         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17362         * ext/dv/gstdvdemux.h:
17363         Added docs.
17364         Implement pull mode.
17365         Fix memleaks.
17366         Reduce memcpy for the video demuxing.
17367
17368 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17369
17370         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17371         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17372         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17373         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17374           Add a little extra debug. Make the decoder not return NOT_LINKED,
17375           as we want to continue decoding all CMML and emitting tags.
17376
17377 2006-02-27  Michael Smith  <msmith@fluendo.com>
17378
17379         * ext/annodex/gstskeltag.c:
17380         * ext/annodex/gstskeltag.h:
17381           Deleted; these files aren't used any more either.
17382
17383 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17384
17385         * ext/Makefile.am: Fix dist-check.
17386
17387 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17388
17389         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17390         memleak.
17391
17392 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17393
17394         * ext/annodex/Makefile.am:
17395         * ext/annodex/gstannodex.c:
17396         * ext/annodex/gstcmmldec.c:
17397         * ext/annodex/gstcmmlenc.c:
17398         * ext/annodex/gstcmmlparser.c:
17399         * ext/annodex/gstcmmlparser.h:
17400         * ext/annodex/gstcmmlutils.c:
17401         * tests/check/elements/cmmldec.c:
17402         * tests/check/elements/cmmlenc.c:
17403           Fix a memleak in gst_cmml_track_list_add_clip.
17404           Handle overflows in clip's start and end times.
17405           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17406           Do not parse junk at the end of a CMML preamble buffer.
17407           Register a libxml error handler to not print stuff on stderr.
17408           Check for bad clip start and end times in the testsuites.
17409
17410 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17411
17412         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17413         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17414         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17415         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17416         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17417         possible memleaks.
17418
17419 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17420
17421         * tests/check/Makefile.am:
17422         * tests/check/elements/cmmldec.c:
17423         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17424         the plugins-base tags.
17425
17426 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17427
17428         * ext/Makefile.am: Re-enable module.
17429
17430 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17431
17432         * tests/check/Makefile.am: Forgot to remove that test.
17433
17434 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17435
17436         * ext/annodex/Makefile.am:
17437         * ext/annodex/gstannodex.c: (plugin_init):
17438         * ext/annodex/gstcmmldec.c:
17439         * ext/annodex/gstskeldec.c:
17440         * ext/annodex/gstskeldec.h:
17441         * tests/check/Makefile.am:
17442         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17443
17444 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17445
17446         * tests/check/Makefile.am: Disable those checks as well.
17447
17448 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17449
17450         * ext/Makefile.am: Disable annodex for now until we figure out
17451         how to make it build.
17452         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17453         Add a rule to your checklist : "please try to at least build 
17454         what you are going to commit into -good, or if you are too lazy
17455         to do that, please check that the buildbots are not crying because
17456         of your commit."
17457
17458 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17459
17460         * configure.ac:
17461         * ext/Makefile.am:
17462         * ext/gdk_pixbuf/Makefile.am:
17463         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17464         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17465         * ext/gdk_pixbuf/pixbufscale.c:
17466         * ext/gdk_pixbuf/pixbufscale.h:
17467           Gdkpixbuf ported from 0.8 to 0.10 by
17468           Renato Filho <renato.filho@indt.org.br>.
17469           gst_loader and gdkpixbufanimation still need port.
17470
17471 2006-02-24  Michael Smith  <msmith@fluendo.com>
17472
17473         * configure.ac:
17474         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17475         * ext/Makefile.am:
17476         * ext/annodex/Makefile.am:
17477         * ext/annodex/gstannodex.c:
17478         * ext/annodex/gstannodex.h:
17479         * ext/annodex/gstcmmldec.c:
17480         * ext/annodex/gstcmmldec.h:
17481         * ext/annodex/gstcmmlenc.c:
17482         * ext/annodex/gstcmmlenc.h:
17483         * ext/annodex/gstcmmlparser.c:
17484         * ext/annodex/gstcmmlparser.h:
17485         * ext/annodex/gstcmmltag.c:
17486         * ext/annodex/gstcmmltag.h:
17487         * ext/annodex/gstcmmlutils.c:
17488         * ext/annodex/gstcmmlutils.h:
17489         * ext/annodex/gstskeldec.c:
17490         * ext/annodex/gstskeldec.h:
17491         * ext/annodex/gstskeltag.c:
17492         * ext/annodex/gstskeltag.h:
17493         * tests/check/Makefile.am:
17494         * tests/check/elements/cmmldec.c:
17495         * tests/check/elements/cmmlenc.c:
17496         * tests/check/elements/skeldec.c:
17497           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17498           Includes tests & docs, oh my! Passes Thomas's -good checklist
17499           entirely. Wow.
17500
17501 2006-02-24  Michael Smith  <msmith@fluendo.com>
17502
17503         * autogen.sh:
17504           Check for automake 1.9 as well.
17505
17506 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17507
17508         * ext/flac/gstflacenc.c:
17509           Change min. sample rate to 8kHz to match flacdec's.
17510           
17511 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17512
17513         * ext/cdio/Makefile.am:
17514           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17515           required for Cygwin, see #317048)
17516
17517         * gst/rtp/gstasteriskh263.c:
17518           Cygwin has includes for both the unix network socket API
17519           and the windows API, but only one can be included, so fix
17520           includes to only use one or the other, prefering the unxi
17521           one (#317048).
17522
17523 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17524
17525         * rtp/gst/gstrtppcmadepay.c:
17526         * rtp/gst/gstrtppcmadepay.h:
17527         * rtp/gst/gstgstrtppcmapay.c:
17528         * rtp/gst/gstgstrtppcmapay.h:
17529         * rtp/gst/gstrtppcmudepay.c:
17530         * rtp/gst/gstrtppcmudepay.h:
17531         * rtp/gst/gstrtppcmupay.c:
17532         * rtp/gst/gstrtppcmupay.h:
17533         * rtp/gst/Makefile.am:
17534         * rtp/gst/gstrtp.c:
17535         * rtp/gst/README:
17536         Separated the G711 payloaders/depayloaders into separate elements for
17537         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17538
17539 2006-02-22  Wim Taymans  <wim@fluendo.com>
17540
17541         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17542         (gst_dvdec_change_state):
17543         * ext/dv/gstdvdec.h:
17544         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17545         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17546         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17547         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17548         (gst_dvdemux_flush), (gst_dvdemux_chain),
17549         (gst_dvdemux_change_state):
17550         * ext/dv/gstdvdemux.h:
17551         Ueber spiffify some more, added debug category.
17552         Use _scale.
17553         Use segments, respect playback rate from newsegment.
17554         Fix refcount issue.
17555
17556 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17557
17558         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17559         (gst_signal_processor_process):
17560         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17561         enabled for the build, but it helps me win the feature-count
17562         competitions ooh yeah.
17563
17564 2006-02-19  Wim Taymans  <wim@fluendo.com>
17565
17566         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17567         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17568         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17569         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17570         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17571         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17572         Use scaling code for added precission and more correct stop
17573         position in case scale==0.
17574
17575 2006-02-19  Wim Taymans  <wim@fluendo.com>
17576
17577         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17578         (gst_flxdec_chain):
17579         * gst/flx/gstflxdec.h:
17580         Implement DURATION query.
17581
17582 2006-02-19  Wim Taymans  <wim@fluendo.com>
17583
17584         * gst/flx/flx_color.h:
17585         * gst/flx/flx_fmt.h:
17586         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17587         (gst_flxdec_src_query_handler), (flx_decode_color),
17588         (gst_flxdec_chain):
17589         * gst/flx/gstflxdec.h:
17590         Set MALLOCDATA for the temp buffers so we don't leak.
17591         Some debug cleanups.
17592         Consume all data in the adapter before leaving the chain
17593         function. Fixes #330678.
17594
17595 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17596
17597         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17598         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17599          Handle 0 data size in otherwise valid frames.
17600          Handle numeric strings in 2.4.0 even when not in parentheses 
17601
17602 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17603
17604         * gst/matroska/matroska-demux.c:
17605         (gst_matroska_demux_subtitle_caps),
17606         (gst_matroska_demux_plugin_init):
17607         * gst/matroska/matroska-ids.h:
17608           Recognise SSA/ASS and USF subtitle formats and
17609           set proper caps when they are found.
17610
17611 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17612
17613         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17614         (gst_jpeg_dec_chain):
17615           Fix invalid memory access for some odd-sized images
17616           (see image contained in quicktime stream in #327083);
17617           use g_malloc() instead of g_alloca().
17618
17619 2006-02-17  Wim Taymans  <wim@fluendo.com>
17620
17621         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17622         Patch from Sebastien Cote, fixes #319884
17623
17624 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17625
17626         * ext/cdio/gstcdio.c: (plugin_init):
17627           Init debug category (#331253).
17628
17629 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17630
17631         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17632           Pass extra_data to gst_riff_create_audio_caps(), so that
17633           WAVEFORMATEX stuff works. Post audio codec name and post
17634           it as taglist on the bus. Allow up to 8 channesl for raw
17635           PCM in the source pad template caps.
17636
17637 2006-02-16  Wim Taymans  <wim@fluendo.com>
17638
17639         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17640         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17641         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17642         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17643         (gst_multipart_set_property), (gst_multipart_get_property):
17644         Applied #318663. Gives quite a few false positives in
17645         autoscan mode, but it's better than nothing. Not closing yet.
17646
17647 2006-02-16  Wim Taymans  <wim@fluendo.com>
17648
17649         * docs/plugins/Makefile.am:
17650         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17651         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17652         * docs/plugins/gst-plugins-good-plugins.args:
17653         * docs/plugins/inspect/plugin-udp.xml:
17654         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17655         (gst_udpsrc_start):
17656         Update documentation.
17657         Fix args.
17658
17659 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17660
17661         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17662         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17663         frame size. (Fixes #331368)
17664
17665 2006-02-16  Wim Taymans  <wim@fluendo.com>
17666
17667         * gst/rtsp/README:
17668         Updated README.
17669
17670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17671         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17672         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17673         * gst/rtsp/gstrtspsrc.h:
17674         Make sure the RTP port is an even port an try to allocate 
17675         another if not.
17676         Added retry property to control max retries for port allocation.
17677         Make sure RTCP port is RTP port+1.
17678         Cleanup when port allocation fails.
17679         Fixes #319183.
17680         
17681 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17682
17683         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17684           Don't ignore return value of the parent class's state
17685           change function (#331385, patch by: Wouter Paesen).
17686
17687 2006-02-15  Wim Taymans  <wim@fluendo.com>
17688
17689         * configure.ac:
17690         * docs/plugins/Makefile.am:
17691         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17692         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17693         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17694         * ext/Makefile.am:
17695         * ext/hal/Makefile.am:
17696         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17697         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17698         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17699         (do_toggle_element), (gst_hal_audio_sink_set_property),
17700         (gst_hal_audio_sink_get_property),
17701         (gst_hal_audio_sink_change_state):
17702         * ext/hal/gsthalaudiosink.h:
17703         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17704         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17705         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17706         (do_toggle_element), (gst_hal_audio_src_set_property),
17707         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17708         * ext/hal/gsthalaudiosrc.h:
17709         * ext/hal/gsthalelements.c: (plugin_init):
17710         * ext/hal/gsthalelements.h:
17711         * ext/hal/hal.c: (gst_hal_get_string),
17712         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17713         (gst_hal_get_audio_src):
17714         * ext/hal/hal.h:
17715         Add HAL sound device wrapper plugins. Closes #329106
17716
17717 2006-02-15  Wim Taymans  <wim@fluendo.com>
17718
17719         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17720         Add comment in a fultile attempt to stop the copy-and-paste 
17721         paradigm leading to duplication of bad code.
17722
17723         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17724         Mime parameters have to be checked case insensitive
17725
17726 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17727
17728         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17729           Advance stream time for lagging subtitle streams by sending
17730           newsegment events with the update flag set.
17731
17732 2006-02-14  Edward Hervey  <edward@fluendo.com>
17733
17734         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17735         There can be bogus data before the hdrl LIST tag in the RIFF header.
17736         It's hard to say if it's not respecting the AVI specifications or not,
17737         but since Google Video is producing AVIs like that and the other player
17738         don't seem to complain, I guess we should do the same.
17739
17740 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17741
17742         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17743         (parse_split_strings):
17744         Add more validation to ensure that a char encoding conversion
17745         produced a valid UTF-8 string.
17746
17747 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17748
17749         Reviewed by: Edward Hervey  <edward@fluendo.com>
17750
17751         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17752         Properly handle end of segment. Closes #330885.
17753
17754 2006-02-13  Wim Taymans  <wim@fluendo.com>
17755
17756         * gst/rtp/gstrtpmp4gpay.h:
17757         For got to commit this one.
17758
17759 2006-02-12  Wim Taymans  <wim@fluendo.com>
17760
17761         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17762         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17763         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17764         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17765         * gst/rtp/gstrtpmp4gpay.h:
17766         Make more things work.
17767         Handle ACC config strings.
17768
17769 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17770
17771         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17772           set timestamps if no incoming timestamps set
17773
17774 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17775
17776         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17777         (gst_tag_demux_do_typefind):
17778           ... and fix the very same leaks in GstTagDemux.
17779
17780 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17781
17782         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17783         (gst_id3demux_do_typefind):
17784         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17785         <jonathan at kaolin dot wh9 dot net>)
17786
17787 2006-02-10  Wim Taymans  <wim@fluendo.com>
17788
17789         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17790         First set options, then set caps or else the baseclass
17791         will not know about the options, duh.
17792
17793 2006-02-10  Wim Taymans  <wim@fluendo.com>
17794
17795         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17796         (gst_rtp_mp4v_pay_setcaps):
17797         Don't waste time looking for a config string if we have codec_info
17798         on the incomming caps.
17799
17800 2006-02-10  Wim Taymans  <wim@fluendo.com>
17801
17802         * gst/rtp/README:
17803         Say something about case-sensitivity of caps vs mime-attributes.
17804
17805         * gst/rtp/Makefile.am:
17806         * gst/rtp/gstrtp.c: (plugin_init):
17807         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17808         (gst_rtp_amr_pay_handle_buffer):
17809         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17810         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17811         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17812         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17813         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17814         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17815         (gst_rtp_mp4g_pay_plugin_init):
17816         * gst/rtp/gstrtpmp4gpay.h:
17817         Added beginnings of mpeg4-generic payloader (RFC 3640)
17818
17819 2006-02-09  Wim Taymans  <wim@fluendo.com>
17820
17821         * gst/rtsp/Makefile.am:
17822         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17823         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17824         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17825         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17826         (gst_rtpdec_change_state):
17827         * gst/rtsp/gstrtpdec.h:
17828         * gst/rtsp/gstrtsp.c: (plugin_init):
17829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17830         * gst/rtsp/rtspconnection.c: (read_body),
17831         (rtsp_connection_receive):
17832         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17833         Resurected rtpdec to make rtspsrc happy again.
17834         Skip attributes from the session id.
17835         Don't crash when dumping a message with an empty body.
17836
17837
17838 2006-02-09  Wim Taymans  <wim@fluendo.com>
17839
17840         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17841         Added more meaningfull warnings when something goes wrong.
17842         Clear F bit on outgoing AMR packets.
17843
17844         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17845         (gst_rtp_amr_pay_handle_buffer):
17846         Added debugging category
17847         Support payloading of multiple AMR frames.
17848
17849         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17850         Added some debugging.
17851
17852 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17853
17854         * configure.ac:
17855           Back to CVS
17856
17857 === release 0.10.2 ===
17858
17859 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17860
17861         * configure.ac:
17862           releasing 0.10.2, "Papa was a rolling stone"
17863
17864 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17865
17866         * configure.ac:
17867           Bump core and plugins-base requirement to 0.10.2.2
17868           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17869
17870 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17871
17872         * ext/flac/gstflac.c: (plugin_init):
17873         * ext/speex/gstspeex.c: (plugin_init):
17874           Register musicbrainz tags.
17875
17876 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17877
17878         * ext/gconf/gconf.h:
17879           Remove declaration of function that no longer exists.
17880
17881 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17882
17883         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17884         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17885         Make shout2 work for non ogg streams
17886
17887 2006-02-06  Wim Taymans  <wim@fluendo.com>
17888
17889         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17890         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17891         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17892         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17893         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17894         * gst/udp/gstmultiudpsink.h:
17895         Updated docs.
17896         Added properties bytes-served, bytes_to_serve.
17897         Post proper error messages,
17898         Emit client added signal too.
17899
17900 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17901
17902         * docs/plugins/Makefile.am:
17903         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17904         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17905         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17906         (gst_multiudpsink_get_stats):
17907           adding docs for multiudpsink
17908
17909 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17910
17911         * gst/level/gstlevel.c: (gst_level_transform_ip):
17912           peak below decay is not necessarily an error, so don't ERROR log
17913
17914 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17915
17916         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17917         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17918         (gst_ebml_write_seek):
17919         * gst/matroska/ebml-write.h:
17920           Make sure we send a newsegment event in BYTES format
17921           before sending buffers (#328531).
17922
17923 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17924
17925         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17926         (gst_dvdemux_sink_query):
17927         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17928         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17929         (speex_dec_src_query):
17930         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17931         (gst_speexenc_sink_query):
17932         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17933         * gst/matroska/matroska-demux.c:
17934         (gst_matroska_demux_get_src_query_types),
17935         (gst_matroska_demux_handle_src_query):
17936         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17937         (gst_wavparse_pad_query):
17938           Pass unhandled queries upstream instead of just dropping
17939           them (#326446). Update query type arrays here and there.
17940
17941 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17942
17943         * tests/check/elements/matroskamux.c: (setup_src_pad):
17944           Collectpads in core got changed and now also holds a
17945           reference to any pad that is part of it. Fix refcount
17946           checks in test case accordingly.
17947
17948 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17949
17950         * gst/apetag/gstapedemux.h:
17951           Fix include, for now GstTagDemux is in the apetag dir.
17952
17953 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17954
17955         * docs/plugins/Makefile.am:
17956         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17957         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17958         * docs/plugins/inspect/plugin-cdio.xml:
17959           Add cdio plugin to docs.
17960
17961         * ext/cdio/gstcdiocddasrc.c:
17962           Add gtk-doc blurb.
17963
17964         * ext/cdio/gstcdio.c:
17965           The plugin is called 'cdio' not 'cddio'.
17966
17967 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17968
17969         * configure.ac:
17970         * docs/plugins/Makefile.am:
17971         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17972         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17973         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17974         * docs/plugins/inspect/plugin-apetag.xml:
17975         * gst/apetag/Makefile.am:
17976         * gst/apetag/gstapedemux.c:
17977         * gst/apetag/gstapedemux.h:
17978         * gst/apetag/gsttagdemux.c:
17979         * gst/apetag/gsttagdemux.h:
17980           Add APE tag demuxer (#325649).
17981
17982 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17983
17984         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17985         (gst_gconf_get_default_video_sink),
17986         (gst_gconf_get_default_audio_src),
17987         (gst_gconf_get_default_video_src):
17988         * ext/gconf/gconf.h:
17989         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17990         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17991         (do_toggle_element):
17992         * ext/gconf/gstgconfaudiosink.h:
17993         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17994         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17995         (do_toggle_element):
17996         * ext/gconf/gstgconfaudiosrc.h:
17997         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17998         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17999         (do_toggle_element):
18000         * ext/gconf/gstgconfvideosink.h:
18001         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18002         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18003         (do_toggle_element):
18004         * ext/gconf/gstgconfvideosrc.h:
18005           Ignore changing the GConf key to "". Ignore GConf key updates
18006           that don't actually change the string.
18007           For now, ignore the GConf key when the state is > READY, as
18008           it breaks streaming. Sometime it will be nice to bring the
18009           new sink online even mid-stream, by sending NEWSEGMENT info
18010           and possibly prerolling.
18011           (Fixes #326736)
18012
18013 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18014
18015         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18016         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18017         (zoomFilterSetResolution), (zoomFilterDestroy),
18018         (zoomFilterFastRGB), (pointFilter):
18019         * gst/goom/filters.h:
18020         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18021         (goom_update), (goom_close):
18022         * gst/goom/goom_core.h:
18023         * gst/goom/goom_tools.h:
18024         * gst/goom/graphic.c:
18025         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18026         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18027         * gst/goom/gstgoom.h:
18028         * gst/goom/lines.c: (goom_lines):
18029         * gst/goom/lines.h:
18030           Make goom reentrant by moving all important static variables
18031           into instance structures.
18032           (Fixes #329181)
18033
18034 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18035
18036         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18037         (gst_avi_demux_all_source_pads_unlinked),
18038         (gst_avi_demux_process_next_entry):
18039         * gst/avi/gstavidemux.h:
18040           Third attempt, use gst_pad_is_linked() this time.
18041
18042 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18043
18044         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18045         (parse_split_strings):
18046         Adjust for data length indicators when parsing (Fixes #329810)
18047         Fix stupid bug parsing UTF-8 tag text.
18048         Output tag strings with multiple fields as multiple tags, so the
18049         app gets all the data.
18050
18051 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18052
18053         * ext/flac/gstflacenc.c:
18054         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18055         show me.
18056         
18057 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18058
18059         * ext/flac/gstflacenc.c:
18060         * gst/matroska/ebml-read.c:
18061         Just make it compile with --disable-gst-debug.
18062
18063 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18064
18065         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18066         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18067         (id3v2_genre_fields_to_taglist):
18068           Never output a tag with a null contents string.
18069
18070 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18071
18072         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18073           Only pause if all pads are unlinked AND we've tried to send data
18074           on all of them at least once.
18075
18076 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18077
18078         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18079         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18080           Make loop function/task pause itself when all source pads are
18081           unlinked.
18082
18083 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18084
18085         * configure.ac:
18086         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18087           Use new functions from core to render a bin from a
18088           string. Fixes build. Up requirements to core CVS.
18089
18090 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18091
18092         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18093           Don't push buffers into the adapter that we are going to
18094           push downstream again without framing anyway. Also, the
18095           adaptor takes ownership of buffers put into it (fixes
18096           auparse pushing invalid buffers for .au files with
18097           ADPCM contents). Finally, set caps on all outgoing buffers.
18098
18099 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18100
18101         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18102         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18103         (gst_id3demux_send_tag_event):
18104         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18105         Someone should kick my butt. Remove ID3v1 tags from the end of the
18106         file.
18107
18108         Improve error messages. Send the TAG message as soon as we complete
18109         typefinding, instead of waiting until we send the first buffer.
18110         Downstream tag event is still sent before the first buffer.
18111
18112 2006-01-27  Jan Gerber  <j@bootlab.org>
18113
18114         Reviewed by: Andy Wingo <wingo@pobox.com>
18115
18116         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18117         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18118         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18119         to not have warings flooding stderr. this is the suggested way
18120         also used in dvgrab and kino. (#328336)
18121
18122 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18123
18124         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18125         (gst_oss_sink_init), (gst_oss_sink_finalise):
18126           Free the device name string when finalised.
18127
18128 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18129
18130         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18131           Don't put function calls in g_return_if_fail() statements,
18132           or they'll be replaced with NOOPs if someone compiles with
18133           G_DISABLE_CHECKS defined.
18134           
18135 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18136
18137         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18138         Never trust ANY information encoded in a media file, especially
18139         when it's giving you sizes. (Fixes #328452)
18140
18141 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18142
18143         * gst/rtp/gstrtpg711pay.c:
18144         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18145         bug #325148.
18146
18147 2006-01-23  Edward Hervey  <edward@fluendo.com>
18148
18149         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18150         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18151         * gst/matroska/matroska-ids.h:
18152         Added recognition of Real Audio and Video streams in matroska demuxer.
18153
18154 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18155
18156         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18157           Remove errant break statement, and fix compilation with
18158           older GCC.
18159
18160 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18161
18162         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18163
18164         * sys/sunaudio/gstsunaudiomixerctrl.c:
18165         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18166           Export functions that are needed in other parts of the code,
18167           makes the mixer actually work; adjust magic minimum buffer-time
18168           value from 3ms to 5ms to work around stuttering during mp3
18169           playback (#327765).
18170
18171 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18172
18173         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18174
18175         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18176         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18177           Fix possible deadlock in matroska muxer (#327825).
18178
18179 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18180
18181         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18182         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18183         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18184         * gst/rtsp/sdpmessage.h:
18185         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18186         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18187           C89 fixes: declare variables at the beginning of a block and
18188           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18189           <jensgr at gmx dot net>).
18190
18191 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18192
18193         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18194         * gst/id3demux/id3tags.h:
18195         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18196         (parse_comment_frame), (parse_text_identification_frame),
18197         (id3v2_tag_to_taglist), (id3v2_are_digits),
18198         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18199         (parse_split_strings), (free_tag_strings):
18200           Rewrite parsing of text tags to handle multiple NULL terminated
18201           strings. Parse numeric genre strings and ID3v2 type
18202           "(3)(6)Alternative" style genre strings.
18203           Parse dates that are only YYYY or YYYY-mm format.
18204           (Fixes #328241 and #322154)
18205
18206 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18207
18208         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18209           Don't forget to initialize liboil, otherwise our oil functions
18210           will crash (fixes #327871; patch by: Christoph Burghardt
18211           <hawkes at web dot de>).
18212
18213 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18214
18215         * configure.ac:
18216           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18217           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18218           patch by: Brian Cameron <brian dot cameron at sun dot com>
18219
18220 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18221
18222         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18223         * ext/cdio/gstcdio.h:
18224         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18225           Fix build for libcdio versions >= 76; give slightly lower rank
18226           than cdparanoia.
18227
18228 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18229
18230         * configure.ac:
18231         * ext/Makefile.am:
18232         * ext/cdio/Makefile.am:
18233         * ext/cdio/gstcdio.c:
18234         * ext/cdio/gstcdio.h:
18235         * ext/cdio/gstcdiocddasrc.c:
18236         * ext/cdio/gstcdiocddasrc.h:
18237           Port libcdio cdda source, formerly known as cddasrc, now known as
18238           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18239           but that's not tested (fixes #317658).
18240
18241 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18242
18243         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18244           Fix conversion from TIME to BYTES format (fixes #326864;
18245           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18246
18247 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18248
18249         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18250           Fix compilation of id3demux when zlib is not present.
18251           (Fixes #326602; patch by: Sergey Scobich)
18252
18253 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18254
18255         * ext/esd/Makefile.am:
18256           Add $(ESD_CFLAGS), otherwise build will fail for folks
18257           with libesd in a non-standard prefix (#327009).
18258
18259 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18260
18261         * configure.ac:
18262           back to HEAD
18263
18264 === release 0.10.1 ===
18265
18266 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18267
18268         * configure.ac:
18269           releasing 0.10.1, "Li"
18270
18271 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18272
18273           patch by: Wim Taymans
18274
18275         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18276           fix memleak.  Fixes #326618
18277
18278 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18279
18280           patch by: Mike Smith
18281
18282         * gst/level/gstlevel.c: (gst_level_message_new),
18283         (gst_level_message_append_channel):
18284           Fix memleak.  Fixes #326612
18285
18286 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18287
18288         * configure.ac:
18289           prereleasing
18290         * po/af.po:
18291         * po/az.po:
18292         * po/cs.po:
18293         * po/en_GB.po:
18294         * po/hu.po:
18295         * po/it.po:
18296         * po/nb.po:
18297         * po/nl.po:
18298         * po/or.po:
18299         * po/sq.po:
18300         * po/sr.po:
18301         * po/sv.po:
18302         * po/uk.po:
18303         * po/vi.po:
18304           update translations
18305
18306 2006-01-10  Michael Smith  <msmith@fluendo.com>
18307
18308         * gst/level/gstlevel.c: (gst_level_class_init),
18309         (gst_level_dispose):
18310           Don't leak filter arrays.
18311
18312 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18313
18314         reviewed by: Christian Schaller <uraeus@gnome.org>
18315         
18316         * configure.ac:
18317         * gst-plugins-good.spec.in:
18318         * sys/Makefile.am:
18319         * sys/sunaudio/Makefile.am:
18320         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18321         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18322         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18323         (gst_sunaudiomixer_change_state):
18324         * sys/sunaudio/gstsunaudiomixer.h:
18325         * sys/sunaudio/gstsunaudiomixerctrl.c:
18326         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18327         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18328         (gst_sunaudiomixer_ctrl_list_tracks),
18329         (gst_sunaudiomixer_ctrl_get_volume),
18330         (gst_sunaudiomixer_ctrl_set_volume),
18331         (gst_sunaudiomixer_ctrl_set_mute),
18332         (gst_sunaudiomixer_ctrl_set_record):
18333         * sys/sunaudio/gstsunaudiomixerctrl.h:
18334         * sys/sunaudio/gstsunaudiomixertrack.c:
18335         (gst_sunaudiomixer_track_class_init),
18336         (gst_sunaudiomixer_track_init), (fill_labels),
18337         (gst_sunaudiomixer_track_new):
18338         * sys/sunaudio/gstsunaudiomixertrack.h:
18339         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18340         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18341         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18342         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18343         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18344         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18345         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18346         * sys/sunaudio/gstsunaudiosink.h:
18347
18348         Add SunAudio plugin - tested to make sure it doesn't break
18349         the build under GNU/Linux.      
18350
18351 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18352
18353         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18354         * gst-plugins-good/gst/udp/gstudpsrc.c:
18355         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18356         overrides the port or multicast parameters. Fixes bugs #323021.
18357         API addition: adds GstUDPSrc::sockfd property   
18358
18359 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18360
18361         * ext/gconf/Makefile.am:
18362         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18363         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18364         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18365         (do_toggle_element), (cb_toggle_element),
18366         (gst_gconf_audio_src_change_state):
18367         * ext/gconf/gstgconfaudiosrc.h:
18368         * ext/gconf/gstgconfelements.c: (plugin_init):
18369         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18370         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18371         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18372         (do_toggle_element), (cb_toggle_element),
18373         (gst_gconf_video_src_change_state):
18374         * ext/gconf/gstgconfvideosrc.h:
18375           Add new gconfaudiosrc and gconfvideosrc elements
18376           (needed for gnome-sound-recorder).
18377
18378 2006-01-06  Edward Hervey  <edward@fluendo.com>
18379
18380         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18381         Add gst_element_no_more_pads() for proper decodebin behaviour.
18382         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18383         (parse_text_identification_frame), (parse_split_strings):
18384         Failure to decode some tags is not a GST_ERROR() but a
18385         GST_WARNING()
18386         When iterating over a chunk of text, check that we haven't gone too
18387         far.
18388
18389 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18390
18391         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18392         (plugin_init):
18393           call oil_init() when using liboil
18394
18395 2006-01-04  Wim Taymans  <wim@fluendo.com>
18396
18397         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18398         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18399         Fix leaks.
18400
18401 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18402
18403         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18404
18405         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18406         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18407         (gst_flac_dec_change_state):
18408           Don't g_assert() where we should just return FALSE; remove
18409           unnecessary g_assert(); initialize some fields properly in
18410           state change function (fixes #325504). Also, use
18411           GST_DEBUG_OBJECT in two more places.
18412
18413 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18414
18415         * configure.ac:
18416           also remove smoothwave's Makefile.am
18417         * docs/plugins/Makefile.am:
18418           fix plugin docs
18419
18420 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18421
18422         * tests/examples/Makefile.am:
18423           added missing Makefile.am
18424
18425 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18426
18427         * configure.ac:
18428         * gst/level/Makefile.am:
18429         * gst/level/level-example.c:
18430         * tests/Makefile.am:
18431         * tests/examples/level/Makefile.am:
18432         * tests/examples/level/level-example.c: (message_handler), (main):
18433           moved level-example to tests/examples/level-example
18434         * tests/old/examples/level/demo.c: (main):
18435         * tests/old/examples/level/plot.c: (main):
18436           some initial fixes
18437
18438 2005-12-29  Michael Smith  <msmith@fluendo.com>
18439
18440         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18441         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18442         * gst/udp/gstmultiudpsink.h:
18443           Track packets sent per client in addition to bytes sent; provide
18444           this info through get-stats signal
18445
18446 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18447
18448         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18449           Can't use gst_object_unref() on a GstAdapter (#325191).
18450
18451 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18452
18453         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18454         If a broken tag has 0 bytes payload, at least still skip
18455         the 10 byte header
18456
18457 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18458
18459         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18460         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18461         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18462         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18463           Making these depayloaders (H263+ and mpeg4 video) inherit from
18464           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18465
18466 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18467
18468         * docs/plugins/gst-plugins-good-plugins.args:
18469         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18470         Regenerate the plugin hiearchy.
18471
18472 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18473
18474         * docs/plugins/Makefile.am:
18475         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18476         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18477         * docs/plugins/gst-plugins-good-plugins.args:
18478         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18479         (gst_id3demux_base_init), (gst_id3demux_class_init),
18480         (gst_id3demux_chain):
18481         * gst/id3demux/gstid3demux.h:
18482           Add documentation for id3demux.
18483           Don't fail if the first buffer is not at offset 0, just
18484           attempt to typefind and do pass through
18485           Rename the gst_type function from gst_gst_id3demux..
18486
18487 2005-12-20  Michael Smith  <msmith@fluendo.com>
18488
18489         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18490         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18491         (gst_multiudpsink_get_stats):
18492         * gst/udp/gstmultiudpsink.h:
18493           Collect statistics; return them from get_stats.
18494
18495 2005-12-19  Edward Hervey  <edward@fluendo.com>
18496
18497         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18498         Stupid signedness issue...
18499
18500 2005-12-19  Edward Hervey  <edward@fluendo.com>
18501
18502         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18503         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18504         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18505         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18506         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18507         Construct index for indexless files.
18508         Make sure pad/buffers are correctly reset to NULL once we don't need
18509         them anymore, else we get lovely segfaults/assertions.
18510         * gst/wavparse/gstwavparse.c:
18511         Yes, you can have 96KHz audio and wma in wav :(
18512
18513 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18514
18515         * configure.ac:
18516           Check for optional dependency on zlib for id3demux
18517
18518         * gst/id3demux/Makefile.am:
18519         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18520         (gst_id3demux_base_init), (gst_id3demux_class_init),
18521         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18522         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18523         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18524         (gst_id3demux_set_property), (gst_id3demux_get_property),
18525         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18526         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18527         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18528         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18529         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18530         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18531         (simple_find_peek), (simple_find_suggest),
18532         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18533         (plugin_init):
18534         * gst/id3demux/gstid3demux.h:
18535         * gst/id3demux/id3tags.c: (read_synch_uint),
18536         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18537         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18538         (id3demux_id3v2_frames_to_tag_list):
18539         * gst/id3demux/id3tags.h:
18540         * gst/id3demux/id3v2.4.0-frames.txt:
18541         * gst/id3demux/id3v2.4.0-structure.txt:
18542         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18543         (parse_comment_frame), (parse_text_identification_frame),
18544         (id3v2_tag_to_taglist), (parse_split_strings):
18545           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18546           otherwise it discards them. Works on my test files. 
18547
18548         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18549           Don't send EOS to a non-existing srcpad
18550           The debug category can be static
18551
18552 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18553
18554         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18555         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18556         * gst/multipart/multipartdemux.c:
18557           change some char* into char[]
18558
18559 2005-12-16  Wim Taymans  <wim@fluendo.com>
18560
18561         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18562         (gst_wavparse_other), (gst_wavparse_perform_seek),
18563         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18564         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18565         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18566         * gst/wavparse/gstwavparse.h:
18567         Use GstSegment to implement more seeking features.
18568
18569 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18570
18571         * gst/rtsp/rtspconnection.c:
18572           Add <netinet/in.h> include and move <arpa/inet.h> include
18573           to make things work on OpenBSD as well (fixes #323717;
18574           patch by: Benjamin Pineau)
18575
18576 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18577
18578         * gst/rtp/gstrtpspeexdepay.c:
18579         * gst/rtp/gstrtpspeexpay.c:
18580         Set clock rate to be fixed in 8000. It fixes bug #324012.
18581
18582 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18583
18584         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18585         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18586         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18587         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18588         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18589         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18590         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18591         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18592         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18593         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18594         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18595         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18596         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18597         * gst-plugins-good/gst/rtp/README:
18598         Fixed payload range in payloder caps. Removed payload range completely
18599         from depayloaders as they don't require payload type in their caps.
18600         In effect, there isn't any specific payload type for any given codec,
18601         only suggestions.
18602         Fixes bug #324011.
18603
18604 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18605
18606         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18607         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18608         (gst_videomixer_collected): Code cleanup and re-enabling 
18609         queued time validity check for correct EOS handling.
18610
18611 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18612
18613         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18614         (gst_oss_mixer_element_get_property),
18615         (gst_oss_mixer_element_change_state):
18616         Add 'device-name' property and fix state change function.
18617
18618 2005-12-13  Edward Hervey  <edward@fluendo.com>
18619
18620         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18621         If the speed of the file is null in the header, set the frame_time to
18622         the default setting of GST_SECOND / 70. Which is the default
18623         frame_delay for .fli files as stated in this document :
18624         http://www.compuphase.com/flic.htm
18625         Would be nice to have the time conversion done properly too (duration =
18626         flxh->frames * flxdec->frame_time)
18627
18628 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18629
18630         * docs/plugins/Makefile.am:
18631         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18632         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18633         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18634         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18635         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18636         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18637         documentation for videomixer on my way with a funny sample
18638         pipeline.
18639
18640 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18641
18642         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18643         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18644         (gst_videomixer_update_queues), (gst_videomixer_collected):
18645         Fix caps negotiation. (#323896)
18646
18647 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18648
18649         * gst/matroska/matroska-demux.c:
18650         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18651           Set correct timestamps on audio laces, fixes playback of mp3 from
18652                 matroska.
18653
18654 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18655
18656         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18657         (gst_au_parse_class_init), (gst_au_parse_init),
18658         (gst_au_parse_dispose), (gst_au_parse_chain),
18659         (gst_au_parse_change_state), (plugin_init):
18660         * gst/auparse/gstauparse.h:
18661           Use gst_object_unref() for GstObjects instead of
18662           g_object_unref() and fix a mem leak in a debug
18663           statement; while we're at it, also borgify, use
18664           boilerplate macros and clean up a little bit.
18665
18666 2005-12-11  Edward Hervey  <edward@fluendo.com>
18667
18668         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18669         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18670         Added pull mode.
18671
18672 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18673
18674         * gst/goom/gstgoom.c:
18675         * gst/level/level-example.c: (main):
18676         * gst/smoothwave/demo-osssrc.c: (main):
18677           Use audiotestsrc instead of sinesrc (#323798).
18678
18679 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18680
18681         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18682           more debug-func-ptr usage
18683
18684 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18685
18686         * gst/flx/flx_color.c: (flx_colorspace_convert):
18687         * gst/flx/flx_color.h:
18688         * gst/flx/flx_fmt.h:
18689         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18690         * gst/flx/gstflxdec.h:
18691           Now flxdec works on big-endian machines as well.
18692
18693 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18694
18695         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18696         (gst_fenced_buffer_copy):
18697           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18698           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18699           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18700           and use GST_DEBUG_FUNCPTR for pad functions.
18701
18702 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18703
18704         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18705         (gst_flac_dec_class_init), (gst_flac_dec_init),
18706         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18707         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18708         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18709         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18710         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18711         (gst_flac_dec_change_state):
18712         * ext/flac/gstflacdec.h:
18713           Rewrite flacdec a bit, so that even seeking might work now. Most
18714           importantly, don't act upon any flow return values we get, just tell
18715           the decoder everything's dandy and act on the flow return values
18716           later on in the loop function. We don't want to mess up the internal
18717           decoder state for non-fatal things like flushing pads etc. Other
18718           than that, use GstSegment (segment seeks don't work yet though, but
18719           should be easy to add), use boilerplate macros, drop the superfluous
18720           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18721           lots of other things.
18722
18723 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18724
18725         * configure.ac:
18726           Update comment in OSS includes check.
18727
18728         * sys/oss/gstossdmabuffer.c:
18729         * sys/oss/gstosshelper.c:
18730         * sys/oss/gstossmixer.c:
18731         * sys/oss/gstossmixertrack.c:
18732         * sys/oss/gstosssink.c:
18733         * sys/oss/gstosssrc.c:
18734         * sys/oss/oss_probe.c:
18735           Don't assume the OSS soundcard.h include is always in
18736           the sys/ directory. Instead, use the existing defines
18737           from config.h to include the right file. Fixes
18738           compilation on OpenBSD 3.8 (#323718).
18739
18740 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18741
18742         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18743         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18744         * docs/plugins/inspect/plugin-1394.xml:
18745         * docs/plugins/inspect/plugin-aasink.xml:
18746         * docs/plugins/inspect/plugin-alaw.xml:
18747         * docs/plugins/inspect/plugin-alpha.xml:
18748         * docs/plugins/inspect/plugin-alphacolor.xml:
18749         * docs/plugins/inspect/plugin-auparse.xml:
18750         * docs/plugins/inspect/plugin-autodetect.xml:
18751         * docs/plugins/inspect/plugin-avi.xml:
18752         * docs/plugins/inspect/plugin-cacasink.xml:
18753         * docs/plugins/inspect/plugin-cairo.xml:
18754         * docs/plugins/inspect/plugin-cutter.xml:
18755         * docs/plugins/inspect/plugin-debug.xml:
18756         * docs/plugins/inspect/plugin-dv.xml:
18757         * docs/plugins/inspect/plugin-efence.xml:
18758         * docs/plugins/inspect/plugin-effectv.xml:
18759         * docs/plugins/inspect/plugin-esdsink.xml:
18760         * docs/plugins/inspect/plugin-flac.xml:
18761         * docs/plugins/inspect/plugin-flxdec.xml:
18762         * docs/plugins/inspect/plugin-gconfelements.xml:
18763         * docs/plugins/inspect/plugin-goom.xml:
18764         * docs/plugins/inspect/plugin-jpeg.xml:
18765         * docs/plugins/inspect/plugin-level.xml:
18766         * docs/plugins/inspect/plugin-matroska.xml:
18767         * docs/plugins/inspect/plugin-mulaw.xml:
18768         * docs/plugins/inspect/plugin-multipart.xml:
18769         * docs/plugins/inspect/plugin-navigationtest.xml:
18770         * docs/plugins/inspect/plugin-ossaudio.xml:
18771         * docs/plugins/inspect/plugin-png.xml:
18772         * docs/plugins/inspect/plugin-rtp.xml:
18773         * docs/plugins/inspect/plugin-rtsp.xml:
18774         * docs/plugins/inspect/plugin-shout2send.xml:
18775         * docs/plugins/inspect/plugin-smpte.xml:
18776         * docs/plugins/inspect/plugin-speex.xml:
18777         * docs/plugins/inspect/plugin-udp.xml:
18778         * docs/plugins/inspect/plugin-videobox.xml:
18779         * docs/plugins/inspect/plugin-videoflip.xml:
18780         * docs/plugins/inspect/plugin-videomixer.xml:
18781         * docs/plugins/inspect/plugin-wavenc.xml:
18782         * docs/plugins/inspect/plugin-wavparse.xml:
18783         * ext/flac/gstflac.c: (plugin_init):
18784         * ext/flac/gstflacdec.c: (flacdec_get_type),
18785         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18786         (gst_flac_dec_init), (gst_flac_dec_finalize),
18787         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18788         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18789         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18790         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18791         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18792         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18793         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18794         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18795         * ext/flac/gstflacdec.h:
18796         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18797         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18798         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18799         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18800         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18801         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18802         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18803         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18804         (gst_flac_enc_change_state):
18805         * ext/flac/gstflacenc.h:
18806           borgify and fix up documentation
18807
18808 2005-12-09  Michael Smith  <msmith@fluendo.com>
18809
18810         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18811           Accept a wider range of flac files, more closely matching flac spec.
18812
18813 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18814
18815         * docs/plugins/Makefile.am: Add multipart elements.
18816         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18817         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18818         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18819         * gst/multipart/multipartdemux.c:
18820         * gst/multipart/multipartmux.c: Add docs.
18821
18822 2005-12-07  Edward Hervey  <edward@fluendo.com>
18823
18824         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18825         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18826         (gst_avi_demux_invert):
18827         Memleak and crasher fixes.
18828         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18829         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18830         Memleak fixes
18831
18832 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18833
18834         * ext/aalib/gstaasink.h:
18835         * ext/cairo/gsttextoverlay.h:
18836         * ext/dv/gstdvdec.h:
18837         * ext/dv/gstdvdemux.c:
18838         * ext/dv/gstdvdemux.h:
18839         * ext/esd/esdsink.h:
18840         * ext/flac/flac_compat.h:
18841         * ext/flac/gstflacdec.h:
18842         * ext/flac/gstflacenc.h:
18843         * ext/gconf/gconf.h:
18844         * ext/gconf/gstgconfaudiosink.h:
18845         * ext/gconf/gstgconfvideosink.h:
18846         * ext/gdk_pixbuf/gstgdkanimation.h:
18847         * ext/jpeg/gstjpegdec.h:
18848         * ext/jpeg/smokecodec.h:
18849         * ext/jpeg/smokeformat.h:
18850         * ext/ladspa/gstsignalprocessor.h:
18851         * ext/ladspa/search.c: (LADSPAPluginSearch):
18852         * ext/ladspa/utils.h:
18853         * ext/libmng/gstmng.c:
18854         * ext/libmng/gstmngdec.h:
18855         * ext/libmng/gstmngenc.c:
18856         * ext/libmng/gstmngenc.h:
18857         * ext/libpng/gstpng.c:
18858         * ext/libpng/gstpngenc.c:
18859         * ext/libpng/gstpngenc.h:
18860         * ext/shout2/gstshout2.h:
18861         * ext/speex/gstspeexdec.h:
18862         * ext/speex/gstspeexenc.c:
18863         * ext/speex/gstspeexenc.h:
18864         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18865         * gst/autodetect/gstautoaudiosink.h:
18866         * gst/autodetect/gstautovideosink.h:
18867         * gst/avi/gstavidemux.h:
18868         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18869         (gst_cutter_set_property), (gst_cutter_get_caps):
18870         * gst/cutter/gstcutter.h:
18871         * gst/debug/tests.c: (md5_process_block):
18872         * gst/debug/tests.h:
18873         * gst/effectv/gstwarp.c:
18874         * gst/flx/flx_fmt.h:
18875         * gst/flx/gstflxdec.h:
18876         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18877         (zoomFilterFastRGB):
18878         * gst/goom/filters.h:
18879         * gst/goom/goom_tools.h:
18880         * gst/law/alaw-encode.c:
18881         * gst/level/gstlevel.c:
18882         * gst/level/gstlevel.h:
18883         * gst/matroska/ebml-write.h:
18884         * gst/matroska/matroska-demux.h:
18885         * gst/matroska/matroska-ids.h:
18886         * gst/matroska/matroska-mux.h:
18887         * gst/monoscope/convolve.c: (convolve_match):
18888         * gst/monoscope/convolve.h:
18889         * gst/multipart/multipartmux.c:
18890         * gst/oldcore/gstaggregator.c:
18891         * gst/oldcore/gstaggregator.h:
18892         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18893         * gst/oldcore/gstmd5sink.h:
18894         * gst/oldcore/gstmultifilesrc.c:
18895         * gst/oldcore/gstmultifilesrc.h:
18896         * gst/oldcore/gstpipefilter.h:
18897         * gst/oldcore/gstshaper.h:
18898         * gst/rtp/gstrtpL16depay.h:
18899         * gst/rtp/gstrtpL16pay.h:
18900         * gst/rtp/gstrtpdepay.h:
18901         * gst/rtp/gstrtpmp4vpay.c:
18902         * gst/rtp/gstrtpmp4vpay.h:
18903         * gst/rtsp/gstrtspsrc.c:
18904         * gst/rtsp/gstrtspsrc.h:
18905         * gst/rtsp/rtspconnection.h:
18906         * gst/rtsp/rtspdefs.h:
18907         * gst/rtsp/rtspmessage.h:
18908         * gst/rtsp/rtsptransport.h:
18909         * gst/rtsp/rtspurl.c:
18910         * gst/rtsp/rtspurl.h:
18911         * gst/rtsp/sdpmessage.c:
18912         * gst/rtsp/sdpmessage.h:
18913         * gst/smpte/barboxwipes.c:
18914         * gst/smpte/gstmask.h:
18915         * gst/smpte/gstsmpte.h:
18916         * gst/smpte/paint.c:
18917         * gst/smpte/paint.h:
18918         * gst/udp/gstdynudpsink.h:
18919         * gst/udp/gstmultiudpsink.h:
18920         * gst/udp/gstudpsink.c:
18921         * gst/udp/gstudpsink.h:
18922         * gst/udp/gstudpsrc.c:
18923         * gst/videomixer/videomixer.c:
18924         * gst/wavenc/riff.h:
18925         * gst/wavparse/gstwavparse.h:
18926         * sys/oss/gstossdmabuffer.h:
18927         * sys/oss/gstossmixer.h:
18928         * sys/oss/gstossmixerelement.h:
18929         * sys/oss/gstossmixertrack.h:
18930         * sys/oss/gstosssink.c:
18931         * sys/oss/gstosssink.h:
18932         * sys/oss/gstosssrc.c:
18933         * sys/oss/gstosssrc.h:
18934         * sys/osxaudio/gstosxaudioelement.h:
18935         * sys/osxaudio/gstosxaudiosink.h:
18936         * sys/osxaudio/gstosxaudiosrc.h:
18937           expand tabs
18938
18939 === release 0.10.0 ===
18940
18941 2005-12-05   <thomas (at) apestaart (dot) org>
18942
18943         * configure.ac:
18944           releasing 0.10.0, "Abondance"
18945
18946 2005-12-05  Andy Wingo  <wingo@pobox.com>
18947
18948         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18949         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18950         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18951         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18952         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18953         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18954         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18955         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18956         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18957         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18958         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18959         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18960         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18961         * gst/goom/gstgoom.c: (gst_goom_chain):
18962         * gst/matroska/matroska-demux.c:
18963         (gst_matroska_demux_push_vorbis_codec_priv_data),
18964         (gst_matroska_demux_add_wvpk_header):
18965         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18966         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18967         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18968         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18969         alloc_buffer changes.
18970
18971 2005-12-05  Michael Smith  <msmith@fluendo.com>
18972
18973         * docs/plugins/gst-plugins-good-plugins.args:
18974           Remove args for plugins that aren't in -good.
18975
18976 === release 0.9.7 ===
18977
18978 2005-12-01   <thomas (at) apestaart (dot) org>
18979
18980         * configure.ac:
18981           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18982
18983 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18984
18985         * docs/plugins/.cvsignore:
18986         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18987         * docs/plugins/inspect/plugin-multipart.xml:
18988         * docs/plugins/inspect/plugin-rtp.xml:
18989           add multipart plugin to docs
18990
18991 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18992
18993         * configure.ac:
18994         * ext/Makefile.am:
18995         * ext/pango/Makefile.am:
18996         * ext/pango/gstclockoverlay.c:
18997         * ext/pango/gstclockoverlay.h:
18998         * ext/pango/gsttextoverlay.c:
18999         * ext/pango/gsttextoverlay.h:
19000         * ext/pango/gsttextrender.c:
19001         * ext/pango/gsttextrender.h:
19002         * ext/pango/gsttimeoverlay.c:
19003         * ext/pango/gsttimeoverlay.h:
19004           move pango to base
19005
19006 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19007
19008         * gst/rtp/Makefile.am:
19009         * gst/rtp/gstrtpL16depay.c:
19010         * gst/rtp/gstrtpL16depay.h:
19011         * gst/rtp/gstrtpL16parse.c:
19012         * gst/rtp/gstrtpL16parse.h:
19013         * gst/rtp/gstrtpgsmdepay.c:
19014         * gst/rtp/gstrtpgsmdepay.h:
19015         * gst/rtp/gstrtpgsmparse.c:
19016         * gst/rtp/gstrtpgsmparse.h:
19017           parsers are depayers
19018
19019 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19020
19021         * gst/rtp/Makefile.am:
19022         * gst/rtp/gstasteriskh263.c:
19023         * gst/rtp/gstrtp.c:
19024         * gst/rtp/gstrtpL16enc.c:
19025         * gst/rtp/gstrtpL16enc.h:
19026         * gst/rtp/gstrtpL16parse.c:
19027         * gst/rtp/gstrtpL16parse.h:
19028         * gst/rtp/gstrtpL16pay.c:
19029         * gst/rtp/gstrtpL16pay.h:
19030         * gst/rtp/gstrtpamrdec.c:
19031         * gst/rtp/gstrtpamrdec.h:
19032         * gst/rtp/gstrtpamrdepay.c:
19033         * gst/rtp/gstrtpamrdepay.h:
19034         * gst/rtp/gstrtpamrenc.c:
19035         * gst/rtp/gstrtpamrenc.h:
19036         * gst/rtp/gstrtpamrpay.c:
19037         * gst/rtp/gstrtpamrpay.h:
19038         * gst/rtp/gstrtpdec.c:
19039         * gst/rtp/gstrtpdec.h:
19040         * gst/rtp/gstrtpdepay.c:
19041         * gst/rtp/gstrtpdepay.h:
19042         * gst/rtp/gstrtpg711dec.c:
19043         * gst/rtp/gstrtpg711dec.h:
19044         * gst/rtp/gstrtpg711depay.c:
19045         * gst/rtp/gstrtpg711depay.h:
19046         * gst/rtp/gstrtpg711enc.c:
19047         * gst/rtp/gstrtpg711enc.h:
19048         * gst/rtp/gstrtpg711pay.c:
19049         * gst/rtp/gstrtpg711pay.h:
19050         * gst/rtp/gstrtpgsmenc.c:
19051         * gst/rtp/gstrtpgsmenc.h:
19052         * gst/rtp/gstrtpgsmparse.c:
19053         * gst/rtp/gstrtpgsmparse.h:
19054         * gst/rtp/gstrtpgsmpay.c:
19055         * gst/rtp/gstrtpgsmpay.h:
19056         * gst/rtp/gstrtph263enc.c:
19057         * gst/rtp/gstrtph263enc.h:
19058         * gst/rtp/gstrtph263pay.c:
19059         * gst/rtp/gstrtph263pay.h:
19060         * gst/rtp/gstrtph263pdec.c:
19061         * gst/rtp/gstrtph263pdec.h:
19062         * gst/rtp/gstrtph263pdepay.c:
19063         * gst/rtp/gstrtph263pdepay.h:
19064         * gst/rtp/gstrtph263penc.c:
19065         * gst/rtp/gstrtph263penc.h:
19066         * gst/rtp/gstrtph263ppay.c:
19067         * gst/rtp/gstrtph263ppay.h:
19068         * gst/rtp/gstrtpmp4vdec.c:
19069         * gst/rtp/gstrtpmp4vdec.h:
19070         * gst/rtp/gstrtpmp4vdepay.c:
19071         * gst/rtp/gstrtpmp4vdepay.h:
19072         * gst/rtp/gstrtpmp4venc.c:
19073         * gst/rtp/gstrtpmp4venc.h:
19074         * gst/rtp/gstrtpmp4vpay.c:
19075         * gst/rtp/gstrtpmp4vpay.h:
19076         * gst/rtp/gstrtpmpadec.c:
19077         * gst/rtp/gstrtpmpadec.h:
19078         * gst/rtp/gstrtpmpadepay.c:
19079         * gst/rtp/gstrtpmpadepay.h:
19080         * gst/rtp/gstrtpmpaenc.c:
19081         * gst/rtp/gstrtpmpaenc.h:
19082         * gst/rtp/gstrtpmpapay.c:
19083         * gst/rtp/gstrtpmpapay.h:
19084         * gst/rtp/gstrtpspeexdec.c:
19085         * gst/rtp/gstrtpspeexdec.h:
19086         * gst/rtp/gstrtpspeexdepay.c:
19087         * gst/rtp/gstrtpspeexdepay.h:
19088         * gst/rtp/gstrtpspeexenc.c:
19089         * gst/rtp/gstrtpspeexenc.h:
19090         * gst/rtp/gstrtpspeexpay.c:
19091         * gst/rtp/gstrtpspeexpay.h:
19092           Do burger's rename for rtp payloaders and depayloaders
19093
19094 2005-11-30  Wim Taymans  <wim@fluendo.com>
19095
19096         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19097         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19098         * ext/dv/gstdvdemux.h:
19099         Fix seeking in dvdemux again, add some more debug info.
19100
19101 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19102
19103         * configure.ac:
19104           fix tests
19105
19106 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19107
19108         * PORTED_09:
19109         * docs/random/PORTED_09:
19110           move
19111         * tests/Makefile.am:
19112           add
19113         * win32/gst.sln:
19114           remove
19115
19116 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19117
19118         * Makefile.am:
19119         * check/.cvsignore:
19120         * check/Makefile.am:
19121         * check/elements/.cvsignore:
19122         * check/elements/level.c:
19123         * check/elements/matroskamux.c:
19124         * configure.ac:
19125         * examples/Makefile.am:
19126         * examples/capsfilter/Makefile.am:
19127         * examples/capsfilter/capsfilter1.c:
19128         * examples/gob/Makefile.am:
19129         * examples/gob/gst-identity2.gob:
19130         * examples/gstplay/.cvsignore:
19131         * examples/gstplay/Makefile.am:
19132         * examples/gstplay/player.c:
19133         * examples/indexing/.cvsignore:
19134         * examples/indexing/Makefile.am:
19135         * examples/indexing/indexmpeg.c:
19136         * examples/level/Makefile.am:
19137         * examples/level/README:
19138         * examples/level/demo.c:
19139         * examples/level/plot.c:
19140         * examples/stats/Makefile.am:
19141         * examples/stats/mp2ogg.c:
19142         * examples/switch/.cvsignore:
19143         * examples/switch/Makefile.am:
19144         * examples/switch/switcher.c:
19145           move under tests/
19146
19147 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19148
19149         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19150         (gst_text_render_class_init), (resize_bitmap),
19151         (gst_text_render_render_text), (gst_text_render_setcaps),
19152         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19153         (gst_text_render_chain), (gst_text_render_finalize),
19154         (gst_text_render_init), (gst_text_render_set_property):
19155         * ext/pango/gsttextrender.h:
19156           Add missing files.
19157
19158 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19159
19160         * configure.ac:
19161         * ext/Makefile.am:
19162         * ext/pango/Makefile.am:
19163         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19164         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19165         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19166         * ext/pango/gstclockoverlay.h:
19167         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19168         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19169         (gst_text_overlay_finalize), (gst_text_overlay_init),
19170         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19171         (gst_text_overlay_text_pad_linked),
19172         (gst_text_overlay_text_pad_unlinked),
19173         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19174         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19175         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19176         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19177         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19178         (gst_text_overlay_change_state), (plugin_init):
19179         * ext/pango/gsttextoverlay.h:
19180         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19181         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19182         (gst_time_overlay_class_init), (gst_time_overlay_init):
19183         * ext/pango/gsttimeoverlay.h:
19184           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19185           and add background shading and text wrapping modes. Make 
19186           timoverlay derive from textoverlay. Also add new clockoverlay
19187           element.
19188
19189 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19190
19191         * gst/udp/Makefile.am: Moved to netbuffer.
19192
19193 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19194
19195         * configure.ac:
19196         * PORTED_O9:
19197         * gst/multipart/Makefile.am:
19198         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19199         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19200         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19201         (gst_multipart_demux_change_state),
19202         (gst_multipart_demux_plugin_init):
19203         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19204         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19205         (gst_multipart_mux_sinkconnect),
19206         (gst_multipart_mux_request_new_pad),
19207         (gst_multipart_mux_handle_src_event),
19208         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19209         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19210         0.9.
19211
19212 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19213
19214         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19215         * gst/debug/gstnavigationtest.h:
19216         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19217         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19218         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19219         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19220         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19221         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19222         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19223         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19224         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19225         (gst_video_flip_get_type):
19226         * gst/videofilter/gstvideoflip.h:
19227           update for symbols change
19228
19229 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19230
19231         * gst/udp/gstdynudpsink.c:
19232         * gst/udp/gstudpsrc.c:
19233           the old gstnet lib was renamed gstnetbuffer (#322257)
19234
19235 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19236
19237         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19238         (gst_text_overlay_collected):
19239           Actually render the text from the text pad.
19240
19241 2005-11-29  Edward Hervey  <edward@fluendo.com>
19242
19243         * gst/debug/gstnavseek.c: (gst_navseek_event):
19244         * gst/debug/progressreport.c: (gst_progress_report_event):
19245         Update for GstBaseTransform event virtual method
19246
19247 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19248
19249         * ext/cairo/Makefile.am:
19250           no need to link to videofilter
19251
19252 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19253
19254         * gst/debug/Makefile.am:
19255         * gst/debug/gstnavigationtest.h:
19256         * gst/effectv/Makefile.am:
19257         * gst/effectv/gstaging.c:
19258         * gst/effectv/gstdice.c:
19259         * gst/effectv/gstedge.c:
19260         * gst/effectv/gstquark.c:
19261         * gst/effectv/gstrev.c:
19262         * gst/effectv/gstshagadelic.c:
19263         * gst/effectv/gstvertigo.c:
19264         * gst/effectv/gstwarp.c:
19265         * gst/videofilter/Makefile.am:
19266         * gst/videofilter/gstvideofilter.c:
19267         * gst/videofilter/gstvideofilter.h:
19268         * gst/videofilter/gstvideoflip.h:
19269           remove the videofilter library and link to the one in base
19270
19271 2005-11-28  Edward Hervey  <edward@fluendo.com>
19272
19273         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19274         Useless check now we're setting the current entry correctly.
19275
19276 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19277
19278         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19279         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19280         (gst_jpegenc_change_state):
19281           Don't leak input buffer in chain function (fixes #322667); make 
19282           state change function thread-safe; don't repeat the current function
19283           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19284           gst_pad_alloc_buffer(); misc. minor cleanups.
19285
19286 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19287
19288         * gst/matroska/matroska-mux.c:
19289         (gst_matroska_mux_video_pad_setcaps):
19290         Look for pixel-aspect-ratio in caps, not pixel_width and
19291         pixel_height (Fixes: #322645)
19292
19293 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19294
19295         * gst/matroska/matroska-mux.c:
19296         (gst_matroska_mux_video_pad_setcaps):
19297         From Michal Benes:
19298         frame duration should be GST_SECOND / framerate, not
19299         GST_SECOND * framerate. (Fixes: #322643)
19300
19301 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19302
19303         * configure.ac:
19304           fix up GST_PLUGIN_LDFLAGS
19305         * gst/rtsp/rtspconnection.c:
19306           fix includes (see #317043)
19307         * gst/videofilter/Makefile.am:
19308           stop installing this library
19309
19310 2005-11-26  Edward Hervey  <edward@fluendo.com>
19311
19312         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19313         Handle the case where the incoming Video dv stream doesn't have
19314         a pixel aspect ratio set.
19315
19316 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19317
19318         * docs/plugins/Makefile.am:
19319         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19320         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19321         * ext/flac/gstflacdec.c:
19322           document flacdec
19323
19324 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19325
19326         * docs/plugins/Makefile.am:
19327         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19328         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19329         * docs/plugins/inspect/plugin-autodetect.xml:
19330         * ext/cairo/gstcairo.c: (plugin_init):
19331         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19332         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19333         (gst_text_overlay_init), (gst_text_overlay_font_init),
19334         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19335         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19336         (gst_text_overlay_text_pad_linked),
19337         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19338         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19339         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19340         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19341         (gst_text_overlay_change_state):
19342         * ext/cairo/gsttextoverlay.h:
19343         * ext/cairo/gsttimeoverlay.c:
19344         (gst_cairo_time_overlay_update_font_height),
19345         (gst_cairo_time_overlay_set_caps),
19346         (gst_cairo_time_overlay_get_unit_size),
19347         (gst_cairo_time_overlay_print_smpte_time),
19348         (gst_cairo_time_overlay_transform),
19349         (gst_cairo_time_overlay_base_init),
19350         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19351         (gst_cairo_time_overlay_get_type):
19352         * ext/cairo/gsttimeoverlay.h:
19353           do some name borgifying
19354           document
19355
19356 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19357
19358         * docs/plugins/Makefile.am:
19359         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19360         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19361         * gst/autodetect/gstautoaudiosink.c:
19362         (gst_auto_audio_sink_base_init):
19363         * gst/autodetect/gstautovideosink.c:
19364         (gst_auto_video_sink_base_init),
19365         (gst_auto_video_sink_factory_filter):
19366           documenting auto*sink
19367           using strstr for the video sink lookup, class field is not ordered
19368         * docs/plugins/inspect/plugin-1394.xml:
19369         * docs/plugins/inspect/plugin-aasink.xml:
19370         * docs/plugins/inspect/plugin-alaw.xml:
19371         * docs/plugins/inspect/plugin-alpha.xml:
19372         * docs/plugins/inspect/plugin-alphacolor.xml:
19373         * docs/plugins/inspect/plugin-auparse.xml:
19374         * docs/plugins/inspect/plugin-autodetect.xml:
19375         * docs/plugins/inspect/plugin-avi.xml:
19376         * docs/plugins/inspect/plugin-cacasink.xml:
19377         * docs/plugins/inspect/plugin-cairo.xml:
19378         * docs/plugins/inspect/plugin-cutter.xml:
19379         * docs/plugins/inspect/plugin-debug.xml:
19380         * docs/plugins/inspect/plugin-dv.xml:
19381         * docs/plugins/inspect/plugin-efence.xml:
19382         * docs/plugins/inspect/plugin-effectv.xml:
19383         * docs/plugins/inspect/plugin-esdsink.xml:
19384         * docs/plugins/inspect/plugin-flac.xml:
19385         * docs/plugins/inspect/plugin-flxdec.xml:
19386         * docs/plugins/inspect/plugin-gconfelements.xml:
19387         * docs/plugins/inspect/plugin-goom.xml:
19388         * docs/plugins/inspect/plugin-jpeg.xml:
19389         * docs/plugins/inspect/plugin-level.xml:
19390         * docs/plugins/inspect/plugin-matroska.xml:
19391         * docs/plugins/inspect/plugin-mulaw.xml:
19392         * docs/plugins/inspect/plugin-navigationtest.xml:
19393         * docs/plugins/inspect/plugin-ossaudio.xml:
19394         * docs/plugins/inspect/plugin-png.xml:
19395         * docs/plugins/inspect/plugin-rtp.xml:
19396         * docs/plugins/inspect/plugin-rtsp.xml:
19397         * docs/plugins/inspect/plugin-shout2send.xml:
19398         * docs/plugins/inspect/plugin-smpte.xml:
19399         * docs/plugins/inspect/plugin-speex.xml:
19400         * docs/plugins/inspect/plugin-udp.xml:
19401         * docs/plugins/inspect/plugin-videobox.xml:
19402         * docs/plugins/inspect/plugin-videoflip.xml:
19403         * docs/plugins/inspect/plugin-videomixer.xml:
19404         * docs/plugins/inspect/plugin-wavenc.xml:
19405         * docs/plugins/inspect/plugin-wavparse.xml:
19406           update for HEAD version
19407
19408 2005-11-25  Michael Smith  <msmith@fluendo.com>
19409
19410         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19411           Patch from Sebastien Cote to close control sockets in udpsrc.
19412
19413 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19414
19415         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19416         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19417         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19418         (gst_quarktv_base_init), (gst_quarktv_class_init),
19419         (gst_quarktv_init): Flush the planes list on reverse caps
19420         negotiation. This was crashing because of differently sized
19421         buffers.
19422
19423 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19424
19425         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19426         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19427         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19428         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19429         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19430         (gst_videoflip_set_property), (gst_videoflip_base_init),
19431         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19432         correctly, fix identity flipping, convert navigation event 
19433         correctly again.
19434
19435 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19436
19437         * configure.ac: back to HEAD
19438
19439 === release 0.9.6 ===
19440
19441 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19442
19443         * configure.ac:
19444           releasing 0.9.6, "Everything's Not Lost"
19445
19446 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19447
19448         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19449         Oops, initialise the framerate GValue
19450
19451 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19452
19453         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19454         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19455         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19456         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19457         (gst_timeoverlay_get_type):
19458         * ext/cairo/gsttimeoverlay.h:
19459         * gst/debug/Makefile.am:
19460         * gst/debug/gstnavigationtest.c:
19461         (gst_navigationtest_handle_src_event),
19462         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19463         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19464         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19465         (gst_navigationtest_init), (gst_navigationtest_get_type),
19466         (plugin_init):
19467         * gst/debug/gstnavigationtest.h:
19468         * gst/effectv/Makefile.am:
19469         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19470         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19471         (gst_agingtv_base_init), (gst_agingtv_class_init),
19472         (gst_agingtv_init), (gst_agingtv_get_type):
19473         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19474         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19475         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19476         (gst_dicetv_get_type):
19477         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19478         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19479         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19480         (gst_edgetv_get_type):
19481         * gst/effectv/gsteffectv.c:
19482         * gst/effectv/gsteffectv.h:
19483         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19484         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19485         (gst_quarktv_change_state), (gst_quarktv_base_init),
19486         (gst_quarktv_class_init), (gst_quarktv_init),
19487         (gst_quarktv_get_type):
19488         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19489         (gst_revtv_get_unit_size), (gst_revtv_transform),
19490         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19491         (gst_revtv_get_type):
19492         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19493         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19494         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19495         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19496         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19497         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19498         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19499         (gst_vertigotv_init), (gst_vertigotv_get_type):
19500         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19501         (gst_warptv_get_unit_size), (gst_warptv_transform),
19502         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19503         (gst_warptv_get_type):
19504         * gst/videofilter/Makefile.am:
19505         * gst/videofilter/gstvideobalance.c:
19506         * gst/videofilter/gstvideobalance.h:
19507         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19508         (gst_videofilter_class_init), (gst_videofilter_init):
19509         * gst/videofilter/gstvideofilter.h:
19510         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19511         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19512         (gst_videoflip_flip), (gst_videoflip_transform),
19513         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19514         (gst_videoflip_base_init), (gst_videoflip_class_init),
19515         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19516         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19517         BaseTransform, it's just a place holder for now and every video
19518         effect plugin has been ported to use BaseTransform features 
19519         directly. QuarkTV was fixed too (was broken), navigationtest works
19520         and best for the end, videoflip converts navigation events depending
19521         on flip method ! Fixes #320953
19522
19523 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19524
19525         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19526         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19527         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19528         (gst_goom_src_negotiate), (gst_goom_chain):
19529         * gst/matroska/matroska-mux.c:
19530         (gst_matroska_mux_video_pad_setcaps):
19531         * sys/osxvideo/osxvideosink.m:
19532           Fixes for API changes
19533
19534 2005-11-23  Michael Smith <msmith@fluendo.com>
19535
19536         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19537         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19538         * ext/jpeg/gstjpegdec.h:
19539         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19540         * ext/jpeg/gstjpegenc.h:
19541         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19542         (gst_smokeenc_resync):
19543         * ext/jpeg/gstsmokeenc.h:
19544           JPEG fractiony goodness.
19545
19546 2005-11-22  Michael Smith <msmith@fluendo.com>
19547
19548         * gst/goom/filters.c:
19549         * gst/goom/graphic.h:
19550           Fix compilation by making some functions static inline instead of
19551           extern inline, matching the way they're used.
19552
19553 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19554
19555         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19556         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19557         * ext/cairo/gsttextoverlay.h:
19558         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19559         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19560         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19561         (gst_pngdec_caps_create_and_set):
19562         * ext/libpng/gstpngdec.h:
19563         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19564         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19565         * gst/avi/gstavimux.c: (gst_avimux_init),
19566         (gst_avimux_vidsinkconnect):
19567         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19568         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19569         (gst_goom_src_negotiate), (gst_goom_chain):
19570         * gst/goom/gstgoom.h:
19571         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19572         * gst/matroska/matroska-mux.c:
19573         (gst_matroska_mux_video_pad_setcaps):
19574         * sys/osxvideo/osxvideosink.h:
19575         * sys/osxvideo/osxvideosink.m:
19576           More fractional framerate conversions 
19577
19578 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19579
19580         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19581         * gst/debug/gstnavigationtest.c:
19582         (gst_navigationtest_handle_src_event):
19583         * gst/videofilter/gstvideofilter.c:
19584         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19585         (gst_videofilter_init):
19586         * gst/videofilter/gstvideofilter.h:
19587           Convert to fractional framerates.
19588
19589 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19590
19591         * ext/aalib/gstaasink.c:
19592         * ext/dv/gstdvdec.c:
19593         * ext/esd/esdmon.c:
19594         * ext/flac/gstflacenc.c:
19595         * ext/gdk_pixbuf/pixbufscale.c:
19596         * ext/libcaca/gstcacasink.c:
19597         * ext/shout2/gstshout2.c:
19598         * gst/alpha/gstalpha.c:
19599         * gst/oldcore/gstaggregator.c:
19600         * gst/oldcore/gstshaper.c:
19601         * gst/smpte/barboxwipes.c:
19602         * gst/smpte/gstsmpte.c:
19603         * gst/videobox/gstvideobox.c:
19604         * gst/videofilter/gstvideoflip.c:
19605         * gst/videomixer/videomixer.c:
19606           fix up more enums
19607
19608 2005-11-22  Michael Smith <msmith@fluendo.com>
19609
19610         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19611         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19612         (gst_videomixer_update_queues):
19613           Fractional framerates, videomixer.
19614
19615 2005-11-22  Michael Smith <msmith@fluendo.com>
19616
19617         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19618         * ext/dv/gstdvdec.h:
19619         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19620         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19621         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19622         (gst_dvdemux_flush):
19623         * ext/dv/gstdvdemux.h:
19624           Fractional framerates for DV. 
19625
19626 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19627
19628         * gst/autodetect/gstautoaudiosink.c:
19629         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19630         * gst/autodetect/gstautovideosink.c:
19631         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19632           Use gst_plugin_feature_list_free() to free feature list and
19633           in the case of autovideosink free the list at all. Also
19634           miscellaneous cosmetic fixes.
19635
19636 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19637
19638         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19639         (gst_cutter_set_property), (gst_cutter_get_caps):
19640           copy calculation code from level; remove use of some audio
19641           functions
19642
19643 2005-11-22  Andy Wingo  <wingo@pobox.com>
19644
19645         * Update for gst_tag_setter API changes.
19646
19647 2005-11-22  Andy Wingo  <wingo@pobox.com>
19648
19649         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19650         (gst_dvdemux_demux_frame)
19651         * ext/flac/gstflacdec.c (gst_flacdec_write)
19652         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19653         (gst_flacenc_sink_event)
19654         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19655         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19656         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19657         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19658         * gst/auparse/gstauparse.c (gst_auparse_chain)
19659         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19660         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19661         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19662         (gst_avi_demux_handle_seek)
19663         * gst/goom/gstgoom.c (gst_goom_event)
19664         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19665         * gst/matroska/matroska-demux.c
19666         (gst_matroska_demux_handle_seek_event)
19667         (gst_matroska_demux_loop_stream_parse_id)
19668         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19669         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19670         (gst_wavparse_stream_headers): Run update-funcnames.
19671
19672 2005-11-22  Edward Hervey  <edward@fluendo.com>
19673
19674         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19675         (gst_dv1394src_init), (gst_dv1394src_dispose),
19676         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19677         (gst_dv1394src_uri_set_uri):
19678         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19679         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19680         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19681         URIHandler interface and element properties are now properly
19682         synchronized for DV1394src and UDPSrc
19683
19684 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19685
19686         * ext/flac/Makefile.am:
19687         * ext/speex/Makefile.am:
19688           libgsttagedit has been renamed to libgsttag.
19689
19690 2005-11-21  Wim Taymans  <wim@fluendo.com>
19691
19692         * gst/rtsp/rtspconnection.c: (read_body):
19693         Apply patch from Sebastien Cote to fix #319184.
19694
19695 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19696
19697         * configure.ac:
19698         * gst/cutter/Makefile.am:
19699         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19700         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19701         (gst_cutter_set_property), (gst_cutter_get_property),
19702         (plugin_init), (gst_cutter_get_caps):
19703           port cutter
19704         * gst/level/gstlevel.c:
19705           fix up plugin details
19706
19707 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19708
19709         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19710         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19711         (gst_flacdec_src_event):
19712         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19713         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19714         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19715         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19716         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19717         (gst_flxdec_sink_event_handler):
19718         * gst/matroska/matroska-demux.c:
19719         (gst_matroska_demux_handle_seek_event):
19720         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19721           Update for stream lock API changes: don't take stream log
19722           in sink event handlers any longer and change GST_STREAM_LOCK
19723           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19724           functions.
19725
19726 2005-11-21  Michael Smith <msmith@fluendo.com>
19727
19728         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19729           gst_object_unref, not g_object_unref
19730
19731 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19732
19733         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19734         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19735           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19736
19737 2005-11-21  Michael Smith <msmith@fluendo.com>
19738
19739         * gst/auparse/Makefile.am:
19740         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19741         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19742         (gst_auparse_change_state):
19743         * gst/auparse/gstauparse.h:
19744           Partially fix #161712. playbin still doesn't work on these files,
19745           (on the bug report, Andy says we aren't typefinding it for some
19746           reason?) but at least auparse isn't totally busted like it was before.
19747
19748 2005-11-21  Andy Wingo  <wingo@pobox.com>
19749
19750         * *.h:
19751         * *.c: Ran scripts/update-macros. Oh yes.
19752
19753 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19754
19755         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19756           Filler events are gone for now, comment out section generating
19757           them.
19758
19759 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19760
19761         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19762         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19763         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19764         * sys/osxvideo/osxvideosink.m:
19765           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19766           (#322027)
19767
19768 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19769
19770         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19771         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19772         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19773         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19774         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19775         (gst_avi_demux_stream_data):
19776         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19777         * gst/wavenc/gstwavenc.c: (write_metadata):
19778         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19779         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19780         Fixes for GST_FOURCC_FORMAT API change.
19781
19782 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19783
19784         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19785         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19786         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19787         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19788         (gst_text_overlay_change_state):
19789         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19790         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19791         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19792         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19793         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19794         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19795         (gst_videomixer_change_state):
19796           Fix for collect pads API change. Also fix textoverlay state
19797           change function.
19798
19799 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19800
19801         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19802         GST_PAD_IS_USABLE by something approaching it.
19803
19804 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19805
19806         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19807         API changes.
19808         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19809         but also fix the code that was not checking return values from
19810         pad_push neither using pad_alloc_buffer.
19811
19812 2005-11-18  Edward Hervey  <edward@fluendo.com>
19813
19814         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19815         (gst_pngenc_chain):
19816         Added debug category
19817         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19818         goes to EOS.
19819
19820 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19821
19822         * gst/rtp/Makefile.am
19823         * gst/rtp/gstrtp.c
19824         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19825         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19826         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19827         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19828         * gst/rtp/gstrtpg711enc.h:
19829         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19830         * gst/rtp/gstrtpspeexenc.c:
19831         * gst/rtp/gstrtpspeexenc.h:
19832         * gst/rtp/gstrtpspeexdec.c:
19833         * gst/rtp/gstrtpspeexdec.h:
19834         Created Speex payloader and depayloader; Optimize G711 payloader to
19835         use adapter and send packets until MTU size.
19836
19837 2005-11-16  Wim Taymans  <wim@fluendo.com>
19838
19839         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19840         Fix leak in check.
19841
19842 2005-11-16  Wim Taymans  <wim@fluendo.com>
19843
19844         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19845         Fix state change.
19846
19847 2005-11-16  Andy Wingo  <wingo@pobox.com>
19848
19849         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19850         (gst_udpsrc_create): Move comment.
19851
19852 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19853
19854         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19855
19856         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19857           When seeking, seek to closest index entry at or before the requested
19858           seek position, not just the closest one (#321001).
19859
19860 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19861
19862         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19863         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19864           Invert DIB images again (see #132341).
19865
19866 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19867
19868         * configure.ac:
19869           rework configure.ac file
19870         * ext/aalib/gstaasink.c:
19871         * ext/cairo/gstcairo.c:
19872         * ext/dv/gstdv.c:
19873         * ext/esd/gstesd.c:
19874         * ext/flac/gstflac.c:
19875         * ext/gconf/gstgconfelements.c:
19876         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19877         * ext/jpeg/gstjpeg.c:
19878         * ext/ladspa/gstladspa.c:
19879         * ext/libcaca/gstcacasink.c:
19880         * ext/libmng/gstmng.c:
19881         * ext/libpng/gstpng.c:
19882         * ext/mikmod/gstmikmod.c:
19883         * ext/pango/gsttextoverlay.c:
19884         * ext/pango/gsttimeoverlay.c:
19885         * ext/raw1394/gst1394.c:
19886         * ext/speex/gstspeex.c:
19887         * gst/alpha/Makefile.am:
19888         * gst/alpha/gstalpha.c:
19889         * gst/alpha/gstalphacolor.c:
19890         * gst/auparse/gstauparse.c:
19891         * gst/autodetect/gstautoaudiosink.c:
19892         (gst_auto_audio_sink_factory_filter),
19893         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19894         * gst/autodetect/gstautodetect.c:
19895         * gst/avi/gstavi.c:
19896         * gst/cutter/gstcutter.c:
19897         * gst/debug/efence.c:
19898         * gst/debug/gstdebug.c:
19899         * gst/debug/gstnavigationtest.c:
19900         * gst/effectv/gsteffectv.c:
19901         * gst/flx/gstflxdec.c:
19902         * gst/goom/gstgoom.c:
19903         * gst/interleave/plugin.c:
19904         * gst/law/alaw.c:
19905         * gst/law/mulaw.c:
19906         * gst/level/gstlevel.c:
19907         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19908         * gst/matroska/matroska.c:
19909         * gst/median/gstmedian.c:
19910         * gst/monoscope/gstmonoscope.c:
19911         * gst/multipart/multipart.c:
19912         * gst/oldcore/gstelements.c:
19913         * gst/rtp/gstrtp.c:
19914         * gst/rtsp/gstrtsp.c:
19915         * gst/smoothwave/gstsmoothwave.c:
19916         * gst/smpte/gstsmpte.c:
19917         * gst/udp/gstudp.c:
19918         * gst/videobox/gstvideobox.c:
19919         * gst/videofilter/gstgamma.c:
19920         * gst/videofilter/gstvideobalance.c:
19921         * gst/videofilter/gstvideoflip.c:
19922         * gst/videofilter/gstvideotemplate.c:
19923         * gst/videomixer/videomixer.c:
19924         * gst/wavenc/gstwavenc.c:
19925         * gst/wavparse/gstwavparse.c:
19926         * sys/oss/gstossaudio.c:
19927         * sys/osxaudio/gstosxaudio.c:
19928           update GST_PLUGIN_DEFINE
19929         * gst/rtp/Makefile.am:
19930         * gst/rtp/gstasteriskh263.c:
19931           check for htons/htonl headers and possibly link to winsock2 lib
19932
19933 2005-11-12  Edward Hervey  <edward@fluendo.com>
19934
19935         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19936         Only GST_DEBUG() information on the valid components.
19937
19938 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19939
19940         * configure.ac: back to HEAD
19941
19942 === release 0.9.5 ===
19943
19944 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19945
19946         * configure.ac:
19947           releasing 0.9.5, "Phone Alarm"
19948
19949 2005-11-11  Edward Hervey  <edward@fluendo.com>
19950
19951         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19952         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19953         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19954         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19955         (gst_avi_demux_loop):
19956         * gst/avi/gstavidemux.h:
19957         Yeah, implement proper seeking. Exact seeking and segment seeking.
19958         Still need to do some checks for segment_stop.
19959
19960 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19961
19962         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19963
19964         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19965           Don't try to ready buffer duration from buffer that we don't
19966           own any  longer and that might already have been unreffed.
19967           (#321136)
19968
19969 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19970
19971         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19972         (flx_decode_delta_flc), (gst_flxdec_chain):
19973         Attempting to optimize the code for embedded systems.
19974
19975 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19976
19977         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19978
19979         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19980           Don't re-use already closed file descriptor. (#320920)
19981
19982 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19983
19984         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19985         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19986         (gst_oss_sink_prepare):
19987         * sys/oss/gstosssink.h:
19988           Cache probed caps; fix debug output for SET_PARAM macros.
19989
19990 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19991
19992         * ext/cairo/Makefile.am:
19993         * ext/cairo/gstcairo.c: (plugin_init):
19994         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19995         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19996         (gst_text_overlay_init), (gst_text_overlay_font_init),
19997         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19998         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19999         (gst_text_overlay_text_pad_linked),
20000         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20001         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20002         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20003         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20004         (gst_text_overlay_change_state):
20005         * ext/cairo/gsttextoverlay.h:
20006           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20007           property and redo positioning. Doesn't handle upstream renegotiation
20008           yet though.
20009
20010 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20011
20012         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20013         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20014         (gst_avi_demux_loop):
20015           No need to take the STREAM_LOCK in the loop function. Improve
20016           some debug messages. Don't leak pad names in debug messages.
20017
20018 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20019
20020         * gst/matroska/matroska-demux.c:
20021         (gst_matroska_demux_push_vorbis_codec_priv_data),
20022         (gst_matroska_demux_add_wvpk_header):
20023           Don't error out when the source pad isn't linked.
20024
20025 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20026
20027         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20028         (gst_gconf_audio_sink_change_state):
20029         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20030         (gst_gconf_video_sink_change_state):
20031           Fix state change functions here as well and set kid
20032           to NULL state before removing it.
20033
20034 2005-11-01  Edward Hervey  <edward@fluendo.com>
20035
20036         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20037         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20038         Added proper event handlind, 
20039         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20040         ignored),
20041         and don't set a duration of 0 for buffers otherwise they are discarded
20042         by GstBaseSink.
20043
20044         GstWavEnc needs some serious loving, after going through the code I'm
20045         really wondering how this can stay in -good ...
20046
20047 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20048
20049         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20050         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20051         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20052         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20053         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20054         (gst_matroska_mux_collected):
20055           Fix leaks and invalid memory access as reported by valgrind
20056
20057 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20058
20059         Patch by: Michal Benes <michal.benes@xeris.cz>
20060
20061         * check/Makefile.am:
20062         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20063         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20064         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20065           add a unit test for matroskamux
20066           fix the bugs that the unit test exposed
20067
20068 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20069
20070         * gst/autodetect/gstautoaudiosink.c:
20071         (gst_auto_audio_sink_class_init),
20072         (gst_auto_audio_sink_change_state):
20073         * gst/autodetect/gstautovideosink.c:
20074         (gst_auto_video_sink_class_init),
20075         (gst_auto_video_sink_change_state):
20076           Fix state change function and use GST_DEBUG_FUNCPTR in
20077           class_init.
20078
20079 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20080
20081         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20082
20083         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20084         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20085         * gst/matroska/ebml-write.h:
20086         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20087           Set timestamps on outgoing ebml headers as well, so that the
20088           element after matroskamux can get the timestamp already when
20089           reading the first ebml element and doesn't have to wait for
20090           the actual data buffer for that (#320308).
20091           
20092 2005-10-31  Andy Wingo  <wingo@pobox.com>
20093
20094         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20095         (gst_videomixer_pad_link): Kill some memleaks.
20096         (gst_videomixer_pad_get_property): Style fix.
20097         (gst_videomixer_pad_set_property): Style fix.
20098         (gst_videomixer_pad_init): Style fix.
20099         (gst_videomixer_update_queues): Kill memleak.
20100         (gst_videomixer_loop): Kill memleak.
20101         (gst_videomixer_collected): Kill memleak.
20102
20103 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20104
20105         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20106         gst_auparse_change_state:
20107         Just some cleanup.
20108
20109 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20110
20111         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20112         Add checks to GST_FLOW_NOT_LINKED for values returned
20113         from gst_pad_push.
20114         
20115 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20116
20117         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20118         (gst_rtpg711dec_process):
20119         * gst/rtp/gstrtpgsmenc.c:
20120         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20121         are never set. This is important for the g711 to work with burger's rtpbin
20122         element.
20123
20124 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20125
20126         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20127         (gst_speexenc_push_buffer):
20128         Add checks for return values from gst_pad_push and
20129         gst_pad_alloc_buffer.
20130
20131 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20132
20133         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20134
20135         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20136         (gst_matroska_demux_parse_info),
20137         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20138         (gst_matroska_demux_parse_cluster):
20139         * gst/matroska/matroska-ids.h:
20140         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20141         (gst_matroska_mux_init), (gst_matroska_mux_start),
20142         (gst_matroska_mux_create_buffer_header),
20143         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20144         (gst_matroska_mux_get_property):
20145         * gst/matroska/matroska-mux.h:
20146           Add SimpleBlock support to matroska demuxer and muxer (part of
20147           Matroska v2). (#319731)
20148
20149 2005-10-28  Wim Taymans  <wim@fluendo.com>
20150
20151         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20152         (gst_jpeg_dec_change_state):
20153         * ext/jpeg/gstjpegdec.h:
20154         Cleanups. Don't create caps for every chain.
20155
20156 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20157
20158         * gst/law/alaw-encode.c: (gst_alawenc_init),
20159         (alawenc_setcaps), (gst_alawenc_chain)
20160         * gst/law/alaw-encode.h:
20161         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20162         (mulawenc_setcaps), (gst_mulawenc_chain)
20163         * gst/law/mulaw-encode.h:
20164         Set timestamp on buffer and it allows RTP G711 elements
20165         work properly.
20166
20167 2005-10-27  Wim Taymans  <wim@fluendo.com>
20168
20169         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20170         Set correct format on oss instead of a silly value. 
20171
20172 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20173
20174         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20175         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20176         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20177         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20178         I420 rendering as well, doesn't bring much for my platform.
20179         Might help on some other platforms.
20180
20181 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20182
20183         * gst/rtp/gstrtpgsmenc.c:
20184         * gst/rtp/gstrtpgsmparse.c:
20185         Declaring the padtemplate correctly.
20186
20187 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20188
20189         * gst/rtp/gstrtpg711dec.c:
20190         * gst/rtp/gstrtpg711enc.c:
20191         * gst/rtp/gstrtpgsmenc.c:
20192         * gst/rtp/gstrtpgsmparse.c:
20193         Setting the proper copyright notice.
20194
20195 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20196
20197         * gst/videobox/Makefile.am: Use liboil.
20198         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20199         (gst_video_box_set_property), (gst_video_box_transform_caps),
20200         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20201         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20202         using liboil. Will dot the same to I420 border generation
20203         tomorrow.
20204
20205 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20206
20207         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20208         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20209         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20210         * gst/rtp/gstrtpg711dec.h:
20211         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20212         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20213         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20214         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20215         (gst_rtpgsmenc_handle_buffer):
20216         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20217         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20218         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20219         * gst/rtp/gstrtpgsmparse.h:
20220         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20221         inherits from the basertpdepayloader.
20222
20223 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20224
20225         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20226         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20227         (gst_video_box_ayuv): Removing this forgotten debug.
20228
20229 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20230
20231         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20232         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20233         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20234
20235 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20236
20237         * sys/oss/gstossaudio.c:
20238         * sys/oss/gstossdmabuffer.c:
20239         * sys/oss/gstosshelper.c:
20240         * sys/oss/gstossmixer.c:
20241         * sys/oss/gstossmixerelement.c:
20242         * sys/oss/gstossmixertrack.c:
20243         * sys/oss/gstosssink.c:
20244         * sys/oss/gstosssrc.c:
20245           Actually use the 'oss' debug category we register.
20246
20247 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20248
20249         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20250         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20251         Use gst_pad_get_parent and drop the ref that was added through
20252         that call.
20253
20254 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20255
20256         * gst/rtp/gstrtpgsmenc.c:
20257           Fix compilation
20258
20259 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20260
20261         * gst/rtp/gstrtpg711dec.c
20262         Just removed a couple of lines of weird code used during
20263         development/test time.
20264
20265 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20266
20267         * gst/rtp/Makefile.am
20268         * gst/rtp/gstrtp.c
20269         * gst/rtp/gstrtpg711enc.c
20270         * gst/rtp/gstrtpg711enc.h
20271         * gst/rtp/gstrtpg711dec.c
20272         * gst/rtp/gstrtpg711dec.h
20273         Created G711 payloader and depayloader (it supports mulaw and alaw
20274         (dec)encoders)
20275
20276 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20277
20278         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20279         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20280         Doh ! I introduced wingo's bug again ! Sorry...
20281
20282 2005-10-25  Christian Schaller <christian@fluendo.com> 
20283
20284         * gst/rtp/Makefile.am: add missing header files for disting
20285
20286 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20287
20288         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20289         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20290         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20291         (gst_rtpgsmenc_handle_buffer):
20292         * gst/rtp/gstrtpgsmenc.h:
20293         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20294         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20295         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20296         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20297         * gst/rtp/gstrtpgsmparse.h:
20298         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20299
20300 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20301
20302         * ext/libpng/gstpngdec.c: (user_info_callback),
20303         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20304         a newsegment event, move some redundant code in a single place.
20305
20306 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20307
20308         * ext/libpng/gstpngdec.c: (user_info_callback),
20309         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20310         hack to get correct colors order when we have a png image with
20311         alpha channel.
20312
20313 2005-10-24  Edward Hervey  <edward@fluendo.com>
20314
20315         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20316         Call gst_element_no_more_pads when there will be no more pads.
20317
20318 2005-10-24  Wim Taymans  <wim@fluendo.com>
20319
20320         * gst/rtp/Makefile.am:
20321         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20322         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20323         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20324         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20325         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20326         (gst_asteriskh263_plugin_init):
20327         * gst/rtp/gstasteriskh263.h:
20328         * gst/rtp/gstrtp.c: (plugin_init):
20329         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20330         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20331         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20332         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20333         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20334         (gst_rtph263enc_plugin_init):
20335         * gst/rtp/gstrtph263enc.h:
20336         Added two new payloaders, an RFC 2190 payloader for h263 and
20337         a payload convertor for an asterisk server.
20338
20339 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20340
20341         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20342           Set bytes_per_sample correctly (is not always 4, but 
20343           depends on width and number of channels).
20344
20345 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20346
20347         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20348         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20349         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20350         (gst_flacenc_sink_event), (gst_flacenc_chain),
20351         (gst_flacenc_set_property), (gst_flacenc_get_property),
20352         (gst_flacenc_change_state):
20353         * ext/flac/gstflacenc.h:
20354           Fix seeking, so that flacenc can rewrite the header with the
20355           correct duration and amount of samples and all that at EOS;
20356           also set timestamps and granulepos on outgoing buffers; add
20357           debug category; fix state change function.
20358           
20359 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20360
20361         * gst/videomixer/videomixer.c: Don't restrict video geometry
20362         from 16 to 4096.
20363
20364 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20365
20366         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20367         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20368         Fix caps negotiation correctly, add debugging category.
20369
20370 2005-10-24  Christian Schaller  <christian@fluendo.com>
20371
20372         * configure.ac: Port over Thomas's change from base listing all plugins
20373
20374 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20375
20376         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20377         a sink pad.
20378
20379 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20380
20381         * configure.ac:
20382         * docs/upload.mak:
20383           back to HEAD
20384
20385 === release 0.9.4 ===
20386
20387 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20388
20389         * configure.ac:
20390           Releasing 0.9.4, "Dromiceiomimus"
20391
20392 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20393
20394         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20395         (gst_speexenc_src_query):
20396           Add position and duration query, fix query type function.
20397           
20398         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20399         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20400           Let's not set non-fixed caps on source pads.
20401
20402 2005-10-21  Wim Taymans  <wim@fluendo.com>
20403
20404         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20405         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20406         (gst_avi_demux_handle_seek):
20407         Set correct stream_time in newsegment event.
20408         avi can also handle a duration query now.
20409
20410 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20411
20412         * gst/matroska/matroska-demux.c:
20413         (gst_matroska_demux_handle_src_query),
20414         (gst_matroska_demux_handle_seek_event),
20415         (gst_matroska_demux_loop_stream_parse_id):
20416           Fix duration query; fix basetime in newsegment event after
20417           seek; fix duration in initial newsegment event.
20418
20419         * gst/matroska/matroska-mux.c:
20420         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20421           Extract number of channels and samplerate from vorbis headers;
20422           add some debug messages when querying the durations of the
20423           input streams.
20424
20425 2005-10-20  Wim Taymans  <wim@fluendo.com>
20426
20427         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20428         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20429         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20430         Set stream time correctly in newsegment.
20431
20432 2005-10-20  Wim Taymans  <wim@fluendo.com>
20433
20434         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20435         Correctly fill in the stream time.
20436
20437 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20438
20439         * check/elements/level.c: (GST_START_TEST):
20440         * gst/level/gstlevel.c: (gst_level_message_new):
20441         * gst/level/level-example.c: (message_handler):
20442           use ELEMENT messages instead
20443
20444 2005-10-19  Wim Taymans  <wim@fluendo.com>
20445
20446         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20447         (gst_dvdemux_src_query):
20448         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20449         (gst_flacdec_src_query):
20450         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20451         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20452         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20453         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20454         * gst/debug/progressreport.c: (gst_progress_report_report):
20455         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20456         * gst/matroska/matroska-demux.c:
20457         (gst_matroska_demux_handle_src_query):
20458         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20459         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20460         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20461         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20462         (gst_wavparse_srcpad_event):
20463         API change fix.
20464
20465 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20466
20467         * gst/goom/filters.c:
20468         * gst/goom/graphic.h:
20469         * gst/goom/lines.c:
20470           Make inline functions either 'static inline' or 'extern inline',
20471           otherwise the Forte compiler apparently won't inline them (#317300).
20472
20473 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20474
20475         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20476         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20477         (user_info_callback), (user_endrow_callback), (user_end_callback),
20478         (user_read_data), (gst_pngdec_caps_create_and_set),
20479         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20480         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20481         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20482         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20483         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20484         very nice and handle push/pull based model. if you have filesrc
20485         connected to it, it will do random access to load the png file.
20486         If you have a network source that can't do _getrange, it does 
20487         progressive loading through the chain function.
20488         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20489         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20490         thanks to Master Wim Taymans ;-)
20491
20492 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20493
20494         * gst/matroska/Makefile.am:
20495         * gst/matroska/ebml-read.c:
20496         * gst/matroska/ebml-read.h:
20497         * gst/matroska/matroska-demux.c:
20498         * gst/matroska/matroska-demux.h:
20499         * gst/matroska/matroska.c: (plugin_init):
20500           Ported matroska demuxer to 0.9.
20501
20502 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20503
20504         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20505
20506         * gst/matroska/matroska-mux.c:
20507         (gst_matroska_mux_video_pad_setcaps),
20508         (gst_matroska_mux_audio_pad_setcaps):
20509           Fix mpeg4 input handling (#318847); also, while we're at it,
20510           fix media type for Motion-JPEG: should be image/jpeg.
20511
20512 2005-10-18  Wim Taymans  <wim@fluendo.com>
20513
20514         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20515         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20516         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20517         Fix for segment-start/stop API change.
20518
20519 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20520
20521         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20522         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20523         way.
20524
20525 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20526
20527         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20528         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20529         output declared in transform_caps.
20530
20531 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20532
20533         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20534
20535 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20536
20537         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20538         (gst_video_box_get_unit_size): Fix wrong size calculations and
20539         implement get_unit_size correctly.
20540
20541 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20542
20543         * configure.ac:
20544           Enable flx plugin.
20545
20546         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20547           Fix gcc4 signedness issue.
20548
20549 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20550
20551         * configure.ac: Adding videomixer.
20552         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20553         (user_read_data), (gst_pngdec_chain): More debugging.
20554         * gst/alpha/Makefile.am: Adding alphacolor
20555         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20556         (gst_alpha_color_class_init), (gst_alpha_color_init),
20557         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20558         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20559         (plugin_init): Ported to 0.9 using in place base tranform.
20560         * gst/videomixer/Makefile.am:
20561         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20562         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20563         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20564         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20565         (gst_videomixer_init), (gst_videomixer_getcaps),
20566         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20567         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20568         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20569         to 0.9 using collectpads.
20570
20571 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20572
20573         * configure.ac:
20574         * gst/flx/Makefile.am:
20575         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20576         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20577         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20578         * gst/flx/gstflxdec.h:
20579         flx plugin ported to 0.9
20580
20581 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20582
20583         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20584           use new gst_version_string()
20585
20586 2005-10-16  Andy Wingo  <wingo@pobox.com>
20587
20588         * configure.ac: GLIB_CHECK.
20589
20590 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20591
20592         * ext/libpng/Makefile.am:
20593         * ext/libpng/gstpng.c: (plugin_init):
20594         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20595         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20596         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20597
20598 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20599
20600         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20601
20602         * configure.ac:
20603         * gst/matroska/Makefile.am:
20604         * gst/matroska/ebml-ids.h:
20605         * gst/matroska/ebml-write.c:
20606         * gst/matroska/ebml-write.h:
20607         * gst/matroska/matroska-ids.h:
20608         * gst/matroska/matroska-mux.c:
20609         * gst/matroska/matroska-mux.h:
20610         * gst/matroska/matroska.c: (plugin_init):
20611           Port matroska muxer to 0.9 (#318847).
20612
20613 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20614
20615         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20616         (comment_init), (comment_add):
20617           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20618           use GST_READ_UINT32_LE() and friends rather than the private
20619           implementation of those same macros.
20620
20621 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20622
20623         * examples/stats/mp2ogg.c:
20624           more typo fixes
20625
20626 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20627
20628         * examples/indexing/indexmpeg.c: (main):
20629         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20630         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20631         * ext/esd/esdmon.h:
20632         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20633         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20634         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20635         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20636         * gst/avi/gstavimux.c: (gst_avimux_init):
20637         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20638         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20639         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20640         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20641         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20642         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20643         * gst/oldcore/gstmultifilesrc.h:
20644         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20645         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20646         (gst_pipefilter_change_state):
20647         * gst/oldcore/gstpipefilter.h:
20648         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20649         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20650         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20651         * sys/osxaudio/gstosxaudiosink.h:
20652         * sys/osxaudio/gstosxaudiosrc.h:
20653           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20654           moved bitshift from macro to enum definition
20655
20656 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20657
20658         * ext/Makefile.am:
20659         * ext/cairo/Makefile.am:
20660         * ext/cairo/gstcairo.c: (plugin_init):
20661         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20662         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20663         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20664         * ext/cairo/gsttimeoverlay.h:
20665           update of cairo-based timeoverlay to 1.0 Cairo API
20666           doesn't work yet for resizing of output sink
20667
20668 2005-10-11  Wim Taymans  <wim@fluendo.com>
20669
20670         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20671         newsegment API fix.
20672
20673 2005-10-11  Wim Taymans  <wim@fluendo.com>
20674
20675         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20676         (gst_dvdemux_demux_frame):
20677         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20678         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20679         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20680         (gst_avi_demux_handle_seek):
20681         * gst/goom/gstgoom.c: (gst_goom_event):
20682         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20683         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20684         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20685         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20686         (gst_wavparse_srcpad_event):
20687         newsegment API update.
20688
20689 2005-10-11  Andy Wingo  <wingo@pobox.com>
20690
20691         * ext/speex/gstspeexenc.c: Signedness cleanups.
20692
20693 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20694
20695         * PORTED_09:
20696         * ext/speex/Makefile.am:
20697         * ext/speex/gstspeex.c:
20698         * ext/speex/gstspeexenc.c:
20699         Speexenc ported to 0.9
20700
20701 2005-10-10  Wim Taymans  <wim@fluendo.com>
20702
20703         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20704         (gst_oss_sink_init), (gst_oss_sink_set_property),
20705         (gst_oss_sink_get_property), (gst_oss_sink_open),
20706         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20707         * sys/oss/gstosssink.h:
20708         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20709         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20710         (gst_oss_src_prepare):
20711         Cleanups, make device configurable in the sink, handle and report
20712         errors.
20713
20714 2005-10-10  Wim Taymans  <wim@fluendo.com>
20715
20716         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20717         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20718         Make sure element is NULL before removing from the bin.
20719
20720 2005-10-07  Andy Wingo  <wingo@pobox.com>
20721
20722         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20723         block forever in a read().
20724         (gst_dv1394src_bus_reset): Post a message when the cable is
20725         unplugged.
20726         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20727         (gst_dv1394src_bus_reset): Don't unref the message.
20728
20729         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20730         hacking. The only change should be that the state change stuff was
20731         put into basesrc's start() and stop() routines, which coalesces
20732         some steps.
20733
20734 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20735
20736         * configure.ac:
20737           Add check for mmap
20738           
20739         * gst/debug/Makefile.am:
20740           Only compile efence plugin on systems that have mmap.
20741
20742 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20743
20744         * gst/debug/Makefile.am:
20745         * gst/debug/breakmydata.c:
20746         * gst/debug/gstdebug.c:
20747         * gst/debug/gstnavigationtest.c:
20748         * gst/debug/gstnavseek.c: 
20749         * gst/debug/gstnavseek.h:
20750         * gst/debug/progressreport.c: 
20751         * gst/debug/testplugin.c:
20752           Port progressreport, navseek, navigationtest, testsink and
20753           breakmydata.
20754
20755 2005-10-05  Edward Hervey  <edward@fluendo.com>
20756
20757         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20758         (gst_dvdemux_src_query):
20759         Fixes for better conversion
20760
20761 2005-10-04  Michael Smith <msmith@fluendo.com>
20762
20763         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20764         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20765         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20766         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20767           Set state of elements to NULL before removing from bins.
20768           Set state of test element to NULL if we failed to move it to READY
20769
20770 2005-10-04  Edward Hervey  <edward@fluendo.com>
20771
20772         * ext/dv/Makefile.am:
20773         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20774         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20775         Corrected the query function for position so it doesn't forget what
20776         format was asked, and calls the conversion functions on the correct pad.
20777
20778 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20779
20780         * configure.ac:
20781           back to development
20782
20783 === release 0.9.3 ===
20784
20785 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20786
20787         * configure.ac:
20788           Releasing 0.9.3, "Aramis"
20789
20790 2005-10-03  Andy Wingo  <wingo@pobox.com>
20791
20792         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20793         error returns.
20794
20795 2005-10-02  Andy Wingo  <wingo@pobox.com>
20796
20797         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20798
20799         * ext/flac/gstflacenc.c: Ported to 0.9.
20800
20801         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20802
20803         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20804         and link to gsttagedit. Enable flacenc.
20805
20806         * ext/flac/gstflacdec.c: Re-enable tag reading.
20807
20808 2005-09-30  Wim Taymans  <wim@fluendo.com>
20809
20810         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20811         * gst/rtp/gstrtpgsmparse.c:
20812         * gst/rtp/gstrtph263penc.c:
20813         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20814         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20815         (gst_rtpmp4venc_set_property):
20816         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20817         Various class and caps fixes from Andre Magalhaes (andrunko)
20818
20819 2005-09-29  Wim Taymans  <wim@fluendo.com>
20820
20821         * gst/level/level-example.c: (main):
20822         Update for new bus API.
20823
20824 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20825
20826         * configure.ac:
20827           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20828           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20829
20830 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20831
20832         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20833           Fix playback of mono streams (bytes_per_sample should be set
20834           from the sample width and the number of channels negotiated,
20835           and not just be set to 4) (#317338)
20836
20837 2005-09-26  Wim Taymans  <wim@fluendo.com>
20838
20839         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20840         (gst_rtpmpaenc_handle_buffer):
20841         Set buffer duration correctly.
20842
20843 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20844
20845         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20846         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20847         (gst_avi_demux_change_state):
20848           Don't crash when encountering a stream with an unknown fourcc or
20849           codec id. Instead, create a pad of type video/x-avi-unknown or
20850           audio/x-avi-unknown, which as a side-effect also results in less
20851           confusing error messages in players ('no decoder' vs. 'no streams');
20852           minor fixes to state change function and class_init function.
20853
20854 2005-09-24  Wim Taymans  <wim@fluendo.com>
20855
20856         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20857         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20858         These are sinks.
20859
20860 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20861
20862         * check/elements/level.c: (GST_START_TEST):
20863           fix test for new GstClockTime use
20864         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20865         (gst_level_transform_ip):
20866         * gst/level/gstlevel.h:
20867           fix up the decay peak, ensuring the decay peak is never lower
20868           than the peak for that interval
20869
20870 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20871
20872         * docs/plugins/gst-plugins-good-plugins.args:
20873         * docs/plugins/inspect/plugin-alpha.xml:
20874         * docs/plugins/inspect/plugin-rtp.xml:
20875         * gst/level/gstlevel.c: (gst_level_set_caps),
20876         (gst_level_transform_ip):
20877           updating docs
20878
20879 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20880
20881         * Makefile.am:
20882         * check/elements/level.c: (GST_START_TEST):
20883         * gst/level/Makefile.am:
20884         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20885         (gst_level_set_property), (gst_level_get_property),
20886         (gst_level_set_caps), (gst_level_message_new),
20887         (gst_level_transform_ip):
20888         * gst/level/gstlevel.h:
20889         * gst/level/level-example.c: (message_handler), (main):
20890           convert to using GstClockTime for all time values, finally.
20891
20892 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20893
20894         * gst/auparse/Makefile.am:
20895         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20896           fix up build
20897         * configure.ac:
20898         * ext/cairo/Makefile.am:
20899         * ext/dv/Makefile.am:
20900         * ext/esd/Makefile.am:
20901         * ext/flac/Makefile.am:
20902         * ext/gconf/Makefile.am:
20903         * ext/gdk_pixbuf/Makefile.am:
20904         * ext/jpeg/Makefile.am:
20905         * ext/ladspa/Makefile.am:
20906         * ext/libcaca/Makefile.am:
20907         * ext/libmng/Makefile.am:
20908         * ext/libpng/Makefile.am:
20909         * ext/mikmod/Makefile.am:
20910         * ext/pango/Makefile.am:
20911         * ext/raw1394/Makefile.am:
20912         * ext/shout2/Makefile.am:
20913         * ext/speex/Makefile.am:
20914         * gst/alpha/Makefile.am:
20915         * gst/autodetect/Makefile.am:
20916         * gst/avi/Makefile.am:
20917         * gst/cutter/Makefile.am:
20918         * gst/debug/Makefile.am:
20919         * gst/effectv/Makefile.am:
20920         * gst/flx/Makefile.am:
20921         * gst/goom/Makefile.am:
20922         * gst/interleave/Makefile.am:
20923         * gst/law/Makefile.am:
20924         * gst/matroska/Makefile.am:
20925         * gst/median/Makefile.am:
20926         * gst/monoscope/Makefile.am:
20927         * gst/multipart/Makefile.am:
20928         * gst/oldcore/Makefile.am:
20929         * gst/rtp/Makefile.am:
20930         * gst/rtsp/Makefile.am:
20931         * gst/smoothwave/Makefile.am:
20932         * gst/smpte/Makefile.am:
20933         * gst/videobox/Makefile.am:
20934         * gst/videofilter/Makefile.am:
20935         * gst/videomixer/Makefile.am:
20936         * gst/wavenc/Makefile.am:
20937         * gst/wavparse/Makefile.am:
20938         * sys/oss/Makefile.am:
20939         * sys/osxaudio/Makefile.am:
20940         * sys/osxvideo/Makefile.am:
20941           fix up GST_LIBS use
20942
20943 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20944
20945         * gst/auparse/Makefile.am:
20946         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20947           fix build of auparse
20948
20949 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20950
20951         * configure.ac:
20952         * PORTED_09:
20953         * gst/auparse/gstauparse.c:
20954         * gst/auparse/gstauparse.h:
20955         Auparse ported to 0.9.
20956
20957 2005-09-22  Wim Taymans  <wim@fluendo.com>
20958
20959         * gst/rtp/TODO:
20960         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20961         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20962         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20963         (gst_rtpmp4venc_set_property):
20964         * gst/rtp/gstrtpmp4venc.h:
20965         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20966         * gst/rtp/gstrtpmpaenc.h:
20967         Use is_filled to both check MTU and max-ptime of base class.
20968
20969 2005-09-22  Wim Taymans  <wim@fluendo.com>
20970
20971         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20972         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20973         (gst_rtpmp4venc_set_property):
20974         Don't fragment packets with multiple frames.
20975
20976 2005-09-22  Wim Taymans  <wim@fluendo.com>
20977
20978         * gst/rtp/TODO:
20979         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20980         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20981         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20982         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20983         (gst_rtpmp4venc_get_property):
20984         * gst/rtp/gstrtpmp4venc.h:
20985         Remove g_print.
20986         Update TODO
20987         Make payload encoder a bit smarter and more correct with
20988         timestamps.
20989         Added option in payloader to include config string in-band.
20990
20991 2005-09-21  Wim Taymans  <wim@fluendo.com>
20992
20993         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20994         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20995         (gst_rtspsrc_send):
20996         Strip spaces for key/value pairs.
20997
20998 2005-09-21  Wim Taymans  <wim@fluendo.com>
20999
21000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21001         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21002         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21003         (gst_rtspsrc_change_state):
21004         More SDP parsing and caps setting.
21005         Do NO_PREROLL differently.
21006         add pads only after negotiated.
21007
21008         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21009         (gst_udpsrc_getcaps):
21010         Implement the getcaps function.
21011
21012 2005-09-21  Wim Taymans  <wim@fluendo.com>
21013
21014         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21015         (gst_rtpamrdec_chain):
21016         Handle multiple AMr packets per payload. Handle CRC and
21017         parse ILL/ILP.
21018
21019         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21020         Make caps params strings for easy SDP mapping.
21021         
21022         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21023         Handle capsnego better.
21024
21025         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21026         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21027         Generate and parse config string in the caps.
21028
21029 2005-09-21  Wim Taymans  <wim@fluendo.com>
21030
21031         * gst/rtp/README:
21032         Update README
21033
21034         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21035         Make extra params as strings.
21036
21037         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21038         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21039         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21040         Make state change return NO_PREROLL as this is a live
21041         source.
21042
21043         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21044         Don't unref old caps when NULL.
21045
21046 2005-09-20  Wim Taymans  <wim@fluendo.com>
21047
21048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21049         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21050         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21051         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21052         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21053         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21054         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21055         * gst/rtsp/sdpmessage.h:
21056         Add URI handler.
21057         Parse SDP and create caps.
21058
21059 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21060
21061         * gst/alpha/gstalpha.c:
21062           fix element description
21063
21064 2005-09-19  Wim Taymans  <wim@fluendo.com>
21065
21066         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21067         Don't check payload for now.
21068
21069 2005-09-19  Wim Taymans  <wim@fluendo.com>
21070
21071         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21072         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21073         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21074         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21075         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21076         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21077         (gst_wavparse_change_state):
21078         * gst/wavparse/gstwavparse.h:
21079         Fix wavparse some more.
21080
21081 2005-09-19  Wim Taymans  <wim@fluendo.com>
21082
21083         * check/elements/level.c: (GST_START_TEST):
21084         Fix for bus API change.
21085
21086 2005-09-19  Wim Taymans  <wim@fluendo.com>
21087
21088         * gst/level/level-example.c: (main):
21089         Fix for new bus API.
21090
21091         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21092         Set caps on pads.
21093
21094 2005-09-15  Wim Taymans  <wim@fluendo.com>
21095
21096         * gst/rtp/Makefile.am:
21097         * gst/rtp/README:
21098         * gst/rtp/gstrtp.c: (plugin_init):
21099         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21100         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21101         (gst_rtpamrdec_change_state):
21102         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21103         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21104         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21105         * gst/rtp/gstrtpamrenc.h:
21106         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21107         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21108         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21109         * gst/rtp/gstrtpgsmenc.h:
21110         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21111         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21112         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21113         (gst_rtpgsmparse_change_state):
21114         * gst/rtp/gstrtpgsmparse.h:
21115         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21116         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21117         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21118         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21119         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21120         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21121         * gst/rtp/gstrtph263penc.h:
21122         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21123         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21124         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21125         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21126         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21127         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21128         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21129         * gst/rtp/gstrtpmp4venc.h:
21130         * gst/rtp/gstrtpmpadec.c:
21131         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21132         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21133         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21134         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21135         * gst/rtp/gstrtpmpaenc.h:
21136         Updates to payloader/depayloaders, make payloaders use
21137         the base classes.
21138         Updated README with suggested RTP caps and how to convert
21139         to/from SDP.
21140         Added config descriptor in mp4v payloader.
21141
21142 2005-09-15  Andy Wingo  <wingo@pobox.com>
21143
21144         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21145         * gst/autodetect/gstautovideosink.c
21146         (gst_auto_video_sink_find_best): Update for new registry API.
21147
21148 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21149
21150         * common/c-to-xml.py:
21151         * common/gtk-doc-plugins.mak:
21152           a simple py script to generate valid xml from a C example
21153           probably also need to strip an MIT license when we decide
21154         * docs/plugins/Makefile.am:
21155         * gst/level/Makefile.am:
21156         * gst/level/gstlevel.c: (gst_level_init):
21157         * gst/level/level-example.c: (message_handler), (main):
21158           add an example to level that will show up in the docs
21159         * gst/rtp/TODO:
21160           add a note for the future
21161
21162 2005-09-14  Michael Smith <msmith@fluendo.com>
21163
21164         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21165           Actually define the debug object being used in wavenc. Fixes #316205
21166
21167 2005-09-14  Michael Smith <msmith@fluendo.com>
21168
21169         * gst/smpte/Makefile.am:
21170           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21171           needed to build on windows (bug 316204)
21172
21173 2005-09-12  Andy Wingo  <wingo@pobox.com>
21174
21175         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21176
21177 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21178
21179         * configure.ac:
21180         * gst/fdsrc/Makefile.am:
21181         * gst/fdsrc/gstfdsrc.c:
21182         * gst/fdsrc/gstfdsrc.h:
21183           Move fdsrc back into gstreamer core elements.
21184
21185         * gst/level/gstlevel.c: (gst_level_class_init),
21186         (gst_level_transform_ip):
21187         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21188           Basetransform changes.
21189
21190 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21191
21192         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21193         * ext/jpeg/smokecodec.c: (find_best_size):
21194           fix compiler warnings
21195
21196 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21197
21198         * gst-plugins-good.spec.in:
21199           spec file fixes
21200         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21201         (gst_multiudpsink_render), (gst_multiudpsink_add),
21202         (gst_multiudpsink_clear):
21203           it actually helps to actually stream if we hook up the
21204           "add" signal to an actual implementation
21205         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21206           some debugging
21207
21208 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21209
21210         * ext/jpeg/Makefile.am:
21211         * ext/jpeg/gstjpeg.c
21212         * ext/jpeg/gstjpegenc.c:
21213         * ext/jpeg/gstsmokeenc.c:
21214
21215 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21216
21217         * ext/flac/gstflacdec.c:
21218         * ext/flac/gstflacenc.c:
21219         * ext/flac/gstflactag.c:
21220         * ext/speex/gstspeexenc.c:
21221           gsttaginterface.h -> gsttagsetter.h
21222
21223 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21224
21225         * configure.ac:
21226         * gst/debug/Makefile.am:
21227         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21228         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21229         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21230         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21231         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21232           Port to 0.9 and re-enable efence plugin.
21233
21234 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21235
21236         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21237         (gst_flacdec_write), (gst_flacdec_convert_src):
21238         * ext/flac/gstflacdec.h:
21239           Add support for flac files with 24/32 bits per sample; and misc.
21240           minor clean-ups. Seeking is still partly broken (for me at least).
21241
21242 2005-09-06  Wim Taymans  <wim@fluendo.com>
21243
21244         * gst/rtp/Makefile.am:
21245         * gst/rtp/gstrtp.c: (plugin_init):
21246         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21247         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21248         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21249         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21250         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21251         (gst_rtpmp4vdec_plugin_init):
21252         * gst/rtp/gstrtpmp4vdec.h:
21253         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21254         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21255         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21256         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21257         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21258         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21259         * gst/rtp/gstrtpmp4venc.h:
21260         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21261         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21262         Added mpeg4 video payload encoder/decoder.
21263         Added some docs in mpa payloader.
21264
21265 === release 0.9.1 ===
21266
21267 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21268
21269         * NEWS:
21270         * README:
21271         * RELEASE:
21272         * autogen.sh:
21273         * configure.ac:
21274           releasing 0.9.1, "Blondie"
21275
21276 2005-09-05  Andy Wingo  <wingo@pobox.com>
21277
21278         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21279         here from the state change handler, so we fire signals without
21280         holding the state lock.
21281
21282 2005-09-02  Andy Wingo  <wingo@pobox.com>
21283
21284         * All plugins updated for element state changes.
21285
21286 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21287
21288         * Makefile.am:
21289         * check/.cvsignore:
21290         * check/Makefile.am:
21291         * check/elements/.cvsignore:
21292         * check/elements/level.c: (setup_level), (cleanup_level),
21293         (GST_START_TEST), (level_suite), (main):
21294           add a test for level
21295         * common/release.mak:
21296           move the enum checking to release.mak
21297         * configure.ac:
21298           add valgrind and check checking
21299         * gst/level/gstlevel.c: (gst_level_transform):
21300         * gst/level/gstlevel.h:
21301           fix Andy's cast bug
21302           convert a field to int
21303           fix the arithmetic to int when checking for emit so that a
21304           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21305
21306 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21307
21308         * Makefile.am:
21309         * configure.ac:
21310           add docs to build
21311         * common/plugins.xsl:
21312           wrap Description into a refsect2
21313         * docs/Makefile.am:
21314         * docs/plugins/Makefile.am:
21315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21316         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21317         * gst/goom/Makefile.am:
21318         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21319         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21320         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21321         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21322         (gst_goom_change_state):
21323         * gst/goom/gstgoom.h:
21324           GstGOOM -> GstGoom
21325           add an example launch line
21326         * gst/level/gstlevel.h:
21327         * gst/monoscope/gstmonoscope.c:
21328           cleanups
21329
21330 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21331
21332         * configure.ac:
21333         * docs/plugins/Makefile.am:
21334         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21335         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21336         * docs/plugins/gst-plugins-good-plugins.types:
21337           document elements and plugins.  Shazam !
21338
21339 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21340
21341         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21342           be found under doc/random/ChangeLog-0.8